/* CSS Document */


/* pagina opmaak */
body{

font-family:sans-serif, Tahoma;
font-size:12px;
margin-top:0px;
color: #eeeeee;
background-image:url(background.jpg);
}

#header h1{
display:none;
}
#header h2{
display:none;
}
#header h3{
display:none;
}
#header p{
display:none;
}


h1 {
font-size:21px;
}
h2 {
font-size:16px;
}
h3 {
font-size:13px;
color:#DEB275;
}
h4 {
font-size:11px;
}

#links{
width:222px;
height:600px;
background-image:url(sauna.jpg);
float:left;
}

#rechts{
width:564px;
height:600px;
padding-left:20px;
padding-right: 10px;
background-image:url(wellness.jpg);
float:right;
}





#vweblink{
padding-top: 150px;
text-align:center;
font-size:10px;
}




/* links opmaak */
a:link {
	color: #dddddd;
	text-decoration: none;
}
a:visited {
	color:#dddddd;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #dddddd;
	text-decoration: none;
}

