html {
	height:100%;
}
body {
	font-family:"Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	height:100%;
	background-color:#a31d2f;
	background-image:url(img/bg01.gif);
	background-repeat:repeat-x;
	background-position:top;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
}
a,.inputbutton {
	outline:none;
}
hr {
	border:1px solid #decebe;
	border-bottom-color:#fff;
}
table {
	font-size:12px;
}
#container {
	position:relative;
	width:800px;
	margin-left:-400px;
	left:50%;
}
#header {
	position:relative;
	height:340px;
	background-image:url(img/bg-header.jpg);
}
#header h1 {
	text-indent:-9999px;
	position:absolute;
}
#menu {
	position:absolute;
	bottom:15px;
	left:19px;
	height:40px;
	list-style:none;
}
#menu li{
	float:left;
	font-size:11px;
}
#menu .border{
	display:block;
	width:2px;
	line-height:40px;
	background-image:url(img/btn-border.gif);
}
#menu a{
	color:#ffcd87;
	text-decoration:none;
	display:block;
	line-height:40px;
	padding:0 6px;
}
#menu a:hover,#menu .selected{
	background-image:url(img/btn-hover.gif);
}
#content {
	position:relative;
	padding:5px 25px;
	background-image:url(img/bg-content.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#decebe;
	min-height:245px;
	_height:245px;
}
#content a{
	color:#a31d2f;
}
#content a:hover{
	text-decoration:none;
}
#content p{
	padding-top:5px;
	padding-bottom:10px;
}
#content h1{
	font-weight:normal;
	font-size:30px;
	color:#a31d2f;
	margin-left:-2px;
	margin-bottom:8px;
}
#content ul{
	margin-bottom:10px;
}
#content li{
	list-style:square;
	margin-left:25px;
}
#content ul ul{
	margin-left:25px;
}
#content ul ul li{
	list-style-type:circle;
}
#content img{
	vertical-align:middle;
}
#content #slideshow{
	width:100%;
	height:480px;
	margin:10px auto 5px;
}
#footer {
	position:relative;
	height:220px;
	background-image:url(img/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#footer #adres{
	position:absolute;
	width:800px;
	top:25px;
	left:25px;
	color:#f9f6f4;
	line-height:15px;
}
#footer #adres h1{
	color:#ffcd87;
	font-size:26px;
	font-weight:normal;
	line-height:25px;
	margin-bottom:5px;
}
#footer #adres h2{
	color:#ffcd87;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
}
#footer #adres a{
	color:#ffcd87;
}
#footer #adres a:hover{
	text-decoration:none;
}
#footer #envelope{
	position:absolute;
	width:76px;
	height:83px;
	right:15px;
	top:-10px;
}
#footer #formulier{
	position:absolute;
	top:25px;
	left:350px;
	color:#decebe;
	width:440px;
	line-height:18px;
}
#footer #formulier input{
	width: 150px;
	vertical-align: middle;
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	border: solid 1px #fff;
	padding-left:3px;
	background-image:url(img/bg-inputfield.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dfcfbf;
	height:16px;
}
#footer #formulier textarea{
	width:310px;
	height:40px;
	font: normal 12px "Trebuchet MS", Arial, Verdana;
	border: solid 1px #fff;
	padding-left:3px;
	background-image:url(img/bg-textarea.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dfcfbf;
	overflow:auto;
}
#footer #formulier .curFocus{
	background-image:none;
	background-color:#f9f6f4;
	border-color:#000;
}
#footer #formulier input.inputbutton{
	background-image:none;
	background-color:#a31d2f;
	color:#f9f6f4;
	width:100px;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border:1px solid #550000;
	margin-top:44px;
	margin-left:5px;
	height:20px;
}
#footer #formulier label{
	display:block;
}
#footer #formulier div{
	float:left;
	margin-right:6px;
}
#footer #formulier .break{
	clear: both;
}
#footer #formulier .error{
	color:#ff0000;
}
#footer #formulier label.error{
	font-size:11px;
	line-height:13px;
}
#footer #proximedia {
	position:absolute;
	right:10px;
	bottom:3px;
	color:#ffcd87;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#footer #proximedia img{
	vertical-align:text-top;
}
#stratenplan {
	position:absolute;
	width:800px;
	margin-left:-412px;
	left:50%;
	height:600px;
	top:50px;
	border:4px solid #000;
	background-color:#fff;
	padding:10px;
	display:none;
	text-align:center;
	font-size:11px;
}
#stratenplan a{
	color:#000;
	margin-top:5px;
}
