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

body {

background-color:#000;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
color:#FFF; 
font-size:12px;
}

a
{
color:#FFFFFF;
text-decoration:none;
}
	
	
#top
{
width:100%;
height:323px;
background-image:url(../img/top.jpg);
background-position:center;
background-repeat:no-repeat; 
}

#content
{
width:100%;
height:500px;
overflow:auto;
background-image:url(../img/bg.gif);
background-position:top;
background-repeat:no-repeat;
}

#tekst
{
width:800px;
text-align:left;
}

/*      navigatie      */

#nav{
text-align:center;
padding-top: 250px;
text-align:center;
width:700px;
color:#fff;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
border:0;
}

#nav a{
color:#fff;
text-decoration:none;
border:1px solid #000;
font-size: 14px;
font-weight: bold;
border:0;
}

#nav a:hover{
background:#330000;
color:#FFFFFF;
font-size: 14px;
font-weight: bold;
border:0;
}

