/* Standard waardes */
body, html {
	margin:0;
	padding:0;
	background: #275384;
	font-family:Arial;
	font-size:12px;
	color:#002434;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.linkpartner:link {
	color: #000000;
	text-decoration: none;
}
a.linkpartner:visited {
	color: #000000;
	text-decoration: none;
}
a.linkpartner:hover {
	color: #265282;
	text-decoration: underline;
	}


div#container {
	width:790px;
	margin:0 auto;
}
div.fixfloat {
	width:0;
	padding:0;
	height:0;
	margin:0;
	overflow:hidden;
	clear:both;
}
.left {float:left;}
.right {float:right;}
/* /Standard waardes */
/* Header */
div#header {
	margin:10px 0 0 0;
	width:790px;
	height:224px;
	background: url(images/header.png);
}
div#menu {
	width:785px;
	height:34px;
	padding:0 0 0 5px;
}
div#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
div#menu ul li {
	padding: 0 2px 0 0;
	height:34px;
	float:left;
	background: url(images/menu_streep.jpg) right no-repeat;
}
div#menu ul li a {
	display:block;
	padding:10px 15px 0 15px;
	height:24px;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
/* /Header */
/* Content */
div#content {
	width:786px;
	background: #fff;
	padding:0 2px;
}
div#content2 {
	width:750px;
	background: #fff;
	padding:10px;
}
.vak {
	width:390px;
	height:117px;
	background: url(images/vak.jpg);
	margin:3px 0 0 3px;
}
.left_vak {
	height:111px;
	float:left;
	width:149px;
	padding:28px 0 0 9px;
}
.right_vak {
	float:left;
	height:117px;
	width:232px;
}
.right_top {
	width:215px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:4px 17px 0 0;
	height:22px;
}
.right_vak p {
	width:218px;
	margin:0;
	padding:3px;
	color:#090909;
}
div.add_bg {background:#f4f4f4; margin:6px 0 0 0;}
div.add_top {
	width:786px;
	background: url(images/add_top.jpg) top no-repeat;
}
div.add_foot {
	width:786px;
	background: url(images/add_foot.jpg) bottom no-repeat;
	padding:14px 0;
	text-align:center;
}
/* /Content */
/* Footer */
div#footer {
	width:790px;
	height:20px;
	text-align:center;
	background: url(images/footer.png);
	font-weight:bold;
	color:#265282;
	padding:6px 0 0 0;
	margin:0 0 10px 0;
}
div#footer a {color:#265282; text-decoration:underline;}
div#footer a:hover {text-decoration:none;}
/* /Footer */
