/* ----------------------------- Layout -------------------- */

* {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

body, html { 
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
	background: #87C8E8 url("../images/vertical_bg.gif") repeat-y top left;
}

#background_wrapper {
	position: relative;
	background: url("../images/horizontal_bg.gif") repeat-x top left;
	width: 100%;
	height: 100%;
}

div#header {
	width: 780px;
	height: 120px;
}

div#logo {	
	background: url("../images/logo.gif") no-repeat top left;
	width: 209px; 
	height: 120px;
}

div#banner {
	position: absolute;
	top: 0px;
	left: 209px;
	height: 56px;
	width: 795px;
}

div#content {
	position: relative;
	background: url("../images/background_logo.gif") no-repeat 315px 60px;
}
		
div#right_content {
	position: relative;
	left: 209px;
	top: 0px;
	padding: 15px 15px 15px 174px;
	width: 382px;
	min-height: 500px;
	_height: 500px;
	line-height: 18px;
	letter-spacing: 1px;
}

/* ----------------------------- Hoofdmenu -------------------- */

ul#menu {
	position: absolute;
	top: 56px;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 780px;
	overflow: hidden;
}

ul#menu li {
	display: block;
	float: left;
	color: #A6CE39;
	height: 42px;
	
}

ul#menu li a {
	display: block;
	color: #A6CE39;
	text-decoration: none;
	padding: 14px 6px;
	font-weight: normal;
}

ul#menu li a:hover {
	background: #00ACDC;
	color: white;
}

ul#menu li.left_link {
	margin: 42px 0 0 0;
	width: 104px;
	height: 21px;
}

ul#menu li.left_link a {
	color: #000000;
	padding: 3px 0 4px 15px;
}

ul#menu li.left_link a:hover {
	background: none;
	color: white;
	font-weight: bold;
}

/* --------------------------- Submenu -------------------------- */

ul#left_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 209px;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	
}

ul#left_content li {
	margin: 7px 15px;
	font-weight: bold;
}

ul#left_content li a {
	text-decoration: none;
	color: white;
}

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

/* --------------------------- Opmaak -------------------------- */


a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

a:hover { text-decoration: underline; }

.invisible {
	display: none;
}

div#right_content h3 {
	margin: 0;
	font-size: 18px;
	color: #FFFFFF;
	display: inline;
}

div#right_content h3 a {
	margin: 0;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

div#right_content h3 a:hover {
	text-decoration: underline;
}

h4 {
	display: inline;
	margin: 0;
	font-size: 18px;
	color: #FFFFFF;
	
}

div#right_content p {

}

div#pagina_foto {
	position: absolute;
	top: -22px;
	left: 0;
}

img#overfoto {
	position: absolute; 
	top: 0; 
	left: 0; 
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; /* For old mozilla based browsers */
	opacity: 0.5; 
	background: black; 
	width: 159; 
	height: 22px;
}

div#title {
	display: block;
	margin: 0 0 10px 0;
}