html { 
	height : 100%;
	color : #333333; 
} 

body {
	background-color : #333333;
	margin : 0 auto;
	padding : 0;
	min-width : 900px; 
	text-align : center; 
	height : 100%; 
}
div#zentrieren { 
	margin : 46px auto 0; 
	padding : 0; 
	/*min-height: 100%;  Mindesthöhe für moderne Browser */
	height : auto !important; /* Important Regel für moderne Browser */ 
	height : 100%; /* Mindesthöhe für den IE */ 
	border : 20px solid #666666;
	width : 860px;
	background-color : #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;

} 

div#toplogo {
	float : left;
	width : 255px;
	text-align : left; 
}
div#topcontent {
	margin-left : 315px;
	text-align:center;
	position:relative;
	padding-top: 12px;
}
div#topwerbung {
	border : 1px solid #D73535;
	width : 468px;
	height : 60px;
	text-align : center; 
}
div#content {
	margin : 0; 
	padding : 0; 
	width : 100%; 
	height : 100%; 
}
div#Navigation { 
	float : left; 
	width : 186px; 
	margin : 0; 
	padding : 0; 
	height : 100%; 
	text-align : left; 
} 
div#linksbanner {
	margin : auto;
	text-align : center;
	width : 186px;
}
div#linksbanner img {
	padding : 18px;
}


ul#Navigation { 
	font-size : 14px; 
	color : #666666;
	font-family : Arial, Helvetica, sans-serif;
	float : left; 
	width : 186px; 
	margin : 0; 
	padding : 0; 
	height : 100%;
} 
ul#Navigation li { 
	margin : 0; 
	padding: 0;
	border-bottom : 1px solid #AC3819; 
	list-style : none; 
	display : block; 
} 
ul#Navigation a { 
	display : block; 
	padding-left : 11px; 
	font-weight : bold; 
	padding : 8px 0 8px 7px; 
} 
ul#Navigation a:link { 
	text-decoration : none; 
} 
ul#Navigation a:visited { 
	text-decoration : none; 
} 
ul#Navigation a:hover { 
	color : #ffffff; 
	text-decoration : none; 
	background-color : #AC3819;
} 
ul#Navigation a:active { 
	color : #ffffff; 
	background-color : #AC3819; 
	text-decoration : none; 
} 
.buttonon { 
background-color : red; 
} 
div#rightcontent {
	float : right;
	width : 186px;
	height : 100%;
}
div#maincontent {
	text-align:justify;
	margin : 0 190px 0 190px; 
	padding : 2px 25px 10px 10px; 
}
div#maincontentindex {
	text-align:justify;
	margin : 0 190px 0 100px; 
	padding : 2px 25px 10px 10px; 
}

* html div#maincontent { 
height : 100%; 
} 

* html div#maincontentindex { 
height : 100%; 
} 

div#maincontent h1, div#maincontentindex h1 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	padding-bottom:12px;
}

div#footertext  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	padding: 48px 0;
}
div#footertext  a:link {
	color:#ffffff;
}
div#footertext  a:visited {
	color:#ffffff;
}
div#footertext  a:hover {
	color:#ffffff;
}
div#footertext  a:active {
	color:#ffffff;
}

a:link { 
	color : #333333; 
	text-decoration : underline; 
} 
a:visited { 
	text-decoration : underline; 
	color : #333333; 
} 
a:hover { 
	text-decoration : none; 
	color : #333333; 
} 
a:active { 
	text-decoration : none; 
	color : #333333; 
} 
div#cleari {
	clear:both;
}
div#fett {
	font-weight:bold;
	padding: 4px;
}
div#rubrikname {
	font-weight:bold;
	font-size:14px;
	padding: 14px 0px 14px 0px;
}

div#ad2 {float: left; margin: 0px; padding-top: 6px; padding-right: 5px;}
img#ad2 {float: left; margin: 0px; padding-top: 1px; padding-right: 5px;}

