html {
	height:100%;
}
body {
	margin:0;
	background: #2b344c;
	font-family: arial, sans-serif; 
	font-size:0.9em;
}

hr {
        border: 0;
        width: 95%;
        color: #2b344c;
        background-color: #2b344c;
        height: 1px;
}

#wrapper {
	width: 1065px;
	margin:0px auto;
	background: url(images/bg.jpg) repeat-y;
	height:100%;
}
#container {
	position:relative;
	width: 732px;
	margin:0 auto;	
}
#header {	
	height: 145px;
}
#header #logo {
	width: 140px;
	height: 145px;
	float:left;
}
#header #logo a img {
	border:none;
	padding: 30px 38px;	
}
#header #logo a {
	outline:none;
}
#header #banner {
	width: 592px;
	height: 145px;
	float:left;
	background: url(images/banner_001.gif) no-repeat center;
}
#menu ul {
	list-style-type:none;
	margin:15px 0px 0px;
	padding:0;
}
#menu > ul > li {
	float:left;
	margin-left:14px;
	background: url(images/knop.gif) no-repeat left;
	text-align:center;
	text-decoration:none;
	border-right: 1px #0A1D58 solid;
	height:22px;
	padding-left:10px;
}
#menu > ul > li a{
	outline:none;
	color: #0A1D58;
	font-weight:bold;
	text-transform:lowercase;
	text-decoration:none;
	font-size:18px;
	padding:0 23px;
}
#menu > ul > li a:hover{
	color: #D4AE31;
}

#menu ul li ul {
	left:20px;
	position:absolute;
	top:215px;
	text-align:left;
}

#menu ul li ul a {
	text-decoration:underline;
}

#menu ul li ul a:hover {
	text-decoration:none;
	color: #D4AE31;
}

#menu ul li ul li{
	background:none;
	float:none;
	padding-bottom:20px;
	margin:0px;
}
#menu ul li ul li a{
	padding:0px;
}
#page_content {
	margin-left:165px;
	width: 567px;
	min-height:400px;
	margin-top:50px;
	color: #0A1D58;
}
#page_content a {
	color: #000;
	margin:0px;
	padding:0px;
}
#page_content a:hover {
	color: #D4AE31;
	text-decoration:none;
}
#footer {
	text-align:center;
	font-size:0.8em;
	color: #0A1D58;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color: #D4AE31;
	text-decoration:underline;
}
#footer a:visited {
	color: #0A1D58;
}
