html {
	/*height: 101%;*//* To prevent short pages jumping to the left on Firefox */
	/*overflow-x: hidden; overflow-y: auto;*/ /* To remove the unwanted horizontal scrollbar appearing in IE7 */
	}
body {
	font: 14px "Courier New", Courier, monospace;
	/*background: #c00;*/
	background: #E70598;
	color: #000;
	}
* {
	margin: 0;
	padding: 0;
	}
.clear {
	clear:both;
	}
img, acronym {
	border: 0;
	}
p {
	margin-bottom: 10px;
	}
p.red {
	color: #c00;
	}
	p.paars {
		color: #E70598;
		}
p#lastP {
	padding-bottom: 15px;
	}
h1, h2 {
	color: #E70598;
	font-size: 14px;
	}
	h1 {
		text-decoration: underline;
		margin-bottom: 15px;
		}
a {
	color: #000;
	}
a:hover {
	color: #c00;
	}

/* horizontaal en verticaal gecentreerd */
	#frameWrapper { 
		position: absolute;
		top: 50%;
		left: 50%;
		width: 850px;
    	height: 550px;
		margin-left: -450px;
		margin-top: -300px;
		padding: 25px;
    	width: 850px;
	    height: 550px;
		background: url(../images/bg2.gif) no-repeat top left; 
		}

#frameHeader {
	position: absolute;
	top: 25px;
	width: 865px;
	height: 155px;
	}
	#frameHeader p {
		padding: 1px 5px;
		margin-bottom: 5px;
		font-family:"Courier New", Courier, monospace;
		font-size: 18px;
		height: 20px;
		background-color: #fff;
		}
	ul#topNav {
		position: absolute;
		top: 90px;
		right: 22px;
		list-style: none;
		font-weight: bold;
		}
	ul#topNav li a {
		/*color: #000;*/
		color: #fff;
		}
	ul#topNav li a:hover {
		background: #000;
		color: #fff;
		text-decoration: none;
		}
   
#frameContent {
	position: absolute;
	/*top: 210px;*/
	top: 180px;
	height: 405px;
	width: 850px;
/*border: 1px solid #FF0000;*/
	}
	#contentCol1 {
		width: 300px;
		height: 390px;
/*border: 1px solid blue;*/
		}
		ul#mainNav, ul#linkList {
			list-style: none;
			}
		ul#mainNav li, ul#linkList li {
			margin-bottom: 7px;
			}
		ul#mainNav li a {
			background: #000;
			color: #fff;
			padding: 1px 5px;
			text-decoration: none;
			}
		ul#mainNav li a:hover {
			/*color: #fc0;*/
			color: #E70598;
			}
		#infoblokHome {
			position: absolute;
			top: 135px;
			left: 0;
			padding: 10px 15px;
			width: 270px;
			height: 235px;
			background: #fff;
			font-size: 12px;
			}
		#banner1, #banner2 {
			width: 300px;
			min-height: 60px;
			margin-bottom: 10px;
			}
		#banner1 {
			margin-top: 110px;
			}
	#contentCol2 {
		position: absolute;
		top: 0;
		margin-left: 345px;
		width: 460px;
		height: 380px;
		}
		#contentKader {
			padding: 10px 15px;
			width: 470px;
			height: 370px;
			background: #fff;
			font-size: 12px;
			overflow: auto;
			}
   
#frameFooter {
	position: absolute;
	top: 620px;
	width: 845px;
	height: 50px;
	text-align: right;
	}
#frameFooter img {
	margin-left: 15px;
	}
#frameFooter a {
	text-decoration:none;
	}

