/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {color: #444342; text-decoration:none; font-weight:bold; font-size:11px; font-family:tahoma;}
a:hover {color: #1aaedf; text-decoration:underline; font-weight:bold; font-size:11px; font-family:tahoma;}

body{ color: #666; font: normal 62.5% Tahoma,sans-serif; background:  url(images/bg.jpg) repeat;   }




/**********************************************/
/*instellingen top, logo, social icons en hoofdmenu*/
/**********************************************/

#container{margin-left: auto;   margin-right: auto; overflow:hidden; width: 960px; height:auto; background: url(images/containerbg.jpg) repeat;  }
#top{width:960px; height:137px; float:left;}
#top h1{margin-bottom:0;}
#top .logo{float:left; margin-top:36px; width:336px; height:67px; }

#top .info{width:266px; height:101px; float:right;  margin-top:15px;}



.hoofdmenu { width: 283px; height:auto; float:left;}
.hoofdmenu ul{ width:283px; height:auto; float:left; list-style:none; margin-top:15px;  }
.hoofdmenu li{float:left; list-style:none; color: #fff;}
.hoofdmenu li a{width:253px; height:36px; color: #fff;  float: left; font:18px 'Yanone Kaffeesatz', sans-serif; padding-left:30px;  text-decoration: none; font-weight:normal;  line-height:36px; }
.hoofdmenu li a:hover {height:36px; color: #fff; font:18px 'Yanone Kaffeesatz', sans-serif; padding-left:30px; line-height:36px; font-weight:normal; background: #f9cb56;  border-radius: 0px 5px 5px 0px;}
.hoofdmenu li.first a {border-left:none;}
.hoofdmenu li a.active {height:36px; color: #fff; font:18px 'Yanone Kaffeesatz', sans-serif; padding-left:30px; line-height:36px; font-weight:normal; background: #f9cb56;  border-radius: 0px 5px 5px 0px;}

/**********************************************/
/*header instellingen*/
/**********************************************/
#header{width:960px; height:270px;   float:left; margin-top:0px; }

/**********************************************/
/*textvak instellingen*/
/**********************************************/

#textvak{width:640px; height:auto; float:left;  margin-top:24px;}
#textvak h2{font:30px 'Yanone Kaffeesatz', sans-serif;  color:#444;   line-height:30px; margin-top:10px; }
#textvak p{color: #666; width:640px; font-family:Arial; font-size:12px; font-weight:normal; line-height:22px;  margin-top:15px; margin-bottom:30px; float:left; text-align:justify;}

/**********************************************/
/*rechts instellingen*/
/**********************************************/

#rechts{width:283px; height:auto; float:right;}
#rechts h3{width:253px; height:43px; padding-left:30px; line-height:43px; color: #fff; font:30px 'Yanone Kaffeesatz', sans-serif; border-radius: 0px 5px 5px 0px; background: #a16703; margin-top:30px;} 
#rechts .contactgegevens{width:253px; height:auto; float:left; margin-top:20px; margin-left:30px;}
#rechts .contactgegevens p{color: #fff; font-family:tahoma; font-size:12px; float:left; line-height:24px; font-weight:normal;}

.button{width:640px; height:40px; float:left; margin-top:20px;}
.button a{width:640px; height:40px; float:left; color: #fff; background: #f8be2c; -webkit-border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; 	-khtml-border-radius: 3px 3px 3px 3px; border-radius:3px 3px 3px 3px; font:30px 'Yanone Kaffeesatz', sans-serif; text-decoration:none; text-align:center;}
.button a:hover{background: #a16703; text-decoration:none;}



/**********************************************/
/*footer instellingen*/
/**********************************************/

#footer{width:960px; height:80px;  margin-top:24px; margin-bottom:25px;  float:left; background: url(images/footerbg.jpg) repeat;}


#footer  p{width:650px; color:#666; font-family:Tahoma; font-size:12px; line-height:20px; font-weight:normal; float:left; margin-top:25px; }

#footer .links{width:650px; height:auto; float:left; margin-top:0px; color: #666; font-family:Tahoma; font-size:12px; font-weight:normal; line-height:24px; }
#footer .links a{color: #666; font-family:Tahoma; font-size:12px; font-weight:normal;  text-decoration:none; line-height:24px;}
#footer .links a:hover{text-decoration:underline;}












.clear{clear:both;}





