html, body {
	background-color:#4a3c31;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* top menu */
p {margin:0px;
padding:0px;}
#top_menu {
	padding-top: 0px;
	margin-left: 21px;
	height:20px;
}
p{
padding:0px;
margin:0px;
}
a{
color:#9e9e9e;
text-decoration: none;

}
a:hover{
color:#000000;
text-decoration: underline;

}
#main_left {
	background: #ffffff;
	color:#9e9e9e;
	padding-left:26px;
	padding-top:20px;
	padding-right:20px;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#port_left {
	background: #ffffff;
	color:#9e9e9e;
	padding-left:40px;
	padding-top:20px;
	padding-right:46px;
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#port_left1 {
	background: #ffffff;
	color:#9e9e9e;
	padding-left:6px;
	padding-top:20px;
	padding-right:46px;
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}
#main_right {
	background: #ffffff;
	color:#9e9e9e;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	width:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}

#main_right_home {
	background: #ffffff;
	color:#9e9e9e;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:210px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

}


#nav { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 4px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	width: 140px;
	background-color: transparent;
	white-space: normal;
	z-index: 1000;
}
#nav li.over ul li {
	border-right: 0px none;
	background-color: #eee;
	width:100%;
	border-top: 1px solid #ffffff;
	white-space: normal;
	z-index: 1000;
}

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: transparent;
}

#nav a {
	display: block;
	padding: 2px 4px;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
}

#nav a:hover {
	color:#4a3c31;
}
#nav a:current {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
}
.current{color:#b41b6e;}
/*////// */ 
#nav a.submenu {
	color: #4a3c31;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}

#nav a.submenu:hover {
	color:#000000;
	text-decoration: underline;
	font-weight:normal;
}

#last_menu {
	float: left;
	padding-right: 30px;
	/*width: 110px;
	text-align: right;*/
}
#last_menu a {
	color: #9e9e9e;
    padding: 2px 4px;
	text-decoration: none;
	font-weight:normal;
    display: block;
	font-size:13px;

}
#last_menu a:hover {
	color:#4a3c31;
}
#port_content {
	color: #9e9e9e;
	font-family:Arial;
	font-size:11px;
}
#link a{
	margin-bottom:20px;
	color: #9e9e9e;
	text-decoration: underline;
	font-size:11px;
}
#link a:hover{
	margin-bottom:20px;
	color: #000000;
	text-decoration: underline;
	font-size:11px;
}

.text_blue {
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	font-size:11px;
	
}

#news {
	font-family:Arial, Helvetica, sans-serif;
	color:#9e9e9e;
	font-size:11px;

}



div.faq_answer {
	width:540px;
	margin-bottom: 20px;float:left;padding-top:10px;
}
.selected { color: #b41b6e; } 
.menuitems {font-weight:bold; font-size:13px; padding-left:10px; color:#8c8c8c; }
.menuitems1 {font-weight:bold; font-size:13px; padding-left:5px; color:#8c8c8c; }
.text_news {color : #8c8c8;
				  font-family:Arial, Helvetica, sans-serif;
				  font-size:13px;
				  line-height:18px;
				  text-decoration:none;
font-weight: bold;


}


#nav1 { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav1 li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

#nav1 li ul { /* second-level lists */
	display: none;
	position: absolute;
	left: 0;
	list-style: none;
	padding: 4px 2px 2px 2px;
	margin: 0px;
	list-style: none;
	width: 140px;
	background-color: transparent;
	white-space: normal;
	z-index: 1000;
}
#nav1 li.over ul li {
	border-right: 0px none;
	background-color: #eee;
	width:100%;
	border-top: 1px solid #ffffff;
	white-space: normal;
	z-index: 1000;
}

#nav1 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#nav1 li.over ul { /* lists nested under hovered list items */
	display: block;
	background-color: transparent;
}

#nav1 a {
	display: block;
	padding: 2px 4px;
	color: 8c8c8c
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
}

#nav1 a:hover {
	color:#4a3c31;text-decoration: none;
}
#nav1 a:current {
	color: #4a3c31;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;text-decoration: none;
}
.current{color:#000000;}
/*////// */ 
#nav1 a.submenu {
	color: #4a3c31;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
}

#nav1 a.submenu:hover {
	color:#000000;
	text-decoration: none;
	font-weight:normal;
}
#nav1 .selected { color: #b41b6e; font-weight:bold;text-decoration: none;} 
span.kop_cyaan{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 line-height:14px;
 color:#4a3c31;
 font-weight:bold;
}
span.koppink{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 line-height:14px;
 color:#b41b6e;
 font-weight:bold;
}
span.kopbrown{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 line-height:14px;
 color:brown;
 font-weight:bold;
}
span.kop_magenta{
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 line-height:14px;
 color:#4a3c31;
 font-weight:bold;
}
 span.kop_zwart{
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#4a3c31;
  line-height:14px;
  font-weight:bold;
}
 span.kop_grijs{
font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#8c8c8c;
  line-height:14px;
  font-weight:bold;
}
div.body_tekst{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:14px;
 color:#8c8c8c;}
div.body_highlight{
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:14px;
 color:#4a3c31;}

 span.kop_pinkb{
font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#b41b6e;
  line-height:14px;
  font-weight:bold;
}

 span.kop_pink{
font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#b41b6e;
  line-height:14px;
  font-weight:normal;
}