/* CSS Document */
body, html {
    margin: 0;
    width: 100%;
    height: 100%;

}

html {
	background: #030321 url("../gfx/css/back.jpg") no-repeat;
	overflow-y: scroll;
}

body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #030321;	
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	margin-bottom:  8px;
	font-weight: bold;
}

h1 {
	font-size: 11pt;
}

h2 {
	font-size: 10pt;
}


h3 , h2 span{
	font-size: 8pt;
	font-weight: normal;
}
  
.contentholder {
	width: 755px;
	margin: 52px 0 0 173px;
}

.content {
	position: relative;
	width: 755px;
	float: left;
	overflow: visible;

}

.kop {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}

.kop1, .kop2  {
	width: 755px;
	float: left;
}

.kop1 {
	height: 72px;
	text-align: right;
}

.kop2 {
	height: 138px;
}

.kop2 .kopleft {
	float: left;
	height: 138px;
	padding-left: 72px;
	width: 281px;
}

.kop2 .menufoto {
	float: left;
	width: 402px;
	height: 138px;
	text-align: right;
}

.topnav {
	width: 1033px;
	padding: 5px 0 5px 5px;
	background-color: #ccc;
	height: 20px;
}

.topnav span {
	font-weight: bold;
}

.topnav a {
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

.topnav a:hover {
	color: #000;
	text-decoration: underline;
}


.leftdiv {
	position: absolute;
	left: 0;
	top: 0;
	width: 483px;
	min-height: 400px;
	overflow: visible;
	padding: 210px 8px 0px 8px;
	background: url("../gfx/css/huisback.gif") no-repeat left bottom;
}

.kop2 h1, .leftdiv h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.leftdiv a {
/*	text-decoration: none;
	font-weight: bold;*/
	color: #222;
	
}

.alinea {
	float: left;
	width: 100%;
	margin: 5px 0 5px 0;
	line-height: 18px;
}


.rightdiv {
	position: absolute;
	left: 515px;
	top: 0;
	width: 230px;
	padding: 220px 10px 0 0;
}


.menuitemrow, submenuitemrow {
	float: left;
	height: 14px;
	width: 230px;
	padding: 4px 0 8px 0px;
	font-size: 11pt;
	color: #5cab14;
	/*border-bottom : 1px solid grey; */
}


.menuitemrow a, .submenuitemrow a {
	float: left;
	display: block;
	width: 230px;
	text-decoration: none;
	color: #609e21;
	font-weight: bold;
}

.submenuitemrow{
	padding: 3px 0 4px 10px;
	width: 220px;
	font-size: 10pt;
	
}

.submenuitemrow a {
	width: 220px;
}

.submenuitemrow a:hover, .submenuitemrow a.selected, .menuitemrow a:hover, .menuitemrow a.selected, .rightdiv a:hover{
	color: #6C3; 
}



.alinea .right {
	float: right;
	margin: 0 0 8px 5px;
	text-align: center;
	font-size: 10px;
}

.alinea .left {
	float: left;
	margin: 0 8px 5px 0 ; 
	text-align: center;
	font-size: 10px;
}

.alinea .midden {
	width: 100%;
	margin: 5px 0 5px 0; 
	text-align: center;
	font-size: 10px;
}

.alinea_left, .alinea_center {
	width: 300px;
	text-align: center;
	font-size: 8pt;
	color: #333;
}

.alinea_left {
	float: left;
	margin-left: 40px;
}

.alinea_center {
	margin: 0 auto 0 auto;
}

.alinea_left img, .alinea_center img{
	margin-bottom: 5px;
}

.alinea_right {
	float: left;
	width: 240px;
	padding-left: 120px; 
}

.alinea_right p{
	margin-top: 0;
}

.alinea_textarea {
	width: 662px;
	height: 400px;
}

/*  -   interesse   -----------*/
.interestForm {
	float:left;
	font-size:9pt;
	margin-bottom:10px;
	width:480px;
}

.interestForm p {
	color:#040001;
	clear:both;
	margin:3px 0 0 0;
}

.interestForm p.requiredtext{
	font-size: 7pt;
}

.interestForm .fieldset {
	border:none;
	margin:18px 0 20px 0;
	padding:5px;
	width: 470px;
}



.interestForm legend {
	color:#333333;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.interestForm label {
	display:block;
	float:left;
	width:200px;
}

.interestForm input {
	width: 260px
}

.interestForm input.postcode {
	width: 50px;
	margin-right: 2px;
}

.interestForm input.plaats {
	width: 200px;
}

.interestForm .labelinfo {
		width: 100%;
		margin: 10px 0 10px 0;
}

.interestFrom textarea.info {
	width: 450px;
	
}

.interestForm .inputbutton {
	float: left;
	width:230px;
	margin:10px 0 10 0;
}



  

