@charset "utf-8";
body {
	background-color: #f2f6fa;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.9em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#wrapper {
	height: auto;
	width: 920px;
	margin-top: 46px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
p {
}
.image-left {
	margin: 10px;
	float: left;
	border: 1px solid #4476B1;
}
.image-right {
	margin: 10px;
	float: right;
	border: 1px solid #4476B1;
}
.footer {
	background-color: #4476b1;
	color: #a1bad8;
	text-align: center;
	font-size: 11px;
}
.menu {
	background-color: #FFFFFF;
	background-image: url(../img/bg-menu.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
#menu-logo {
	background-image: url(../img/logo-links.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 160px;
}
.menu-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #064897;
	display: block;
	height: 30px;
	width: auto;
	padding-left: 60px;
	text-decoration: none;
	padding-top: 10px;
}
.menu-link:hover {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5885b9;
	border-bottom-color: #5885b9;
	padding-top: 9px;
	height: 29px;
	background-image: url(../img/bg-menu-hover.gif);
	background-repeat: repeat-y;
	color: #03244b;
}
.menu-link-actief, .menu-link-actief:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5885b9;
	border-bottom-color: #5885b9;
	padding-top: 9px;
	height: 29px;
	background-image: url(../img/bg-menu-hover.gif);
	background-repeat: repeat-y;
	color: #064897;
}
#main-logo {
	background-image: url(../img/logo-rechts.gif);
	background-repeat: no-repeat;
}
.rechts {
	background-image: url(../img/bg-rechts.gif);
	vertical-align: top;
	background-repeat: repeat-y;
	font-size: 11px;
	color: #18A133;
	text-align: center;
}
#rechts-foto {
	background-image: url(../img/bg-foto-rechts-001.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
	width: auto;
}
#main-foto {
	background-image: url(../img/bg-foto-links-001.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main-content {
	padding-top: 150px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}
.main {
	background-color: #FFFFFF;
	background-image: url(../img/bg-schaduw.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #204595;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #27a22d;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #204595;
	font-weight: normal;
}
.footer-link {
	color: #a1bad8;
	font-size: 11px;
	text-decoration: none;
}
.footer-link:hover {
	color: #ffffff;
}
.rechts-link {
	font-size: 11px;
	color: #18A133;
	text-decoration: none;
}
.rechts-link:hover {
	color: #064897;
}
a {
	color: #064897;
}
a:hover {
	color: #18A133;
}
.fout {
	color: #CC0000;
}