* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: url('../images/patroon.gif') repeat fixed;
	font: 10pt arial;
	text-align: left;
}

h1 {
	text-align: left;
}

input {
	font: 10pt arial;
}

a,
a:link,
a:visited,
a:active {
	color: black;
}

a:hover {
	color: red;
}


#container {
	position: relative;
/*
	margin: 0 auto;
	width: 700px;
	min-height: 100%;
	*/

	padding: 0px 20px;
}

#header {

	height: 80px;
}

#locatie {
	margin-bottom: 10px;
}

#locatie span {
	margin-right: 5px;
}

#locatie span.intro {
	font-style: italic;
}

#locatie span.huidig {
	font-weight: bold;
}

#content {
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
}

#welkom {
	font-size: 10pt;
	font-weight: bold;
}

.error {
	color: red;
}

table.plaatjes td{
	padding: 2px;
}

table.overzicht {
	border-collapse: collapse;
	border: 1px solid gray;
}

table.overzicht tr.kop {
	font-weight: bold;
}

tr.even {

}

tr.oneven {

}

table.overzicht td {
	border-bottom: 1px solid gray;
	padding: 2px 5px;
}

td.alignleft {
	text-align: left;
}

td.alignright {
	text-align: right;
}

td.alignrighttop {
	text-align: right;
	vertical-align: top;
}
td.aligncenter{
	text-align: center;
}

td.icon {
	width: 20px;
}

img.plaatje {
	height: 150px;
}

img.logo {
	width: 200px;
}

input.evaluatievraag {
	width: 500px;
}

textarea#tekst {
	width: 600px;
	height: 200px;
}