/* Stylesheet fuer index.html */



/* ***************************** ALLGEMEIN ********************************** */
body {	
    position: relative;		/* Verhindert das Verschwinden des Containers aus dem Viewport */
    min-height: 700px;		/* "" */
    min-width: 1400px;		/* "" */
    background-color: #001;
}

#link,
#image {
    visibility: hidden;
}

a:link {
    color:#FF8888;
}

a:visited {
    color:#BB8888;
}




/* *************************** INNER TUBES ********************************** */
.innertubeX {
    margin: 3px;
    float: left;
}

.innertubeX_add {
    width: 20px;
    height: 18px;
    border-top: 1px solid #001;
    background-color: #FFE;
    float: right;
}

.innertubeY {
    margin: 20px 9px 50px 10px;
    text-align: right;
}

.logo {
    margin-right: 11px;
    margin-bottom: 35px;
}

.entry {
    position: relative;
    width: 100%;
    height:15px;
}

.entry_left {
    position: absolute;
    left: 5px;
}

.entry_right {
    position: absolute;
    left: 70px;
}




/* ******************* CONTENT, HEADER, FOOTER, MENU ************************ */

/* Container für #content, #header, #footer, #menuleft, #menuright */
#CONTAINER {  				
    position: absolute;
    height: 700px;
    width: 1400px;
    left: 50%;
    top: 50%;
    margin-top: -350px;
    margin-left: -700px;	
    background-color: #001;
    border: 1px solid #445;
}

#content {
    position: absolute; 
    top: 20px;
    bottom: 20px;
    left: 150px;
    right: 20px;
    background-color: #FFE;
}

#header {
    position: absolute;
    top: 0px;
    left: 150px;
    height: 20px;
    width: 1230px;
    font-size: 12px;
    background-color: #001;
    color: #EED;
}

#footer {
    position: absolute;
    left: 150px;
    bottom: 0px;
    height: 20px;
    width: 1230px;
    font-size: 12px;	
    background-color: #001;
    color: #EED;
}

#menuleft {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 150px;
    font-size: 12px;
    background-color: #001;
    color: #EED;
}




/* **************************** PLAYER ************************************** */
#objAudioControl {
    position: absolute; 
    left: -9999px;
}

#objButton {
    height: 18px;
    width: 20px;
    border: 0px;
    cursor: pointer;
}

.play {
    background: url('../png/audio/playButton.png') no-repeat;
}

.pause {
    background: url('../png/audio/pauseButton.png') no-repeat;
}