/*** RESET ***/
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
img
{
    border: 0;
}
a {
	text-decoration: none;
	color: #3f7c82;
}
a:hover {
	color: #3f7c82;
	text-decoration: none;
}
body{
	font-family: arial, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #ffffff;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}

a:active { outline: 0; }

.clearfloats {clear: both;}

/*** END RESET ***/

/*** BASIC LAYOUT ***/

#taalcontainer 
{
	width: 100%;
	height: 45px;
}

#topcontainer 
{
	width: 100%;
	height: 135px;
}
#flashcontainer 
{
	width: 902px;
	margin: 0 auto;
	height: 246px;
	position: relative;
}
#flashcontainerbinnen
{
	width: 100%;
	height: 200px;
}
#contentcontainer 
{
	width: 100%;
}

#footercontainer 
{
	width: 100%;
}

/*** TAAL ***/

#taal 
{
	margin: 0 auto;
	width: 920px;
}
#languagebar 
{
	float: left;
	width: 120px;
	margin-left: 530px;
	padding-top: 16px;
	font-size: 0.8em;
}
#languagebar li
{
	float: right;
	padding-right: 6px;
	visibility: hidden;
}

#searchbar 
{
	background: url("../images/searchbar.png") no-repeat;
	height: 45px;
	width: 255px;
	float: right;
	padding: 3px 0 0 10px;
}

.searchtext 
{
	margin-right: 4px;
	position: relative;
	top: 8px;
}
.searchinput 
{
	border: none !important;
	height: 18px;
	padding-left: 4px;
	color: #2c686e;
}

.searchbtn 
{
	position: relative;
	top: 5px;
}

/*** TOP ***/

#top
{
	margin: 0 auto;
	width: 902px;
}

#logo 
{
	background: url("../images/logo.png") no-repeat;
	width: 275px;
	height: 90px;
	float: left;
}

#menu
{
	height: 60px;
	float: right;
	margin-top: 60px;
	visibility: hidden;
}

#menu li
{
	float: left;
	padding: 0 24px 0 10px;
	border-left: 1px solid #cee4e6;
	height: 52px;
}

/*** FLASH ***/

#flash 
{
	margin: 0 auto;
	width: 902px;
	height: 246px;
}

#flash1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 246px;
	background: url(../images/flash1.jpg) no-repeat;
}

#flash2
{
	position: absolute;
	top: 0;
	left: 302px;
	width: 298px;
	height: 246px;
	background: url(../images/flash2.jpg) no-repeat;
}

#flash3
{
	position: absolute;
	right: 0;
	top: 0;
	width: 298px;
	height: 246px;
	background: url(../images/flash3.jpg) no-repeat;
}

.kleinheader 
{
	float: left;
	width: 310px;
	height: 200px;
	margin-right: 6px;
}
#flashbinnen
{
	margin: 0 auto;
	width: 960px;
	height: 200px;
}
/*** CONTENT ***/

#content
{
	margin: 0 auto;
	width: 902px;
	margin-top: 30px;
}

#main 
{
	float: left;
	width: 570px;
}
#mainbinnen 
{
	float: right;
	width: 600px;
	margin-top: 20px;
}

#maintitle {visibility: hidden;}
#maintext 
{
	color: #2c686e;
	font-size: 0.8em;
	line-height: 19px;
	margin-top: 20px;
}
#maintext a
{
	text-decoration: none;
	font-weight: bold;
}
#maintext a:hover
{
	text-decoration: underline;
}
#sidebar 
{
	float: right;
	width: 276px;
	border: 1px solid #d4d4d4;
	padding: 10px;
}

#sidebarbinnen
{
	float: left;
	width: 260px;
	padding: 10px;
}

.newsitem
{
	width: 280px;
	border-top: 1px solid #c6e0e3;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.newsitemleftcol
{
	float: left;
	width: 80px;
	display: block !important;
}
.newsitemrightcol
{
	float: left;
	width: 200px;
	color: #388289;
	font-size: 0.8em;
	margin-top: -4px;
	padding-bottom: 10px;
	display: block !important;
}
.newsitemrightcol a
{
	color: #388289;
	font-size: 1em;
}
.newsitemrightcol a:hover
{
	color: #388289;
	font-size: 1em;
	text-decoration: underline;
}

.newsitemtitle 
{
	background: url("../images/newsitembg.jpg") no-repeat;
	padding: 2px 0 0 5px;
	visibility: hidden;
	margin-top: 5px;
}

#newscol 
{
	margin-top: 40px;
	border: 1px solid #d7d7d7;
	padding: 5px;
}

.newsitembinnen 
{
	border-top: 1px solid #c6e0e3;	
	width: 250px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #d7d7d7;
}
#newscol ul li
{
	list-style-type: none;
}

#newscol ul li .newsitembinnenleftcol 
{
	width: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;	
}

#newscol ul li .newsitembinnenleftcol img
{
	margin-top: -18px;
}

#newscol ul li .newsitembinnenrightcol
{
	font-size: 0.7em;
	width: 150px;
	float: right;
}

#newscol ul li .newsitembinnenrightcoltitle
{
	font-size: 1.15em;
	font-weight: bold;
	color:#286166;
	margin-top: 8px;
	margin-bottom: 6px;
}

#newscol ul li .newsitembinnenrightcoltext
{
	color:#37939b;
}

#newscol ul li .newsitembinnenrightcoltext a
{
	font-weight: bold;
}

#submenu 
{
	width: 290px;
	color: #4a9aa1;
}

#submenu ul li
{
	padding: 6px 0 6px 0;
	background: 2px 13px url("../images/submenuarrow.png") no-repeat;
	padding-left: 16px;
	border-bottom: 1px solid #cde4e6;
	width: 180px;
	font-weight: bold;
	font-size: 0.9em;
}
#submenu li ul li
{
	background: none! important;
	border-bottom: none !important;
	padding: 0 0 0 8px;
	font-size: 0.85em;
	line-height: 18px;
}

#submenu .vacatureList
{
	list-style:disc outside url("../images/pijtlje2.jpg");
}

#submenu .vacatureList li{
	padding-left: 0;
	margin-left: 15px;
}

#submenu li ul li.subsubfirst { padding-top: 10px;}
#submenu li ul li.subsublast { padding-bottom: 10px;}


#submenu li ul li a
{
	color: #37939b;
}
#submenu li ul li a:hover
{
	color: #004961;
}
#submenu li a
{
	cursor: pointer;
	color: #004961;
}
#submenu li a:hover
{
	color: #00232f;
}
#submenu li.submenuitemfirst
{
	border-top: 1px solid #cde4e6;
}

#maincontent 
{
	float: left;
	width: 585px;
}
#maincontenttitle 
{
	margin-bottom: 30px;
	visibility: hidden;	
}
.maincontentsubtitle 
{
	margin-bottom: 14px;	
	visibility: hidden;
}
.maincontenttext 
{
	font-size: 0.8em;
	color: #333333;
	line-height: 19px;
	margin-bottom: 20px;
	clear: both;
}
.maincontenttext_left
{
	font-size: 0.8em;
	color: #2c686e;
	float: left;
}
.maincontenttext_left a
{
	color: #2c686e;
	text-decoration: none;
}
.maincontenttext_left a:hover
{
	color: #2c686e;
	text-decoration: underline;
}
.maincontenttext_right
{
	font-size: 0.7em;
	color: #2c686e;
	margin-right: 20px;
	float: right;
}
.beschrijving p
{
	margin-bottom: 15px;
}

#maincontenttext a
{
	color: #0d2628;
	text-decoration: none;
}

#maincontenttext a:hover
{
	color: #0d2628;
	text-decoration: underline;
}

#fotopreview
{
	font-size: 0.8em;
	color: #2c686e;
	line-height: 19px;
	width: 630px;
}

#fotopreview img
{
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 18px;
	margin-bottom: 18px;
}

#videopreview
{
	font-size: 0.8em;
	color: #2c686e;
	line-height: 19px;
	width: 630px;
	margin-top: 20px;
}

#videopreview img
{
	float: left;
	width: 98px;
	height: 73px;
	margin-right: 18px;
	margin-bottom: 18px;
}

.leesmeervideo a
{
	font-style: italic;
	font-size: 0.8em;
}

.leesmeervideo a:hover
{
	text-decoration: underline;
}

#vergrootglas img 
{
	height: 17px;
	width: 17px;
	margin-top: 2px;
}
#vergrootglas 
{
	font-size: 0.75em;
}

#windcol1 
{
}
#windcol1 ul li 
{
	float: left;
	width: 100px;
}

#windcol1 ul.countrymenu
{ 
	font-size: 0.8em;
	color: #37939b;
	display: block;
	width: 400px;
}

#windcol1 ul.countrymenu li
{
	background: #edf5f6 1px 8px url("../images/countryselectarrow.png") no-repeat;
	padding: 2px 0 2px 20px;
	margin-bottom: 1px;
	margin-right: 1px;
	display: block;
}
#windcol1 .countrymenu li a
{
	color: #37939b;
	display: block;
}
#windcol1 .countrymenu li a:hover
{
	color: #1e5459;
	cursor: pointer;
}
#windcol1 .countrymenu li:hover
{
	background-color: #c5d9db;
	display: block;
}

.windmapbeschrijving 
{	
	color: #2c686e;
	font-size: 0.75em;
	margin-bottom: 30px;
	margin-top: 10px;
}

/*** FOOTER ***/

#footer 
{
	margin: 0 auto;
	width: 902px;
	height: 10px;
	border-top: 1px solid #cae2e4;
	margin-top: 20px;
}
#leftfooter 
{
	float: left;
	font-size: 0.6em;
	color: #5ab7c0;
	margin: 10px 0 30px 0;
}
#rightfooter 
{
	float: right;
	font-size: 0.6em;
	color: #5ab7c0;
	margin: 10px 0 30px 0;
}
#rightfooter a
{
	color: #5ab7c0;
}
#rightfooter a:hover
{
	color: #3e939c;
}
#map
{
	height: 500px;
}
.imgArtikel
{
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
.beschrijving ul
{
	list-style: disc;
	margin-left: 15px;
}
.website
{
	float: right;
}
.website a
{
	color: #3E757A;
	text-decoration: none;
	font-weight: bold;
}
.website a:hover
{
	color: #3E757A;
	text-decoration: underline;
	font-weight: bold;
}
.maincontenttext a
{
	color: #3E757A;
	text-decoration: none;
	font-weight: bold;
}
.maincontenttext a:hover
{
	color: #3E757A;
	text-decoration: underline;
	font-weight: bold;
}
.opsom
{
	margin-left: 20px;
	list-style: url(../images/pijtlje.jpg);
	font-size: 13px;
	color: #2C686E;
}
.opsom a
{
	font-weight: normal;
}
.opsom a:hover
{
	font-weight: normal;
}

.textarea 
{
	font-size: 1.2em;
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #545454;
	padding: 2px 0 0 4px;
	width: 305px;
}

.textbox 
{
	margin-bottom: 6px;
	width: 150px;
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #545454;
}

.contactbutton 
{
	background: Transparent;
	border: 1px solid #d3ccb9;
	color: #545454;
	padding: 3px;
	text-transform: uppercase;
	font-size: 0.75em;
}

.newsitembinnenrightcoltext a
{
	text-decoration: none;
}

.newsitembinnenrightcoltext a:hover
{
	text-decoration: underline;
}

.leesmeer 
{
	background: 1px 4px url("../images/leesmeer.png") no-repeat;
	padding-left: 19px;
}
.beschrijving ul
{
margin-bottom: 10px;
}

.titelrij
{
	color: #4499A1;
	background-color: #D6E9EA;
	height: 50px;
	border-bottom: solid 1px #ffffff;
}
.hr
{
	border: none;
	border-bottom: solid 1px #CDE4E6;
}
.witteborder
{
	border-right: solid 1px #ffffff;
}
.datarij
{
	color: #FEFEFE;
	background-color: #4499A1;
	height: 50px;	
	line-height: 50px;
}
.datarij span
{
	font-size: 30px;
}
.witterij
{
	height: 30px;
}