/*door Jeffrey van Rossum*/

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px auto;
}
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px auto;
}

#container {
width: 900px;
margin: 0px auto;
}
#header {
background-image: url(images/header.jpg);
height: 261px;
width: 900px;
float: left;
margin: 0px auto; }

#menu {
width: 161px;
background-image: url(images/menubg.gif);
background-repeat:no-repeat;
background-color: #383838;
margin-left: 64px;
border-left: 1px  #D9C375 solid;
border-right: 1px  #D9C375 solid;
border-bottom: 1px  #D9C375 solid;
float: left; }

#menu_titel {
width: 155px;
border-bottom: 1px  #D9C375 solid;
border-top:  1px  #D9C375 solid;
background-color: #000033;
padding: 3px; }

.menu_titel {
font-size: 14px;
font-weight: bold; 
margin-left: 12px;
color: #fff; }

.menu_items {
font-size: 12px;
line-height: 8px; }

#border_menu {
border: 1px dashed #000066;
width: 98px; }

ul { list-style-image: url("images/pijl.gif");
      }


#content {
width: 620px;
background-image: url(images/content.gif);
background-repeat: repeat-x;
background-color: #1C1B1B;
padding: 5px;
border: solid #FFF 1px;
margin-bottom: 25px;
float: right;
margin-left: 20px; }

.content_titel {
font-size: 18px; }

.content_text {
margin-left: 20px;
line-height: 20px; }

#footer {
width: 832px;
margin-left: 64px;
height: 30px;
margin-top: 25px;
background-color: #242424;
border: 1px  #D9C375 solid;
font-size: 10px;
text-align: center;
margin-bottom: 5px; }

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFFFF;
}
