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

/* *************************** 
   GLOBAL RESET SETTINGS
   ***************************/
	
* {
	margin: 0;
	padding: 0;
	right: auto;
}
a img {
	border: none;
	text-decoration: none;
}
/* *************************** 
   PAGE SETTINGS
   ***************************/
	
html {
	height: 100%;
	background-color: #FFF;
}
body {
	font: 12px Verdana, Trebuchet MS, LucidaGrande, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#wrap {
	position: relative;
	width: 924px;
	margin: auto;
}
/* *************************** 
   HEADER SETTINGS
   ***************************/
	
#header {
	background-image:url(../images/Logo4.gif);
	background-position:15px;
	background-repeat:no-repeat;
	height:60px;
	position:relative;
	width:100%;
	background-color: #FFF;
}
#header p, #header p a, #header h1 a {
	text-indent: -9000px;
}
#header h1 a {
	outline: none;
	display: block;
	position: absolute;
	width: 300px;
	height: 70px;
	top: 50px;
	left: 5px;
}
#header p a {
	outline: none;
	display: block;
	position: absolute;
	width: 230px;
	height: 70px;
	top: 50px;
	left: 570px;
}
#header ul {
	position: absolute;
	top: 45px;
	right: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
#header ul li {
	float: left;
	white-space: nowrap;
	display: inline;
	list-style-type: none;
}
#header ul li a {
	width: auto;
	display: block;
	font-size: 10px;
	padding: 0.5em 0.5em;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	color: #999999;
}
#header li a:hover {
	border-bottom: 3px solid #111111;
		color: #111111;
}
#header li .active {
	border-bottom: 3px solid #888888;
	color: #444444;
}
/* *************************** 
   CONTENT SETTINGS
   ****************************/
	
#content {
	position: relative;
	width: 789px;
	padding-left: 5px;
	padding-right: 130px;
	padding-top: 30px;
}
#indexcontent {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	text-align: center;
	width: 500px;
	height: auto;
	border: none;
}
h2 {
	color: #fcb205;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
}
h3 {
	color: #fcb205;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}
p {
	padding: 5px 0 10px 0;
}
a {
	color: #fcb205;
	text-decoration: none;
}
.big {
	font-size: 14px;
}
.block, .block-list {
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url("../images/border.gif") no-repeat left bottom;
}
.block-list ul {
	margin: 5px 0;
	padding: 0 35px;
}
.lastblock {
	position: relative;
	display: block;
	overflow: auto;
	background: none;
}

blockquote {
	width: 231px;
	height: auto;
	padding: 0 25px 25px 5px;
	float: left;
	background: url("../images/blockquote.gif") no-repeat right bottom;
}
blockquote p {
	font-style: italic;
}

.contentclear {
	position: relative;
	clear: both;
}

/*eind blok van andere css */



p:first-child {
	margin-top:0
}
table {
	empty-cells:hide
}
.f-sp {
	font-size:1px;
	visibility:hidden
}
.f-lp {
	margin-bottom:0
}
em {
	font-style:italic
}
h1 {
	font-size:18px;
	font-weight:700
}
h2 {
	font-size:16px;
	font-weight:700
}
h3 {
	font-size:14px;
	font-weight:700
}
strong {
	font-weight:700
}
#wrapper {
	background:#EEE;
	height:auto !important;
	margin:0 auto;
	min-height:100%;
	position:absolute;
	text-align:left;
	width:800px
}
* html #wrapper {
	height:100% !important
}
.floatleft {
	float:left;
	margin:20px 10px 10px 20px
}
.floatright {
	display:inline;
	float:right;
	margin:30px 0 10px 10px;
	position:relative
}
#container {
	background-color:#CCC;
	height:500px;
	left:50%;
	margin-left:-375px;
	margin-top:-250px;
	position:absolute;
	top:50%;
	width:750px
}
/* *************************** 
   FOOTER SETTINGS
   ***************************/
#container-foot {
	background:#FFF;
	border-top:solid #BFBFBF 0;
	bottom:0 !important;
	height:40px;
	position:absolute;
	width:100%
}
* html #container-foot {
	bottom:-1px !important
}
#foot {
	color:#BFBFBF;
	font-size:9px;
	line-height:40px;
	padding:0 1em;
	text-align:center
}
/*Met het volgende test div kun je iets op het midden van de pagina zetten, zowel hori- als verticaal.
Door de positie absoluut te maken komt je 'center point in het midden van je pagina. Je content is natuurlijk geen 1 x 1 pixels dus geven we een breedte en hoogte op. Dat gedeeld door de negatieve marge voor top en left zorgt er voor dat je content div #test ten allen tijden in het midden gepositioneerd is.
Dus als je bijv een foto hebt van 750 x 500px dan wordt de neg.marge links: -375px (50% van 750) en de neg marge top: -250px (50% van 500)*/
#midsection {
	height:400px;
	left:50%;
	margin-left:-300px;
	margin-top:-200px;
	position:absolute;
	top:50%;
	width:600px
}
#midsectioncontact {
	height:300px;
	left:50%;
	margin-left:-250px;
	margin-top:-150px;
	position:absolute;
	top:50%;
	width:658px
}
.contact-a {
	color:#444;
	font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	line-height:2.0
}
.contact-b {
	color:#555;
	font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:700;
	line-height:normal
}

#progress_bar
{
display:none;
}
#progress_bar2
{
margin-top:15px;
display:none;
float:left
}
