body{
}

#hintergrund {
	/* background-color: #A9A7A7; */
	width: 1000px;	
	height: 845px;
	margin: auto;
}

#banner {
	background-image: url("banner.jpg"); 
	/* background-color: #4d4d4d; */
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
    height: 75px;
    width: 535px;
    color: #FFFFFF;
    font-family: Helvetica;
    font-size: 4em;
    text-align: left;   
	float: left;
	border-top-left-radius: 8px;
	/* border-bottom-right-radius: 8px; */
	/* border-top-right-radius: 8px; */
	/* border-bottom-left-radius: 8px; */


}

#banner a{
	text-decoration:none; 
	color:#FFFFFF; 
	font-weight:bold;	
}

#banner a:hover{
    color:#129D00;
}

#navigation {
	background-image: url("banner.jpg");
	text-align: right;
    /* background-color: #4d4d4d; */
	/* background-color: blue; */
    /* width: 990px; */
	/* margin-top: 5px; */
	margin-bottom: 0px;
	width: 440px;
    height: 40px;
	/* padding: 5px; */
	/* padding-top: 40px; */
	padding-top:45px;
	padding-left: 0px;
	padding-right: 5px;
	font-size: 14;
	/* font-family: Helvetica; */
	font-family: Courier;
	float: right;   
	/* border-top-left-radius: 8px; */
	border-top-right-radius: 8px;
	/* border-bottom-left-radius: 8px; */
	/* border-bottom-right-radius: 8px; */
}

#navigation li {	
     list-style-type: none;
     display: inline;
     padding-left: 20px;
     padding-right: 20px;
}

#navigation li+li {
     /*border-left:1px solid #050505;*/
     border-left: 1px solid #129d00;
}

#navigation ul {
     padding: 0;
     margin: 0;
}

#navigation a {
	text-decoration:none; 
	color: #4d4d4d; 
	/* font-style: italic; */
	/* font-variant: small-caps; */
	letter-spacing: 0.1em;
	font-weight:bold;
}

#navigation a:hover{
	color: #129d00;
}

#navigation #aktuell a{
	color: #129d00;
}

#menu{
	background-color: #EEEEEE;
	height: 25px;
	width: 445px;
	padding-top: 15px;
	border-top-left-radius: 8px;

}


#content{
	/* background-image: url("content.jpg"); */
	background-color: #EEEEEE;
	padding:15px;
	padding-top:20px;
    width:970px;
    height: 643px;
    overflow:auto;
	/* border-top: 2px solid #129d00; */
	/* border-bottom: 2px solid #129d00; */
	/* border-top: 3px dashed #4d4d4d; */
	/* border-bottom: 3px dashed #4d4d4d; */
    /* margin-left: 10px; */
    /* margin-top: 8px;  */
    font-family: Helvetica;
    color: #4d4d4d;   
	clear:both;    
	 /* float: left;  */
	/* border-bottom-right-radius: 8px; */
	/* border-bottom-left-radius: 8px; */
	
}

#content a{
	color: #4d4d4d;
	font-weight: bold;	
}

#footer{
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #4d4d4d;
	text-align: center;
	font-family: Courier;
	font-size: 12;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

#footer li {	
     list-style-type: none;
     display: inline;
     padding-left: 20px;
     padding-right: 20px;
}

#footer li+li {
     /*border-left:1px solid #050505;*/
     border-left: 1px solid #129d00;
}

#footer ul {
     padding: 0;
     margin: 0;
}

#footer a {
	text-decoration:none; 
	color: #FFFFFF; 
	
}

#footer a:hover{
	color: #129d00;
}
