/*
Theme Name: BNI Mannheim
Theme URI: http://www.bni-heine.de/
Description: Theme von Mirko Klees erstellt.
Version: 1.0
Author: Mirko Klees
Author URI: 
*/

html {
	padding: 0;
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
}

a:link {
	color: #960017;
	text-decoration: none;
}
a:visited {
	color: #960017;
	text-decoration: none;
}
a:hover {
	color: #960017;
	text-decoration: underline;
}

a.faq:link {
	color: #000000;
	text-decoration: none;
}
a.faq:visited {
	color: #000000;
	text-decoration: none;
}
a.faq:hover {
	color: #000000;
	text-decoration: none;
}

a.sidebar:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.sidebar:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 24px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 26px 0 20px;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 -8px;
}

img {
	border: 0;
}

li {
	padding-top: 6px;
}

small {
	font-size: 11px;
}

td {
	line-height: 18px;
	vertical-align: top;
}

.wrapper{
    margin: 0 auto;
    width: 765px;
	z-index: 1;
}

/* Sidebar START */
.columnShiftToLeft{
    position: relative;
	float: left;
	width: 204px;
	z-index: 1;
}

.containerLeft{
    width: 561px;
    background-color: #960017;
	background-image: url(images/sidebar_back.gif);
	background-repeat: repeat-y right;
    float:left;
	z-index:2;
}
/* Sidebar END */

/* Content START */
.containerRight{
    width: 204px;
    background-color: #e6e6e6;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
    float:right;
}

.columnShiftToRight{
    position: relative;
	width: 496px;
	min-height: 500px;
	left: 204px;
	padding: 30px 40px 30px 25px;
    background-color: #e6e6e6;
	background-image: url(images/content_back.gif);
	background-repeat: repeat-y;
	font-size: 13px;
    z-index:3;
}

.content{
    padding: 1px;
}
/* Content END */

/* Grafik Formatierung START */
p img {
	padding: 0;
	max-width: 100%;
	}

img {
	border: 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: -2px 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* Grafik Formatierung END */

#footer {
	position: relative;
	width: 765px;
	height: 25px;
	background-color: #770000;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-y;
}

#footer .content {
	float: right;
	width: 561px;
	padding-top: 5px;
	font-size: 12px;
	font-weight: none;
	text-align: center;
	color: #FFFFFF;
}

#header {
	position: relative;
	margin: 0 auto;
	width: 765px;
	height: 121px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#heine {
	position: absolute;
	margin-top: 210px;
	margin-left: -230px;
	width: 230px;
	height: 393px;
	background-color: #FFFFFF;
	background-image: url(images/heine.jpg);
	background-repeat: no-repeat;
	z-index: 2;
}

#menu {
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #770000;
	z-index: 1;
}

#menu .content {
	position: relative;
	margin: 0 auto;
	width: 748px;
	height: 23px;
	padding-top: 6px;
	padding-right: 16px;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-y;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	z-index: 2;
}

#sidebar {
	position: absolute;
	left: -561px;
	top: 0px;
	width: 204px;
	background-color: #960017;
	background-repeat: repeat-y right;
	z-index: 1;
}

#sidebar .button {
	width: 204px;
	height: 25px;
	padding-top: 8px;
	padding-left: 24px;
	background-image: url(images/sidebar_back.gif);
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .button2 {
	width: 204px;
	height: 25px;
	padding-top: 8px;
	padding-left: 24px;
	background-image: url(images/sidebar_back2.gif);
	font-size: 13px;
	font-weight: bold;
	color: #960017;
}

#sidebar .strich {
	width: 204px;
	height: 2px;
	max-height: 2px;
	background-image: url(images/strich.gif);
}

.wordtube {
	padding-top: 14px;
}

