@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-color: #077a63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:140%;
}

#balk_boven {
	background-color: #acd0cc;
	height: 10%;
	min-height: 6px;
}

#balk_onder {
	background-color: #077a63;
	min-height: 50px;
	clear: both;
	height: 50px;
}

#balk_midden {
	background-image: url(../images/achtergrond.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	background-color: #eff7f6;
	height: auto;
	width: 100%;
}

#content {
	width: 980px;
	left: 50%;
	margin-left: -490px; 
	position: relative;
}

#midden {
	width: 980px;
	left: 50%;
	margin-left: -490px; 
	position: relative;
}

#links {
	width: 500px;
}

#rechts {
	width: 480px;
}

#inlog_blok {
	height: 253px;
	padding-top: 27px;
}

#blok {
	height: 27px;
	background-image: url(../images/tulp2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #80beb6;
	float: left;
	width: 500px;
}

#logo {
	height: 123px;
	float: left;
}

#menu {
	height: 168px;
	clear: both;
	padding: 20px 27px 22px 27px;
}

#tekst {
	height: auto;
	background-image: url(../images/pijl.gif);
	background-repeat: no-repeat;
	background-position: 28px top;
	padding: 27px 28px 34px 28px;
	vertical-align: top;
}

#tekst .kop {
	color: #036b56;
	font-size: 18px;
	font-weight: bold;
}

#footer {
	height: 15px;
	color: #FFFFFF;
	vertical-align: bottom;
	padding: 15px 0 0 28px;
	float: left;
}

#inloggen {
	float: right;
	width: 172px;
	background-color: #FFFFFF;
	padding: 12px;
	border: 1px solid #ffdbb0;
}

#flash {
	border-bottom: 4px solid #FFFFFF;
}

#inlog_kop {
	background-color: #f58120;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 12px;
	padding: 5px 0 5px 30px;
	background-image: url(../images/inloggen.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#inlog {
	padding: 10px 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #077a63;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #036451;
	text-decoration: underline;
}

#inlog_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #077a63;
	text-decoration: none;
}

#inlog_links a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #036451;
	text-decoration: underline;
}

#vlaggen {
	float: right;
	width: 150px;
	color: #077a63;
}

a.tekst_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tekst_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f2ece2;
	text-decoration: none;
}

.streep {
	border-bottom: 1px solid #077a63;
	height: 24px;
	vertical-align: top;
	padding-top: 8px;
}

a.wit {
	color: #FFFFFF;
	text-decoration: none;
}

a.wit:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.inloglabel {
	font-size: 10px;
	font-weight: bold;
	width: 100px;
}

.inlog {
	width: 75px;
	border: 1px solid #999999;
	float: right;
}

.inlogknop {
	background-color: #f58120;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	border: 1px solid #f58120;
	outline:none;
	cursor:pointer;
	width: 77px;
}

.inlogknop:hover {
	background-color: #ec810f;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	border: 1px solid #ec810f;
	outline:none;
	cursor:pointer;
	width: 77px;
}

.inlog_fout {
	font-size: 10px;
	color: #cc3300;
	line-height:130%;
}

			a.nl {
				display:block;
				width:21px;
				height:15px;
				background: url(../images/ned_vlag_dis.gif) no-repeat 0 0;
				cursor:pointer;
				text-decoration:none;
				outline:none;
				float: left;
				padding-right: 6px;					
			}
				
				a.nl:hover {
					background: url(../images/ned_vlag.gif) no-repeat 0 0;
					text-decoration:none;
					outline:none;
					float: left;
					padding-right: 6px;	
				}
				
				span.nl_selected {
					display:block;
					width:21px;
					height:15px;
					background: url(../images/ned_vlag.gif) no-repeat 0 0;
					float: left;
					padding-right: 6px;	
				}
				
				a.du {
					display:block;
					width:21px;
					height:15px;
					background: url(../images/dui_vlag_dis.gif) no-repeat 0 0;
					cursor:pointer;
					text-decoration:none;
					outline:none;
					float: left;
					padding-right: 6px;
				}
								
				a.du:hover {
					background: url(../images/dui_vlag.gif) no-repeat 0 0;
					text-decoration:none;
					outline:none;
					float: left;
					padding-right: 6px;	
				}
								
				span.du_selected {
					display:block;
					width:21px;
					height:15px;
					background: url(../images/dui_vlag.gif) no-repeat 0 0;
					float: left;
					padding-right: 6px;	
				}
								
				a.en {
					display:block;
					width:21px;
					height:15px;
					background: url(../images/eng_vlag_dis.gif) no-repeat 0 0;
					cursor:pointer;
					text-decoration:none;
					outline:none;
					float: left;
					padding-right: 6px;		
				}
								
				a.en:hover {
					background: url(../images/eng_vlag.gif) no-repeat 0 0;
					text-decoration:none;
					outline:none;
					float: left;
					padding-right: 6px;	
				}
								
				span.en_selected {
					display:block;
					width:21px;
					height:15px;
					background: url(../images/eng_vlag.gif) no-repeat 0 0;					
					float: left;
					padding-right: 6px;	
				}

.tulp {
	background-color: #ffffeb;
	background-image: url(../images/tulp1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.klein {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

.invoer {
	width: 170px;
	border: 1px solid #036b56;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
}

.contactTextarea  {
	width: 170px;
	border: 1px solid #036b56;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#submit_versturen {
	padding:2px 15px;
	background-color: #036b56;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	border: 1px solid #036b56;
	outline:none;
	cursor:pointer;
}

#submit_versturen:hover {
	padding:2px 15px;
	background-color: #00493a;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
	border: 1px solid #00493a;
	outline:none;
	cursor:pointer;
}

.form_melding {
	font-size:10px;
	color:#CC3300;
}

.chromedownload {
	display:block;
	width:254px;
	height:65px;
	padding:17px 75px 0 33px;
	font-size:18px;
	line-height:25px;
	color:#FFF;
	background:url(../images/chromedownload2.png) no-repeat left top;
}

.chromedownload:hover {
	color:#16594c;
	text-decoration:none;
	font-size:18px;
	line-height:25px;
}

ul.horizontal{
	list-style:none;
	margin:0;
	padding:0;
}

ul.horizontal li{
	height:24px;
	padding-top:8px;
	border-bottom:1px solid #077A63;
	background:url(/images/pijl_omhoog.png) no-repeat left 10px;
}

ul.horizontal li a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;	
	line-height:140%;
	padding:0 0 0 22px;
}
