﻿
body {
	padding: 0; 
	margin: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	background-color: #c5c1c1;
	background-image: url(../img/bodybg.jpg);
	background-repeat: repeat-x;
}

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:  #9ba5ab;
}


/*
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;}
ul {  }
ol { margin-left: 25px; }
a { color: #9ba5ab; }
a:hover { text-decoration: none; color: #ce271f; }
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: #9ba5ab; padding: 0 !important; margin-bottom: 7px; }

h2 { color: #4a8cbe; padding: 0 !important; margin-bottom: 7px; }



h2 {
	font-size: 14px;
	font-family: Verdana;
	color: #686868;
	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: 950px;
}

#container {
	width: 933px;
	background: #fff;
	margin-top: 0px;
	padding-left: 17px;
	float: left;
	display: inline;
}

#top {
	width: 914px;
	float: left;
	height: 102px;
	border-bottom: 6px solid #ff852c;
	position: relative;
	margin-bottom: 3px;
	display: inline;
}

	h1 {
		width: 302px;
		height: 77px;
		background: url(../img/logo.jpg);
		float: left;
		text-indent: -3000em;
	}
	
		h1 a {
			width: 302px;
			height: 77px;
			display: block;
			float: left;
		}

	#topmenu {
		position: absolute;
		left: 277px;
		top: 64px;
		width: 638px;
		height: 24px;
	}
	
#header {
	float: left;
	width: 915px;
	height: 265px;
	margin-bottom: 3px;
	display: inline;
}

#middenblock {
	width: 915px;
	height: 183px;
	float: left;
	margin-bottom: 3px;
	display: inline;
}

		#middenblock_left {
			width: 262px;
			height: 183px;
			float: left;
		}
		
			#middenblock_left_balk {
	width: 262px;
	height: 28px;
	float: left;
	background: #ff852c;
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
}
			
				#middenblock_left_balk h2 {
					font-size: 18px;
					color: #fff;
					font-weight: bold;
					margin-top: 5px;
					text-align: center;
				}
			
			#middenblock_left_content {
				width: 262px;
				height: 149px;
				float: left;
				background: url(../img/infobg.jpg);
			}
						#middenblock_left_content a {
				text-decoration: underline;
				color: #00526d;
			}
			
			#middenblock_left_content a:hover {
				color: #ff852c;
			}

				#middenblock_left_content p {
	margin: 15px;
	font-size: 11px;
	color: #00526d;
	font-weight: normal;
}

		#middenblock_right {
			width: 651px;
			height: 183px;
			float: left;
		}
		
			#middenblock_right_balk {
	width: 639px;
	height: 34px;
	float: left;
	background: #fecda8;
	padding-left: 12px;
}
			
			#middenblock_right_content {
	width: 651px;
	height: 149px;
	float: left;
	background: url(../img/middenrightbg.jpg);
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
				#middenblock_right_content a {
				text-decoration: underline;
				color: #fff;
			}
			
			#middenblock_right_content a:hover {
				color: #ff852c;
			}
		
				#middenblock_right_content p {
					font-size: 13px;
					line-height: 23px;
					margin: 15px 19px 0px 19px;
				}
				
#bottom {
	width: 915px;
	background: url(../img/bottombg.jpg);
	float: left;
	border-bottom: 6px solid #ff852c;
	margin-bottom: 3px;
	display: inline;
}

	#bottomblock_left {
		width: 262px;
		float: left;
		margin-bottom: 3px;
		display: inline;
	}
	
			#bottomblock_left_balk {
				width: 262px;
				height: 34px;
				float: left;
				background: #00556f;
			}
			
			#bottomblock_left_balk h2 {
				font-size: 18px;
				color: #fff;
				font-weight: bold;
				margin-top: 5px;
				text-align: center;
			}
			
			#bottomblock_left_content {
				color: #a2a2a2;
				background: #efeeee;
				width: 247px;
				height: 288px;
				float: left;
				font-size: 13px;
				padding-left: 15px;
				padding-top: 11px;
				display: inline;
			}
			
			#bottomblock_left_content a {
				text-decoration: none;
			}
			
			#bottomblock_left_content a:hover {
				color: #a2a2a2;
			}
			
	#bottomblock_middel {

		width: 315px;
		float: left;
		background: url(../img/bottommiddelbg.jpg) repeat-x;
		padding-left: 9px;
		padding-top: 7px;
		display: inline;
	}
	
	#bottomblock_right {
		color: #00526d;
		width: 316px;
		float: left;
		background: url(../img/bottomrightbg.jpg) repeat-x top;
		padding-left: 12px;
		padding-top: 8px;
		display: inline;
	}
		#bottomblock_right td {
		color: #00526d;
	}
		#bottomblock_right a {
		color: #00526d;
		text-decoration: underline;
	}
		
		#bottomblock_right a:hover {
		text-decoration: none;
		color: #ff852c;
		
	}

		#bottomblock_right img {
		float: left;
		display: block;
		margin-right: 8px;
		display: inline;
		}
		
		#bottomblock_right p {
			float: left;
			margin-left: 5px;
			margin-top: 23px;
			color: #005c78;
			font-weight: bold;
			width: 296px;
			display: inline;
		}

#footer {
	width: 915px;
	height: 30px;
	background: url(../img/footer.jpg);
	float: left;
	display: inline;
}

