/*8888888888888888888888888888888888888888888##
##                                           ##
##        MERINO STYLESHEET BY IDIFY         ##
##                                           ##
##8888888888888888888888888888888888888888888*/


/*////////////////////////////////////////////
///		S E T T I N G S
////////////////////////////////////////////*/
* { -moz-box-sizing: border-box; }
form { padding:0; margin:0; }


/*////////////////////////////////////////////
///		T E X T
////////////////////////////////////////////*/
body, table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #34a05e;
	/*text-decoration: none;*/
}

a:hover, a:active {
	color: #f9af32;
	/*text-decoration: none;*/
}

/*////////////////////////////////////////////
///		L A Y E R S
////////////////////////////////////////////*/
body {
	padding: 0;
	margin: 0;
}

#header {
	height: 234px;

	overflow: hidden;
	padding: 0;
	margin: 0;
}
#header img {
	float: left;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
}
#center {
	position: absolute;
	top: 234px;
	left: 0;
	width: 100%;
	height: 200px;
	background: #FFFFFF;
}
#center_full {
	position: absolute;
	top: 234px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
#content {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 275px;
	width: 530px;
	height: 285px;
}
#content #paddert {
	padding-right: 30px;
}

#content_full {
	overflow: auto;
	position: absolute;
	top: 0;
	left: 275px;
	width: 720px;
	height: 360px;
	/*border: 2px solid #FF0000;*/
}

#rechts {
	position: absolute;
	left: 800px;
	top: 0;
	width: 160px;
	height: 285px;
	text-align: center;
	padding: 0;
	margin: 0;
}
#rechts img {
	margin-bottom: 14px;
}

#footer {
	overflow: hidden;
	z-index: 99;
	position: absolute;
	top: 540px;
	left: 0;
	width: 960px;
	height: 70px;
	padding: 0;
	margin: 0;
}
#footer img {
	margin-left: 28px;
}


/*////////////////////////////////////////////
///  FORM
////////////////////////////////////////////*/
.styledInput {
	background: #e0e3e9;
	color: #000000;
	border: 1px solid #000000;
}


/*////////////////////////////////////////////
///		M E N U
////////////////////////////////////////////*/
/* NAVIGATIE */
div.menu {
	z-index: 99999;
	display: block;
}

div.menu a.hoofditem {
	display: block;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	/*line-height: 20px;*/
}

div.menu a.hoofditem:hover {
	color: #339933;
}

div.menu a.subitema {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	margin-left: 30px;
	/*line-height:14px;*/
	border: 1px solid #FFFFFF;
}

div.menu a.subitema:hover {
	color: #339933;
}

.item1 {
	position: absolute;
	top: 0px;
	left: 110px;
	z-index: 3;
}

.item2 {
	position: absolute;
	top: 60px;
	left: 150px;
	z-index: 3;
}

.item3 {
	position: absolute;
	top: 105px;
	left: 165px;
	z-index: 3;
}

.item4 {
	position: absolute;
	top: 155px;
	left: 160px;
	z-index: 3;
}

.item5 {
	position: absolute;
	top: 203px;
	left: 150px;
	z-index: 3;
}

.item6 {
	position: absolute;
	top: 245px;
	left: 125px;
	z-index: 3;
}
.item7 {
	position: absolute;
	top: 275px;
	left: 85px;
	z-index: 3;
}

.menu .visible {
	display: block;
}

/* --------------- 
 	CSS :HOVER MENU 
 	--------------- */
body {
  behavior:url("site/css/csshover.htc");
} 
  
/* algemene positionering */
 .menu ul#menu {
  position:absolute;
  left:0px;
  top:0px;
 }

/* Het 100% CSS menu */
.menu ul, .menu li {
  margin:0;
  padding:0;
  display:block;
}  

.menu ul {
  list-style:none;
  width:150px;
} 

.menu li {
  position:relative;
  margin-top: -2px;
  z-index:9;
}

/* decoratieve hover */
.menu li:hover {
   z-index:17;
}

/* Alle subnavigatie verbergen */
.menu ul ul {
  position:absolute;
  display:none;
  right:0px;
  top:20px;
}
  
/* :hover, met specificity */
.menu li:hover ul ul {
   display:none;
}

.menu li:hover ul, .menu li:hover li:hover ul {
   display:block;
}
























