@charset "utf-8";
/* CSS Document */

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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #696969;
	background-color: #CDD3D8;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	height: 100%;
}

a:link {color: #FF9933;text-decoration: none;}
a:active {color: #FF9933;text-decoration: underline;}
a:visited {color: #FF9933;text-decoration: none;}
a:hover {color: #FF9933;text-decoration: underline;}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	font-size: 2em;
	font-weight: normal;
	text-indent: 20px;
	margin-top: 8px;
	text-decoration: none;
}	

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	color: #838B8B;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7c8083;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	display: inline;
	text-decoration: none;
}

B {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7c8083;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: -15px;
}


ul.a {
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(vf_bullit.jpg);
	margin-top:0px;
}

#main, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}

#main {
	border: 0px solid;
	width: 900px;
	height: 90%;
	min-height: 850px;
	padding-left: 0px;
	padding-top:0px;
}

#top {
	/*background-color: #666666;*/
	width: 900px;
	height: 150px;
	min-height: 100px;
}

#top_content {
	border: 0px solid;
	width: 590px;
	height: 150px;
	background-image:url(header1.png); 
	background-repeat:no-repeat; 
	background-position: center center;
	float: right;
	overflow: hidden;
}

#logo {
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #A6ABAF;
	float: left;
	width: 300px;
	height: 47px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#middle {
	/*background-color: #666666;*/
	width: 900px;
	height: 600px;
}

#middle_image {
	border: 0px solid;
	width: 650px;
	height: 450px;
	position:relative;
	top:-10px;
}

#middle_left {
	/*background-color: #666666;*/
	float: left;
	width: 245px;
	height: 100%;
}

#button {
	width: 230px;
	height: 40px;
	background-color: #FFFFFF;
	background-image:url(link.gif); 
	background-repeat:no-repeat; 
	background-position:center bottom;
	border: 0.5px solid #C2C2C2;
	
	float: left;
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 5px 5px 4px #A6ABAF, inset 2px 2px 2px #FFFFFF;
}

#button1 {
	width: 230px;
	height: 40px;
	background-color: #FFA500;
	background-image:url(link2.gif); 
	background-repeat:no-repeat; 
	background-position:center bottom;
	border: 0.5px solid #C2C2C2;
	
	float: left;
	margin-bottom: 10px;
	border-radius: 7px;
	box-shadow: 5px 5px 4px #A6ABAF, inset 1px 1px 1px #FFFFFF;
}

#button2 {
	width: 190px;
	height: 40px;
	background-color: #FFFFFF;
	background-image:url(link.gif); 
	background-repeat:no-repeat; 
	background-position:center bottom;
	border: 0.5px solid #C2C2C2;
	
	float: left;
	margin-bottom: 10px;
	margin-left: 40px;
	border-radius: 7px;
	box-shadow: 3px 3px 3px #99cccc, inset 1px 1px 1px #FFFFFF;
}

#button3 {
	width: 190px;
	height: 40px;
	background-color: #FFFFFF;
	background-image:url(link.gif); 
	background-repeat:no-repeat; 
	background-position:center bottom;
	border: 0.5px solid #C2C2C2;
	
	float: left;
	margin-bottom: 10px;
	margin-left: 40px;
	border-radius: 7px;
	box-shadow: 3px 3px 3px #A6ABAF, inset 1px 1px 1px #FFFFFF;
}

#afstand1 {
	width: 240px;
	height: 20px;
	float: left;
}

#picbox {
	width: 230px;
	height: 60px;
	float: left;
	margin-top: 50px;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 4px #A6ABAF;
}

#middle_center {
	float: left;
	width: 5px;
	height: 100%;
}

#middle_right {
	background-color: #FFFFFF;
	box-shadow: 10px 10px 5px #A6ABAF;
	float: right;
	width: 650px;
	height: 100%;
	border-radius: 10px 10px 10px 10px;
}

#tabs {
	border: 0px solid;
	height: 15px;
	width: 100%;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
}

#tabs_th {
	border-right: 1px solid #CDD3D8;
	border-bottom: 0px solid #CDD3D8;
	width: 100px;
}

#text1 {
	border: 0px solid;
	width: 295px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	text-align: justify;
}

#text2 {
	border: 0px solid;
	width: 295px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	text-align: justify;
}

#text3a {
	border: 0px solid;
	width: 250px;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	text-align: justify;
}

#text3b {
	border: 0px solid;
	width: 250px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	text-align: justify;
}

#links {
	width: 900px;
	height: 10%;
	min-height: 40px;
}

#footer {
	background-color: #B8BEC2;
	box-shadow: inset 0px 10px 10px #A6ABAF;
	width: 100%;
	height: 10%;
	min-height: 40px;
	border: 0px solid;
}

#footer_blok {
	height: 40px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid;
	padding-top:5px;
}

#disclaimer {
	border: 0px solid;
	height: 25px;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
	float:right;
	
	color: #696969;
	font-size: 0.8em;
}

#link_table_onder {
	height: 30px;
	margin-top: 10px;
	float: right;
}

#link_table_onder_th {
	border-right: 0px solid #FF9933;
	border-left: 0px solid #FF9933;
	padding: 0px;
	margin: 0px;
	text-align:center;
	vertical-align: center;
	font-size: 2em;
	color: #FF9933;
} 

#talen {
	border: 0px solid #FFFFFF;
	height: 20px;
	width: 64px;
	margin-top: 8px;
	float: left;
}

#talen_th {
	border: 0px solid #FFFFFF;
	height: 20px;
	width: 30px;
}

#twitter {
	float: right;
	margin-right: 10px;
}

#facebook {
	float: right;
	margin-right: 10px;
}

