﻿body {
	padding: 0; 
	margin: 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #132041;
}

textarea {
	font-size: 12px;
	color: #000;

}

select {
	font-size: 12px;
	color: #000;

}


td		{
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; }

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; line-height: 14px; font-size: 11px; color: #000;}
ul { margin-left: 15px; }
ol { margin-left: 25px; }
a {  }
a:hover {
	color: #FFFFFF;
	background-color: #3241B5;
	text-decoration: none; 
}
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: 7px; }

h2 { color: #000; padding: 0 !important; margin-bottom: 7px; }



h2 {
	font-size: 12px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h3 a { text-decoration: none; }
h3 a:hover {}
h4 { font-size: 13px; }

.clear { clear: both; }

.left {float: left;}

.right {float: right;}


#wrapper {
	margin: auto;
	position: relative;
	text-align: left;
	width: 950px;
}

#container {
	width: 950px;
	float: left;
	margin-top: 50px;
	display: inline;
}

	#header {
		float: left;
		width: 950px;
		height: 213px;
		background: url(../images/headerbg.jpg);
	}
	
		#header a {
			float: left;
			margin-left: 264px;
			display: inline;
		}
		
	#middel {
		float: left;
		width: 950px;
		background: url(../images/middelbg.jpg);
	}
	
		#middellinks {
			float: left;
			width: 200px;
			min-height:437px;
  			height:auto !important;
  			height:437px;
			background-image: url(../images/middelzijkant.jpg);
			background-repeat: repeat-x;
			background-color: #cad5f0;
		}
		
		#middelrechts {
			float: left;
			width: 172px;
			min-height:403px;
  			height:auto !important;
  			height:403px;
			background-image: url(../images/middelzijkant.jpg);
			background-repeat: repeat-x;
			background-color: #cad5f0;
			padding-top: 34px;
			padding-left: 28px;
			display: inline;
		}
		
		
		
			#menu {
				float: left;
				margin-top: 29px;
				margin-left: 0px;
				display: inline;
			}
		
		#rechterfoto {
				margin-top: 20px;
			}

		#content {
			float: left;
			width: 485px;
			background: #fff;
			min-height:437px;
  			height:auto !important;
  			height:437px;
  			padding-left: 37px;
  			padding-right: 28px;
  			padding-top: 34px;
  			display: inline;
		}
		
	#bottom {
		float: left;
		width: 950px;
		height: 58px;
	}
	
		#bottomrechts {
			float: left;
			width: 200px;
			height: 58px;
		}
		
		#bottomlinks {
			float: left;
			width: 200px;
			height: 58px;
		}
		
		#bottommiddel {
			float: left;
			width: 550px;
			height: 58px;
			background: url(../images/bottommiddelbg.jpg);
		}
		
		#footer {
			color: #fff;
			font-size: 11px;
			margin-top: 43px;
			text-align: center;
			width: 550px;
			display: inline;
			float: left;
		}
		
		#footer a {
			text-decoration: none;
			color: #fff;
		}
		#lsites a{
	text-decoration: none;
	color: #fff;
	font-size: 8px;
	font-family: Verdana;
}

