*:first-child+html #nav li ul li {
	height: 30px;
	line-height: 30px; 
}

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #d3d9e7;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2e2e2e;
	text-align:justify;
}

a img {
	border: 0;
}

.album {
	position: absolute;
	clip:rect(75 75 75 75);
}

.wrapper {
	margin: 0 auto;
	width: 800px;
	position:relative;
	height: 715px;
}

.container {
	background-image:url(images/container_top.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 37px;
}

.wrap_menu {
	width: 199px;
	height: 185px;
	position: absolute;
	float: left;
	z-index: 2;
}

.menu {
	background-image:url(images/menu_bg.png);
	height: 185px;
}

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.item, .item_current  {
	display: block;
	height: 35px;
	width: 199px;
	text-align: center;
	line-height: 35px;
	padding-top: 2px;
	font-size: 17px;
}

.item a {
	color: #b4c6ec;
	text-decoration: none;
}

.item_current a {
	color: #a1baeb;
	text-decoration: none;
}

.item:hover, .item_current {
	background-image: url(images/menu_hover.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #a1baeb;
}

#nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
	padding-bottom: 5px;
	padding-top: 3px;
}

#nav li:hover ul {
	left: 199px;
	position: relative;
	top: -35px;
	background-image:url(images/menu_bg_sub.png);
}

#nav li ul li {
	text-align: center;
	width: 150px;
	height: 30px;
	font-size: 14px;
}

#nav li ul li a{
	color: #406709;
}

#nav li ul li a:hover{
	color: #ffffff;
}

#nav li ul .sub_item_current, #nav li ul .sub_item_current a:hover {
	text-decoration: underline;
	color: #406709;
}

.menu_bottom {
	height: 18px;
	background-image: url(images/menu_bottom.png);
	background-position: bottom;
}

.wrap_content{
	width: 650px;
	position: absolute;
	margin-left: 150px;
	z-index: 1;
}

.content {
	background-image:url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-left: 70px;
	padding-right: 20px;
	
}

.inhoud {
	overflow:auto;
	height: 360px;
	padding-right: 10px;
}

.content_photo {
	padding-left: 20px;
}

.content_bottom {
	background-image:url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 21px;
}

.footer {
	background-image:url(images/footer.png);
	height: 45px;
	margin-bottom: 5px;
	position: absolute;
	width:800px;
	bottom: 0px;
	text-align: center;
	color: #cbd6ee;
	font-size:14px;
}

.footer a {
	color: #cbd6ee;
	text-decoration:none;
}

.footer p {
	margin-top: 6px;
	margin-bottom: 5px;
}

b {
	color: #004d69;
}

h1 {
	font-size: 20px;
	color: #26488d;
	margin: 0;
	font-weight:normal;
}

h2 {
	font-size: 20px;
	color: #26488d;
	font-weight:normal;
	font-size: 16px;
	font-variant:small-caps;
}


h3 {
	color: #cbd6ee;
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px;
}

.sub {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 8px;	
}

.sub a {
	color: #d2ddf3;
	font-size: 14px;
	text-decoration:none;
}