/*
---------------------------------------------------------------------------
Reset de waarden
---------------------------------------------------------------------------
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}

ul,li {
	list-style-type:none;
	}

body,input,textarea {
	font:12px/18px Arial, Helvetica,sans-serif;
}

html, body {
	height: 100%;
}

body {
	background:#d2d2d2 ;
	text-align: center;
	color: #404040;
}

img {
	border:0;
	}

p {
	margin: 0 0 1.6em 0;
}



h1,h2,h3,h4 {
	line-height: 1.3em;
}


/*
---------------------------------------------------------------------------
Float Fix
---------------------------------------------------------------------------
*/


.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*
---------------------------------------------------------------------------
Container
---------------------------------------------------------------------------
*/

#container {
	width: 820px;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -23px auto;
	text-align: left;
	background: #fff;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/

#header {
	height:206px;
	width: 100%;
	background: url(../img/bg-top.gif) repeat-x;
}

#logo {
	height: 137px;
	width: 300px;
	float: left;

}

#logo h1 a {
	display: block;
	text-decoration: none;
	background: url(../img/logo.gif) no-repeat;
	width: 242px;
	height: 98px;
	margin: 30px 0 0 15px;
}

#logo h1 a span {
	visibility: hidden;
}

#visuals {
	float: right;
	display: inline;
	width: 516px;
}

#visuals img {
	margin-right: 1px;
	float: left;
	display: inline;
}



/*
---------------------------------------------------------------------------
Navigatie
---------------------------------------------------------------------------
*/

#nav {
	height: 34px;
	width: 100%;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #7e1807;
	padding: 10px 15px 9px 15px;
}

#nav li a:hover {
	color: #f39706;
}

#nav li {
	float: left;
	border-right: 1px solid #a53826;
}

#nav li ul {
	position: absolute;
	left: 0;
	background: #f39706;
}

#nav li ul li {
	border-right: 0px;
}

#nav li ul li a {
	padding: 7px 3px 6px 15px;
	border-right: 0px;

}

#nav li ul li a:hover, #nav li ul li a.active {
	color: #fff;
	text-decoration: underline;
}

#nav li a.active, #nav li a:hover {
	background: url(../img/pijl.gif) no-repeat bottom center;
	color: #f39706;
}

#nav li li a.active, #nav li li a:hover {
	background: none;
	color: #f39706;
}

#kruimelpad {
	position: absolute;
	right: 10px;
	top: 220px;
	font-size: 11px;
	color: #961702;
}

#kruimelpad a {
	color: #f39706;
}

#kruimelpad a.last {
	color: #961702;
	text-decoration: none;
}

/*
---------------------------------------------------------------------------
Content
---------------------------------------------------------------------------
*/

#content {
	width: 720px;
	margin: 0 0 30px 46px;
	padding-top: 35px;
}

#content h2,h3,h4 {
	margin-bottom: 0.5em;
}

#content a {
	color: #f39706;
}

#content a:hover {
	color: #961702;
}

#content h2 {
	font-size: 26px;
	font-weight: normal;
	border-bottom: 1px solid #ecebeb;
	padding-bottom: 10px;
	font-family: Century Gothic;
	color: #961702;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	color: #f39706;
}

#content img {
	border: 1px solid #d8d7d7;
	padding: 3px;
}


#content img.imgrechts {
	float: right;
	border: 1px solid #d8d7d7;
	padding: 3px;
	margin-left: 10px;
	margin-top: 3px;
}

#content img.imglinks{
	float: left;
	border: 1px solid #d8d7d7;
	padding: 3px;
	margin-right: 10px;
	margin-top: 3px;
}

#content ul {
	margin-bottom: 10px;
}

#content ul li {
	background: url(../img/blokje.gif) no-repeat left 7px;
	padding-left: 12px;
}

/*
---------------------------------------------------------------------------
Form
---------------------------------------------------------------------------
*/

form {
	width: 500px;
}

form label {
	float: left;
	width: 250px;
	display: block;
}

form input, form select {
	margin-bottom: 4px;
}

form input.normaal {
	width: 200px;
}

form input.straat {
	width: 161px;
}

form input.nr {
	width: 30px;
}

form input.postcode {
	width: 50px;
}

form input.woonplaats {
	width: 141px;
}

form .texta {
	margin: 10px 10px;
	width: 440px;
	min-height: 80px;
}

form fieldset {
	padding: 10px;
	border: 1px solid #ecebeb;
	margin-bottom: 15px;
}

form legend {
	font-weight :bold;
	padding: 0 7px;
}

.error {
    color: #FF0000;
}

/*
---------------------------------------------------------------------------
Push (voor sticky footer)
---------------------------------------------------------------------------
*/

#push {
	height: 23px;
}

/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/

#footer {
	height: 22px;
	position: relative;
	width: 820px;
	text-align: left;
	background: #f39706;
	border-top: 1px solid #cb7f07;
	color: #fff;
	line-height: 22px;
	font-size: 11px;
	margin: 0 auto;
}

#footer p.left {
	margin:  0 0 0 10px;
	float: left;
	display: inline;
}

#footer p.right {
	color: #fff;
	float: right;
	display: inline;
	margin-right: 10px;
	text-decoration: none;
}

#footer p a {
	text-decoration: none;
	color: #fff;
}

#footer p.right a:hover {
	color: #961702;
}
