* {
padding:0px;
margin:0px;
}
body			{ font-family: Arial; color: white; font-size: 12px; line-height: 150%; background-color: #50565d; }
h2 { color: #545c1f; }
h3 { color: #545c1f; }


div.container
{
position:relative;	
margin: 20px auto;
width:600px;
background-color: white; 
}


img.grafik{
position:absolute;
width:302px;
height:388px;
left:10px;
top:50px;
}

img.logo{
position:absolute;
width:215px;
height:54px;
left:320px;
top:150px;
}

div.menu{
position:absolute;
width:215px;
height:200px;
left:320px;
top:250px;
}

a img {
border-width:0px;
}

span.blau
{

height:25px;
padding-top:20px;
font-size: 20px;
}

a:hover span.blau
{
}


span.gruen
{

height:25px;
padding-top:20px;
font-size: 20px;
}

a:hover span.gruen
{
}

div.schwarz
{
position:relative;
height:25px;
padding-left:25px;
}

a:hover div.schwarz
{
}

div.footer
{
position:absolute;
top:500px;
width:600px;
left:200px;
}

span.footer-right
{
font-size: 10px; line-height: 100%;
}

span.footer-right a
{
padding-left:5px;
	padding-right:5px;
font-size: 11px; line-height: 100%;
}




a:active,

a:visited,

a:link	    			{ color: white; text-decoration: underline; font-family: Arial;  font-size: 11px;}

a:hover					{ color: #ccc; text-decoration: none; }


