/* Format Style von www.autobahnmeisterei-erkner.de    */

body, a, p, h1, h2, h3, ul, li, span, div, img {
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 14px;
	color: #000000; 
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 20px;    }

body    {
	background-color: #e4e4e4; } 

div.global	{
	width: 1000px;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;   }
	
div.kopf { 
	width: 1000px;
	height: 300px;
	background-image: url(../grafik/kopf_logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000080; }
	
div.nav  {
	width: 960px;
	padding-left: 40px;
	border-bottom: 2px solid #000080; }
	
div.inhalt_ges { 
	width: 1000px;
	height: 450px;
	border-bottom: 2px solid #000080;
	margin-top: 5px;}
	
div.inhalt_li { 
	width: 140px;
	height: 425px;
	float: left;
	padding-left: 10px;
	padding-top: 20px; 
	border-right: solid 1px #000080;     }
	
div.inhalt_re  { 
	width: 800px;
	height: 420px;
	overflow: auto;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;    }
	
div.fuss  {
	width: 1000px;
	height: 24px;
	text-align: center; }
	
a {
	text-decoration: none; }
	
a.nav, a.nav_a {
	display: block;
	float: left;
	margin-right: 35px;
	margin-top: 3px;
	margin-bottom: -3px;
	padding: 3px;
	font-weight: bold;
	color: #000080;
	border: solid 1px #e4e4e4;
	border-radius: 4px;  }
	
a.nav:hover, a.nav_a:hover, a.nav_a {
	color: #ffffff;
	border: solid 1px #000080;
	background-color: #000080;   }
	
a.link, a.link2 {
	color: #000080;
	border: solid 1px #e4e4e4; }
	
a.link2 {
	text-decoration: underline;  }
	
a.link:hover, a.link2:hover {
	color: #ffffff;
	border: solid 1px #000080;
	background-color: #000080; }
	
a.nav2, a.nav2_a, a.nav3, a.nav3_a {
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
	color: #000080;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #e4e4e4;
	border-radius: 4px;  }
	
 a.nav2_a, a.nav3_a, a.nav2:hover, a.nav3:hover {
	color: #ffffff;
	border: solid 1px #000080;
	background-color: #000080; }
	
a.nav3, a.nav3_a {
	font-size: 11px;
	font-weight: normal;
	margin-left: 10px;
	margin-bottom: 2px;
	padding: 1px;	}
		
img.kopf  {
	margin-top: 40px;
	margin-left: 40px; }
	
img.titelblatt {
	float: left;
	height: 150px;
	margin-right: 20px; }
		
h1, h2  {
	color: #000080;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px; }
	
h3  {
	color: #000080;
	font-size: 14px;
	margin-bottom: 10px; }
	
p.clear	{
	clear: both;  }
	
p {
	margin-bottom: 6px;
	text-align: justify;   }
	
span.blau  {
	color: #000080;
	font-weight: bold;  }
	
span.rot  {
	color: #ff0000; }	
	
ul.lit {
	margin-left: 20px;  }
	
table {
	width: 95%;
	padding: 0px; 
	margin: 0px;
	margin-top: -5px;
	border: none;	}
	
td {
	text-align: center;  
	vertical-align: top;	}
	
table2 {}
	
td2 {}
	
td.left {
	text-align: left;  
	vertical-align: top;		}
	
#suche label{
	display: block;
    float: left;
    width: 100px;
}
#suche input{
	width:150px;
}

#suche select{
	width:155px;
}
#suche input[type=submit] {
	background-color: #000080;
    border: 1px solid #000080;
    color: #ffffff;
	float:right;
	border-radius: 4px;
	font-weight:bold;
}
#suche input[type=submit]:hover {
	background-color: #fff;
   
    color: #000080;
	
}


