body{
	background:#000000;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#FFFFFF;
}

/* Standaard shit    */

a{
	text-decoration:none;
	color:#FFFF99;
	font-weight:800;
	}

a:hover{
	text-decoration:underline;
	color:#ffffff;
	}
	
a img{
	text-decoration:none;
	border:none;
	}
	
img a{
	text-decoration:none;
	border:none;
	}

h1  
{
	font-family: Arial, Helvetica, sans-serif;
	font: large;
	}
	
h2  {
	font: medium;
	font-style:oblique;
	}
	
h3  {
	font: small;
	}

h2  {
	font: x-small;
	}


/*  eind Standaard shit    */

fieldset
{
	border-top: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.highlight
{
	background-color: #FFFF00;
	color: #000000;
}

#container{
	width: 994px;
	margin:20px auto;
	padding: 0;
	text-align:left;
}

#talen{
	float:left;
	color:#FFFF99;
}

/*                                   Menu begin                                */

table#navbar{
	float:right;
	padding:0;
	margin:0;
	}

table#navbar a{
	font: Verdana, Arial, Helvetica, sans-serif 11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top: 6px;
}

table#navbar a:hover{
	text-decoration: underline;
}
	
/*                                    Menu eind                                */


/*                                   Layout                                    */
.header{
	width:994px;
	height:496px;
	float:left;
	display:inline;
	margin-left:0;
	display:inline;
}

#content{
	background:url(images/middle.jpg) repeat-y;
	width: 994px;
	float:left;
	display:inline;
	}

#left{
	float:left;
	width: 360px;
	margin: -145px 7px 0;
	position:relative;
	display:inline;
	}
	
#right{
	float:right;
	width: 600px;
	margin: -150px 7px 0;
	position:relative;
	display:inline;
	}
	
#footer{
	background:url(images/footer.jpg) no-repeat;
	width: 994px;
	height: 123px;
	float:left;
	display:inline;
	position:relative;
	}
	
	/* submenu */

ul#submenu {
	list-style:none;
	top: 0px;
	left: 0px;
	padding:0;
	margin:0;
	width: 340px;
	position:absolute;
	}
	
ul#submenu li{
	margin: 0 0 10px 0;
	text-align: right;
	background:none;
	}
ul#submenu a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	}

ul { list-style: square; }
