* { 
	margin: 0; 
	padding: 0; 
	border-width: 0; 
	position: static; /*better than relative for most things!*/ 
	clear: none; 
}
html {
	background-image: url(/files/achtergrond.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-color: #FFF6EE;*/
	font-family: Arial, Helvetica, sans-serif;
}
.main-title {
	color: #AA0000;
	font-weight: bold;
	text-align: center;
	background-color: #FFCC33;
	border: medium groove black;
	vertical-align: middle;
	font-size: 8mm;
	line-height: 35px;
	padding: 3mm;
	position: absolute;
	top: 90px;
	left: 200px;
	right: 1cm;
	font-family: "Times New Roman", Times, serif;
}
.main-content {
	vertical-align: top;
	font-size: 4.5mm;
	color: black;
	position: absolute;
	top: 230px;
	left: 200px;
	right: 1cm;
	bottom: 5mm;
}
.main-content a {
	color: black;
	font-weight: bold;
}
.main-content a:hover {
	color: white;
	background-color: black;
}
.main-content a:visited {
	font-style: italic;
	color: #666666;
}
.logo {
	text-align:left;
	position: absolute;
	top: 75px;
	left: 5mm;
}
.logo img {
	width: 35mm;
}
.w3c {
	position: absolute;
	left: 10px;
	bottom: 5px;
	width: 170px;
	text-align: center;
	line-height: 5px;
}

input, textarea, select {
	border: thin solid #DEDEEE;
	font-size: 4mm;  
	color: navy; 
	background-color: #F9F9FF;
}

div.login a, div.logout a {
	border: thin solid #DEDEEE;
	position: absolute;
	right: 2mm;
	top: 75px;
	font-size: 4mm;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 2px;
	font-family: "Times New Roman", Times, serif;
}

.mainmenu {
	position: absolute;
	top: 230px;
	left: 10px;
	z-index: 1;
}

.menu-start {
	background-image: url(/files/menu-start.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 12px;
	width: 170px;
}
.menu-stop {
	background-image: url(/files/menu-stop.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 170px;
}
.menuitem {
	width: 170px;
}
.menuitem a{
	height: 47px;
	display: block;
}

div.uploaditem {
	border-left: solid 1px black;
	padding-left: 5mm;
	padding-top: 2mm;
	padding-bottom: 2mm;
}
div.uploaditem a {
	color: blue;
	text-decoration:none;
	font-size: 4mm;
}
div.uploaditem a:hover {
	color: red;
}
p {
	margin-bottom: 4mm;
	text-align: justify;
}
ul, ol {
	margin-left: 10mm;
}

.location {
	position: absolute;
	top: 150px;
	left: 200px;
}

.location a {
	line-height: 10mm;
	font-size: 4mm;
	color: #444444;
	font-weight: bold;
	text-transform: capitalize;
	font-style:oblique;
}

