html, body {
			margin: 0px;
			background-color: #ffffff;
			height: 100%;
		}
		div, td {
			font-family: verdana, arial;
			font-size: 11px;
			color: #000000;
		}
		a {
			font-family: verdana, arial;
			font-size: 11px;
			color: #000000;
			text-decoration: underline;
		}
		a:hover {
			font-family: verdana, arial;
			font-size: 11px;
			color: #000000;
			text-decoration: underline;
		}
		a.rechten_2 {
			color: #0000FF;
		}
		a.rechten_1 {
			color: #FF0000;
		}
		a.rechten_0 {
			color: #000000;
		}
		#smilie {
			border: 0px;	
		}
		#headerleft {
			text-align: left;
		}
		#headerright {
			text-align: center;
		}
		#container {
			width: 100%;
			height: 100%;
		}
		#header {
			width: 100%;
			height: 150px;
			text-align: center;
		}
		#header .headerbg {
			border: 0px;
		}
		#menu {
			position: absolute;
			top: 0px;
			padding: 10px;
			width: 130px;
			height: 100%;
			border-right: 1px solid #000000;
		}
		#menu_rechts {
			position: absolute;
			left: 897px;
			top: 0px;
			padding: 10px;
			width: 130px;
			height: 100%;
			border-left: 1px solid #000000;
		}
		#c_container {
			position: absolute;
			left: 145px;
			top: 0px;
            width: 740px;
			height: 762px;
			padding: 10px;
		}
		.content {
			margin-left: 0px;
			background-color: #EBFFE6;
			border: 1px solid #33FF00;
			margin-bottom: 15px;
		}
		.boven {
			padding: 3px;
			background-color: #33FF00;
			font-weight: bold;
			color: #000000;
		}	
		.onder {
			padding: 3px;
		}
		.content_menu {
			width: 120px;
			background-color: #EBFFE6;
			padding: 3px;
			border: 1px solid #33FF00;
		}
		#footer {
			position: relative;
			left: 0px;
			border-top: 1px solid #000000;
			width: 320px;
		}
		#inhoud {
			width: 100%; 
			border: 0px;
		}
		#inhoud .linksboven {
			width: 120px;
			vertical-align: top;
			padding: 3px;
			border-right: 1px solid #cccccc;
			border-bottom: 1px solid #cccccc;
		}
		#inhoud .rechtsboven {
			vertical-align: top; 
			padding: 3px;
			border-bottom: 1px solid #cccccc;
		}
		#inhoud .linksonder {
			width: 120px;
			vertical-align: top; 
			padding: 3px; 
			border-right: 1px solid #cccccc; 
			border-bottom: 1px solid #BBB9B9;
		}
		#inhoud .rechtsonder {
			vertical-align: top; 
			text-align: right; 
			padding: 3px; 
			border-bottom: 1px solid #BBB9B9;
		}

		input, option, textarea, select {
			border: 1px solid #000000; 
			font-family: Verdana, Arial; 
			font-size: 8pt; 
			color: #000000; 
			background-color: #ffffff;
		}
		.challenge {
			position: absolute;
			width: 350px;
			height: 10px;
			background: #ffffff;
			border: 1px solid #000000;
			color: #000000;
			padding: 5px;
		}
