@charset "utf-8";
/* CSS Document */
* {
	margin:0;	
	padding: 0;
	color: #808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table a {
	
	padding: 2px 6px 2px 6px; 
	border : 1px solid #c0c0c0;
}
a {
	color: #404040;	
	text-decoration : none;
}
body {
	text-align: center;
	width: 100%;
	height: 100% auto;
	min-height: 800px;
	background: #FFF;
	margin: 0;
	padding: 0;
	display:table;
	background-image: url(../Afbeeldingen/bg_body.jpg);
	background-repeat: repeat-x;
	background-color:#D3D3D3; 
}
#wrapper {
	
	display:table;
	width: 990px;
	height: auto;
	min-height: 900px;
	text-align: left;
	margin:0 auto;
}
#header {
	height: 100px;
	width: 990px;
}
#menu {
	height: 100px;
	width: 644px;
	height: 41px;
	float:left;
	margin-top: 22px;
	background: url(../Afbeeldingen/menu.jpg);
}

#menu a {
	color: #404040;
	text-decoration:none;
	line-height:41px;
	height: 41px;
	margin:0;
	padding:0;
	font-size: 12px;
	display:block;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
#content_wrapper {
	height: auto;
	min-height: 300px;
	width: 990px;
	display:table;
	display:table;
	color: #C5C5C5;
}
#content_wrapper h1 {
	color: #F78F1E;
	font-size: 20px;
	line-height: 50px;
}
#footer {
	clear: both;
	height: 100px;
	width: 990px;	
}
#content_wrapper h2 {
	color: #F78F1E;
	font-size: 14px;
	font-weight: 900;
}
p {
	margin-bottom: 10px;
	text-align: left;
}
img {
	border : 0;
}
#left_content {
	padding: 10px;
	float: left;
	background: #FFF;
	height: auto;
	min-height: 300px;
	width: 215px;
	display:table;
	border: 1px solid #c0c0c0;
	margin-left: 30px;
	margin-right: 30px;
	text-align:left;
}
#left_content h1 {
	color: #848484;
	background: #EAEAEA;
	font-size: 16px;
	margin:-10px;
	padding-left: 10px;
	clear: both;
	line-height: 30px;
	margin-bottom: 10px;
}
#right_content h1 {
	color: #848484;
	background: #EAEAEA;
	font-size: 16px;
	margin:-10px;
	padding-left: 10px;
	clear: both;
	line-height: 30px;
	margin-bottom: 10px;
}
#right_content {
background: #FFF;
	padding: 10px;
	float: left;
	height: auto;
	min-height: 300px;
	width: 625px;
	display:table;
	border: 1px solid #c0c0c0;
}
#right_content ul, ol{
	list-style: circle;
	margin-left: 20px;
	margin-bottom: 10px;
}
#right_top {
	height: 100px;
	color: #404040;
	width: 300px;
	float:left;
}
.right_top_span {
	width: 90px;	
	display:block;
	float:left;
	color: #404040;
}
.orange {
	font-size: 18px;
	color: #F78F1E;
}
#middle {
	clear: both;
	height: 309px;
	width: 990px;
}

#Logo {
	margin: 10px;
	margin-right: 30px;
	margin-top: 0px;
	float:left;
}
.footer_afbeelding {
	float:right;
	margin-top: 10px;
}
#footer_tekst {
	font-size: 10px;
	height: 55px;
	margin-top:45px;
	margin-left: 40px;
	float:left;
}
table p {
	width: auto;
	text-align: left;
}
#loading {
	position: absolute;
	text-align: center;
	width: 645px;
	background: #EFEFEF;
	padding-top: 80px;
	display:none;
	
	height: 170px;
	
	margin-top: -10px;
	margin-left: -10px;
}
