*{margin:0px;padding:0px}

body{
	
	background: #000 url(images/page_bg.gif);
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


.page_contents 
{
	z-index: 0; 
	position: absolute; 
	left: 50%; 	
	width: 904px; 
	height: 100%;
	margin-left: -452px; 
	padding-top: 20px;
}

.tekst
{
    font-size:0.8em;
    text-decoration:none;
    text-align:center;
}


.hoofdtekst 
{
	position:	relative;
    top:        10px;
    left:       10%;
    bottom:     15px;
    border:     solid 1px #000000;
    font-size:  34px;
    width:      50%;
    height:     100px;
	background: url(/images/hoofdtekst_background_image.gif);
}

.hoofdtekst_image
{
	height:100px;
	width:100%;
}

.pagina_inhoud
{
	position:relative;
    left:20%;
	top:20px;
    width:80%;
    max-width:888px;
    height:inherit;
    background-color:#9F9F9F;
    color: #000000;
    text-align:left;
    border:solid 1px #000000;
    font-size:0.8em;
}
.menu
{
    
	background:url(images/header-bg.gif) no-repeat;
	margin-left: 100px;
	width: 900px;
	height: 150px;
}

.menu ul li
{
    width:100%;
    text-decoration:none;
    text-indent:15px;
    background-color:#9F9F9F;
    float:left;
    line-height:2.5em;
    color: #ecf9ff;
    font-weight:normal;
    font-size: 0.8em;
}

.menu ul
{
    list-style:none;
}

.menu ul li:hover
{
    background-color:#FFFF66;
}


a:link
{
    color:#FF6600;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
}

a:visited
{
    color:#FF6600;
    text-decoration:none;
}

a:hover
{
    color:#FFCC00;
    text-decoration:underline;
    font-style:italic;
}

a:active
{
    text-decoration:underline;
    color:#000000;
}

.oranje 
{
    color:#FF9900;
	vertical-align:top;
}

.bijtekst
{
	vertical-align:bottom;
    color:#FF9900;
    font-size:16px;
    margin-left:15px;
    font-weight:bold;
}

h1 {
    color:#FF6600;
    text-align:center;
}

p
{
    text-indent:2em;
}