@charset "UTF-8";
/* CSS Document */
BODY, HTML {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	scrollbar-3d-light-color: #ffffff;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #0C2D83; 
	scrollbar-dark-shadow-color: #ffffff; scrollbar-face-color: #0C2D83; 
	scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff ; 
	scrollbar-dark-shadow-color: 000000 ; 
	font-family: Arial ; 
	line-height: 16pt ; 
	TEXT-ALIGN: justify;
	background-color:#f1f0f7;
	overflow:hidden;
	
}

#main{
	width:950px;
	position:relative;
	height:100%;
	border-left:2px solid #0C2D83;
	border-right:2px solid #0C2D83;
	left:50%;
	margin-left:-472px;
	background-color:#fff;
	background-image:url('../afbeeldingen/background-intro.gif');
	background-repeat:repeat-x;
	background-position:top;
	
	
}
#logo{
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:185px;
}
#oneliners{
	position:absolute;
	right:0px;
	top:0px;
	width:740px;
	height:175px;
}

#menu{
	background-color:#c1c9df;
	border-top:2px solid #f3aa28;
	border-bottom:2px solid #f3aa28;
	position:absolute;
	width:210px;
	left:0px;
	top:250px;
	z-index:2;
	display:block;
}

	#menu li {
		width:210px;
		z-index:3;
		margin-top:5px;
		list-style:none;
		list-style-type:none;
		position:relative;
		left:0px;
		font-weight:bold;
		
	}
	#menu li:hover {
		width:210px;
		background-color:#fff;
		margin-top:5px;
		list-style:none;
		cursor:pointer;
		
	}
	#menu A {
		width:210px;
		position:relative;
		text-decoration:none;
		color:#0C2D83;
		font-size:12px;
		display:block;
	}

#mainframe{
	width:740px;
	top:175px;
	bottom:25px;
	position:absolute;
	right:0px;

	overflow-y:auto;
	overflow-x:hidden;
	padding:5px;
}

#bottom_menu{
	position:absolute;
	width:210px;
	bottom:25px;
	height:75px;
	left:0px;
	background-image:url('../afbeeldingen/tussenbalk.jpg');
	background-repeat:repeat-x;
}
#bottom{
	position:absolute;
	width:950px;
	bottom:0px;
	height:25px;
	left:0px;
	background-image:url('../afbeeldingen/bottom-background.gif');
	background-repeat:repeat-x;
}