@media screen, tv { 

/*------------------------------------------------------------------*/
/* Default Styles													*/
/*------------------------------------------------------------------*/

body {font-family: Arial, Verdana, sans serif;font-size: 13px!important;margin: 0;padding: 0;}
.inv {display: none;}
.clr {clear: both;}


/*------------------------------------------------------------------*/
/* Layout Styles													*/
/*------------------------------------------------------------------*/

#contentbody {width: 910px;margin: auto;}
#header {height: 111px;background: url(../../images/home/header.gif) no-repeat;margin-top:16px;}
#content {background: #93117e;position:relative;height:300px;background: url(../../images/home/bg.gif) center center no-repeat;}


#bt_container {position:absolute;top:86px;left:93px;}
.buttons {display:block;width: 203px;height:30px;text-indent:-2000em;margin-bottom: 20px;}
#leerkracht {background:  url(../../images/home/buttons.gif) no-repeat 0 0;}
#leerkracht:hover {background:  url(../../images/home/buttons.gif) no-repeat -203px 0;}
#leerling {background:  url(../../images/home/buttons.gif) no-repeat 0 -30px;}
#leerling:hover {background:  url(../../images/home/buttons.gif) no-repeat -203px -30px;}
#over {background:  url(../../images/home/buttons.gif) no-repeat 0 -60px;}
#over:hover {background:  url(../../images/home/buttons.gif) no-repeat -203px -60px;}

/*------------------------------------------------------------------*/
/* Footer (breedte wordt ingesteld in regel 6 t-m 12)				*/
/*------------------------------------------------------------------*/

#footer {background-color:#ffffff;width:100%;overflow:hidden;text-align:center;}
#footer .inner {width: 910px; padding-top: 156px;margin: auto;background: url(../../images/home/footer.gif) no-repeat;}
#footer h1 {width:182px;height:33px;margin: auto;}
#footer h1 a {display:block;width:100%;height:100%;text-indent:-2000em;background: url(../../images/home/tm_logo.gif) no-repeat;}

/*------------------------------------------------------------------*/
/* Boardwalk													*/
/*------------------------------------------------------------------*/

#editbuttonbox td{vertical-align: top;}
#editbuttonbox {position:absolute;top:0px;left:0px;z-index:999;}

}

/*------------------------------------------------------------------*/
/* other media														*/
/*------------------------------------------------------------------*/

@media print {

body {margin: 1cm 1cm 0.5cm 1cm;padding: 0px}
body, td, a {font-family: Arial, Verdana, sans serif;font-size: 11pt;color: #000000;background-color: #ffffff;}
object {display: none;}


}

@media handheld {

object {display: none;}

}