/* Formatierungen fürs Menü, die für beide Bereiche gelten */

ul {
    list-style-type: none;
}

li {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

ul#tabs {
	position: absolute;
         top: 4px;
         left: 5px;
         z-index: 9;
    border: 1px solid #FFFFFF;
}

ul#tabs li {
    height: 57px;
    line-height: 57px;
    vertical-align: bottom;
    font-size: 18px;
    float: left;
    padding-right: 15px;
    background-position: right;
    background-repeat: no-repeat;
    white-space: nowrap;
}

ul#tabs li img {
    float: left;
    width: 75px;
    height: 57px;
    border: none;
}

ul#tabs li a {
    display: block;
    line-height: 57px;
    background-repeat: repeat-x;
    font-weight: normal;
}

/* Unterpunkte */
ul#leiste {
    clear: both;
    height: 26px;
    padding-left: 0;
}

ul#leiste li {
    float: left;
    white-space: nowrap;
}

ul#leiste li a {
    padding: 5px;
    font-weight: normal;
}

ul#leiste li a:hover {
    background-color: #CCCCCC;
    color: #666666;
}

/* die Positionierung der Banner */
div#ad1, div#fullsize {
	position: absolute;
         top: 2px;
         right: 5px;
         -right: 4px;
         z-index: 1;
}

div#ad2, div#sky {
	position: absolute;
         top: 90px;
         right: 5px;
         -right: 4px;
}
