BODY {
        background-color: #000000;
        font-family: verdana, arial, sans-serif;
        font-size: 8pt;
        color: black;
        margin: 0px;
        padding: 0px;
}


P
{
        padding: 10px;
        font-family: verdana, arial, sans-serif;
        font-size: 9pt;
        color: black;
}


TD {
        font-family: verdana, arial, sans-serif;
        font-size: 9pt;
        color: black;
        padding: 10px;
}

h1 {
        text-align: center;
        margin: 0;
}


h2 {
        font-family: verdana, arial, sans-serif;
        font-size: 13pt;
        font-weight: bold;
        color: black;
}

#player {
 padding: 0px;
}

#menu ul {
        letter-spacing: 0px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-indent: 10px;
}

#menu a:link, #menu a:visited  {
        display:block;
        width: 114px;
        text-decoration: none;
        color: black;

}

#menu a:hover {
        background-color: #DDDEDB;
        color: black;
}


#menu li {
        float:left;
        padding: 3px;
        margin-left: 0px;
        border-bottom: 1px solid black;
        width: 114px;
        background-color: #BCB297;                        /* for right mouseover effect */
        text-decoration: none;
}










A:link {color: #000000;}
A:visited {color: #000000;}
A:active {color: #e8341b;}
A:hover {color: #e8341b;}


#maincontainer
{
position: absolute;
background-color: white;
width:710px; left:50%; margin-left:-355px; /* negative Hälfte von width: 710px */
height:430px; top:50%; margin-top:-230px; /* negative Hälfte + 15 für die optische Mitte von width: 480px */
}



#menucontainer {
position: absolute;
z-index: 3;
top: 10px;
left: 10px;
background-color: #BCB297;
width: 120px;
height: 410px;
}

#menu {
position: absolute;
z-index: 4;
top: 210px;
left: 0px;
background-color: #BCB297;
width: 120px;
height: 100px;
}


#Content1 {          /* Texte */
position: absolute;
z-index: 1;
padding: 10px;
width: 540px;
height: 390px;
top: 10px;
left: 140px;
overflow: auto;
background-color: #CCCCC4;
border: 0px solid #000000;
}


#Content2 {          /* Bild */
position: absolute;
z-index: 1;
padding: 0px;
width: 560px;
height: 410px;
top: 10px;
left: 140px;
overflow: hidden;
}