
html {
	height:100%;
	}

body{
	font-family: arial, sans-serif;
	color: #000000;
	font-size: 0.8em;
	padding:0;
	margin:0;
	height:100%;
	background: #DDDDDD url(img/background_home_com.gif) repeat-y scroll center;
}

p {
	margin: 0 0 0 43px;
}
.container {
	width:771px;
	margin:auto;
	background: #FFFFFF url(img/background_home.gif) repeat-y scroll -3px;
	height:100%;
}

.header {
	height:105px;
	background-color:#cfcfcf;
	position:relative;
}

.text {
	width: 450px;
	height:50px;
	position:absolute;
	left:280px;
	top:13px;
	}
	
	.text p {
		margin:0;
		font-weight:bold;
		color:#016950;
		}

.groene-balk {
	float:left;
	width:33px;
	height:105px;
	background-color:#016950;
}

.walraven-logo {
	margin:16px 0 0 18px;
	float:left;
	background-color:#cfcfcf;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	width:126px;
	height:37px;
}

.landen {
	background-color:#FFFFFF;
	background-image:url(img/wereld.jpg);
	background-position:33px 0;
	background-repeat:no-repeat;
	height:460px;
	width:771px;
}
	.landen .gele-balk {
		height:460px;
		width:33px;
		}

.gele-balk {
	float:left;
	width:33px;
	height:237px;
	background-color:#ffec01;
}

.menubalk {
	position:relative;
	background-color:#89ab9a;
	height:86px;
	margin-bottom:30px;
}

#footer {
	position:absolute;
	bottom:0px;
	height:40px;
	margin:0px;
	position:absolute;
	width:771px;
}

.bis-logo {
	width:95px;
	height:24px;
	background:url(img/BIS-logo.png);
	position:absolute;
	left:53px;
}

.footer-text {
	position:absolute;
	font-size: 0.8em;
	bottom:15px;
	color:#5D5D5D;
	left:215px;
}

#menu li{
	list-style-type: none;
}

.dropdown {
	background-color:#EEEEEE;
	border-bottom:4px solid #EEEEEE;
	display:none;
	height:150px;
	margin:0;
	overflow:auto;
	padding:0 0 5px 5px;
	width:155px;
}

.menuTitel {
	background-color:#FFFFFF;
	background-image:url(img/dropdown.png);
	background-position:right 0;
	background-repeat:no-repeat;
	height:18px;
	padding-left:5px;
	width:155px;
}

.listContainer {
	float:left;
	margin:10px 30px 10px 30px;
	position:relative;
	}
	
.listContainer ul {
	position:absolute;
	z-index: 2;
	}

a {
	text-decoration: none;
	display:block;
	color: #000000;
}
/* a:hover {
	background-color:#3080bb;
	color:#ffffff;
} */

.listMouseOver{
	background-color:#3080bb;
	color:#ffffff;
}

.listMouseOut{
	background-color:#eeeeee;
	color:#000000;
}
