body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 16px;	
}

.groen {
	color: green;
}

#container {
	position: relative;
	width: 800px; 
	height: 550px; 
	margin: 60px auto;
	background-image: url(../img/techpaper.jpg);
	background-repeat: no-repeat;
}

		#wrapper {
			position: absolute;
			top: 55px;
			left: 60px;
			width: 680px;
			height: 440px;
			background-color: #FFF;
		}
		
			#logo {
				position: absolute;
				left: 0;
				top: 0;
				
			}
			
			#taalkeuze {
				position: absolute;
				left: 659px;
				top: 72px;
			}
			
			#navigatie {
				position: absolute;
				left: 26px;
				top: 122px;
			}
			
			#navigatie ul {
				display: inline;
				padding: 0;
				margin: 0;
			}
			
			#navigatie li {
				margin: 0;
				padding: 0 38px 0 5px;
				border-left: 1px solid #000;
				list-style: none;
				display: inline;
				line-height: 12px;
			}
			
			#navigatie li.last {
				padding: 0;
				border: 0;
			}
			
			#content {
				position: absolute;
				left: 26px;
				top: 165px;
				width: 628px;
				height: 270px;
				overflow: auto;
			}
			
				#linkerkolom {
					float: left;
					width: 400px;
				}
				
				#rechterkolom {
					float: right;
					width: 200px;
				}
			
			.formfield {
				padding: 0;
				margin: 0;
				font-size: 10px;
				color: #000;
				background-color: #FFF;
				border: 1px solid black;
				height: 18px;
			}
			
			.submit {
				width: 25px;
				height: 20px;
			}
			