/* De top banner en alle menu knoppen zijn naar hun eigen taal sheet gezet zodat ze voor elke taal anders kunnen zijn */
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	}

body {
	height: 100%;
	width: 100%;
	background-color: #d3f8fb;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	margin: 0px;
	}	

p
{
	margin: 0px 0px 15px 0px;
}
	
a
{
	color: black;
	text-decoration: underline;
}
	
#links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 255px;
	height: 100%;
	}
	
#top {
	position: absolute;
	top: 0px;
	left: 255px;
	height: 113px;
	width: 600px;
	background-position: center;
	background-repeat: no-repeat;
	}
	
#menu {
	position: relative;
	margin-top: 0px;
	margin-left: 45px;
	width: 148px;
	display: block;
	}


#onderkant {
	
	}

#inhoud {
	position: absolute;
	top: 113px;
	left: 250px;
	width: 700px;
	height: auto;
	padding: 20px 10px 20px 10px;
	overflow: hidden;
	background-color: #C7EAfB;
	border: 1px solid #0A0909;
	font: 13px arial;
	color: #000000;
	}
	
#inhoud tr.even {
	background-color: #ACDCFF;
	color: black;
}

.table_header td {
	border-bottom: 1px solid black;
}
	
.kopje {
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: #A00000;
	
}

.antwoord
{
	display: none;
}
