* {
margin: 0;
padding: 0;
}

body {
font: 95% Verdana, Arial, Helvetica;
color: #888888;
background: #FFF;
text-align: center;
font-size: 0.9em;
}

html {
overflow-x:hidden;
overflow-y:scroll;
}

a {
color: #2C2C2C;
text-decoration: none;
}

a.active {
color: #888888;
text-decoration: none;
}

a:hover {
text-decoration: none;
color: #888888;
}

a img {
border: 0 none;
}

h1, h2, h3 {
/* font-family: Arial, Geneva; */
/* color: #2C2C2C; */
color: #570000;
background: transparent;
}

h1 {
font-size: 1.8em;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.1em;
}

p {
font-size: 1.0em;
}

#container {
color: #2C2C2C;
background: transparent;
text-align: left;
overflow:hidden;
height: auto;
width: 1350px;
margin-right: auto;
margin-left: auto;
margin-top: 6em;
}




/* ------------------ Navigation ------------------ */


#navi {
position: fixed;
float: left;
width: 195px;
padding: 11px 0 0 70px;
}

#navi li {
display: inline;
}

#navi a {
text-align: right;
text-decoration: none;
display: block;
padding: 16px 0;
}


/* ------------------ Inhalt ------------------ */



#content {
padding: 80px 325px;
width: 400px;
text-align:justify;
}

#content-text {
padding: 76px 325px;
}

#content-mail {
padding: 223px 325px;
}

#content-links {
padding: 272px 325px;
}