@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 120px 22px 22px 22px;
	background-image: url(../img/bg.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	background-color: #000000;
}
a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
/* NAVIGATIE */
#navigatie {
	float: left;
}
#navigatie li {
	list-style-type: none;
}
#navigatie li a {
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 200px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0 0 5px 0;
	border: 1px dashed #ACD804;
	text-transform: uppercase;
}
#navigatie li a:hover {
	color: #000000;
	display: block;
	height: 20px;
	width: 200px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0 0 5px 0;
	border: 1px solid #ACD804;
	background-color: #ACD804;
	text-transform: uppercase;
}
/* INHOUD */
#content {
	position: absolute;
	left: 240px;
	top: 120px;
	background-color: #000000;
}
#content .beeld {
	width: 120px;
	height: 165px;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #333333;
}
#logout {
	position: absolute;
	top: 20px;
	right: 50px;
}

