body,html {
padding: 0px;
margin: 0px;
background: #fff;
font-family: helvetica, arial;
font-size: 12px;
}

#wrapper {
width: 900px;
margin-left: auto;
margin-right: auto;
}

#content {
clear: both;
background: url(img/contentbg.png) repeat-x;
padding: 10px;
min-height: 400px;
border-bottom: 1px solid #cccccc;
}

#content p {
width: 650px;
line-height: 1.5em;
}

#navigation {
margin-left: 317px;
width: 580px;
padding-bottom: 10px;
padding-top: 60px;
border-bottom: 1px solid #cccccc;

}
.aktiv {
font-size: 1.2em;
text-decoration: none;
color: #000;
}

#navigation a {
font-size: 1.2em;
text-decoration: none;
color: #8c0051;
}
#navigation ul {
list-style-type: none;
display: inline;
}
#header {
margin-bottom: 20px;
height: 105px;
}
#navigation ul li {
float: left;
padding-left: 20px;
padding-right: 20px;
}

#header img {
float: left;
}

#footer {
text-align: right;
padding: 10px;
}

a {
color: #8c0051;
}

a:hover, #navigation a:hover {
color: #ec008c;
}

#content h1 {
font-size: 1.5em;
color: #ec008c;
}




