body {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    background-color: #0058a1;
    margin:0;
    letter-spacing: 0.05em
}
img {
    border: 0;
    margin-bottom: 20px;
}
th {
    text-align: left;
}
h1 {
    font-size: large;
    font-weight: normal;
    letter-spacing: 0.03em;
    margin: 0 20px;
    padding: 5px 0;
    line-height: 1.5em;
    color: white;
}
h2 {
    font-size: medium;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px black;
} 
h3 {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin: 0.5em 0 0.5em 0;
    font-weight: bold;
}
h4 {
    font-size: 15px;
    letter-spacing: 0.05em;
    text-decoration: underline;
    font-weight: normal;
    margin: 0.5em 0 0.5em 0;
}

ul {
    line-height: 2em;
}

a:link    { color:black;      text-decoration:none;  }
a:visited { color:black;      text-decoration:none; }
a:focus   { color:black;      text-decoration:none; }
a:hover   { color:black;      text-decoration:none; }
a:active  { color:#C2C2C2;    text-decoration:none; }

#Seite {
    background-image: url(images/wrapper/mid.png);
    background-repeat: repeat-y;
    width: 1137px;
    margin: 0 auto;
}
#Header {
    margin-top: -20px;
    margin-left: 266px; 
}

#Balken {
    background-color: #2e7fae;
    width: 900px;
    margin: 10px 122px 0 122px;
}
#Navi {
    width: 900px;
    margin-top: 0;
    margin-left: 122px;
    text-align: center;
    list-style: none;
    padding:0;
}

ul#Navi li {
    float: left;
    width: 180px;
    line-height: normal;
    background-color: white ;
    padding:5px 0;
    letter-spacing: 0.1em;
}

ul#Navi li:hover {
    background-color: #2e7fae;
}

#Content {
    margin-left: 152px;
    margin-top: 50px;
    width: 840px;

}