/**********************************************/
/* KLEUREN
/**********************************************/
/* GEEL			KOPJES		#F8AE00 
/**********************************************/


/**********************/
/*	GENERAL
/**********************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

/*html {
	height: 100%;
}*/

body {
	background-image: url(../images/achtergrond.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

p {
	margin-bottom: 10px;
}

/**********************/
/*	MENU
/**********************/
div.menu {
	height: 30px;
	background-image: url(../images/menu_achtergrond.png);
	background-repeat: repeat-x;
	background-position: top left;
}

div.menu_schaduw {
	background-image: url(../images/menu_schaduw.png);
	background-repeat: repeat-x;
	background-position: top left;
}

div.menu ul {
	list-style: none;
	margin: 0px 0px 0px 291px;
	padding: 0px;
}
div.menu li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	position: relative;
	z-index: 9;
}
div.menu ul li a {
	background-color: inherit; /* white zorg voort bug in IE7: niveau 3 achter niveau 2, margin-bottom -3 (zie layout_ie7.css) */
	color: white;
	display: block;
	height: 23px;
	padding: 7px 15px 0px 15px;
	margin: 0px;
	text-decoration: none;
}
div.menu ul li a.current {
	color: #BCC53E;
}
div.menu ul li a:hover {
	background-color: #303030;
	color: white;	
}

div.menu ul li:hover {
	background-color: #303030;
	color: white;
}

div.menu ul li:hover > a {
	background-color: #303030;
	color: #F8AE00;
}

/* Niveau 2 */
div.menu li ul {
	font-weight: normal;
	left: 0px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 30px;
	/*white-space: nowrap;*/
	width: 150px;
}
div.menu ul li ul li {
	background-color: #3F3F40;
	color: white;
	position: relative;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 150px;
}
div.menu ul li ul li:hover {
	background-color: #4E4E50;
	color: white;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}			
div.menu ul li ul li a {
	color: white;
	display: block;
	height: auto;
	padding: 5px 0px 5px 15px;
	margin: 0px;
	width: 135px;
}
div.menu ul li ul li a:hover {
	background-color: #4E4E50;
	color: white;
	margin: 0px;
}

div.menu ul li ul li a.metsubs {
	background-image: url(../images/pijl_rechts.gif);
	background-position: 135px 6px;
	background-repeat: no-repeat;
}
div.menu ul li ul li:hover > a.metsubs {
	color: #70614C;
	background-image: url(../images/pijl_rechts_hover.gif);
}

/* Niveau 3 */
div.menu ul li ul li ul {
	left: 145px; /* 147px; */
	top: 4px; /* 4px; */
}

/* hovers with specificity */
/* voor uitleg, zie: http://www.naarvoren.nl/artikel/hover.html */

/* Niveau 3 */
ul ul, li:hover ul ul {
	/* waarde: 2 en 13 */
	display:none;
}
li:hover ul, li:hover li:hover ul {
	/* waarde: 12 en 23 */
	display:block;
}

div.menu ul li ul li ul li a {
	background-image: none;
}

/* Niveau 4 */
ul ul ul, li:hover li:hover ul ul  {
	/* 3 en 24 */
	display: none;
}
li:hover li:hover ul, li:hover li:hover li:hover ul {
	/* 23 en 34 */
	display: block;
}

/* Niveau 5 */
ul ul ul ul, li:hover li:hover li:hover ul ul  {
	/* 4 en 35 */
	display: none;
}
li:hover li:hover li:hover ul, li:hover li:hover li:hover li:hover ul {
	/* 34 en 45 */
	display: block;
}

/* Fix IE. Hide from IE Mac */
* html div.menu ul li ul li  { float: right; height: 1%; }
* html div.menu ul li ul li a { height: 1%; }



/**********************/
/*	ELEMENT RECHTS
/**********************/
div.element_rechts {
	background-image: url(../images/element_rechts.png);
	background-repeat: no-repeat;
	background-position: 821px 0px; /*top right;*/
	min-height: 345px;
}

/**********************/
/*	HOLDER
/**********************/
div.holder {
	background-image: url(../images/element.png);
	background-repeat: no-repeat;
	background-position: top left;
	/*margin: 0px auto 0px auto;*/
	margin: 0px 0px 0px 50px;
	width: 986px; /*973px;*/
	min-height: 563px; 
}

/**********************/
/*	HOLDER LINKS
/**********************/
div.holder_links {
	background-image: url(../images/links_achtergrond.png);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
	width: 233px;
}

/**********************/
/*	STROOK
/**********************/
div.holder_links div.strook  {
	color: #ECECEB;	
	font-size: 12px;
	height: 605px;
	line-height: 150%;
	overflow: hidden;
	padding: 0px 29px 0px 29px;
	/*width: 175px;*/
}

div.holder_links div.strook h1 {
	background-image: url(../images/links_highlight.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: #F8AE00;
	font-size: 13px;
	font-weight: bold;
	height: 19px;
	margin: 30px -15px 5px -15px;
	padding: 3px 0px 2px 15px;	
}

div.holder_links div.strook div.navigatie {
	margin-top: 266px;
}

div.holder_links div.strook h1 a:link,
div.holder_links div.strook h1 a:visited {
	color: #F8AE00;
	text-decoration: none;
}

div.holder_links div.strook h1 a:hover {
	text-decoration: underline;
}

div.holder_links div.strook h1 a.current {
	font-style: italic;
}

/**********************/
/*	AANBIEDING
/**********************/
div.holder_links div.aanbieding {
	position: relative;
	left: -25px;
	top: -32px;
}

div.holder_links div.aanbieding img {
	height: 166px;
	width: 244px;
}

/**********************/
/*	HOLDER RECHTS
/**********************/
div.holder_rechts {
	float: right;
	min-height: 605px;
	width: 753px;
}

/**********************/
/*	FOTOBALK
/**********************/
div.fotobalk {
	background-image: url(../images/fotobalk_achtergrond.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	height: 217px;
	width: 753px;
}

div.fotobalk div.foto {
	background-image: url(../images/fotobalken/fotobalk-01.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 217px;
}

div.fotobalk div.slogan {
	background-image: url(../images/slogan.png);
	background-position: 30px 164px;
	background-repeat: no-repeat;
	height: 217px;
}

div.fotobalk div.slogan img {
	margin: 15px 0px 0px 510px;
	height: 177px;
	width: 215px;
}


div.fotobalk div.element {
	background-image: url(../images/element_rechts.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 325px;
	width: 925px;
}

/**********************/
/*	CONTENT
/**********************/
div.content {
	color: #3A3A3A;
	line-height: 160%;
	min-height: 431px;
	padding: 0px 100px 20px 40px;
}

div.content h1 {
	background-color: transparent;
	color: #F8AE00;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
	padding-top: 0px;
	line-height: 140%;
	text-align: left;
	margin-bottom: 10px;
}

div.content h2 {
	background-color: transparent;
	color: #F8AE00;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h3 {
	background-color: transparent;
	color: #F8AE00;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content h4 {
	background-color: transparent;
	color: #F8AE00;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
	white-space: nowrap;
}

div.content ul, 
div.content ol  {
	margin-bottom: 15px;
	margin-left: 15px;
}

div.content ul li, 
div.content ol li {
	padding-bottom: 2px;
	list-style-position: outside;
	text-indent: 0px;
	margin-left: 20px;
}

div.content a, 
div.content a:link {
	background-color: inherit;
	color: #7A5300; /*#6D7F1A;*/
	text-decoration: underline;
}
div.content a:visited {
	background-color: inherit;
	color: #F8AE00; /*#94AD24;*/
}
div.content a:hover {
	background-color: inherit;
	color: #9A0026; /*#596815;*/
	text-decoration: underline;
}

/**********************/
/*	KRUIMELPAD
/**********************/
div.kruimelpad {
	color: #999999;
	margin: 10px 0px 20px 0px;
	font-size: 0.9em;
}

div.kruimelpad a, 
div.kruimelpad a:link {
	color: #999999;
	text-decoration: none;
}
div.kruimelpad a:visited {
	color: #999999;
	text-decoration: none;
}
div.kruimelpad a:hover {
	color: black;
	text-decoration: underline;
}

/**********************/
/*	BOTTOM
/**********************/
div.bottom {
	background-image: url(../images/element_lijn.png);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 0.75em;
	padding: 35px 90px 20px 0px;
	text-align: right;
}

div.bottom a:link, 
div.bottom a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

div.bottom a:hover {
	color: #3A3A3A;
	text-decoration: underline;
}
