BODY {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color: #55647c;
	font-size: 12px;
	SCROLLBAR-FACE-COLOR: #55647c;
	SCROLLBAR-HIGHLIGHT-COLOR: #55647c;
	SCROLLBAR-SHADOW-COLOR: #55647c;
	SCROLLBAR-DARKSHADOW-COLOR: #55647c;
	SCROLLBAR-3DLIGHT-COLOR: #55647c;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #e2e2e2;
 	background-image: url(../_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	overflow-y: scroll;
}

/*LAYOUT ELEMENTEN*/

.bg {
	position: absolute;
	width: 890px;
	left: 50%;
	margin-left: -445px;
}

.bghorizontaal {
	position: absolute;
	top: 0px;
	height: 42px;
	width: 100%;
	background-color:#00194f;
}

.logo {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	height: 42px;
	z-index: 2;
}

.lijn {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: -225px;
	height: 100%;
	width: 1px;
	background-color: #b6b6b6;
}

.lijn2 {
	position: absolute;
	top: 145px;
	left: 50%;
	margin-left: 222px;
	height: 100%;
	width: 1px;
	background-color: #b6b6b6;
}

.hoofdfoto {
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -440px;
	height: 100px;
	z-index: 1;
	border-bottom: 6px solid #e2e2e2;
}

/*TEKST*/

.tekst {
	min-height: 300px;
	width: 440px;
	text-align: left;
	position:absolute;
	top: 145px; 
	left: 50%;
	margin-left: -221px;
	background-image:url(../_images/bg-content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	overflow: hidden;
	border-top: 1px solid #b6b6b6;
	z-index:2;
}

.tekst P { 
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal; 
	line-height: 15px; 
}

.tekst H1 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold; 
	font-size: 18px; 
	line-height: 18px; 
}

.tekst H2 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold; 
	font-size: 15px; 
	line-height: 15px; 
}

.tekst A { 
	color: #55647c; 	
	text-decoration: underline;
	display: inline;
}

.tekst A:hover {
    TEXT-DECORATION: none
}

.tekst LI {
	font-weight: normal;

}

.tekst HR { 
	color: #ffffff; 
}

.tekst img { 
	margin: 10px;  
}

/*KOLOM RECHTS*/

.logoknovstbn {
	width: 214px;
	text-align: right;
	position:absolute;
	top: 145px; 
	left: 50%;
	margin-left: 226px;
	
}
.logoknovstbn img { 
	margin-right: 50px; 
	margin-top: 5px; 
}

.kolomrechts {
	min-height: 300px;
	width: 214px;
	text-align: left;
	position:absolute;
	top: 290px; 
	left: 50%;
	margin-left: 226px;
	background-image:url(../_images/bg-content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	overflow: hidden;
	z-index:2;
	border-top: 1px solid #b6b6b6;
}

.kolomrechts P { 
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal; 
	line-height: 15px; 
		font-size: 11px;
}

.kolomrechts H1 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold; 
	font-size: 18px; 
	line-height: 18px; 
}

.kolomrechts H2 {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold; 
	font-size: 15px; 
	line-height: 15px; 
}

.kolomrechts A { 
	text-decoration: underline; 
	color: #55647c; 
		display: inline;
	font-size: 11px;
}

.kolomrechts A:hover {
    TEXT-DECORATION: none
}

.kolomrechts LI {
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
}

.kolomrechts HR { 
	color: #ffffff; 
}

.kolomrechts img { 
	margin: 10px;  
}


