body {
	background-color:#FFF;
	text-align:left;
	
	font-family:"Century Gothic", Verdana;
	font-size: 12px;
	line-height:16px;
	word-spacing:2px;
}

/* ### POSITIONERING */
#wrapper{
	background-color:#fff;
	width:990px;
	margin:0 auto;
	
}
#header{
	text-align:center;
	background-color:#FFF;
	margin-top:10px;
	color:#333333;
	width:990px;
	height:146px;
	border-left:#781B7C solid 1 px;
	border-right:#781B7C solid 1 px;
	background-image:url(../art/graphics/banner.png);

}

#nav{ /* div om ul hoofdnavigatie */
	width:990px;
	font-size:12px;

	

		

}
#hoofdmenu{ /* ul hoofdnavigatie */
	margin:0;
	padding-left:12%;
	
	height:24px;
	width:990px;
	list-style-type:none;
	background-image:url(../art/graphics/menu.png);
	
	
	background-repeat:no-repeat;
	

}


#hoofdmenu li{
	float:left;
	padding-left:50px;
	text-align:center;
	width:auto;
	height:auto;

	
	

	
}


#hoofdmenu li img{

margin:0 0px -65px 0px;

}


#hoofdmenu li a {
	display:block;
	padding:2px 5px;
	text-align:right;
	white-space:normal;
	
	text-decoration:none;
	color:#ccc;
	
}

#hoofdmenu .current, #submenu .current{
	color:#FFF;
	text-decoration:none;
}


#hoofdmenu a:hover, #submenu a:hover{
	color:#FFF;
	text-decoration:none;
}




*#submenu{
text-align:left;
	width:160px;
	float:left;
	padding:0;
	margin: 0px 10px 10px 0px;

	
}
#submenu ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#submenu li a{
	display:block;
	padding:4px 10px;
	margin:1px 1px 1px 5px;
	text-decoration:none;
	color:#333333;
	
}


#subsubs{
	background-color:#ccc;
	width:160px;
	padding:10px;
	margin-right:10px;
	float:right;
}
#subsubs ul{
	padding:0;
	margin:0;
	list-style-type:none;
	font-weight: normal;
}
#broodkruim{
display:none;
	background-color:#B8B8B8;
	clear:both;
	margin:5px 200px 5px 200px;
	padding:10px;
}


#content{
	margin-top:10px;
	width:790px;
	
	
	


	
	
	
}


.form{
	border: #FF9900 thin solid;
	margin:0;
	
	width:400px;
}

#footer{
	background-color:#000;
	clear:both;
	width:100%;
	height:auto;
	margin:0;
	text-align:right;
	color:#FFF;
}

h1 {
font-size:12px;
font-weight:bold;
text-decoration:underline;
margin-top:0;
text-align:left;


}


h3 {
margin:0;
font-size:25px;
font-weight:100;
color:#781B7C;

}


.img_left{
	margin:3px 10px 6px 0;
	float:left;
	border:none;
}
.img_right{
	float:right;
	margin:3px 0 6px 10px ;
	border:none;
}

.clearboth {
clear:both;
visibility:hidden;
}

form label {
  display: inline-block;
  width: 225px;
  font-weight: bold;
  margin-top:10px;
  margin-left:10px;
  
}

.alignTop{vertical-align: top;}
