/**/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0;
}

body{
	background-color: #bacd28;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	padding-top: 6px;	
}

img{
	border: none;
}

h1{
	font-size: 14px;
	margin-bottom: 12px;
}

#wrapper{
	width: 970px;
	margin: 0 auto;
}

#logohome{
	margin-top: 40px;
	float: left; 
}

#logo{
	margin-top: 0px;
	float: left; 
}

#tienjaar{
	position: absolute;
	z-index: 150;
	margin-left:175px;
	/*margin-top: -30px;*/
}

#header{
	/*height: 280px;*/
	overflow: hidden;
}

#headerflash{
	float: right;
	overflow: hidden;
}

#menu{
	clear: both;
	background: url(../img/menu_back.png) repeat-x;
	height: 90px;
	overflow: hidden;	
}

#menu_left{
	position: absolute;
	background: url(../img/menu_left.png) no-repeat right;
	height: 90px;
	width: 30px;	
}

#menu_right{
	background: url(../img/menu_right.png) no-repeat right;
	height: 90px;
	width: 30px;
	float: right;
}

#menu_main{
	list-style: none;
	width: 910px;
	padding: 30px 0 0 30px;
	margin: 0;	
	text-align: center;
}

#menu_main li{
	float: left;
	padding-left: 0px;
	padding-right: 55px;
	margin: 0;
	text-align: center;	
}

#menu_main li a{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	text-decoration: none;
}

#menu_main li a:hover, #menu_main li a.menuactive {
	color: #000000;
}


#main{
	
}

#sidebar{
	width: 180px;
	padding-top: 18px;
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5;
}

#submenu{
	list-style: none;	
	margin-left: 0px;
}

#submenu li{
	margin: 0;
}

#submenu a{
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0 0px 0;
	cursor: pointer;
}

#submenu ul{
	height: auto;
	list-style: none;	
	margin-left: 10px;
	display:none;
}

#submenu .menuactive ul{
	display: block;
}

#submenu a:hover, #submenu a.menuactive{
	color: #000000;
}

#submenu ul a{
	font-weight: normal;
}

/*news*/
#newsnext{
	float: left;
	margin-left: 10px;
}

#newsprev{
	float: right;
	margin-right: 10px;
}

a.sumnewslink{
	text-decoration: none;
	color: #FFFFFF;
	font-size:12px;
	font-weight:bold;
	display: block;
	overflow: hidden;
	margin-bottom: 5px;	
}

a.sumnewslink:hover, a.sumnewslink.selected{
	color: #000000;
}


#content{
	float: right;	
	width: 790px;
}

#content_left{
	position: absolute;
	background: url(../img/content_left.png) no-repeat;
	width: 273px;
	height: 390px;
	padding-top: 18px;
	padding-left: 16px;
	padding-right: 7px;
	padding-bottom: 20px;
	overflow: hidden;
	line-height: 1.5em;
}

#content_left a{
	text-decoration: none;
	color: #99a824;
	font-weight: bold;
}

#content_left a:hover{
	text-decoration: underline;
	font-weight: bold;
}

#content_left ul li{
	margin-left: 20px;
}

#content_left p{
	margin-bottom: 8px;
}

#content_right, #contact_right{
	float: right;	
	width: 476px;
	height: 428px;
}

#contact_right{
	background: url(../img/blanco_rechts.png) no-repeat;
	overflow: hidden;
}

#content_right img{
	visibility: hidden;
}

#contact_right #map{
	margin-top: 20px;
	margin-left: 20px;	
	width: 440px;
	height:378px;
	overflow: hidden;
}

#arrleft, #arrright{
	z-index: 800;
	position: absolute;
	margin-top: 195px;
	cursor: pointer;
	width: 35px;
	height: 35px;
	visibility: hidden;
}

#arrleft{
	margin-left: 329px; 
}

#arrright{
	margin-left: 745px;
}

.img_right{
	position: absolute;
}

.callmeform label{
	margin-top: 10px;
	display: block;
}

.callmeform .fbsubmit{
	margin-top: 10px;
	border: 0px;
	text-indent: -9999px;
	background: url(../img/frm-submit.jpg) no-repeat #fff;
	width: 81px;
	height: 37px;
	cursor: pointer;
}

.error_message li{
	color: red;	
}

.fb_invalid label{
	color: red;
}

