@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
#header {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 800px;
}
#OPM-main {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003392;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003392;
	padding-left: 10px;
	width: 580px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
}
#OPM-footer {
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;
}
#OPM-menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003392;
	width: 170px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003392;
	background-color: #0043A3;
	vertical-align: top;
}
.hoofdmenu-a {
	color: #FFF;
	background-color: #0043A3;
	display: block;
	width: 170px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/rating_star_blank.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
}
.hoofdmenu-a:hover {
	color: #000;
	background-color: #238FF4;
	padding-left: 15px;
	background-image: url(../images/rating_star.png);
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #003D95;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	padding-left: 10px;
}
