/* ----------CSS Layoutscreen-------------- */


/* ----------container zentriert das layout-------------- */
#container {
width: 896px;
margin-bottom: 10px;
margin:0 auto;
background-color: #000000
}

/* ----------banner for logo-------------- */
#banner {
	height: 90px;
	background-color: #ff6900;
	padding: 10px 5px 10px 0px;
	clear: left;
	float: left;
	width: 891px;
}

#logo {
	height: 90px;
	width: 152px;
	float: left;
}

#oeffnung {
	margin: 0px;
	padding: 0px;
	height: 90px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 16px;
	
}

/* -----------------Inhalt--------------------- */
#inhalt {
	padding: 0px;
	margin: 0px;
	width: 100%;
	clear: left;
	float: left;
}
#navcontainer {
	width: 210px;
	margin: 0px;
	padding: 0px;
	float: left;
}
div#inhalt { 
min-height:420px; 
/*height:expression(this.scrollHeight > 600 ? "auto":"600px");  
*/
}

p, pre{
padding: 5px 10px;
margin:0;
}

/* --------------left navigavtion ------------- */

#navlist
{
font-size: 14px;
font-weight: bold;
padding-left: 0;
margin-left: 0;
float: left;
width: 210px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 20px 0px 5px 35px;
background-image:url(border2_navi.gif);
background-repeat:no-repeat;
background-position: left 35px; 
text-decoration: none;
}

#navlist li a { text-decoration: none;
}

#navlist .current {
color: #ff6900; /*background-color: gray;*/
}

/* --------------sub navigavtion ------------- */

#navlistsub
{
font-size: 11px;
font-weight: normal;
padding-left: 0;
margin-left: 0;
}

#navlistsub li
{
list-style: none;
margin: 0px;
padding: 6px 0px 0px 2px;
border-bottom: none;
text-decoration: none;
background-image: none;
}

#navlistsub li a { 
text-decoration: none;
color: #85A840;
}

#navlistsub .current {
color: #ff6900; /*background-color: gray;*/
}


/* --------------right textbox------------- */


#inhaltlinks {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 35px 0px 0px 0px;
}
#inhaltrechts {
	float: right;
	margin: 0px;
	padding: 35px 10px 0px 0px;
	width: 320px;
}

/* --------------formular------------- */
#label {
width: 100px;
float: left;
}


/* -----------footer--------------------------- */
#footer {
clear: both;
height: 20px;
margin: 0px;
padding: 2px 5px 2px 5px;
background-color: #ff6900;
font-size: 11px;
font-weight: normal;	

 }
 
#footer a { 
text-decoration: none;
}

#footer a:hover { 
text-decoration: none;
color: #FFF; 
}

#breadcrumb {
width: 300px;
float: left;	
}

#copyright {
text-align: right;
float: right;
Width: 200px;
}
