html, body
{
	background:#829dac;
	margin:0;
	padding:0;
	font:10px verdana, sans-serif;
}

table 
{
	cell-spacing:0;
		margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}

td,th 
{
	padding:0;
	vertical-align:top;
	font-size:10px;
}

p 
{
	text-align:justify
}

img
{
	border:0;
}

/*******************
 schaduw om de hele layout heen 
 ******************/

#shadowtable 
{
	height:100%; /*dit uitzetten om tabel 100% hoogte te geven*/
	width:100%;
	border-collapse:collapse;
	cell-spacing:0;
}

#shadowtable td.ml,
#shadowtable td.mr 
{
width:50%;
}

#shadowtable .tm {background:url(../../images/shadowtable/tm.gif) bottom repeat-x;height:10px}
#shadowtable .bm {background:url(../../images/shadowtable/bm.gif) top repeat-x;height:10px}

#shadowtable .ml {background:url(../../images/shadowtable/ml.gif) right repeat-y;width:10px}
#shadowtable .mr {background:url(../../images/shadowtable/mr.gif) left repeat-y;width:10px}

#shadowtable .tl {background:url(../../images/shadowtable/tl.gif) bottom right no-repeat;width:10px;height:10px;float:right;text-align:right}
#shadowtable .bl {background:url(../../images/shadowtable/bl.gif) top right no-repeat;width:10px;height:10px;float:right;text-align:right}
#shadowtable .tr {background:url(../../images/shadowtable/tr.gif) bottom left no-repeat;width:10px;height:10px;float:left;text-align:left}
#shadowtable .br {background:url(../../images/shadowtable/br.gif) top left no-repeat;width:10px;height:10px;float:left;text-align:left}

#layouttable 
{
	border:3px solid #fff;
	height:100%;
}

#topbar
{
	background:url(../../images/topbar.gif) repeat-x;
	height:32px;
	text-align:right;
}

#intro
{
	height:95px;
	width:951px;
	background-color:#032144;
	position:relative;
}

#logo
{
	position:absolute;
	left:-18px;
	top:-50px;
}

#openhuis 
{
margin-top:10px; 
text-align:center; 
font:12px; color:#FFF;
display: none;
}

#content 
{
	height:100%;
	text-align:center;
	background:#032144;
	color:#fff;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}

#naw{
	padding-bottom:10px;
	text-align:center;
	background-color:#032144;
	color:#fff;
	font-size:12px;
}

#content td{
	border-right:1px solid #032144;
	border-bottom:1px solid #032144;
}

#footer
{
	background:#032144 url(../../images/footer.gif) repeat-x;
	padding-top:2px;
	padding-bottom:1px;
	padding-left:15px;
	padding-right:15px;
	color:#fff;
}

A{
	color:#fff;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; /*background-color:#ccc;*/
    color:#fff;
    text-decoration:none;
	}
	
	
a.info:hover{z-index:25; /*background-color:#ff0*/ }

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:-10em; width:15em;
    border:1px solid #fff;
    background-color:#032144; color:#fff;
    text-align: center}
    
    
#marquee marquee{
	line-height:30px;
	width:84%;
}
