@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top:5px;
	background-image: url(../random_images/rotate.php);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	color:#6C6E6D;
}

img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

td th {
	font-size:10px;
}

p {
	font-size:10px;
}

a:link {
	color:#4F5150;
	font-weight:bold;
	font-size:10px;
}
a:visited {
	color:#4F5150;
	font-weight:bold;
	font-size:10px;
}
a:hover {
	color:#4F5150;
	font-weight:bold;
	font-size:10px;
}
a:active {
	color:#4F5150;
	font-weight:bold;
	font-size:10px;
}

.navheader {
	width:760;
	font-weight:bold;
	padding:10px;
}

.navbody {
	width:760;
	background:#C9B15B;
	background-image:url(../images/verloop.gif);
	background-repeat:repeat-y;
	padding:10px;
}

.naamheader {
	width:180;
	font-weight:bold;
	padding:10px;
}

.naambody {
	width:180;
	background:#FFFFFF;
	padding:10px;
	color:#000000;
}

.tabelbody {
	border-width: 10px;
	border-style: solid;
	border-color: #C9B15B;
	border-collapse: collapse;
	background-color: white;
	padding:10px;
}

.titel {
	color:#C9B15B;
	text-transform:uppercase;
	font-weight:bold;
}

.paragraaf {
	color:#4F5150;
	font-weight:bold;
	font-size:10px;
}

.namen {
	color:#4F5150;
	font-size:10px;
}

ul {
	list-style:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.taal {
	font-size:9px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

.taal:link, .taal:visited {
	font-size:9px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}

.taal:hover {
	font-size:9px;
	color:#999999;
	font-weight:normal;
	text-decoration:underline;
}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
margin-bottom: 3px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
line-height:20px;
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
display: block;
padding: 5px 0;
line-height: 17px;
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: white;
}