@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #666; 
    margin-top: 5px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Inhalt {
    position: relative;
    left: 200px;
    padding-top: 80px;
    width: 900px;
}

h1 {
    font-size: 18pt;
    padding-bottom: 10px;
}

h2 {
    font-size: 12pt;
    padding-bottom: 10px;
    padding-top: 10px;
}

#Mitglieder TD {
    padding-bottom: 20px;
}

#Titel {
    position:absolute;
    left:0px;
    top:0px;
    width:200px;
    height:250px;
}

#Navigation_start {
    position:absolute;
    left:20px;
    top:250px;
    width:150px;
    height:440px;
}
#Navigation_start ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#Navigation_start a {
    display: block;
    width: 140px;
    background-color: #999999;
    padding: 5px;
    margin: 5px;
    font-weight: bold;
    color: black;
}
#Navigation_start a:hover {
    background-color: #FFD602;
    text-decoration: none;
}

a {
    color: blue;
    text-decoration: none;
}

.important {
    font-weight: bold;
}