@charset "UTF-8";

body, ul, li
{
margin: 0;
padding: 0;
list-style-type: none;
}


body 
{
background-color: #aef2db;
}

#logo
{
height: 170px;
width: 800px;
top: 100px;
background: url(grafiken/logo.gif) bottom left no-repeat;
}

#weiss
{
height: 170px;
width: 100%;
background-color: #f5f5f5;
position: absolute;
top: 0;
left: 800px;
}

#kopf
{
height: 180px;
width: 800px;
background: bottom left no-repeat url(grafiken/kopf.gif);
margin-bottom: 6px;
padding: 0;
}

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

li.teil
{
display: block;
height: 406px;
background: bottom left no-repeat url(grafiken/trenn.gif)
}

ul.kontakt
{
margin: 6px 0 0 6px;
display: block;
}

ul.kontakt li
{
float: left;
margin-right: 10px;
}

ul.kontakt li a, .kontakt li
{
font: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

.kontakt li
{
color: #2d2d2e
}

ul.kontakt li a
{
color: #ea1e7e;
}

