/* CSS Document */
body {
	font-size: 16px;
	color: black;
	background-color: #67666B;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
    }
	
div#wrapper {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:937px;
	background-color:#FFFFFF;
	}
	
/*oberer Teil mit Logo und Bildern*/
div#logonattheim {
	float: right;
	margin-right: 20px;
	margin-top: 0px;
	width: 213px;
	padding-top: 40px;
	padding-bottom: 13px;
	}

div#logonattheim a, div#logonattheim img {
	border: 0px;
	margin: 0px;
	}
	
* html div#logonattheim {
    margin-bottom: -4px;   /* Workaround gegen den 3-Pixel-Bug des doofen Internet Explorer bis Version 6 */
    }
		
#nattheim_bild1 {
	margin-top:0;
	width:571px;
	}
	
#nattheim_bild1 img {
	border: 0;
	}
	
#nattheim_bild2 {
	clear: both;
	float:right;
	margin:0;
	width:362px;
	}

#nattheim_bild2 img {
	border: 0;
	}
	
a {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
	color: #525151;
	}
a:hover {
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	text-decoration:underline;
	color: #0A6506;
	}	
ul.nachrichten{
	margin: 0;
	padding: 0;
}

li.nachrichten {
    list-style-type:none;
	margin: 0;
	padding: 0;
	color: #525151;
}		
#header {
    margin: 0 ; 
	padding: 1px;
    background-color: white;
  	}

#wrapperContent {
	clear: both;
	padding-top: 20px;
	top: 8px;
	height: 100%;
	}	
	
/*NAVIGATION*/
ul#Navigation {
	clear: both;
	width: 100%;
	font-size:14px;
    clear: both;
	float:left;
	top: 441px;
    margin: 0; 
	padding: 0;
	background-color: #0A6506;
	list-style: none;
	border-left: 1px solid white; 
	height: 25px;
	}
	
	
/* CONTENT */

div#Inhalt {
    margin: 0px 70px 7px 30px;
	width: 510px;
	top: 451px;
    }

* html div#Inhalt {
    height: 7px;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    }

div#Inhalt h2 {
    font-size: 14px;
	color: #0A6506;
	font-weight: normal;
	margin: 8px 0;
    }

div#Inhalt p {
    font-size: 12px;
	color: #525151;
    }
	
/*RIGHT*/  
div#Info {
    float: right; 
	width: 363px;
    margin: 0 0 49px; 
	padding: 0;
	top:304px;
    }
 
div#Info h2 {
    font-size: 12px;
    margin: 7px;
    }
div#Info p {
    font-size: 12px;
    margin: 3px;
    }
	
#rightkasten{
	background-color: #0A6506;
	width: 355px;
	font-size:14px;
	color: white;
	padding-left: 7px;
	height: 18px;
	padding-top: 2px;
	}

#infokasten{
	width: 354px;
	font-size:12px;
	color: #545454;
	margin: 1px 0 0 0;
	border-top: 1px solid #858585;
	border-left: 1px solid #858585;
	border-bottom: 1px solid #858585;
	padding-left: 7px;
	height: 130px;
	}

	
#info1{
	float: left;
	width: 120px;
	padding-top: 15px;
}

#info2{
	float: right;
	width: 120px;
	padding-top: 15px;
	padding-right: 50px;
}

a.mehr{
	color: #0A6506;
	font-weigt: bold;
	font-size: 12px;
	text-decoration: none;
}

.gruen{
	color: #0A6506;
	font-weight: bold;
	font-size: 12px;
}

/*FOOTER*/ 
p#Fusszeile {
    clear: both;
    font-size: 12px;
    margin: 0; 
	padding: 1px;
    text-align: center;
    background-color: #ffffff; 
    }


