@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding-top: 0px;
	background-color: #FFFFFF;
	width: 100%;
	background-image: url(images/achtergrond.jpg);
	font-family: sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}

p.bodytext {
	color:#213774;
	margin-top: 5px;
}

H1.csc-firstHeader {
	font-size: 17px;
	display: inline;
 	font-weight:bold;
	color: #0c246a;
	height: 20px;
}

/* Main frame */
.wrapper
 {
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	width: 975px;
	z-index: 10;
}

/* Main screen: menu & textarea */
.dco_main {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CFD2E1;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CFD2E1;
}
.dco_header {
	background-color: #000066;
	height: 15px;
	width: 100%;
}

.dco_info   a      {
	color: #777c65;
	text-decoration: none;
}

.dco_info {
	background-image: url(images/dco_animalprints.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 168px;
	background-color: #FFFFFF;
	padding-left: 10px;
	color: #777C65;
	font-weight: bold;
	margin-bottom: 0px;
}

.dco_info h1   {
	font-size: 30px;
	margin-top: 0px;
	font-style: italic;
	font-weight: bold;
}

.menumain {
	float: right;
	width: 636px;
}

.menuright {
	height: 26px;
	background-color: #f2bc00;
	width: 100%;
}

.bluebar {
	background-color: #000066;
	height: 0px;
	width: 100%;
}

.rootline, .rootline a {
	color: #000066;
	text-decoration: none;
}
.menu_textarea {
	background-color: #FFFFFF;
	background-image: url(images/background_txt.jpg);
	background-repeat: repeat-x;
	overflow: visible;
	padding-top: 16px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 16px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #000066;
	min-height: 530px;
}
.dco_footer {
	height: 31px;
	background-color: #CFE5F2;
	color: #000C59;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
	padding-top: 10px;
}
.dco_footer a {
	color: #000C59;
}

/* Left column: Quick menu and news area */
.menuleft {
	float: left;
	margin: 0px;
	width: 339px;
	height: 100%;
}

.quickmenu {
	background-image: url(images/background_quickmenu.jpg);
	background-repeat: no-repeat;
	height: 215px;
}
.qmenu1 {
	padding-top: 141px;
	padding-left: 0px;
}
.newsmenu {
	background-color: #FFFFFF;
	background-image: url(images/background_news.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 475px;
	padding-top: 45px;
}

/************************************/
/*Dropdown menu inclusief javascript*/
/************************************/
ul.menu, ul.menu ul{
	list-style-type: none;
	margin: 0px;
	margin-left: -40px;
}

ul.qmenu, ul.qmenu ul {
	list-style-type: none;
	width: 140px; 
	margin-top: 0px;
	margin-left: -7px;
}

ul.menu a {
	margin: 0px;
	display: block;
	padding: 3px 10px 3px 10px; 
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

ul.menu li {
/*	padding-left: 10px;*/
	padding-right: 10px;
	margin: 0px;
	float: left;
	background-color: #f2bc00;
	border-right-width: 1px;
	border-right-color: #000066;
	border-right-style: solid;
	height: 26px;
	font-size: 16px;
	color: #000066;
}

ul.qmenu li {
	margin: 0px;
	float: left;
	background-color: #ececee;
	height: 17px;
	font-size: 11px;
	color: #000066;
}

ul.qmenu a {
	display: block;
	margin-left: 0px;
	padding: 2px 10px 2px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
}

/*weergave submenu's */
ul.menu ul li {
	float:none;
	background-color: #f2bc00;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #fcf1c3;
	border-bottom-style: solid;
}

ul.qmenu ul li {
	float:none;
	background-color: #d9dadc;
	padding-left: 0px;
	padding-right: 10px;
	margin: 0px;
	height: 17px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #f6f6f6;
	border-bottom-style: solid;
}

/* mouseover */
ul.menu ul li.hover, ul.menu ul li:hover, ul.menu li.hover, ul.menu li:hover {
	background-color: #fcf1c3;
}
ul.qmenu ul li.hover, ul.qmenu ul li:hover, ul.qmenu li.hover, ul.qmenu li:hover {
	background-color: #a7aec1;
}

/* Tweede nivo */
ul.menu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #f2bc00;
	display: none;
	width: 250px; /*Deze breedte is bepalend voor het weergeven van de menuopties op 1 lijn*/
}

ul.qmenu ul {
	margin:0;
	padding: 0;
	position: absolute;
	background-color: #d9dadc;
	display: none;
	width: 140px; /*Deze breedte is bepalend voor het weergeven van de menuopties op 1 lijn*/
}
ul.qmenu ul a {
	padding: 3px 10px 3px 10px;
}

/* Tweede nivo weergeven */
ul.menu li.hover ul, ul.menu li:hover ul {
	display: block;
}

ul.qmenu li.hover ul, ul.qmenu li:hover ul  {
	display: block;
	margin-left: 0px; /* Breedte van een list element */
	margin-top: -20px; /* Hoogte van het listelement */
}

/* Derde nivo */
ul.menu li.hover ul ul, ul.menu li:hover ul ul {
	display: none;
	margin-left: 150px; /* Breedte van een list element */
	margin-top: -20px; /* Hoogte van het listelement */
}
/* Derde nivo */
ul.qmenu li.hover ul ul, ul.qmenu li:hover ul ul {
	display: none;
	margin-left: 120px; /* Breedte van een list element */
	margin-top: -20px; /* Hoogte van het listelement */
	height: 17px;
}

/* Derde nivo weergeven */
ul.menu li.hover ul li.hover ul, ul.menu li:hover ul li:hover ul, ul.qmenu li.hover ul li.hover ul, ul.qmenu li:hover ul li:hover ul {
	display: block;
}


.logo_top {
	top: 88px;
	position: absolute;
	z-index: 0;
}

.logo_bottom {
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #737860;
}

.tx-macinasearchbox-pi1  #searchform {
	margin-top: 5px;
	margin-left: 20px;
}
.searchmenu {
	margin-top: 54px;
	margin-left: 162px;
}

.indexsearch_submit {
	background: url(images/submit.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 17px;
	background-position: left top;
	width: 17px;
}

.tx-lumogooglemaps-pi1 {
	height: 500px;
}

.menu_textarea h2 {
	color: #213774;
	font-size: 17px;
}
.menu_textarea li {
	color: #213774;
}

.menu_textarea h3 {
	color: #213774;
	font-size: 14px;
}
.menu_textarea h1 {
	color: #213774;
	font-size: 20px;
}
.align-center  {
	color: #213774;
	text-align: center;
}

.indent {
	color: #213774;
	text-indent: 10px;
}

#tx_dgheadslist_rec {
	margin-left: 5px;
}
#tx_dgheadslist_rec a {
	margin-right: 10px;
}