/* Standard-CSS für www.odenwaldkreis.de */
/* (c) 2007 Landratsamt Odenwaldkreis */

/* Wichtige Farben
Dunkelgrün = #A0C171
Hellgrün =	 #D1E0BB
ganz dunkel - nicht im cd enthalten #367A0C
*/

/*Reset der einzelnen Tags*/
html, body,  h1, h2, h3, ul, ol, a, li 
{
   	margin: 0;
   	padding: 0;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	height:100%;
	
}
.news_item_body a:link {color:#A0C171; text-decoration:underline;}
.news_item_body a:active {color:#A0C171; text-decoration:underline;}
.news_item_body a:visited {color:#A0C171; text-decoration:underline;}
.news_item_body a:hover {color:#A0C171; text-decoration:underline;}



img
{
background-color:#D1E0BB;
}


/* hack für IE */
html, body 
{
    font-size: 101.01%;
	background-color:#ffffff;

}


/* notlösung IE 6 Darstellung einer tabelle*/
td, 
{ 
font-size: 1.0em;
}

a:link 
{
   color: #000000;
   text-decoration: underline;
}

a:visited 
{
   color: #000000;
   text-decoration: underline;
}

a:hover 
{
   color: #000000;
   text-decoration: underline;
}

a:active 
{
   color: #000000;
   text-decoration: underline;
}


/* containerelement für zwei spalten (bild und links) */
.banner 
{	
	padding:0px 0px 0px 0px; 
	color:white; 
	background-color: #ffffff;
	border:0px solid black;
	height:50px;
	margin-top:0px;	
	border:0px solid black;
	width: 99%;
}

/* linker teil des banners */
.banner_links { 

	margin:0;
	padding:0px; 
	float:left; 
	width:180px;	
	height:50px;
	margin-top:0px;
	line-height: 50px;
	background-color: #ffffff;	
	border:0px solid black;
	text-align:center;
}

/* rechter teil des banners */
.banner_rechts {
	font-family:Verdana, Arial,;
	font-size:1.01em;
	font-weight:bold;
	margin-left:190px;
	margin-right:0px; 
	padding:0px 0px 0px 0px; 
	margin-top:0pc;	
	height:50px;	
	line-height: 50px;	
	background-color: #ffffff;	
	border:0px solid black;
	text-align:right;
	display:block;
	vertical-align:middle;
	color:#ffffff;
	width:575px;	
} 

/* Links im rechten banner */
.banner_rechts a:link {color:#000000;}
.banner_rechts a:active {color:#000000;}
.banner_rechts a:visited {color:#000000;}
.banner_rechts a:hover {color:#000000;}

/* 3 Pixel Bug des IE bis version 6.1*/
* html .banner_picture 
{
	position: relative;
	top: 0px;
	left: -3px;
}

/* Banner mit dem Bild (Landschaft, Landratsamt, Wald usw.) */
.banner_picture
{
	margin-left:190px;
	margin-right:0px; 
	background:#ffffff;
	height:10px;
	border:0px solid black;
	background-repeat:repeat-y;
	background-position:left;
	width:580px;
} 

/* linke Navigation */
.navigation
{
	background:#ffffff;
	padding-left:0px;
	border:0px solid black;
	width:600px;
	height:600px;
	margin-left:0px;
	float:left;
	height:auto;
}

/* linke Navigation */
.navigation_gross
{
	font-size:1.01em;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:1px;
	padding-top:1px;
	margin-left:0px;
	margin-right:0px; 
	margin-top:0px;
	margin-bottom:2px;
}

/* linke Navigation */
.suche
{
	padding-left:3px;
	padding-top:3px;
	font-size:1.01em;
}

/* linke Navigation */
.quicklinks
{
	padding-left:3px;
	padding-top:3px;
}

/* linke Navigation */
.navigation_klein
{
	background:#ffffff;
	margin:0px;
	float:left;
	font-size:1.01em;
	padding-left:5px;
	padding-top:5px;
	color:#000000;
}


.mainarea_content
{
	float:left;
	padding:10px;
	margin:2px 2px 2px 2px;
	border:0px solid black;
	width:550px;
	border:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.01em;
}

.newsarea
{
	float:left;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:0px;

	margin:2px 2px 2px 2px;
	border:0px solid black;
	width:565px;
	border:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.01em;
}

.newsarea_l 
{ 

	margin:0;
	padding:0px; 
	float:left; 
	width:600px;	
	margin-top:0px;
	border:0px solid black;
	text-align:center;
}

.newsarea_r 
{
	margin-left:10px;
	margin-right:0px; 		
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	width:600px;
} 

.newsarea_r_box
{
	background-color: #ffffff;			
	margin-left:0px;
	margin-right:0px; 
	margin-top:20px;			
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	border:0px solid #A0C171;
	min-height:65px;
	width:360px;
}

.newsarea_r_header
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.01em;
	font-weight:bold;	
	color:#000000;
	margin-bottom:0px;
}

.newsarea_r_body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.01em;
	color:#000000;
	text-align:justify;	
}

.newsarea_r_header a:link { text-decoration:underline; }
.newsarea_r_header a:active { text-decoration:underline; }
.newsarea_r_header a:visited { text-decoration:underline; }
.newsarea_r_header a:hover { text-decoration:underline; }
	



.news_item_headline
{
	COLOR: #000000; 	
	float:left;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	margin-top:20px;
	background-color:#ffffff;
	border:0px solid black;
	width:650px;
	border:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	height:16px;
	DISPLAY: block; 
	FONT-SIZE: 1.01em; 
	VERTICAL-ALIGN: top;
	border-bottom:0px solid;
	border-bottom-color:#367A0C;
	text-align:left;
}

.news_item_subheadline
{
	COLOR: #000000; 	
	float:left;
	padding-bottom:0px;
	padding-left:3px;
	padding-right:0px;
	padding-top:0px;
	margin-bottom:5px;
	margin-left:2px;
	margin-right:2px;
	margin-top:5px;
	border:0px solid black;
	width:650px;
	border:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold; 
	height:22px;
	DISPLAY: block; 
	FONT-SIZE: 1.01em; 
	VERTICAL-ALIGN: top;
	text-decoration:underline;
	text-align:left;
}

.news_item_body
{
float:left;
padding:1px;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
margin-top:10px;
border:0px solid black;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.01em;
text-align:justify;
color:#000000;
}

.news_item_body a:link { color:#819B5C; text-decoration:underline; font-weight:bold; }
.news_item_body a:active { color:#819B5C; text-decoration:underline; font-weight:bold; }
.news_item_body a:visited { color:#819B5C; text-decoration:underline; font-weight:bold; }
.news_item_body a:hover { color:#819B5C; text-decoration:underline; font-weight:bold; }


.news_item_footer
{
float:left;
text-align:right;
padding:1px;
margin:2px 2px 2px 2px;
border:0px solid black;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.01em;
height:17px;
}


.item_headline
{
COLOR: #000000; 	
float:left;
padding-bottom:0px;
padding-left:10px;
padding-right:0px;
padding-top:0px;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
margin-top:20px;
background-color:#ffffff;
border:0px solid black;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold; 
height:16px;
DISPLAY: block; 
FONT-SIZE: 1.01em; 
VERTICAL-ALIGN: top;
text-align:justify;
border-bottom:0px solid;
border-bottom-color:#367A0C;
}

.item_subheadline
{
COLOR: #000000; 	
float:left;
padding-bottom:0px;
padding-left:10px;
padding-right:0px;
padding-top:0px;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
margin-top:5px;
border:0px solid black;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold; 
height:16px;
DISPLAY: block; 
FONT-SIZE: 1.01em; 
VERTICAL-ALIGN: top;
text-decoration:underline;
text-align:left;
}

.item_body
{
float:left;
padding:1px;
margin-bottom:5px;
margin-left:2px;
margin-right:2px;
margin-top:10px;
border:0px;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.01em;
text-align:left;
}

.item_footer
{
float:left;
padding:1px;
margin:2px 2px 2px 2px;
border:0px solid black;
width:650px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.01em;
text-align:right;
}

.footer 
{
	width: 770px;
	height:30px;
	margin-bottom:0px;
	background-color: #ffffff;
	color:#000000;	
	clear:both;
	height:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	text-align:left;
	position:relative;
	font-size:1.01em;
}

.item_body a:link { color:#819B5C; text-decoration:underline; font-weight:bold; }
.item_body a:active { color:#819B5C; text-decoration:underline; font-weight:bold; }
.item_body a:visited { color:#819B5C; text-decoration:underline; font-weight:bold; }
.item_body a:hover { color:#819B5C; text-decoration:underline; font-weight:bold; }

/*only ie gets this style*/
* html #footer 
{
\height:32px;/* for ie5 */
he\ight:30px;/* for ie6 */
}

.footer_links 
{ 
	margin:0;
	padding:0px;
	margin-top:3px;	 
	float:left; 
	width:575px;	
	height:30px;
	margin-top:0px;
	margin-left:0px;	
	line-height: 30px;
	background-color: #ffffff;	
	border:0px solid black;
	text-align:center;
	color:#000000;
	font-size:0.8em;
}

.footer_links a:link {color:#000000;}
.footer_links a:active {color:#000000;}
.footer_links a:visited {color:#000000;}
.footer_links a:hover {color:#000000;}

/* FORMULAR ETC.*/
select 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	font-weight:bold;
	background-color:#D1E0BB;
}

input 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	font-weight:bold;

}

/* linke Navigation */
.navigation_nummernschild
{
	background:#ffffff;
	background-image:url(img/nummernschild.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	font-size:1.01em;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

.input_kennzeichen 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.01em;
	padding:0px;
	margin:0px;
}

.newsticker
{
	background:#ffffff;
	border:0px solid black;
	width:190px;
	height:600px;
	margin-left:500px;
	float:left;
	height:auto;
}


/* ------------------------------------------------------------------- */
.mainbox {
	width: 1000px;
	margin-bottom:0px;
}

.mainbox_l 
{ 
	margin:0;
	float:left; 
	width:775px;	
}
.mainbox_r 
{
	margin-left:790px;
	border:0px solid black;
	width:200px;	
} 


/* ------------------------------------------------------------------- */

/* kleine Banner auf der rechten Seite */
.bannerticker
{
	background:#ffffff;
	margin-top: 20px;
	border:0px solid white;
	width:195px;
	height:55px;
}

a.bannerticker
{}

a.bannerticker:active
{}

a.bannerticker:hover
{	border:1px solid #D1E0BB;}

a.bannerticker:visited
{}

.sigi_box
{
	margin-top: 20px;
	border:0px solid white;
	width:195px;
	height:209px;
}

.kennzeichen
{
width:150px;
padding-left:5px;
padding-top:10px;
margin-top:10px;
font-size:1.01em;
}

.img_kennzeichen
{
width:150px;
height:27px;
padding-left:0px;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
background-image:url(img/nummernschild.jpg);
background-repeat:no-repeat;
}

.img_kennzeichen input 
{
background-color:#ffffff;
color:#000000;
font-size:1.01em;
}

li
{
list-style-position: inside;
margin-bottom: 10px;
height:16px;
}

.bar_footer
{
float:left;
padding:1px;
margin:2px 2px 2px 2px;
border:0px solid black;
width:550px;
height:18px;
border:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.0em;
text-align:right;
}