* {
border:0;
padding:0;
margin:0;
}
body {
background-color:#444;
}
A {
color:#ffc600;
font-weight:bold;
text-decoration:none;
}

span.yellow {
color:#ffc600;
font-weight:bold;
text-decoration:none;

}
#container{
position:absolute;
left:50%;
top:10px;
margin-left:-500px;
width:1000px;
height:850px;
background-repeat:no-repeat;
background-image:url("img/mainbg.jpg");
background-color:white;
}
#content {
width: 555px;
height: 495px;
position:absolute;
top:193px;
left:235px;
overflow:auto;
}
#contenttext {
padding:15px;
color:white;
font-family:verdana;
font-size:11px;
line-height:150%;
}

#contenttext ul
{
margin-left:30px;
}

#contenttext TD
{
color:white;
font-family:verdana;
font-size:11px;
line-height:150%;

}
#fotolinks 
{
position:absolute;
left:835px;
top:140px;
width:100px;
}
#menu 
{
position:absolute;
left:50px;
top:210px;

}
#toplinks
{

position:absolute;
left:350px;
top:130px;

}


UL#nav {
list-style-type:none;
text-align:right;
width:160px;
}
UL#nav LI 
{
height:20px;
font-family:arial;
font-weight:bold;
}

UL#nav LI A
{

color:#00435C;
}
UL#nav LI A:hover
{

color:#BA021A;
}


Div#address
{
font-family:arial;
font-weight:bold;
text-align:right;
width:160px;
color:#00435C;
font-size:13px;

}

.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:11px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

DIV.voorblad {
	width: 1000px;
	float: center;
	text-align: center;
	margin: 100px auto 0px auto;
}

DIV.voorblad_item {
	width: 290px;
	float: left;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	margin-bottom: 0;
	height: 250px;
	color: #000;
	font-family:verdana;
	font-size:11px;
	line-height:150%;
  overflow:hidden;
}

DIV.voorblad_footer {
	width: 290px;
	float: left;
	text-align: center;
	background-color: #fff;
	padding: 10px;
	margin: 10px;
	margin-top: 0;
	height: 40px;
	color: #000;
	font-family:verdana;
	font-size:11px;
	line-height:150%;
}

DIV.voorblad_footer A {
	font-size:15px;
}

DIV.voorblad_footer A:hover {
	font-size:15px;
	color: red;
}
