body {
margin: 30px;
padding: 0;
font-size: 0.7em;
line-height: 1.4em;
background: #4E5C5D;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
text-align: center;
font-family: Verdana, Arial, Helvetica;
color: #004566;
}

#header {
width: 960px;
height: 80px;
margin: 0 auto;
background-image: url(../images/header.jpg);
background-repeat: no-repeat;
overflow: hidden;
text-align: left;
}

h1 {
width: 170px;
height: 40px;
margin: 20px 10px;
font-size: 10px;
padding: 0;
color: #487293;
display: inline;
}

h1 span {
width: 170px;
height: 40px;
margin: 20px 10px;
position: absolute;
background:url(../images/morpheus.gif);
display: inline;
}

#navi {
margin: 0 auto;
padding: 0 20px;
width: 920px;
height: 33px;
line-height: 25px;
background: #4D96B9;
background-image: url(../images/menu.jpg);
background-position: bottom;
background-repeat: no-repeat;
list-style-type: none;
color: #fff;
text-align: left;
}

#navi a {
text-decoration: none;
color: #fff;
}

#navi a:hover, #navi a.aktiv {
color: #004566;
}

#content {
margin: 0 auto;
padding: 20px;
width: 920px;
text-align: left;
background: #BDD8E9;
background-image: url(../images/content.jpg);
background-position: bottom;
background-repeat: no-repeat;
}

#content a {
color: #004566;
}

#content h2 {
margin: 0;
padding: 0;
font-size: 1.4em;
color: #004566;
}

#footer {
margin: 0 auto;
width: 960px;
height: 20px;
background: #1B5078;
}