
html, body { 
	height: 					100%;
	width:						100%;
	margin:						0px;
	padding:					0px;

} 

body {
	margin:						0px;
	padding:					0px;
	
	font-family: 				Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:					12px;
	line-height:				150%;
	
	background-image: 			url();
	color:						#373737;
	
	background-color:			#D2D2D2;
	
	text-align:					center;
	background: 				#a9cce0 url(../images/layout/body_bg.jpg) repeat-y 50% 0;
	
}
.hightlight {
	background-color:			#C1D72D;
}

#container {
	position:					relative; 
	min-height:					100%; 
	height:						auto !important; 
	height:						100%; 
	
	width:						1000px;
	
	margin:						0px auto;
	text-align:					left;
	border-left: 				1px solid black;
	border-right: 				1px solid black;
	
	
}

#mainContainer {
	width:						1000px;
	padding-bottom:				123px;
}

#spacer {
	clear:						both;
	font-size:					0px;
	height:						0px;
	visibility:					hidden;
}

#topLeftContainer {
	float:						left;
	
	width: 						618px;
	height: 					124px;
	padding-top:				0px;
	background-image: 			url(../images/layout/header_bg.jpg);
}

.topRightContainer {
	float: 						left;
	
	padding-top: 				0px;
	padding-left:				0px;
	text-align: 				right;
	width: 						382px;
	height: 					124px;
	
}
#topRightImage1 {
	background-image: 			url(../images/layout/topRightImage1.jpg);
}
#topRightImage2 {
	background-image: 			url(../images/layout/topRightImage2.jpg);
}
#topRightImage3 {
	background-image: 			url(../images/layout/topRightImage3.jpg);
}
#topRightImage4 {
	background-image: 			url(../images/layout/topRightImage4.jpg);
}
#topRightImage5 {
	background-image: 			url(../images/layout/topRightImage5.jpg);
}
#topRightImage6 {
	background-image: 			url(../images/layout/topRightImage6.jpg);
}
#topRightImage7 {
	background-image: 			url(../images/layout/topRightImage7.jpg);
}
#topRightImage8 {
	background-image: 			url(../images/layout/topRightImage8.jpg);
}


#menuContainer {
	float: 						left;
	
	background-image: 			url(../images/layout/MenuBackground.png);
	background-repeat:			repeat-y;
	background-position:		50% 0;
	width: 						180px;
	
	padding-top:				0px;
	
}

#staticMenu {
	position:					absolute;
	height:						20px;
	width:						600px;
	margin-left:				10px;
	margin-top:					8px;
	font-weight:				bold;
}

#contentContainer {
	float:						left;
	
	margin:						0px auto;
	width:						800px;
	margin-left:				15px;
	
	text-align: 				left;
	line-height: 				150%;
}

#footerContainer {
	clear:						both;
	font-size:					12px;
	
	position:					absolute; 
	bottom:						0 !important;
	bottom:						-1px; 
	
	width: 						1000px;
	height: 					24px;
	padding-top:				0px;
	padding-bottom:				0px;
	background-color:			#E5C3A8;
	border-top:					1px solid black;
	text-align:					right;
}
#logo {
	background-image:			url(../images/layout/logo.jpg);
	width:						217px;
	height:						91px;
	background-repeat:			no-repeat;
	margin-left:				10px;
}
#BreadCrumbs {
	width:						800px;
	height:						20px;
	border:						1px solid #D1D1D1;
	background-color:			#F8F8F8;
	margin-top:					5px;
	
	color:						#75C4DB;
	font-weight:				bold;
}

#searchField {
	background-color: #ffff;
	color: black;
	
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	border:1px solid black;
	height:22px;
	margin-top:98px;
	
}
#searchButton {
	background-color: #6A5635;
	color: white;
	
	font-family: arial, verdana, ms sans serif;
	font-weight: bold;
	font-size: 12pt;
	
	border:1px solid black;
	
	width:25px;
	height:22px;
	margin-top:98px;
	margin-right:4px;
}
#test {
	color			 : #6A5635;
}
#newsItemsHome {
	width: 700px;
	border-top:2px solid #E5C3A8;
	border-bottom:2px solid #E5C3A8;
	margin-top:	10px;
	padding:4px;
	padding-left:10px;
}
#NewsContainer {
	width:800px;
}
#newsItemsHomeTitle {
	text-align:left;
	color:#0199ca;
	font-size:14;
	font-weight		 : bold;
}
#newsItemsHomeContent {
	text-align:left;
}
#NewsHeader {
	color:#6A5635;
	width: 700px;
	text-align:left;
	font-size:18;
	font-weight		 : bold;
}
#NewsItemsHomeSubTitle {
	float:left;
	width:390px;
}
#NewsItemsHomeDate {
	float:right;
	width:300px;
	text-align:right;
	font-size:12;
	color: 	#373737
}
#rightImage {
	background-image:url(../images/layout/rightImage.jpg);
	width:185px;
	height:500px;
}
/* Special div for search instead of #NewsItemsHomeSubTitle */
#NewsItemsSearchTitle {
	float:left;
	width:390px;
}

/* Contactformulier divs */
#contactContainer {
	width:410px;
	text-align:center;
	border:1px solid #D1D1D1;
	padding:4px;
}
#contactInfo {
	float:left;
	width:200px;
	height:26px;
	text-align:left;
	font-weight:bold;
}
#contactField {
	float:right;
	width:200px;
	height:26px;
	text-align:right;
}
#contactTextarea {
	text-align:left;
}
#contact_input {
	background-color: 		#FFFFFF;
	padding-top: 			3px;
	padding-left: 			3px;
	border: 				1px solid #959595;
	color: 					#000000;
	font-size: 				8pt;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			normal;
	width: 					200px;
	height: 				22px;
}
textarea {
	padding: 				3px;
	background-color: 		#FFFFFF;
	border: 				1px solid #959595;
	color: 					#000000;
	font-size: 				8pt;
	font-family: 			Verdana, Arial, Tahoma;
	font-weight: 			normal;
}

/*main Menu*/
#staticMenu  a:link {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight		 : bold;
	text-decoration	 : none;
}
#staticMenu a:visited {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight		 : bold;
	text-decoration	 : none;
}
#staticMenu a:active {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight		 : bold;
	text-decoration	 : none;
}
/* Submenu*/
#menu_items {
	
} 

#menuItems  a:link {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#menuItems a:visited {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#menuItems a:active {
	color   		 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#menuItems a:hover {
	color			 : black;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#menuItems {
	width:				140px;
	border:				0px solid black;
	margin-left:		10px;
	margin-top:			10px;
}

#test  a:link {
	color			 : #373737;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#test a:visited {
	color			 : #CD9970;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
#test a:active {
	color			 : #E5C3A8;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;	
}
/* Links in #BreadCrumbs */
a:link {
	color			 : #6A5635;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
a:visited {
	color			 : #6A5635;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;
}
a:active {
	color			 : #6A5635;
	font-family		 : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration	 : none;
	font-weight		 : bold;	
}
.credits {
	font-family: 					Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 						10px;
	color: 							#555555;
	float:							left;
}
.creditsLnk {
	color: 							#555555;
	text-decoration: 				none;
}
.aboutsis {
	float:right;
}



