
body 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 0;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #567300;
	
}
	
h1
{
	font-size: 12px;
}

h2
{
	font-size: 10px;
}


#MainContainer
{
width: 600px;
height: 600px;
position: absolute;
top: 60%;
left: 50%;
margin-left: -300px;
margin-top: -300px;

}
#BeschreibungsContainer
	 {
	background-color: transparent;
	padding: 0px;
	border: 0px;
	margin-top: 20px;
	position: relative;
	text-align: center;
	
	width: 600px;
	height: 50px;
	color: #d9c09d;
}	
	
#BildContainer
	 {

    padding: 0px;
    border: 0px;
	 margin-top: 0px;
    
    
    width: 600px;
    height: 190px;
    }
#LinkContainer
	 {
	font-size: 14px;
	font-weight: bolder;
	background-color: transparent;
	padding: 0px;
	border: 0px;
	margin-top: 0;
	width: 600px;
	height: 200px;
	text-align: center;
	color: #85b200;
}		
#LinkContainer a:link
{
 font-size: 14px;
 color: white;
 line-height: 14px;
 text-decoration: none;
 font-weight: bolder;
 
}

#LinkContainer a:visited
{
 font-size: 14px;
 color: white;
 line-height: 14px;
 text-decoration: none;
 font-weight: bolder;
 
}

#LinkContainer a:active
{
 font-size: 14px;
 color: white;
 line-height: 14px;
 text-decoration: none;
 font-weight: bolder;
 
}
#LinkContainer a:hover
{
 font-size: 14px;
 color: white;
 line-height: 14px;
 text-decoration: none;
 font-weight: bolder;
 
}

 
#footer
{
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #85b200;
	line-height: normal;		
	padding: 0px;
	border: 0px;
	margin-top: 0;
	width: 600px;
	height: 200px;
	text-align: center;
}	 
#footer a:link, a:visited, a:active, a:hover
{
	font-size: 12px;
	color: #85b200;
	text-decoration: none;
}

#StichpunktContainer
	 {
    background-color: transparent;
    padding: 0px;
    border: 0px;
    margin: -600px 0 0 0;
    position:absolute;
    
    width: 840px;
    height: 400px;
    }
	


