/* CSS Document */


body { background: #301a01; }

.wrapper
{
margin: auto;
width: 500px;

}

.logo
{

width: 400px;
height: 450px;
margin: auto;
background-image: url(grafik/logo.gif); 
background-position:bottom; 
background-repeat: no-repeat;
}

.kontakt
{

width: 450px;
height: auto;
margin: auto;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding-top: 30px;
padding-bottom: 50px;
color: #ffffff;
}

a
{
color: #ffffff;
}

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

.kontakt h2
{
font-weight: bold;
font-size: 14px;
}


.impressum
{
text-align: center;
padding: 30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 290px;
height: auto;
margin: auto;
background: #533e23;
color: #ffffff;
}

.impressum h2
{
font-weight: bold;
font-size: 12px;
}
