@charset "utf-8";
/* CSS Document */
* {
	margin:0;	
	padding: 0;
	color: #000;
	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-repeat: repeat-x;
	background-color:#efefef; 
}
#wrapper {
	background: #FFF;
	display:table;
	width: 872px;
	height: auto;
	min-height: 900px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin:0 auto;
}
#header {
	height: auto;
	width: 872px;
}
#menu {
	height: 100px;
	width: 570px;
	height: 41px;
	float:left;
	text-align: right;
	margin-top: 10px;
}

#menu a {
	color: #404040;
	text-decoration:none;
	line-height:41px;
	height: 41px;
	margin:0;
	padding:0;
	font-size: 12px;
	padding-left:5px;
	padding-right:5px;
}
#content_wrapper {
	height: auto;
	min-height: 300px;
	width: 872px;
	display:table;
	margin-top: 10px;
	color: #C5C5C5;
}
#content_wrapper h1 {
	color: #F78F1E;
	font-size: 20px;
	line-height: 50px;
	
}
#footer {
	clear: both;
	height: 100px;
	margin-top: 20px;
	width: 872px;	
	font-size: 11px;
}
#content_wrapper h2 {
	color: #F78F1E;
	font-size: 14px;
	font-weight: 900;
}
p {
	margin-bottom: 10px;
	text-align: left;
}
img {
	border : 0;
}
.Link {
	color: #e98b11;
}
.Link:hover {
	text-decoration: underline;
}
#left_content .Link{
	line-height: 24px; 
	display:block;
}
#left_content {
	padding: 10px;
	float: left;
	background: #FFF;
	height: auto;
	min-height: 300px;
	width: 255px;
	display:table;
	margin-right: 10px;
	border: 1px solid #c0c0c0;
	text-align:left;
}
#left_content h1 {
	color: #000;
	font-size: 16px;
	clear: both;
	line-height: 24px;
}
#right_content h1 {
	color: #fbad3f;
	font-size: 16px;
	clear: both;
	line-height: 30px;
	margin-bottom: 10px;
}
#right_content {
	background: #FFF;
	padding: 10px;
	float: left;
	height: auto;
	min-height: 300px;
	width: 560px;
	border: 1px solid #c0c0c0;
}
#right_content ul, ol{
	list-style: circle;
	margin-left: 20px;
	margin-bottom: 10px;
}
#right_top {
	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;
	float:left;
}
table p {
	width: auto;
	text-align: left;
}
#loading {
	position: absolute;
	text-align: center;
	width: 645px;
	padding-top: 80px;
	display:none;
	
	height: 170px;
	
	margin-top: -10px;
	margin-left: -10px;
}

