/* CSS Document */

body {
	background-color:#bfdfff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
}

h1 {
	font-size:18px;
	font-weight:bold;
	color:#2a7db9;
	margin:0 0 20px 0;
}

h2 {
	font-size:15px;
	font-weight:bold;
	color:#2a7db9;
	margin:0 0 15px 0;
}

p {
	margin:0 0 20px 0;
}

a {
	color:#16710e;
	text-decoration:none;
	font-weight:bold;
}

a.link {
	color:#2a7db9;
	text-decoration:none;
}

a:hover {
	color:#009999;
}

#container {
	position:absolute;
	width:785px;
	height:auto;
	min-height:95%;
	margin-top:15px;
	left:50%;
	margin-left:-393px;
	background:url(../images/header.jpg) no-repeat;
	background-color:#FFFFFF;
}

#content {
	position:relative;
	float:left;
	width:685px;
	height:auto;
	padding:40px 50px 90px 50px;
	line-height:18px;
}

.tip {
	position:absolute;
	bottom:20px;
	left:30px;
}

.content_row {
	
}

.table_blue {
	background-color:#f2f9ff;
	width:680px;
	margin-top:2px;
	font-size:12px;
}

.normaalwitvet {
	color:white;
	font-weight:bold;
}