body{
	margin: 0px;
	color: #A8A8A8;
	font-family: Arial;
	font-size: 13px;
	background: repeat-y center url(images/achtergrond.png) #666666;	
}
.tekst{
	color: #A8A8A8;
	font-family: Arial;
	font-size: 13px;
}
.tekst h1{
	color: #dddddd;
	font-family: Arial;
	font-weight: bold;
	font-size: 19px;
}
.tekst b{
	color: #cccccc;
	font-family: Arial;
	font-size: 13px;
}
.tekst a{
	color: #A8A8A8;
	font-family: Arial;
	font-size: 13px;
}
.tekst a:hover{
	color: #cccccc;
	font-family: Arial;
	font-size: 13px;
}
.tekst p {
	margin: 12px 0px;
}
.menu{
	color: #e80000;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-top: 4px;
	height: 18px;
	padding-left: 6px;
	border-top: solid 2px #A80000;
	border-bottom: solid 2px #A80000;
}
.menu a{
	color: #A8A8A8;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 3px;
}
.menu a:hover{
	color: #e80000;
}

.reclame {
	color: #A8A8A8;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	border: none;
	width: 100%;
	margin: auto;
	height:65px;
}
.reclame a{
	color: #a8a8a8;
	font-family: Arial;
	font-size: 12px;
}
.reclame a:hover{
	color: #a80000;
}
.reclame img{
	border: none;
}











/* menu */


#nav {
	position: absolute;;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

#nav li 
{
	float: left;
	display: block;
	position: relative;
}

#nav li a
{
	border-right: 1px solid #e80000;
	margin: 0px;
	padding: 0px 3px;
}

#nav li ul 
{
	visibility: hidden;
	background: #000000;
	border: 1px solid #e80000;
	border-top: none;;
	position: absolute;
	padding-top: 1px;
	margin: 0px -1px;
	width: 99%;
}
#nav li ul li
{
	float: none;
	margin: 4px 0px;
	border: none;
}

#nav li ul li a
{
	border: none;
}

#nav li:hover ul {
	visibility: visible;
}



/* IE only hack */
* html #nav li ul {
	position: absolute;
}
/* Einde IE only hack */ 

