/*Haupt-CSS by Ernst Buchmann April 2008*/


html {
    background-color: #c0c0c0;
}

body {
    /*background-color: #363636;*/
}

a {
    color: #c0c0c0;
    text-decoration: none;
    border: none;
}

img {
    border: none;
}
.valpic {
    position: fixed;
    bottom: 10px;
}
h1 { 
    font-family: Arial, "Agency FB", sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*color: #c0c0c0;*/
}

table {
    table-layout: fixed;
    width: 100%;
}
td {
    width: 25%;
}

.seite {
    width: 939px;
    margin: 0 auto;
    background-color: #363636;
    color: #c0c0c0;
    font-family: Arial, "Agency FB", sans-serif;
    font-size: 12px; 
    
}

.seite_kopf {
    /*height: 99px;*/
}

.seite_oben {
    font: bold 10px Verdana,Arial, sans-serif;
    font-weight: bold;
    clear:both;
    text-align:right;  
    padding:5px;
    padding-right:10px;
    /*color: #c0c0c0;*/

}

.mitte_kopf {
    font-size: 10px;
    padding-top:5px;
    padding-bottom:5px;   
}

.seite_links {
    width: 179px;
    float: left;
    padding-top:37px;
    padding-bottom:10px;
}

.seite_hot {
    padding: 10px 5px;
    text-align: center;
}

.seite_mitte {
    width: 540px;
    padding-left: 5px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    border-right: 1px dotted;
}

.seite_rechts {
    width: 200px;
    float: right;
    padding-top: 15px;
}

.seite_fuss {
    clear:both;
    /*padding:10px;*/
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    margin-top: 15px;
    float: none;
}

