div.kopf {
    top:10px;
    border:1px solid black;
    padding:5px;
    margin-bottom:10px;
    background: #4AEC4A;
}
div.navigation {
    float:left;
    width:125px;
    border:1px solid black;
    padding:10px;
    min-height:200px;
    background:#F4C2F4;
}
#container {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 748px;
    height:100%;
    border:1px solid black;
    padding:10px;
    background: #FFFFFF;
}
div.inhalt {
    border:0px solid black;
    padding:10px;
    margin-left:172px;
    min-width:500px;
    heigth:100%;
}
body {
    font-family:verdana, sans-serif;
    font-size:10pt;
    height:auto;
    background: #EAEAEC;
}
#bold {
    font-weight: bold;
}
#boldred {
    font-weight: bold;
    color: #FF0000;
}
#boldgross {
    font-weight: bold;
    font-size: medium;
}
#kopftitel {
    text-align: justify;
}
#kopftitela {
    font-size: x-large;
    text-align: center;
}
#kopftitelb {
    font-size: small;
    font-weight: bold;
}
#kursiv {
    font-style: italic;
}
.propnavi {
    height: 180px;
    float: right;
    width: 1px;
}
.clearnavi {
    clear:both;
    height:1px;
    overflow:hidden;
}
.propinhalt {
    height: 680px;
    float: right;
    width: 1px;
}
.clearinhalt {
    clear:both;
    height:1px;
    overflow:hidden;
}
table.breite {
    width:300px;
}
table.standard {
    border: 1px solid #808080;
    padding: 10px;
}
table.kopf {
    border: 0px solid #808080;
    margin-left: 10px;
    width:90%;
}
a:link, a:visited, a:active {
    color: #0000FF;
    text-decoration: none;
}
a:hover {   
    text-decoration: underline;
    color: #0000FF;
}