html, body
{
	margin:0;
}
body
{
	font-family:verdana;
	background:#e9e9e9;
	font-size:8pt;
	min-width:900px;
}
#header
{
	height:32px;
	line-height:32px;
	background:#B21600 url(images/header.jpg) no-repeat;
}
h1
{
	color:white;
	text-align:right;
	font-size:10pt;
	font-weight:normal;
	padding:0 5px;
	margin:0;
}
#headerbalk
{
	height:14px;
	line-height:14px;
	background-color:#1a3a60;
}
#container
{
	width:850px;
	margin:20px 0 0 20px;
}
#info
{
	background-image:url(images/logo-groot.jpg);
	background-repeat:no-repeat;
	background-color:#1A3A60;
	background-position: 15px 55px;
	color:white;
	min-height:200px;
	padding:10px 20px 10px 180px;
}
#infotitel
{
	border-bottom:dotted 1px silver;
}
#info span
{
	font-size:24pt;
}
#kopje
{
	color:white;
	padding:5px 12px;
	width:400px;
	margin-top:20px;
	background-color:#1A3A60;
}
#kopje h2, #kopje p
{
	margin:0;
}
.clear
{
	clear:both;
}
.top-spacer
{
	margin-top:50px;
}
#menu
{
	margin:-10px 0 0 10px;
	overflow:auto;
}
#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li
{
	float:left;
	margin-right:3px;
}
#menu li a
{
	background:#fff url(images/menuborder_bottom.gif) bottom repeat-x;
	display:block;
	line-height:30px;
	color:#000;
	padding:10px 10px 0 10px;
	font-size:14px;
	text-decoration:none;
}
#menu li a:hover
{
	color:#1a3a60;
}
#content
{
	color:#231f20;
	padding:20px;
	background:white;
	margin-top:40px;
	overflow:auto;
	position:relative;
}
h3
{
	border-bottom:dotted 1px silver;
	padding:15px 0;
	font-size:16px;
}
#content img
{
	float:left;
	padding-right:20px;
}
h4
{
	font-size:14px;
}
#bestel
{
	display:block;
	text-align:right;
	position:absolute;
	bottom:20px;
	right:20px;
}
a
{
	color:white;
	font-weight:bold;
}

#footerDiv{
	text-align:center;
	/*width:850px;*/
	background-color:#b21600;
	margin-top:10px;
	/*margin:20px 0px 20px 20px;*/
	padding:20px 0px 20px 0px;
	color:white;
}

#footerDiv a{
	color:#fff;
}

#footerDiv a:hover{
	color:#999999;
}
#rechterbalk
{
	position:absolute;
	top:100px;
	left:900px;
	width:250px;
	display:none;
}
