body, html{
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
}


body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
}
address {
	position: absolute;
	z-index: 6;
	right: 16px;
	top: 0px;
	border-top: 18px solid #00a6a6;
	color: #666666;
	text-align: right;
	font-style: normal;
	padding-top: 10px;
}
address strong {
	color: #aa0000;
}
h1.sitetitle {
	padding: 0;
	margin: 0;
	line-height: 32px;
	position: absolute;
	z-index: 4;
	left: 0px;
	width: 100%;
	top: 132px;
	color: #ffffff;
	background-color: #00a6a6;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 10px;
}
h1.sitetitle span {
	margin: 0 30px;
}
#contentcontainer {
	position: absolute;
	left: 260px;
	width: 500px;
	top: 190px;
}

#contentcontainer h1, #contentcontainer h2, #contentcontainer h3 {
	color: #aa0000;
	padding: 0 0 10px 0;
	margin: 0;
}
#contentcontainer h2 {
	font-size: 13px;
	padding: 10px 0 0 0;
}
#contentcontainer h3 {
	font-size: 12px;
	padding: 10px 0 0 0;
}
#contentcontainer a {
	color: #aa0000;
}
#contentcontainer h1 {
	line-height: 20px;
	font-size: 18px;
}
#topmenu {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 183px;
	padding-right: 40px;
	width: 180px;
	left: 0px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	z-index: 3;
}
#topmenu ul {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#topmenu ul li {
	float: left;
	width: 180px;
}
#topmenu ul li a {
	text-align: right;
	font-size: 16px;
	display: block;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 7px 0;
	line-height: 20px;
}
#topmenu ul li a:hover,  #topmenu ul li.currentitem a{
	color: #aa0000;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 132px;
	z-index: 5;

}
#logo a {
	position: absolute;
	width: 239px;
	height: 44px;
	overflow: hidden;
	text-indent: -9999px;
	left: 29px;
	top: 23px;
	background-image: url(../img/logo.png);
	cursor: pointer;
}

#visuals {
	position: absolute;
	z-index: 1;
	left: 0px;
	width: 100%;
	overflow: hidden;
	top: 0px;
	height: 132px;
	background-image: url(../img/bg/autos.jpg);
	background-repeat: no-repeat;
}
#visuals img {
	position: absolute;
	border-right: 20px solid #ffffff;
	height: 132px;
	right: 0px;

}
#logos {
	position: absolute;
	top: 160px;
	right: 16px;
	border-bottom: 18px solid #00a6a6;
	width: 160px;
	background-color: #ffffff;
}
#logos a {
	float: left;
	height: 132px;
	width: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -1234em;
	margin-left: 25px;
}
#logos a.col1 {
	background-image: url(../img/logos/aferkend.gif);

}
#logos a.col2 {
	background-image: url(../img/logos/huisschilderplan.gif);


}
#logos a.col3 {
	background-image: url(../img/logos/vve.gif);
	margin-left: 39px;



}

/* formulieren */

.inputrow, .inputdiv {
	display:block;
	margin: 5px 0px;
	clear: both;
	min-height: 20px;
	float: left;
	width: 100%;

}
.header .inputfields {
	border-bottom: none;
}
.header .inputfields {
	color: #aa0000;
}
* html .inputfields {
	height: 18px;
}
* html .inputfields select {
	margin-left: 10px;
}

.inputlabel, .inputheader {
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #f3f3f3;
	margin-right: 10px;
	width: 200px;
	float: left;
}
.rowover .inputlabel {
	border-bottom: 1px solid #000000;
}
.inputheader {
	color: #1C2F6A;
	border: none;
	white-space: nowrap;
}


.inputfields {
	float: left;
	width: 270px;
	margin-bottom: 4px;
	border-bottom: 1px solid #ffffff;
	min-height: 20px;
}
.inputfields span {
	font-weight: bold;
	padding-top: 4px;
	float: left;

}
.inputrow input, .inputrow textarea {
	border: 1px solid #999999;
	background-position: right center;
	background-repeat: no-repeat;
	padding-left:  2px;
	display: inline;
	background-color: #f8f8f8;



}
.inputrow input[type="hidden"] {
	visibility: hidden;
}
.inputrow textarea {
	margin-top: 20px;
}
#linked span.required {
	background-image:url(../img/required_non.gif);
	background-position:2px center;
	background-repeat:no-repeat;
}
.inputradio {
	border: none !important;
	background-color: transparent !important;
	height: 13px;
	width: auto !important;
}
.psubmit {
	background-color: #aa0000 !important;
	border: 1px solid #aa0000;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	float: right;
	position: relative;
	width: auto !important;
}

