html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: arial,"Bitstream Vera Sans","Arial","Helvetica Neue", "Nimbus sans", sans-serif; font-size: 14px;
}

#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url('../img/overlay.png') repeat 0 0;
    display: none;
    text-align: center;
}

#overlay-panel {
    margin: 10% auto 0 auto;
    width: 300px;
	height: 300px;
    background: #FFF;
}

/** ie6 and below only **/
* html #overlay {
    background-image: url('../img/overlay-ie6.png');
    height: 100%;
    position: absolute;
}

.afbeelding{width:445px;float:left;}

.break{clear:both;}

.programme{position:relative;top:45px;color:#000000;font-weight:bold;}

#overlay a{color: #3366ff;}

#teller{font-weight:bold;width:20px;}

.hide-overlay{display:block;}
.tekst-overlay{width: 300px;height: 260px;}
.tekst-overlay table{width: 300px;height: 260px;}
.tekst-overlay td{vertical-align:middle;}
