/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #cac6c6 url(../images/bg.gif) repeat-x;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div#website {
	width: 709px;
	height: inherit;
	margin: 0 auto 0 auto;
}

div#informatie {
	height: 775px;
	background: url(../images/bg_website.gif) repeat-y;
}

div#header {
	height: 58px;
	border-bottom: 6px solid #f58223;
	border-top: 1px solid #FFFFFF;
	margin: 1px 1px 1px 1px;
	background: #FFFFFF;
}

div#linkerkant {
	width: 370px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #eaeaea;
}

div#rechterkant {
	width: 336px;
	float: left;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #333333;
}

div#footer {
	color: #acabab;
	text-align: center;
}

/*  HEADER  */

div#header img {
	float: left;
}

div#header a {
	width: 158px;
	height: 26px;
	background: url(../images/bg_naar_de_website.gif) no-repeat;
	float: right;
	margin: 32px 0 0 0;
}


/*  LINKERKANT  */

div#linkerkant div#inleiding {
	background: #eaeaea;
	border-bottom: 1px solid #FFFFFF;
}

div#linkerkant div#inleiding h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #f58223;
	padding: 25px 25px 0 25px;
}

div#linkerkant div#inleiding h2 {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #000000;
	padding: 20px 25px 0 25px;
}

div#linkerkant div#inleiding p {
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	padding: 20px 25px 25px 25px;
}

div#linkerkant form div.keuzemogelijkheid {
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	background: #d1e3ef url(../images/bg_keuzemogelijkheid.gif) no-repeat;
	padding: 15px 25px 15px 50px;
	border-bottom: 1px solid #FFFFFF;
}


div#linkerkant form div#contactgegevens {
	background: #eaeaea;
	padding: 0 0 10px 0;
}

div#linkerkant form div#contactgegevens h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #f58223;
	padding: 15px 25px 0 25px;
}

div#linkerkant form div#contactgegevens table {
	margin: 15px 25px 0 22px;
}

input.txtInvoeren {
	background: #9d9d9d;
	border: 0;
	height: 20px;
	width: 200px;
	color: #FFFFFF;
	text-indent: 3px;
	line-height: 20px;
}

input.btnVerzenden {
	background: url(../images/bg_verzenden.gif) no-repeat;
	display: block;
	border: 0;
	width: 134px;
	height: 25px;
}

/*  FORMULIER VALIDATIE  */
td.error {
	color: #FF0000;
}

div#melding {
	padding: 10px 25px 0;
	color: #FF0000;
}


div#rechterkant div#rectangle {
	border: 0;
	width: 336px;
	height: 280px;
	display: block;
	overflow: hidden;
}

div#rechterkant div#bedrijfsinformatie {
	background: #333333;
	padding: 0 0 43px 0;
}

div#rechterkant div#bedrijfsinformatie h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #f58223;
	padding: 25px 25px 0 25px;
}

div#rechterkant div#bedrijfsinformatie p {
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 25px 25px 0 25px;
}

div#footer {
	width: 709px;
	height: 5px;
	background: url(../images/bg_footer.gif) no-repeat;
	overflow: hidden;
}
