/* CSS Document */

*html, #inhalt{
	/*height:600px;
	overflow:auto;*/
}

html, body{
	height:100%;
	min-height:100%;
	margin:0;
  	padding:0;
	background-color:#2e59a3;
	background-image:url(images/kunz_higru.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#021c48;
	line-height:18px;
}

#inhalt a:link, #inhalt a:visited{
	color:#021c48;
	text-decoration:none;
}

a.foto{
	border-bottom-style:none;
}

.navigation{
	display:block;
	float:left;
}

h1{
	font-size:11px;
	font-weight:bold;
}	

table{
	margin:0;
	padding:0;
	border:0;
}

hr{
	background-color: #f7a621;
	color: #f7a621;
	border: 0 none;
	height:1px;
}

.bild{
	border:solid 1px #2e59a3;
}

td.orange{
	height:10px !important; 
	background-color:#f7a621;
}

#main{
	 height:100%;
	 width:610px;
	 margin:auto auto auto auto;
	 background-color:#FFFFFF;
}

html>body #main{
	width:610px;
}

#content{
	vertical-align:top;
	background-color:#ffffff;
}

#links{
	float:left;
	width:150px;
	overflow:hidden;
}

#rechts{
	float:left;
	width:460px;
}

html>body #rechts{
	width:460px;
}

html>body #links{
	width:150px;
}

#inhalt{
	 float:left;
	 width:420px;
	 background: #ffffff url(images/bg_content.jpg) repeat-x;
	 background-position:top;
	 margin-right:-3px;
	 border:0;
	 padding:60px 20px 0px 20px;
}

html>body #inhalt{
	width:420px;
	padding:60px 20px 0px 20px;
	margin:0px;
}

#subnavigation{
	 float:left;
	 width:150px;
	 background: #ffffff;
	 padding:0 0 20px 0;
	 /*min-height:300px;*/
	 height:100%;
	 vertical-align:top;
}

#subnavigation ul, #subnavigation li{
	margin:0;
	padding:0;
	list-style:none;
}

#subnavigation a{
	display:block;
	padding-left:17px;
	width:133px;
	height:19px;
	line-height:19px;
	background-image:url(images/bg_sub.jpg);
	color:#2e59a3;
	text-decoration:none;
	border-top:1px solid #cbcbcb;
}

#leitsatz{
	background-color:#FFFFFF; 
	height:73px; 
	text-align:right; 
	vertical-align:bottom;
}

.sub a:hover, .sub a.aktiv{
	text-decoration:underline;
	font-weight:bold;
}

#subnavigation a.unter{
	background-image:url(images/bg_subsub.jpg);
	padding-left:25px;
	width:125px;
	color:#75a0d7;
}

.letzter{
	border-bottom:1px solid #cbcbcb;
}

