@import url('reset.css?v1.0');
@import url('base.css?v1.0');

body{
	color: #80a3b7;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;	
	background: url(../media/images/bg.gif) no-repeat center top #6f1400;
}

#container{
	margin: 0px auto;
	width: 987px;
	background: url(../media/images/bg_container.gif) repeat-y left top #fff;
}

#baseline_top{
	height: 24px;
	text-align: right;
}

#header{
	height: 167px;
	overflow: hidden;
}

	#header img{
		display: block;
	}

#print_header{
	display: none;
}

#navigatie{
	height: 31px;
	line-height: 31px;
	color: #fff;
	font-size: 1.10em;
	background-color: #80a3b7;
	padding: 0px 10px 0px 219px;
	font-family: "Trebuchet ms", Helvetica, Verdana, sans-serif;
}

#navigatie span{
	padding: 0px 4px;
}

	#navigatie a{
		color: #fff;
		text-decoration: none;
	}
	
	#navigatie a:hover, #navigatie a.selected{
		color: #6f1400;
	}
	
#content{
	margin-left: 209px;
	padding: 10px 10px 80px 10px;
	line-height: 160%;
	min-height: 120px;
	height: auto;
	_height: 120px;
}

	#content a:link, #content a:visited, #content a:hover, #content a:active{
		color: #80a3b7;
	}
	
	#content a:hover{
		text-decoration: none;
		color: #6f1400;
	}
	
	.images{
		float: right;
		width: 270px;
		padding-left: 10px;
		text-align: left;
	}
	
	.images img{
		margin-bottom: 10px;
	}
	
	.googlemap{
		width: 320px;
		float: right;
	}
	
	.formulier{
		width: 430px;
		float: left;
	}
	
	h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #6e1300;
	margin: 15px 0px;
	}
	
	h2{
		font-size: 1.1em;
		font-weight: bold;
		margin: 10px 0px;
	}
	
	h3{
		font-size: 1em;
		color: #6e1300;
		margin: 10px 0px;
		font-weight: bold;
	}
	
	h4{
		font-size: 1em;
		margin: 10px 20px;
	}
	
	h5{
		font-size: 0.95em;
		color: #6e1300;
		margin: 5px 0px;
	}
	
	h6{
		font-size: 0.95em;
		color: #999;
		margin: 5px 0px;
	}
	
	ul{
		list-style: disc;
		margin-left: 15px;
	}

#footer{
	padding-bottom: 15px;
	width: 987px;
	margin: -40px auto 0px auto;
	clear: both;
}

	#adres{
		float: left;
		width: 209px;
		color: #fff;
		font-size: 1.1em;
		height: 126px;
		line-height: 24px;
		margin-top: -93px;
		_position: relative;
		_top: 0px;
	}
	
		#adres a:link, #adres a:visited, #adres a:hover, #adres a:active{
			color: #fff;
			text-decoration: none;
		}
		
		#adres a:hover{
			text-decoration: underline;
		}
		
		
	
	#baseline_bottom{
		color: #6f1400;
		font-weight: bold;
		font-size: 1.3em;
		height: 34px;
		line-height: 32px;
		padding-left: 10px;
		float: left;
		width: 767px;
	}
	
/* styles for form elements */

.zend_form dt{
	float: left;
	clear: left;
	width: 150px;
	padding-bottom: 10px;
}

.zend_form label{
	font-weight: bold;
}

.zend_form dd{
	float: left;
	width: 260px;
	padding-bottom: 10px;
}

.zend_form input, .zend_form textarea{
	border: 2px solid #bfd1db;
	padding: 2px;
	font-size: 1em;
	color: #80a3b7;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.zend_form button{
	background-image: none;
	border: none;
	color: #fff;
	font-size: 1em;
	background-color: #80a3b7;
	padding: 3px 10px;
	cursor: pointer;
}

.required_message{
	font-style: italic;
	padding: 0px 0px 15px 0px;
	font-size: 0.95em;
}


.verzonden{
	color: #6f1400;
}

.required{
	background: url(../media/images/required.gif) right top no-repeat;
	padding-right: 10px;
}

.hidden{
	display: none;
}

.errors{
	list-style: none;
	margin: 0px;
	font-size: 0.9em;
	font-style: italic;
	color: #6f1400;
	line-height: 110%;
}

/* styles for nyroModal */

#nyroModalWrapper{
	border: 5px solid #fff!important;
}

/* styles for overriding reset.css */

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */
