body {
	background:url(images/achtergrond.gif) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#989898;
	font-size:8pt;
	font-weight:bold;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#989898;
	text-decoration:none;
}
a img {border:0;}
div.clear {
	display:block;
	width:1px;
	height:1px;
	font-size:1px; /* IE Fix */
	line-height:0%; /* IE Fix */
	clear:both;
}

#header {
	background:url(images/header.png);
	width:957px;
	height:107px;
	margin:0 auto;
}
* html #header {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/header.png", sizingMethod="crop");
}

#bg {
	background:#fc3c8f;
	width:100%;
	border-top:2px solid #fff;
	border-bottom:1px solid #c30055;
}
#body {
	width:946px;
	margin:0 auto;
	padding:0 0 65px 0;
}
#menu {background:url(images/menu.gif);}
#menu_left {background:url(images/menu_left.gif) no-repeat left;}
#menu ul {
	background:url(images/menu_right.gif) no-repeat right;
	width:946px;
	overflow:hidden;
}
#menu li {
	float:left;
	display:block;
	background:url(images/menu_li.gif) no-repeat right;
	line-height:30px;
	padding:0 14px 2px 14px;
	text-transform:uppercase;
}
#menu li a {
	float:left;
	display:block;
	color:#fff;
}
div.block, div.block2, div.block3 {
	background:url(images/block_bottom.gif) repeat-x bottom #fff;
	margin:12px 0 0 0;
}
div.block2 {
	float:left;
	width:180px;
}
div.block3 {
	float:right;
	width:752px;
}
div.block_top_left {background:url(images/block_top_left.gif) no-repeat left top;}
div.block_top_right {background:url(images/block_top_right.gif) no-repeat right top;}
div.block_bottom_left {background:url(images/block_bottom_left.gif) no-repeat left bottom;}
div.block_bottom_right {
	background:url(images/block_bottom_right.gif) no-repeat right bottom;
	padding:10px 12px;
}
h1 {
	padding:0 0 5px 0;
	color:#c30055;
	font-weight:normal;
	font-size:15pt;
}
h1.small {
	padding:0 0 8px 0;
	font-size:13.5pt;
}
div.grey, div.grey_small {
	background:#f5f5f5;
	padding:4px;
}
div.grey_small {
	float:left;
	width:258px;
}
a.border img {
	float:right;
	margin:0 0 0 11px;
	padding:2px;
	border:1px solid #f6d9e6;
}
div.grey li {
	list-style:none;
	font-size:7.5pt;
}
div.grey li a {color:#989898;}
div.grey li span {color:#c30055;}
a.webcam img {margin:6px 3px 0 0;}

#footer {
	width:946px;
	line-height:44px;
	margin:0 auto;
	font-size:7.5pt;
}
#footer p.left {float:left;}
#footer p.right {float:right;}
a:hover {
	color: #c30055;
}