/* CSS Document */

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	background-color: #1c486d;
}

a {
	color: #cccccc;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border:none;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-weight:normal;
	padding-left: 10px;
	padding-top: 30px;
}

hr {
	color: #000000;
}

p {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	color: #000;
}

#container {
	width: 739px;
	margin-left: -370px;
	position:absolute;
	left: 50%;
	top: 80px;
}

#top {
	position:relative;
	width: 739px;
	height: 15px;
	top: 0px;
	left: 0px;
	text-align:right;
}

#left {
	position:absolute;
	top: 15px;
	left: 0px;
	width: 222px;
	height: 600px;
	background-color:#FFFFFF;
}

#right {
	position:absolute;
	width: 518px;
	height: 600px;
	top: 15px;
	left: 222px;
	background-color:#FFFFFF;
	z-index:99;
}

#slideshow {
	position:absolute;
	width: 515px;
	height: 170px;
	top: 0px;
	left: 1px;
	background-image: url(../images/slideshow.jpg);
	background-repeat:no-repeat;
}

#content {
	position:absolute;
	top: 170px;
	left: 6px;
	background-color: #fff;
	width: 512px;
	height: 430px;
	overflow:auto;
	scrollbar-face-color: #fff;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-arrow-color: #c5c5c5;
	scrollbar-track-color: #000000;
	margin-bottom: 6px;
}

#footer {
	position:absolute;
	width: 739px;
	height: 29px;
	color: #FFFFFF;
	top: 621px;
	left: 0px;
	text-align:center;
}

#footer_left {
	position:absolute;
	left: 0px;
	top: 0px;
	text-align:left;
	width: 83px;
	height: 29px;
}

#logoverwennertje {
	position:absolute;
	width: 315px;
	height: 205px;
	background-image:url(../images/logoverwennertje.jpg);
	background-repeat:no-repeat;
	top: -74px;
	left: -63px;
	z-index:5;
}


/*MENU'KE*/
.menu	{
		font-family: Verdana, sans-serif; 
		width:222px; 
		height:225px; 
		position:absolute; 
		font-size:11px; 
		margin:60px 0; 
		text-align:left; 
		left:0px; 
		top: 55px; 
		z-index: 99999;
}

.menu ul {
	list-style:none;
}
	
.menu ul li a:hover, .menu ul li a.active{
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#000; width:170px; /*height:40px;*/ 
	line-height:40px; 
	font-size:11px; 
	text-indent:35px; 
	background-image:url(../images/eiactive.jpg); 
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	border-bottom:1px dotted #666;
}

.menu ul li a,.menu ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#000; width:170px; /*height:40px;*/ 
	line-height:40px; 
	font-size:11px; 
	text-indent:35px; 
	background-image:url(../images/einonactive.jpg); 
	background-repeat:no-repeat; 
	background-position:0px 0px; 
	border-bottom:1px dotted #666;
}

.menu ul li:hover {position:relative; z-index:90;}
.menu ul li a:hover {position:relative; z-index:100;}



