﻿
body {
	padding: 0; 
	margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;

}

select {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;

}

input {
	font-family: Verdana;
	font-size: 12px;
	color: #fff;

}

td		{
font-family: Verdana;
font-size: 11px;
margin: 0pt;
margin-top: 15pt;
margin-right: 15pt;
margin-left: 15pt;
color:  #000;
}


/*
Hier worden alle standaard onderdelen gedefinieerd. Een link die overal een bepaalde kleur moet
hebben is makkelijk hier aan te geven dan voor elke div apart.
*/

textarea { line-height: normal; }

input { line-height: normal; }

fieldset { margin: 0; padding: 0; }

legend { margin: 0; padding: 0; }

form { margin: 0; padding: 0; }

dl { margin: 0; padding: 0; }

ol { margin: 0; padding: 0; }

ul { margin: 0; padding: 0; }

a { margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

h4 { margin: 0; padding: 0; }

h3 { margin: 0; padding: 0; }

h2 {
	margin: 0;
	padding: 0;
}

h1 { margin: 0; padding: 0; }

p { margin-bottom: 10px; font-family: Verdana; line-height: 17px; font-size: 11px;}
ol { margin-left: 25px; }
a { color: #000; }
a:hover { text-decoration: none; color: #039ff3; }
a:active { text-decoration: none; }
img { display: block; border: none; }
dl dt { font-weight: bold; margin-bottom: 10px; }
dl dd { margin: 0 0 30px 0;}
fieldset { border: none; }
caption { display: none; }


thead th { background-color: #EFEDE1; text-align: center; }
tbody th{ background-color: #fff; font-weight: normal;}
tfoot th { background-color: #EFEDE1; }
tfoot td { background-color: #fff; }



/* HEADERS */

h6 { color: #000; padding: 0 !important; margin-bottom: 7px; }

h5 { color: #000; padding: 0 !important; margin-bottom: 7px; }

h3 { color: #000; padding: 0 !important; margin-bottom: 4px; }

h2 { color: #000; padding: 0 !important; margin-bottom: 0px; }



h2 {
	font-size: 14px;
	font-family: Verdana;
	color: #000;
	vertical-align: bottom;
}
h3 {
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 a { text-decoration: none; }
h3 a:hover {}
h4 { font-size: 13px; }

.clear { clear: both; }




#wrapper {
	margin: auto;
	position: relative;
	text-align: left;
	width: 1000px;
}

#header {
	width: 1000px;
	height: 245px;
	float: left;
}

#menu {
	width: 1000px;
	height: 57px;
	float: left;
	background: url(../img/menubg.jpg);
	padding-top: 10px;
}

#content {
	width: 1000px;
	height: 454px;
	float: left;
	background: url(../img/contentbg.jpg);
}

	#contentleft {
		width: 588px;
		float: left;
	}
	
		.contentleft_block {
			float: right;
			width: 405px;
			margin-top: 30px;			
		}
		
		#contentleft p {
			width: 358px;
			float: left;
		}
		
	
#contentstretchwrapper {
	width: 1000px;
	float: left;
	background: url(../img/contentbg2.jpg);
}
	
		
		#contentstretch {
	width: 1000px;
	float: left;
	background: url(../img/contentbg.jpg) no-repeat;
}

	#contentstretchleft {
		width: 628px;
		float: left;
	}
	
		.contentstretchleft_block {
			float: right;
			width: 445px;
			margin-top: 30px;			
		}
		
		#contentstretchleft p {
			width: 398px;
			float: left;
		}
	
	#contentright {
		width: 412px;
		float: left;
		padding-top: 45px;
	}

	#contentrighttekst {
		width: 324px;
		float: left;
		padding-top: 27px;
	}


.fotos img{
border: 10px solid #049ef1;}

#imagebalk {
	width: 1000px;
	height: 60px;
	float: left;
	background: url(../img/imagebalk.jpg);
	padding-left: 1px;
}

#footer {
	float: left;
	width: 950px;
	height: 43px;
	background: url(../img/footerbg.jpg);
	color: #fff;
	padding-left: 50px;
	padding-top: 2px;
}

	#footer ul {
		float: left;
		color: #fff;
		font-weight: bold;
	}

		#footer ul li {
			float: left;
			list-style: none;
			border-left: 1px solid #fff;
			padding-left: 10px;
			margin-right: 10px;
		}
		
		#footer ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 11px;
		}
	
	#footer h3 {
		font-size: 11px;
		color: #fff;
		float: left;
		margin-right: 10px;
		margin-left: 5px;
	}
	
	#footer img {
		float: right;
		margin-right: 51px;
		margin-top: 1px;
		border: 1px solid #fff;
		display: inline;
	}

