/* Resetten van de elementen */

body,div,dl,dt,dd,ul,li,ol,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

fieldset,img {
	border:0;
}

html,body {
	height: 100%; /* needed for container min-height */
}

/* Standaard waarden */

body {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #3E404F;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

A {
	color: #FFFFFF;
	text-decoration: underline; 
}

A:hover {
	text-decoration: none;
}

.lijst ul {
	margin-left: 25px;
}

.lijst li {
	margin-left: 25px;
}

.referenties {
	width: 250px;
	float: left;
}

.referenties li {
	margin-left: 25px;
	width: 240px;
}

input {
	border: 1px solid #000000;
	background-color: #848484;
	font-size: 11px;
	padding: 2px;
}

input[type='checkbox'],input[type='radio'],input[type='image'] { 
	border: 0px;
}

/* Elementen op de website */

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:748px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #9C9C9C url('/images/container_bg.png') repeat-y right;
}

#header {
	height: 168px;
	background-color: #A5A5A5;
}

#content {
	width: 505px;
	float: left;
	padding: 15px;
	line-height: 1.6em;
	overflow: auto;
}

#sidebar {
	width: 190px;
	float: right;
	padding: 10px;
}

#sidebar .titel {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1em;
}

#sidebar .nieuws_titel A {
	color: #242424;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .nieuws_titel A:hover {
	color: #242424;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .nieuws_inleiding {
	color: #242424;
	text-align: justify;
}

#sidebar A {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#locatie {
	background: #9C9C9C url('/images/locatie.png') no-repeat right;
	height: 176px;
}

#footer_color {
	height: 97px;
	width: 530px;
	float: left;
}

#footer_contact {
	height: 97px;
	width: 213px;
	float: right;
	background: #9C9C9C url('/images/footer_bg.png') repeat-y right;
}

#footer_contact .tekst {
	padding-left: 12px;
	padding-top: 5px;
}

#footer_bar {
	clear: both;
	height: 18px;
	background-color: #F20072;
}

#footer_bar_left {
	float: left;
	text-align: left;
	line-height: 18px;
	margin-left: 15px;
	
}

#footer_bar_left A {
	text-decoration: none;
}

#footer_bar_right {
	float: right;
	text-align: right;
	line-height: 18px;
	margin-right: 10px;
	font-size: 9px;
}

/* Afbeeldingen */

#image_frame {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 500px; /* important */
	height: 500px; /* important */
	margin: 0;
	background: #9C9C9C;
}

#image_frame_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#image_frame_content #image_frame_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#image_frame_content {
	width: 13440px;
}

#container_bd #image_frame ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}

#container_bd #image_frame ul li img {
	display: block;
}

#image_frame_frame {
	position: relative;
	
	margin-top: 310px;

	
	text-align: center;
	
}

#container_bd #image_frame_frame ul li {
	margin: 0 2px;
}

#container_bd #image_frame_frame ul li img{
	border: 1px solid #848484;
	padding: 2px;
}

#container_bd #image_frame_frame ul li img:hover {
	border: 1px solid #848484;
}
			
/* Afbeeldingen met uitleg per afbeelding */			
			
#image_vertical {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 500px; /* important */
	height: 500px; /* important */
	margin: 0;
	background: #9C9C9C;
}

#image_vertical_content {
	position: absolute;
	top: 0;
	margin-left: 0;
}

#image_vertical_content #image_vertical_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#image_vertical_content {
	width: 13440px;
}

#container_bd #image_vertical ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #fff;
}

#container_bd #image_vertical ul li img {
	display: block;
}

#image_vertical_frame {
	position: relative;
	margin-top: 310px;
	text-align: left;
}

#container_bd #image_vertical_frame ul li {
	margin-bottom: 2px;
	background-color: #9C9C9C;	
	width: 459px;
	line-height: 34px;
}

#container_bd #image_vertical_frame ul li img{
	border: 1px solid #848484;
	padding: 2px;
	background-color: #FFFFFF;
	float: left;
}

#container_bd #image_vertical_frame ul li img:hover {
	border: 1px solid #848484;
}

/* Carousel op de voorpagina */
		
#carousel {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 500px; /* important */
	height: 109px; /* important */
	background: #848484;

}

#carousel_content li .titel {
	margin-left: 2px;
	font-weight: bold;
	float: left;
}

#carousel_content li .titel A {
	text-decoration: none;
}

#carousel_frame {
	position: relative;
}

#carousel_previous {
	float: left;
}

#carousel_next {
	float: right;
}

#carousel_content {
	position: absolute;
	top: 0;
	margin-left: 14px;
	margin-right: 16px;
}

#carousel_content #carousel_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#carousel_content {
	width: 5418px;
}

#container_bd #carousel ul li {
	display: block;
	float: left;
	margin-right: 5px;
	border: 1px solid #666;
	background-color: #464646;
	border: 0px solid green;
}

#container_bd #carousel ul li img {
	display: block;
}
