@charset "utf-8";
/* CSS Document */

body{
	background-color: #bfcee3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #545456;
	line-height: 16px;
}

div#website {
	position: relative;
	margin: 0 auto;
	width: 980px;
	margin-top:15px;
}
div#header {
	width: 980px;
	height: 146px;
	position: absolute;
	top:0px;
	left:0px;
	background-image:url(../img/land_pages/ks/header.jpg);
	background-position: 0 0;
	background-repeat:no-repeat;
}
div#content, div#content_small {
	width: 980px;
	height:560px;
	position: absolute;
	top:146px;
	left:0px;
	background-image:url(../img/land_pages/ks/bg.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	color: #545456;
}

div#content_small{
	height:230px;
}

div#footer {
	width: 980px;
	height:31px;
	position: absolute;
	top:706px;
	left:0px;
	background-image:url(../img/land_pages/ks/footer.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

div#header_txt{
	display:none;
}

div#header_txt h1 {
	margin-left:60px;
	padding-top:20px;
	color:#ffffff;
	font-size:21px;
}
h1 a{
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:21px;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size:21px;
}

div#contentLeft {
	width: 600px;
	height: 500px;
	position: absolute;
	top:20px;
	left:50px;
}

h1.maandlast{
	margin-top:0px;
	padding-top:0px;
	color: #ff9940;
}

h2{
	margin:0px;
	padding:0px;
	color:#545456;
	font-size:13px;
}

div#contentLeft_txt{
	width: 580px;
	float:left;
	color:#545456;
}
div#contentLeft_txt p{
	color:#545456;
}

ul#vragenKoopsubsidie {
	font-size:11px;
	list-style:circle;
	line-height:22px;
	padding-left:30px;
	padding-bottom:13px;
}

div#contentRight {
	width: 300px;
	height: 500px;
	position: absolute;
	top:20px;
	left:655px;
}

div#side_header{
	width: 261px;
	height:72px;
	position: absolute;
	top:40px;
	left:39px;
}

div#side_form{
	width: 261px;
	height:259px;
	position: absolute;
	top:120px;
	left:39px;
	background-image:url(../img/land_pages/ks/side_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

div#side_form_content{
	position: absolute;
	top:50px;
	left:8px;
}

div#logoBox{
	width:300px;
	position: absolute;
	top:390px;
	left:0px;
}

div#footer_content{
	width:700px;
	position: absolute;
	top:510px;
	left:50px;
	font-size:9px;
	color: #545456;
}
div#footer_content p{
	font-size:9px;
	color: #545456;
}

/*text specific items*/

.orange{
	color:#ff9940;
}

span.foutmelding{
	font-size:10px;
	color: #ff9940;
}

p a, p a:visited{
	color: #ff9940;
	text-decoration: none;	
}
p a:hover {
	color: #545456;
	text-decoration: underline;	
}
/*form*/

td.label{
	 width:80px;
	 vertical-align:top;
	 color:#545456;
	 font-weight:bold;
}
td.input{
	 width:170px;
	 vertical-align:top;
}
input.inputfield{
	border:1px solid #186fa6;
	color:#545456;
	width:150px;
}
input.verplichtFout{
	border:1px solid #186fa6;
	background-color: #AEB4BB;
	color: #ffffff;
	width:150px;
}
div#btn_form{
	position: absolute;
	top:145px;
	left:48px;
}