/* Header */
/* ---------- */
#header {
	width:837px;
	height:180px;
	


}

/* Text */
/* ---------- */
#text_ {
	float:left;
	width:835px;
	position:relative;

}
#text {
    width:820px;
	margin:10px;
	margin-top:20px;
	font-size:8pt;
	line-height:1.5;
	position:relative;
}

/* Footer */
/* ---------- */
#footer {
 	clear:both;
	clear:right;
}
#footer li a{
	text-decoration:none;
	font-size:8pt;
	color:#1d6fa8;
	float:right;
}
#footer ul{
	list-style-type:none;
}
#footer li {
	display:inline;
}


/* logo */
/* ---------- */
#bilder {
	float:left;
}
#logo {
	width:323px;
	height:179px;
	background-color:#1D6FA8;
	border-left:solid 3px white;
	float:left;
}
#logo_ {
	margin-left:10px;
	padding-top:10px;
}
#bla {
	height:25px;
	background-color:#f4f4f4;
	width:20px;
	float:right;
	
}



/* Subnavi */
/* ---------- */
#subnavi {
	background-image:url(img/subnavi.png);
	width:838px;
	height:25px;
	margin-top:2px;
	float:left;
	

}
#subnavi ul{
 	margin:0;padding:0;
	list-style-type:none;

}
#subnavi li {
	display:inline;
	padding-left:10px;
}
#subnavi li a {
	color:#ffffff;
	text-decoration:none;
	font-size:8pt;
}




/* Navigation */
/* ---------- */

#grau {
	background-color:#f4f4f4;
	height:25px;
	float:left;
	border:solid 1px red;
	margin-top:20px;
}

div#navi {
 width:830px;
 height:25px;
 margin-top:20px;
 margin-bottom:25px;
 margin-left:2px;
 margin-right:2px;
 float:left;
 
	
}
div#navi ul {
 margin:0px;padding:0px;
 list-style-type:none;
 
}
div#navi li{
 float:left;
 display:inline;
 
}


div#navi li a {
 background-color:#f4f4f4;
 text-decoration:none;
 display: block;
 width:108px;
 height:25px;
 border-right:solid 2px white;
 font-size:8pt;
 color:#000000;
 vertical-align:middle;
 padding-top:4px;
 padding-bottom:4px;
 padding-left:5px;
 padding-right:3px;

}
div#navi a:hover {
 background-color:#1d6fa8;
 text-decoration:none;
 color:#ffffff;
}

#last_navi {
	width:200px;
	
}







/* --------------------------------------------------- */
/* GRUNDGERÜST: container, schatten, hintergrund, body */
/* ################################################### */

div#container {

 width:843px;
 background-image:url("img/bg_s.gif");
 min-height:600px;
 height:auto !important;
 height:600px;
 float:left;
}

#bgro {
 background-image:url("img/bg_ro.png");
 width:153px;
 height:349px;
	
}

/* Hintergrund unten links */
#bgru {

 background-image:url("img/bg_ru.png");
 height:62px;
 width:158px;
 margin:0;
 padding:0;
 float:left;
}

/* Hintergrund rechts unten */
#bglu {
 background-image:url("img/bg_lu.png");
 height:62px;
 width:58px;
 float:left;

}

/* Schatten unten */
#su {
 float:left;
 font-size:1px;
 background-image:url("img/su.gif");
 height:8px;
 width:777px;

}

#empty {
 clear:both;
 height:0px;
 font-size:0px;
}
body {
 background-color:#e1e1e1;
 font-family:Verdana;
}
