@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #e8ebef;
}
#wrapper {
	width:819px;
	height:auto;
	margin:0 auto;
	text-align:left;
	padding: 40px 0 59px;
	background: #ffffff;
}
#header {
	clear: both;
	margin: 0 0px 0 21px;
	width:762px;
}
#logo {
	height:82px;
	float: left;
	display: block;
	width: 191px;
	margin-top:-2px;
}
#logo a {
	display: block;
	text-indent: -5000px;
	width: 194px;
	height: 82px;
	background: url(/images/logo.png) no-repeat -5px 0px;
	margin:3px 0 0 3px;
}
#info {
	text-align: right;
	float: right;
	width: 150px;
}
.info-up {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3b73b9;
	list-style: none;
	line-height:12.2px;
}
#content {
	clear: right;
	float: right;
	margin: 27px 36px 0 33px;
	width:598px;
}
#links {
	width: 110px;
	float: left;
	font-size: 10px;
	clear: none;
	margin:27px 0 0 36px;	
}
#links ul {
	list-style: none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#links ul li {
	list-style: none;
	margin: 0 0 17px;
}
#links ul li a {
	text-transform: uppercase;
}

#links ul li a:link, #links ul li a:visited {
	color: #454546;
}
#links ul li a:hover, #links ul li a:active {
	color: #3b73b9;
	text-decoration:underline;
}
#links ul li a.current {
	color: #3b73b9;
}

#links ul ul {
	margin: 9px 0 0 16px;
}

#links ul ul li {
	list-style: none;
	margin: 0 0 8px;
}

#links ul li a {
	text-transform: none;
}

#links ul ul li a.current {
	color: #3b73b9;
}
#images{
	width:598px;
	float:left;
	clear:right;
	display:block;
}
#img {
	float: left;
	display: block;
	width: 229px;
}
#imgtxt {
	float: right;
	width: 366px;
	color: #FFFFFF;
	height: 186px;
	margin: 0 0 20px;
}
div.imgtxt-content {
	font: bold 13px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	padding: 50px 20px 0;
	text-align: justify;
}
#text-intro {
	/*float: left;*/
	/*height: auto;*/
	width:598px;
	/*background:transparent url(/images/dotts.png) repeat-x scroll 5% 6%;*/
	margin-bottom:20px;
	
}
#text-intro2 {
	float: left;
	height: auto;
	width:595px;
	background:transparent url(/images/dotts.png) repeat-x scroll 5% 4%;
	margin-bottom:20px;
	margin:0px 0 20px 0px;
}

.block-container {
	width: 598px;
	float: left;
	clear: both;
	/*margin-top:10px;*/
}
.block-container .block {
	clear: both;
	margin: 10px 0 30px;
	
}
.block-container .block .block-image {
	float: left;
	width:100px;
}
.block-container .block .block-text {
 float: right;
 width: 470px;
 text-align:justify;

}
.block-container .block-half {
	width:270px;
	float:left;
	margin: 0 23px 20px 0;
}
.block-container .block-half .block-image {
	width: 78px;
	float: left;
	margin: 0 14px 0 0;
}
.block-container .block-half .block-text {
	float: right;
	width: 177px;
	text-align:justify
}
.block-container .block-half .block-text h3{
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
	margin: 0;
}
.block-container .block-half .block-text h3 a {
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
	margin: 0;
}
.block-container .block-half .block-text h3 a:hover{
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
	margin: 0;
	text-decoration:underline;
}
.block-container .block-half .block-text em {
 margin: 0 0 3px;
 display:block;
}
.block-container .block-half .block-text p {
	color: #333333;
	font-size:10px;
} 
.block-container .block-wide {
	clear:both;
	/*margin:20px 0 20px;*/
}
.block-container .block-wide .block-header {
	clear:both;
}
.block-container .block-wide .block-header h3 {
	font-size: 12px;
	font-weight: normal;
}
.block-container .block-wide .block-header h4 {
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
}
.block-container .block-wide .block-image {
	clear:both;
	margin:20px 0;
}
.block-container .block-wide .block-text {
	clear:both;
}
.block-container .block-wide .block-text h3 {
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
}
.block-container .block-wide .block-text p {
	color: #333333;
	font-size:10px;
	padding: 0 0 10px;
}
.block-container .block-wide .block-text p a {
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
}
.container {
	 float: left;
	 width: 598px;
	 margin-top: 0px;
	 text-align:justify;
	 color: #454546;
	 font-size:11px;
	 padding: 0 0 0px;
	 font-family:Arial, sans-serif;
}
.container h3 {
	color: #426AA5;
	font-size:15px;
	font-weight: normal;
	margin: 0 0 20px;
}
.container h4 {
	color: #426AA5;
	font-size:12px;
	font-weight: bold;
	margin: 15px 0 10px;
}
.container h4 a {
	color: #426AA5;
	font-size:12px;
	font-weight: bold;
	margin: 0 0 10px;
}
.container hr {
	border-top:1px dotted #333333;
	margin:10px 0;
	height:0;
	background:#ffffff;
}
.container p {
	font-family:Arial, sans-serif;
	color: #333333;
	font-size:11px;
	padding: 0 0 0px;
}
.container p a {
	color: #426AA5;
	font-size:10px;
	font-weight: bold;
}
.container p a:hover {
	text-decoration:underline;
}
#form-container {
	width: 598px;
	margin-top: 25px;
	float: left;
}
#form-intro {
	
	width: 598px;
	text-align:justify;
/*	clear: both;*/
	float: left;
}
#info1 {
	width: 250px;
	float: right;
	margin: 20px 0 0;
}
#info2 {
	float: left;
	width: 250px;
	margin: 20px 0 15PX;
}
#info1 ul, #info2 ul {
	list-style:none;
}
#info1 li, #info2 li {
	font: bold 11px Arial, Helvetica, sans-serif;
}
textarea {
	border:1px solid #929292;
	float:right;
	width:448px;
}
label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
}

label#id-enquiry {
	margin-left: 230px;
}
.title-txt {
	font: 23px "Trebuchet MS";
	color: #424344;
	background: #ffffff;
	
	
}
.enquiry {
	float: left;
	height: 150px;
	width: 400px;
}
p.holanda {
	font: 18px Arial, Helvetica, sans-serif;
	color: #3b73b9;
}
.button {
	clear: both;
	float: left;
	margin: 10px 0 0 150px;
}
.form-up {
	color: #3b73b9;
	font: bold 11px Arial, Helvetica, sans-serif;
}
.container p.copy {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3b73b9;
	margin: 0 0 6px;
}
.enter {
	font: bold 11px Arial, Helvetica, sans-serif;
	color:#454546;
}
.http {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #3b73b9;
}
.txt {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#454546;
	line-height:16px;
}
.label-text {
	clear:left;
	float:left;
	width:150px;
	height: 30px;
}
.label-textarea {
	clear:left;
	float:left;
	width:100px;
	height: 30px;
}
.input-text {
	float:left;
	border: 1px solid #929292;
	height: 20px;
	margin: 0 0 10px;
}
.text {
	color: #939393;
	text-align:justify;
	font: 17px "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	margin-top: 3px;
/*	line-height:150px;*/
	background:transparent url(/images/dotts.png) repeat bottom;
}
#footer {
	height: 50px;
	clear: both;
	margin: 22px auto 0 213px;
	width: 598px;
}
#footer ul {
	display: block;
	float: left;
	width: 500px;
	margin: 0 0 0 33px;
}
#footer li {
	 display: block;
	 float: left;
	 width:auto;
	 list-style: none;
	 border-right: 1px solid #CCCCCC;
	 padding:0px 13px;
	 text-align: center;
}
#footer li.border {
	border: none;
}
#footer-txt {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #59595c;
}
#footer #footer-txt a:link {
	color: #595956;
}
#footer #footer-txt a:hover {
	color: #595956;
	text-decoration:underline;
}
#footer #footer-txt .a:active {
	color: #59595c;
}
#footer #footer-txt a:visited {
	color: #595956;
}
.line {
	background: url(/images/dotts.png) repeat;
	height: 30px;
	width: 598px;
	margin-bottom:40px;
	float: right;
	clear: both;
}
.clear {
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
}
a {
	text-decoration: none;
}
.border-dotted{
	 background: url(/images/dot.png) repeat-x ;
	 /*float:left;*/
	 height:1px;
	 width:100%;
}
