html {
	height: 100%;
}

body {
	background: #6b6d5c url(../img/bg.png) repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
}

body, p, div, td, .normal {
	font-family: Verdana, Arial, sans-serif;
	color: #868564;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 200%;
}

h1,h2{
	color:#868564;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
h1{
	font-family:arial,helvetica;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
}
h2{
	font-family:arial,helvetica;
	font-size:16px;
	text-transform:lowercase;
	font-weight:normal;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

p{
	margin-bottom:1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}
img {
	border: 0;
}

a:link, a:active, a:visited, a:hover {
	color: #1e7fac;
	text-decoration: underline;
}

a:hover {
	color: #1e7fac;
	text-decoration:none;
}

#container{
	margin:0 auto;
	width:901px;
	height:100%;
	background:white;
}
#headerHome{
	height:417px;
	background: white url(../img/vlabec.png) no-repeat left top;
}

#header{
	height:193px;
	background: white url(../img/vlabec2.png) no-repeat left top;
}

#menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	padding-top:50px;
	padding-left:260px;
	overflow:hidden;
}

#menu li {
	float: left;

}

#menu li a:link, #menu li a:active, #menu li a:visited, #menu li a:hover {
	display: block;
	height: 16px;
	line-height:16px;
	padding: 0px 18px 0px 0px;
	color: #5a592b;
	text-decoration: none;
	vertical-align:middle;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
	white-space:nowrap;
}

#menu li a:hover {
	color: #1e7fac;
}

.selected {
	color:#c1d72d;
}
#menu li.contact{
	float: right;
	
}

#menu li.selected a:link, #menu li.selected a:active, #menu li.selected a:visited, #menu li.selected a:hover {
	color: #c1d72d;
}

#body{
	background: white url(../img/vlabec_bottom_left.png) no-repeat left top;
}
#bodyTable{
	width:100%;
}
#bodyTable td.borderLeft{width:16px;}
#bodyTable td.borderRight{width:18px;}
#bodyTable td.sideBarCell{
	width:239px;
	vertical-align:top;
}
#bodyTable td.bodyCell{
	width:628px;
	vertical-align:top;
}
#footer{
	height:124px;
	background: white url(../img/footer.png) no-repeat left top;
}


#formContainer{
	width:502px;
	background:white url(../img/form_bg.png) repeat-y top;
}
#formTop{
	width:502px;
	height:7px;
	background:white url(../img/form_top.png) no-repeat top;
	
}
#formBody{
	text-align:center;
}
#formBottom{
	width:502px;
	height:7px;	
	background:white url(../img/form_bottom.png) no-repeat bottom;
}
#formAanvraag{
	width:415px;
}
#formAanvraag td{
	text-align:left;
	padding:0;
	margin:0;
}
#formAanvraag td.formCaption{
	width:72px;
}
#formAanvraag td.formFull{
	width:415px;
}
#formAanvraag td.formBlueBg{
	width:391px;
	padding:12px;
	background:#edfafd;
}
#formAanvraag td.formBlueBg h3{
	color:#3b94db;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}

#formAanvraag td.gemeenteCaption{
	width:119px;
	text-align:center;
}
#formAanvraag input.formFieldNormal{
	padding:0;
	margin:0;
	width:341px;
	border:1px solid #c6c6c6;	
}
#formAanvraag input.postcodeCell{
	padding:0;
	margin:0;
	width:41px;
	border:1px solid #c6c6c6;
}
#formAanvraag input.gemeenteCell{
	padding:0;
	margin:0;
	width:179px;
	border:1px solid #c6c6c6;
}

#formAanvraag hr{
	border:0;
	background-color:#e4e4e2;
	color:#e4e4e2;
	height:1px;
}


#formAanvraag td.title{
	color:#72b3e6;
	font-family:arial, helvetica;
	font-size:14px;
}
#formAanvraag td.verstuur{
	width:415px;
	text-align:right;
}
#formAanvraag textarea{
	border:1px solid #c6c6c6;
	width:413px;
	height:130px;
}

#formAanvraag input.verstuur{
	color:#72b3e6;
	border:0;
	margin:0;
	padding:0;
	padding-left:10px;
	width:150px;
	background:url(../img/submit.gif) no-repeat left;
}

.highlight{
	color:#0f7dd4;
}

.center{
	text-align:center;
}
table.tarieven{
	width:100%;
	padding:0;
	margin:0;
	border:0;
}
table.tarieven th{
	font-weight:bold;
	color:#5a592b;
	padding-bottom:4px;
	border:0;
	border-bottom:1px solid #5a592b;
	text-align:left;
}
table.tarieven td{
	padding:2px 0px 2px 0px;
	border:0;
	border-bottom:1px solid #d2d2d0;
}
.prijs{
	color:#3f97dd;
}
.black{
	color:black;
}
#footer{
	color:#999999;
	padding-left:20px;
}


.blockborder{
	border:1px solid #e1e1e1;
	border-right:3px solid #f0f0f0;
	border-bottom:3px solid #f0f0f0;
}
.blockborder input{
	padding:2px;
	line-height:100%;
}
.required{background-color:#FFC3B2;border:1px solid #a5acb2;}
input.verstuur{
	color:#72b3e6;
	border:0;
	margin:0;
	padding:0;
	padding-left:10px;
	width:150px;
	background:url(../img/submit.gif) no-repeat left;
}
.blocktitle{
	background-color:#ebf9fd;
	width:100%;
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #def5fc;
}
.blocksubtitle{
	background-color:#f8fdff;
	border-bottom:1px solid #ebf9fd;
	font-weight:bold;
	font-size:10px;
}
