/* commented backslash hack v2 \*/ 
html, body{height:100%;overflow:hidden} 
/* end hack */ 

body 
{
	font-size:10px;
	font-family:Verdana;
	scrollbar-arrow-color:#232323;
	scrollbar-base-color:#bac5d0;
	scrollbar-darkshadow-color:#89a8c7;
	scrollbar-face-color:#d2e2f1;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#a8b2bc;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color: #000000;
}


#outer{
	margin-left:0px;
	background:#ffffff;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	color: #000000;
	min-height:100%;
}

#outercontainer
{
	
	background:#AEC9E4;
	min-height:100%;
}
 
* html #outer{height:100%} /*for IE as IE treats height as min-height anyway*/

#header{
	background:#AEC9E4;
	border-top:15px solid #3C7BB6;
	border-left:15px solid #3C7BB6;
	border-right:15px solid #3C7BB6;
	overflow:hidden;
	color: #000000;
	
}
#left {
	position:relative;/*ie needs this to show float */
	width:245px;
	float:left;
	background:#AEC9E4;
	margin-left:-245px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	
}
* html #left {padding-bottom:32px ;margin-right:-3px;}/*fix gap in ie next to float and clear footer because we've moved float too far left*/
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	background-color:#c4daef;
	width:260px;
	float:right;
	margin-right:-260px;/*must be 1px less than width otherwise won't push footer down */
	
}



#footer {
	width:100%;
	clear:both;
	height:16px;
	background-color: #6699cc;
	color: white;
	text-align:center;
	position:relative;
	padding-top:6px;
}


#logo
{
	background-image:url('../grafik/logo/header.jpg');
	background-repeat:no-repeat;
	background-position:157px 0px;
	background-color:#689ACD;
	height:115px;
	width:100%;
}

#logo a
{
	color:White;
}

.lktitel
{
	margin:65px 5px 0px 0px;
	float:right;
	font-size:22px; 
	font-family:Verdana;
}

.lktitel div
{
	margin-top:4px;
	font-size:11px; 
}

.rubrik
{
	font-size:12px;
}

 .aufzaehlung
{
	padding-left:22px;
	font-size:12px;
	color:Black;
	line-height:16px;
	margin-top:5px;
}

.suchBalken
{
	background-color:#6699cc;
	height:25px;
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	padding-top:3px;
}

#clearfooter{clear:both;height:0px;}/*needed to make room for footer*/
*html #clearfooter{clear:both;height:18px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */
#centrecontent {position:relative;z-index:1;padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}

html > body  #minHeight{float:left;width:0px;height:100%;} /*safari wrapper thanks to Tim Connor*/
