
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.0125%;

}


body {
	font: normal 81% Arial, sans-serif;
	background-color: white;

	margin-top: 9px;
	margin-right:auto; 
	margin-left:auto;
	margin-bottom: 20px;	

	width: 980px;	

	border-color:#004080; 
	border-style:solid;
	
	border-left-width:2px;	
	border-right-width:0px;
	border-top-width:0px;	
	border-bottom-width:12px;

}

a { color:blue; text-decoration:none; }

a:hover { color:#777777; text-decoration:underline; }

table {
	border-left-width: 0px; 
	border-collapse:collapse;

}

tr {

	border-left-width: 0px; 	

}

td {
	vertical-align:top;
	border-color: white; 
	border-style:solid; 
	border-bottom-width: 0.1em;
	border-left-width: 0px; 

} /* fuer haupt und sondergutachten*/


h1 { 
	font-size: 140%;
	margin-top: 1em; 
	margin-bottom: 1em;
}


li {margin-left: 2.5em;}



/*allgemein*/
#Inhalt {
	font: normal Arial, sans-serif;
 	background-color:white; 
	margin-left: 222px;  
	margin-top: 10px;
	margin-right: 62px;

}

* html div #Inhalt {
    height: 1em;  
  }   /* Korrektur für Internet Explorer */



/*Titel*/
#Titel{
font: normal 250% Arial, sans-serif; 
color:white;   
background-color:   #004080; 

margin-top: 0px; margin-left:0px;  
height: 70px; width: 768px;
padding-left: 222px; 
padding-top:50px; 
}



/* Navigation */
#Navigation ul {
	font: normal 90% Arial, sans-serif;
	float: left; width: 180px; 

        margin-top:4px; margin-left:4px; 
	background-color:lightsteelblue; 
}


#Navigation li {

	list-style: none;
	margin-left: 0; 	 
}

#Navigation a {
	display:block;
	text-decoration: none; font-weight: bold;
	color: black;  
	padding-left: 1em; padding-top:0.5em; padding-bottom:0.5em;
	height: 1.2em;

}

#nav {
	display:block;
	text-decoration: none; font-weight: bold;
	color: black;  
	padding-left: 1em; padding-top:0.5em; padding-bottom:0.5em;
	height: 1.2em;

}




#Navigation a:hover {
	color: #3D5C8B;
	background-color: #DDDDDD; 
}

 

/*Sonderbereiche*/
#Presse ul {padding-left:0em; }
#Presse li {margin-top:2em; }


#fcsg {width:9.5em;}
#fchg {width:9.5em;}

#fcmit { font-size: 88.89%; margin-top:0.6em; margin-bottom: 0.3em;
float:left;}
#scmit { font-size: 88.89%; margin-top:0.6em; margin-bottom: 0.3em;
margin-left:25em;}

#scmitfloat { font-size: 88.89%; margin-top:0.6em; margin-bottom: 0.3em;
margin-right:17em; float:left;}
#scrgh { font-size: 88.89%; margin-top:0.6em; margin-bottom: 0.3em; float:right; text-align:right}

#scmit2 { font-size: 95.00%; margin-top:0.6em; margin-bottom: 0.3em;
margin-left:15em;}

#stellen { 
font-size: 115.00%; 
line-height: 1.4;  
font-family: "Times New Roman", Arial;
border-width:2px; 
border-style:solid; 
border-color:black; 
padding:2.5em; 
}



@media print {
	#Navigation ul {display:none; }
	#Inhalt {
		font: normal 140.1% Arial, sans-serif;
 		background-color:white; 
		margin-left: 40px;  
		margin-top: 10px;
		
	}
}




