@charset "utf-8";
*{
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family: "Trebuchet MS";
	height: 100%;
	width: 100%;
	text-align:center;
	background-color: #eef5fb;
	background-attachment: fixed;
	background-image: url(../imgs/achtergrond.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
}
#container {
	width:960px;
	height:610px;
	margin: 0 auto;
	text-align:left;
}
#menu {
	width:100%;
	height:30px;
	float:left;
	padding-top: 10px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	float:left;
	padding-left:40px;
	padding-right:40px;
}
#menu ul li.home {
	padding-left:5px;
}
#menu ul li.contact {
	text-align:right;
	padding-right:0px;
}
#menu ul li a:link, #menu ul li a:visited{
	display:block;
	color:#6d6f6e;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 16px;
}
#menu ul li a:hover, #menu ul li a.active{
	color:#333333;
}
#blok1 {
	width:313px;
	float:left;
	height:175px;
	background-color: #ca7e40;
	margin-right: 10px;
	margin-bottom:10px;
}
#blok_submenu {
	width:273px;
	float:left;
	height:135px;
	background-color: #ca7e40;
	margin-right: 10px;
	margin-bottom:10px;
	padding: 20px;
}
#blok_submenu ul{
	list-style-type: none;
}
#blok_submenu ul li {
	height: 23px;
}

#blok_submenu ul li a:link, #blok_submenu ul li a:visited{
	color:#FFFFFF;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
}
#blok_submenu ul li a:hover, #blok_submenu ul li a.active{
	color:#FFFFCC;
}
#blok2 {
	width:313px;
	float:left;
	height:175px;
	margin-right: 10px;
	margin-bottom:10px;
	font-size: 13px;
}
#blok3 {
	width:313px;
	float:left;
	height:175px;
	margin-bottom:10px;
}
#blok_groot {
	float:left;
	height:385px;
}
#blok_groot #blok1 {
	width:313px;
	float:left;
}
#blok_groot #blok2 {
	width:313px;
	float:left;
	height:384px;
	margin-bottom: 0px;
	background-color: #f0f5fb;
	text-align: center;
}
#blok_groot #blok2 h1 {
	font-size: 18px;
	color: #D8AD3A;
	font-weight: bold;
}
#blok_groot #blok2 h2 {
	font-size: 40px;
	color: #707173;
	font-weight: bold;
}
#blok_groot #blok2 h3 {
	font-size: 20px;
	color: #707173;
	font-weight: normal;
}
#blokken_links {
	width:313px;
	float:left;
	margin-right: 10px;
}
#blokken_links #blok4 {
	width:313px;
	float:left;
	height:121px;
	margin-bottom:10px;
}
#blokken_links #blok5 {
	width:313px;
	float:left;
	height:121px;
	margin-bottom:10px;
}
#blokken_links #blok6 {
	width:313px;
	float:left;
	height:122px;
}
#blok_groot #blokken_rechts {
	width:313px;
	float:left;
}
#blok_groot #blokken_rechts #bloka {
	width:313px;
	float:left;
	height:121px;
	margin-bottom:10px;
}
#blok_groot #blokken_rechts #blokb {
	width:313px;
	float:left;
	height:121px;
	margin-bottom:10px;
}
#blok_groot #blokken_rechts #blokc {
	width:313px;
	float:left;
	height:122px;
}
#blok_groot #blokken_rechts #bloklinks {
	width:273px;
	float:left;
	height:82px;
	background-color: #F0F5FB;
	padding: 20px;
	text-align: center;
}
#blok_groot #blokken_rechts #bloklinks a{
	color: #CA7E40;
	text-decoration: underline;
}
#content {
	float:left;
	height:345px;
	width: 596px;
	background-color: #f0f5fb;
	padding: 20px;
}
#content a{
	color: #CA7E40;
	text-decoration: underline;
}

#content p {
	line-height: 16px;
}

#content h1 {
	font-size: 18px;
	color: #D8AD3A;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 12px;
	color: #CA7E40;
}


#content #links {
	float:left;
	margin-right: 20px;
	width: 288px;
}
#content #rechts {
	float:left;
	width: 288px;
}

