@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	background-color: #ccb77f;
	margin: 0px;
	padding: 0px;
	background: url(images/horizon.jpg) fixed top center no-repeat #ccb77f;
}

h1 {
	margin-left: 15px;
	margin-bottom: 10px;
	font-family: Verdana;
	color: #1a4d7c;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	font-family: Verdana;
	font-size: 1.3em;
	line-height: 20px;
	font-weight: bold;
}
h3 {
	font-family: Verdana;
	font-size: 1.1em;
	line-height: 20px;
	font-weight: bold;
}

blockquote {
	line-height: 20px;
	padding: 5px;
/*	background: #be0721;  */
	background: #148db9;
	color: #fff;
	border: 1px solid #333;
}

a:link { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333; }
a:hover { text-decoration: none; color: #333; }
a:active { text-decoration: none; color: #333; }

#tablemain {
	border: 1px solid #ddd;
	width: 500px;
	text-align: center;
}
#tablemain tr {
	height: 20px;
}
#tablemain th {
	background-color: #a71616;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

#container {	
	background: #fff;
	border: 0px;
/*	border-left: 1px solid #333;
	border-right: 1px solid #333; */
	width: 980px;
	height: auto;
	min-height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 980px;
	height: 160px;
	vertical-align: bottom;
}
#horibar {
	width: 100%;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	
	padding: 5px 0px;
	text-align: center;
	}

#main {
	padding-top: 15px;
	width: 960px;
	height: auto;
	min-height: auto;
}
#main p {
	text-align: justify;
	line-height: 20px;
}
#main #menu {
	width: 180px;
	min-height: 300px;
	height: auto;
	background: #fff;
}
#main_table {
	width: 100%;
	height: auto;
	min-height: 450px;
}
#main_table .space{
	width: 30px;
}
#main_table .menu_cell{
	width: 195px;
	vertical-align: top;
}
.menu_cell li {
	font-size: 12px;
	list-style-type: none;
	list-style-position: inherit;
	display: inline;
}
#main_table #content img {
	float: right;
	padding: 30px;
}
#contenttable img {
	padding: 20px 0 20px 0;
}
#rotation {
	background: #123456;
	width: 180px;
	height: 280px;
	border: 0px;
	margin-top: 10px;
}
#nawgegevens {
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	border: 0px;
	margin-top: 10px;
}
#nawgegevens p{
	text-align: center;
	line-height: 13px;
}

#gebruikt_iframe {
	width: 760px;
	height: 2150px;
	border: 0px;
}
#adresgegevens {
	width: 100%;
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 15px;
}
#adresgegevens li {
	width: 32%;
	float: left;
}

#footer {
	background: url(images/footer.jpg) left bottom no-repeat;
	position: relative;
	text-align: center;
	border-top: 1px solid #ddd;
	bottom: 0px;
	width: 980px;
	height: auto;
	min-height: 100px;
}
#footer p {
	padding: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#footer .isn {
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
#voortenten {
	font-weight: bold;
	color: #333;
	font-size: 30px;
}
#voortenten a:link { text-decoration: none; color: #333; }
#voortenten a:visited { text-decoration: none; color: #333; }
#voortenten a:hover { text-decoration: underline; color: #333; }
#voortenten a:active { text-decoration: none; color: #333; }
#voortenten li {
	float: left;
	line-height: 40px;
	height: 40px;
	width: 350px;
}

form.jqtransformdone label{
	width: 145px;
	height: auto;
	margin-top:4px;
	margin-right: 8px;
	float:left;
	line-height: 25px;
	
	text-align: right;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:5px 0;
}

form input {
	width: 200px;
	height: auto;
	border: 1px solid #333;
}

label.error {
	position:absolute;
	width: 180px !important;
	color: red;
	text-align: left !important;
	padding-left: 12px;
	font-size: 1.2em;
}
