* {
	margin : 0px;
	padding : 0px;
}

body {
	color : #FFFFFF;
	text-align : left;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 20px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

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

.logoText{
	font-family: "Copperplate Gothic Light";
	font-size: 28px;
	color: #FFF;
	text-decoration: none;
}

/* Header Style */

#page {
	margin : 0px auto;
	background-image: url(images/background-page.gif);
	background-repeat: repeat-y;
	width : 922px;
	position: relative;
}

#page_content {
	width : 896px;
	margin : 0px auto;
	position: relative;
}


#page_header {
	margin : 0px auto;
	width : 896px;
	height : 93px;
	overflow : hidden;
	background-image: url(images/background-header.gif);
	background-repeat: repeat-x;
}

#header_logo {
	height: 70px;
	width: 80px;
	position: relative;
	left: 10px;
	top: 10px;
	float:left;
	}
	
#header_text {
	height: 50px;
	width: 450px;
	float:left;
	position: relative;
	left: 10px;
	top: 35px;
}
	
#header_nav {
	height: 70px;
	width: 300px;
	float:right;
	position: relative;
	right: 25px;
	top: 10px;
}

.imagehome {
	position: relative;
	right: 15px;
	top: 25px;
}
.imagesitemap {
	position: relative;
	right: 0px;
	top: 0px;
}

/* navigatie Style */

#page_menu {
	margin : 0px auto;
	width : 896px;
	height : 38px;
	text-align : center;
}


/* Main Body Style */

#content_box {
	width : 896px;
	display : block;
	clear : both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#imagebox {
	width:896px;
	height:225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#content {
	width:896px;
	background-image:url(images/background-content.gif);
	position: relative;	
	padding-bottom:50px;

}

#content_left {
	width:560px;
	position: relative;
	left: 15px;
	top: 15px;
}

#ImageNews {
	width:220px;
	height:auto;
	float:right;
	margin-left:20px;
	margin-bottom:30px;
	text-align:center;
	position:inherit;
	clip: rect(auto,auto,30px,auto);
}

#content_left ul {
	margin-left: 15px;
}


#whitebox {
	width:560px;
}

#whitebox_top {
	height:10px;
}

#whitebox_content {
	background-color:#FFFFFF;
	color: #003366;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 18px;
}

#whitebox_bottom {
	height:10px;
	background-color:#FFFFFF;
}

#content_right {
	width:250px;
	position: relative;
	left: 25px;
	top: 15px;
}
/* START INDEX */


/* Footer Style */

#page_spacing {
	clear : both;
	float : none;
}

#page_footer {
	width : 922px;
	height : 40px;
	font-size : 10px;
	color : #000000;
	margin:auto;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
}

#page_footer #rights {
	float : left;
	padding-top:15px;
}

#page_footer #adres {
	float : right;
	text-align: right;
	line-height: normal;
	padding-top:15px;
}

/* Contact_form */

/* forms style */

fieldset {
	border:solid;
	border-width: 1px;
	border-color:#FFFFFF;
	padding-top: 0.8em;
	padding-right: 0em;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}

legend {
	font-size: 1.5em;
	color: #FFFFFF;
	height: 20px;
}

label {
	display: block;
	float:left;
	width: 160px;
}

.labelbig {
	display: block;
	float:none;
	width: 450px;
}

.labelmedium {
	display: block;
	float:left;
	width: 300px;
}

.labelsmall {
	display: block;
	float:none;
	width: 100px;
}

input, textarea {
	width: 30em;
	background-color:#EBEBEB;
	padding:0.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


textarea {
	height:10em;
}

.smallBox {
	width: 20px;
	border:none;
	background-color:#0075b3;
}

.smallTextbox {
	width: 240px;
	float:none;
}

.AdminTextarea {
	height:40em;
	width: 600px;
}

.AdminInput {
	width: 600px;
}


input #submit, #reset, #button {
	width:8em;
}

.verstuur {
	width:auto;
}

input:focus, textarea:focus{
background-color:#BFBFBF;
}

/* Text Style */

.HeadTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 16px;
	color: #FFFFFF;
	display: block;
}
.clearthis {
	margin : 0px;
	clear : both;  
	float : none;	
	font-size : 1px;
	line-height : 0px;
}

