html {	
	text-align: center;
	height:100%;
}
body {
	height: 100%;
	font-size: 100.01%;
	text-align: center;
	color:#5f6a73;
	margin:0;
	padding:0;
	background:  #E6E6E6 url(kachel.gif) repeat-y center; /* #99C7DA */
}



#page{
	margin-left: auto;
	margin-right:auto;
	min-height: 101%;
	width:970px; 	
	height:100%;
	background:  #E6E6E6 url(kachel.gif) repeat-y center;
	
	
	
}

#bodybox{
	position:relative;
	margin-left: auto;
	margin-right:auto;
	padding-bottom: 0px;
	text-align: left;
	width: 950px;
	min-height:600px;
	
}
* html #bodybox{
	height:600px;
}
/* *+html #bodybox{left:1px} */


#leftpicbox {
	height: 100%; 
	margin-left: 0;	
	width: 180px;
	height:168px;
	background:#2a3092;
	float: left;
	}

#sidestripbox {
        position:absolute;
	top:168px;
	left:0px;
	height: 100%; 
	margin-left: 0;	
	width: 180px;
	min-height:600px;
	background:#2a3092;
	}

#mainbox {
	margin-left: 0;	
	width: 770px;
	min-height:600px;	
	float: left;
	
	}



#headbox {
	top:0px;
	width:770px;
	height:146px;
	float: left;
	

}

#headbox img {
	top:0px;	
	float: left;
}

#searchbox {
	width:290px;
	height:52px;
	float: left;	
	}

#headboxright {
	margin-top:0px;
	width:290px;
	float: left;
	
	
}

#menuebox {
width:770px; 
height:22px; 
float: left;
z-index:10
}

#breadcrumbs {
	width:770px;
	height:30px;
	float: left;
}

#footerbox {
	width:465px;
	height:22px;
	float: left;
	margin: 5px;
}


#contentbox {
	top:0px;
	width:770px;
	float: left;}

#inhaltbox {	
	width:480px;
	float: left;
	margin: 0px;	
}

#inhalt {margin: 10px;}

#sidebar {
	width:280px;
	float: left;	
}


/*Spezial
************************/
span.clearing{
	clear:both;
	display:block;
	font-size:0;
	border:0;
}
