/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: extra-expanded;
	line-height: 19px;
	border:none;
	text-decoration:none;
	color:#000000;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: extra-expanded;
	line-height: 19px;
	color:#000000;
	border:none;
	text-decoration:none;
	font-weight:normal;
}
.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-stretch: extra-expanded;
	line-height: 19px;
	color:#000000;
	border:none;
	text-decoration:none;
}

#maincontainer{
	width: 975px; /*Width of main container*/
	height: 775px; /*height of main container*/
	margin: 0 auto; /*Center container on page*/
	background: url(images/background.gif);  /*Background images all over8*/
	background-repeat: no-repeat;
	background-position: center center;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	height:	670px;
	margin-left: 490px; /*Margin for content column. Should be (RightColumnWidth + LeftColumnWidth)*/
	margin-top: 48px;
	margin-right: 13px;
	overflow: auto;
	scrollbar-arrow-color: #ED1C24;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}

#leftcolumn{
	float: left;
	width: 318px; /*Width of left column in pixel*/
	height: 685px;
	margin-left: -940px; /*Set left margin to -(MainContainerWidth)*/
	margin-top: 48px;
	background: url(images/logo-nw.gif);
	background-repeat: no-repeat;
}

#rightcolumn{
	float: left;
	width: 145px; /*Width of right column in pixels*/
	height: 685px;
	margin-left: -647px; /*Set right margin to -(MainContainerWidth - LeftColumnWidth)*/
	margin-top: 48px;
	background: url(images/lijn_rood.gif);
	background-repeat: no-repeat;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-stretch: extra-expanded;
	font-weight:normal;
	line-height: 19px;
	color:#000000;
	padding-top:17px;
	width:280px; 
	margin:155px 0px;
}


#menu a, #menu a:visited {
	font-weight:normal;
	display:block; 	
	width:100%; 
	height:28px; 
	line-height:20px; 
	padding-top:17px;
	text-decoration:none; 
	color:#000000;
	background:url(images/off.gif); 
	background-repeat:no-repeat;
}

#menuactief a, #menuactief a:visited {
	font-weight:bold;
	display:block; 	
	width:100%; 
	height:28px; 
	line-height:20px; 
	text-decoration:none; 
	color:#000000;
	padding-left:25px;
	background:url(images/on.gif); 
	background-repeat:no-repeat;
	padding-top:17px;
	width:280px; 
}

#menu a span {
	padding-left:25px;
	padding-top:17px;
}

#menu a:hover {
	font-weight:bold;
	display:block; 
	width:100%; 
	height:28px; 
	cursor:pointer; 
	padding-top:17px;
	padding-left:25px;
	text-decoration:none; 
	color:#00000; 
	background:url(images/on.gif); 
	background-repeat:no-repeat;
}



.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}

#adres {
		margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
		margin-top: -55px;
		text-decoration:none; 
		color: #000000;
}

