/* BODY EIGENSCHAPPEN */
body {
	background: url('layout-img/bodybg.png') #FFFFFF repeat-x;
	color: #000000; 
	margin: 0 0 0 0; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 11px;
	height: 100%;
	}

h1 { color: #a71c18; }
h2 { color: #a71c18; size: 3; font-weight:strong}

h3 { color: #a71c18; }
h4 { color: #a71c18; }
h5 { color: #a71c18; }
hr { color:#FF0000; border:none; border-top:2px dotted #B9CBFF; height:2px; }

.lichtkrant{
	font-size: 16px;
	color: #7D091C;
}

/* White border!!! */
#main-cover{
	background: url('layout-img/main-cover-bg.png');
	width: 900px;
	height: auto;
	overflow: hidden;
}

#main-top{
	background: url('layout-img/main-top-bg.png') no-repeat;
	width: 900px;
	height: 25px;
	overflow: hidden;
}

#main-footer{
	background: url('layout-img/main-footer-bg.png');
	width: 900px;
	height: 25px;
	overflow: hidden;
}

#main-footer-shadow{
	background: url('/layout-img/main-footer-shadow.png');
	width: 900px;
	height: 25px;
	overflow: hidden;
}

/* White border!!! */

#witregel{
	height: 0px;
}

#witregelsmall{
	height: 2px;
}

#spacer{
	width: 10px;
	float: left;
}
	
/* SEARCH BAR & HEADER EIGENSCHAPPEN */
#search-bar-header-main{
	width: 100%;
	height: auto;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}

#header-box{
	background: url('layout-img/header-image-2.jpg') no-repeat;
	overflow: hidden;
	margin: 0px auto;
	width: 850px;
	height: 300px;
}

#breadcrumb-main{
	width: 900px;
	height: 30px;
}

#breadcrumb-box{
	overflow: hidden;
	margin: 0px auto;
	background: #FFFFFF;
	width: 850px;
	height: 30px;
	padding-top: 6px;
}

#breadcrumb-content{
	margin: 0px auto;
	width: 840px;
	height: 20px;
	text-align: left;
	font-weight: bolder;
}

	#breadcrumb-content a:link    {color: #7D091C; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none; }
	#breadcrumb-content a:visited {color: #7D091C; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none; }
	#breadcrumb-content a:active  {color: #7D091C; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none;}
	#breadcrumb-content a:hover   {color: #999999; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; text-decoration: none;}

#check-main{
	width: 900px;
	height: 25px;
}

#check-box{
	overflow: hidden;
	margin: 0px auto;
	background: #FBFBFB;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C2C2C2;
	width: 848px;
	height: 25px;
	padding-top: 2px;
}

#check-content{
	margin: 0px auto;
	width: 840px;
	height: 20px;
	text-align: left;
	font-weight: bolder;
	
}	
	
#content-main{
	width: 900px;
	height: auto;
}

#content-box{
	overflow: hidden;
	margin: 0px auto;
	background: #FBFBFB;
	border-style: solid solid solid solid;
	border-width: 1px 1px 1px 1px;
	border-color: #C2C2C2;
	width: 848px;
	height: auto;
	padding-top: 2px;
}

#content-content{
	margin: 0px auto;
	width: 840px;
	height: auto;
	text-align: left;
	font-weight: bolder;
}

#InlineFrame1{
	margin: 0px auto;
	width: 840px;
	height: 820px;
	text-align: left;
	font-weight: bolder;
}

/* MAIN BOTTOM FOOTER EIGENSCHAPPEN */
#main-bottom-footer{
	background: url('layout-img/main-bottom-footer.png');
	width: 100%;
	height: 52px;
	text-align:center;
}

#main-bottom-content{
	margin: 0px auto;
	margin-top: 6px;
	width: 850px;
}

/* ### MENU BOX ### */
.menu{
	overflow: hidden;
	margin: 0px auto;
	width: 850px;
	height: 35px;
	background: url('layout-img/menu-background.png');
	border:none;
	border:0px;
	margin: 0px auto;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	}
.menu ul{
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px 2px 0px 2px;
		}
	.menu li a{
		color: #FFF;
		display:block;
		font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a, .menu li.selected a{
			background: url('layout-img/menu-hover.png');
			color: #FFF;
			line-height:35px;
			text-decoration:none;
			}
	.menu li ul{
		background: url('layout-img/sub-menu-bg.png');
		border-style: solid solid solid solid;
		border-width: 0px 1px 1px 1px;
		border-color: #69120F;		
		color: #FFF;
		display:none;
		height:auto;
		margin:0px;
		position:absolute;
		width:230px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:230px;
		}
	.menu li:hover li a{
		color: #FFF;
		background:none;		
		}
	.menu li ul a{
		font-size:12px;
		font-weight: normal;
		display:block;
		height:30px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#69120F;
			border:0px;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
