/* CSS Document */

body{
margin:0px;
padding:0px;
background-color:#1b1f20;
background-image:url(../Images/header_background.jpg);
background-repeat:repeat-x;}
/*------------------------------typography-----------------------------------*/
p{
word-spacing:.2em;
line-height: 1.3em;
letter-spacing:.5px;
font-family:Tahoma, Verdana, Arial, sans-serif;
color:#FFFFFF;
font-size:12px;
width:100%;}

.bodytekst{
max-width:500px;	
}

h1{
margin:0px;
padding:0px;
text-indent:-99999px;}

h2{
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:20px;
color:#0066FF;
font-weight:normal;}

h3{font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:17px;
color:#0066FF;
font-weight:normal;}

h4{
margin:0px;
margin-top:20px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:14px;
color:#0066FF;
font-weight:bold;
}

a{text-decoration:none;
color:#0066FF;}
a:hover{
text-decoration:underline;}

img{border:none;}

.bold{
	font-weight:bold;
	text-decoration:underline;
	color:#FF9;
}


/*------------------------------div's-----------------------------------*/
#container{
margin:0 auto;
padding:0px;
/*position:relative;
left:50%;*/
width:970px;
height:100%;
/*margin-left:-485px;*/
}

#content{
padding-left:30px;
}

#header{
margin:0px;
padding:0px;
position:relative;
width:970px;
height:106px;}

#logo{
padding:0px;
margin:0px;
height:106px;
float:left;}

#header_menu{
position:relative;
float:left;
padding:0px;
margin:0px;
height:106px;}

#header_pic{
clear:both;
margin:0px;
padding:0px;
background-image:url(../Images/header_pic.jpg);
width:970px;
height:186px;}

#icon{
position:relative;
left:-71px;
top:-71px;
margin:0px;
padding:0px;
width:142px;
height:142px;
background-image:url(../Images/icon.png);}

#footer{
margin:0px;
padding:0px;
margin-top:20px;
margin-bottom:20px;
border-top:solid 1px #666666;
}

#menu_div{
margin:0px;
padding:0px;
position:absolute;
left:90px;
top:0px;
height:106px;
background-image:url(../Images/menu_background.jpg);
background-repeat:no-repeat;}
/*------------------------------menu-----------------------------------*/
ul#menu{
margin:0px;
padding:0px;
margin-top:55px;
margin-left:50px;
width:537px;}

ul#menu li{
display:inline;
margin-right:60px;}

ul#menu li a{
text-decoration:none;
font-family:Tahoma, Verdana, Arial, sans-serif;
color:#CCCCCC;
font-weight:bold;}

ul#menu li a:hover{text-decoration:underline;}
/*------------------------------class-----------------------------------*/
.plaatje{
margin:0px;
padding:0px;
margin-left:92px;
border:none;}

.clearboth { clear: both; }

.copyright {
text-align:right;
font-size:12px;
color:#666666;}