* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrapper {
width: 800px;
margin: 40px auto;
}

#overtop {
height: 20px;
background: #eee url(images/header.gif) no-repeat;
}

#top {
height: 80px;
background: #eee url(images/content.gif) repeat-y;
}

#top h1 {
font-size: 35px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 0 20px;
}
#top h1 a {
text-decoration: none;
color: #EC8714;
}
#top h1 a:hover {
text-decoration: none;
color: #000;
}
#top h2 {
color: #89A537;
font-size: 18px;
font-weight: 100;
padding: 0 0 0 45px;
}

#menu {
margin-left: 10px;
height: 180px;
width: 780px;
background: #eee url(images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 30px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 3px;
}

.main h2 {
color: #0066FF;
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}

#footer {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#impressum {
font-size: 10px;
color: #0066FF;
padding: 0px 0px 0px 738px;
}


