@charset "utf-8";
/* CSS Document */

/******************Grundstruktur+Reset***********************/
/*html {
    overflow-y:scroll;
}*/

html, body{
    margin: 0;
    padding: 0;
    height:100%;
      
}


#wrapper {
    background: white;
    height: 100%;
    background-image: url('../images/dore2cuo_tv_bg.jpg');
    background-position: center; 
}

.clear {
    clear: both;
    height: 0;
	line-height: 0;
}


/******************Grundcontainer***********************/

/*#container {
    position: relative;
    top: 10%;
    left:50%;
    margin-left: -450px;
    width: 901px;
    height: 551px;
    background: none;
    background-image: url(../images/XXXdore2cuo_tv_neu.jpg);
    border: 1px solid transparent;
}*/

#video_screen {
    position: absolute;
    top: 50%;
    
    left: 50%;
    margin: -176px 0 0 -408px;
    width: 792px;
    height: 446px;
    background: green;  
}


#buttonHQ {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 275px 0 0 300px;
    height: 29px;
    width: 42px;
    background-image: url('../images/icon_HQ_an.png');
}

#buttonLQ {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 275px 0 0 340px;
    height: 29px;
    width: 42px;
    background-image: url('../images/icon_DQ_aus.png');
}

#buttonLQ:hover {
    background-image: url('../images/icon_DQ_an.png');
}

#buttonLQ:visited {
    background-image: url('../images/icon_DQ_aus.png');
}
