body
{
    margin: 10px 0 20px 0;
    padding: 0;
    font: 85% arial, hevetica, sans-serif;
    text-align: center;
    color: #505367;
    background-color: #D6D6D6;
}

a:link, a:visited, a:active {
	color: #d22929;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

h1 { font: 1.666em georgia, 'times new roman', times, serif; letter-spacing: 1px; 
	background-image: url('bilder/dotted_blau.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 10px;
	color: #d22929;
}
h2 { font: 1.7em georgia, 'times new roman', times, serif; letter-spacing: 1px; 
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 10px;	
	color: #d22929;
}
h3 { font: 1.2em arial; letter-spacing: 1px;
	font-weight: bold;
	border-bottom: 1px solid #afafaf;
	color: #330099;
}

#container
{
    margin: 0em auto;
    padding: 0;
    width: 800px;
    text-align: left;
    background-color: white;
    border: 1px solid #717171;
}

#header
{
    margin: 0;
    padding: 0px;
    width: 800px;
    height: 127px;
    background-color: white;
    
    background-image: url('bilder/header.gif');
    background-position: top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #717171;
}
#sub_menu
{
    margin: 10px 0px 0px 10px;
    padding: 0px;
    height: 20px;
    background-color: white;
    border-left: 0px solid #717171;
    border-top: 0px solid #717171;
    border-bottom: 0px solid #717171;
}

#contents   
{
    margin: 0;
    padding: 0px;
    padding: 0px 20px 20px 20px;
   /* height: 100px;*/
    background-color: white;
}

#footer 
{
    margin: 0 30px 0 30px;
	padding: 3px 30px 3px 30px;
    background-color: white;
    border-top: 1px dashed #717171;
    font: 0.8em arial, hevetica, sans-serif;
    text-align: center;
    letter-spacing: 0.1em;
    color: #717171;

}
#navcontainer ul
{
    padding: 0;
    margin-top: 99px;
    margin-bottom: 0px;
    background-color: #93b9d9;
    color: #000;
    float: right;
    border-top: 1px solid #717171;
}
/*Für IE7.0 */
*:first-child+html #navcontainer ul
{
	margin-top: 100px;
}
*html #navcontainer ul
{
	margin-top: 100px;
	m\argin-top: 100px;
}


#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
    padding: 0.4em 1em 0.4em;
    background-color: #93b9d9;
    color: #000;
    text-decoration: none;
    float: left;
    border-left: 1px solid #717171;
}

#navcontainer ul li a:hover
{
    background-color: #65859f;
    color: #fff;
}

#umwelt
{
padding: 0px 10px 0px 10px;

}

