/*
Layout
*/

body {
	background: #ccc url(../_images/bg.gif) no-repeat bottom center;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#container {
	background-color: #fff;
	text-align: left;
	width: 850px;
	margin: 50px auto 0 auto;
	padding: 0;
	}

#language {
	float: right;
	margin: -250px 0 0 0;
	padding: 0;
	}

#language li {
	font-size: 0.7em;
	float: left;
	margin: 0;
	padding: 0;
	}

#language li a {
	text-decoration: none;
	background: url(../_images/arrow.gif) no-repeat 0 6px;
	color: #444;
	margin: 0;
	padding: 2px 16px 2px 8px;
	}

#language li a:hover {
	text-decoration: underline;
	}

#home #header {
	background-image: url(../_images/bg01.jpg);
	}

#visie #header {
	background-image: url(../_images/bg02.jpg);
	}

#over #header {
	background-image: url(../_images/bg03.jpg);
	}

#werkwijze #header {
	background-image: url(../_images/bg09.jpg);
	}

#aanbod #header {
	background-image: url(../_images/bg15.jpg);
	}

#contact #header {
	background-image: url(../_images/bg05.jpg);
	}

#links #header {
	background-image: url(../_images/bg16.jpg);
	}

#verkopen #header {
	background-image: url(../_images/bg14.jpg);
	}

#juridisch #header {
	background-image: url(../_images/bg04.jpg);
	}

#header {
	background-repeat: no-repeat;
	background-position: left 100px;
	height: 230px;
	margin: 0;
	padding: 0;
	}

#logo {
	height: 140px;
	margin: 0;
	padding: 40px 0 0 260px;
	}

#content {
	float: left;
	width: 760px;
	margin: 30px 40px 60px 40px;
	}


/*
Navigatie
*/

#nav {
	background: url(../_images/nav-bg.png) no-repeat top left;
	float: left;
	width: 850px;
	margin: 0 ;
	padding: 0;
	}

#nav-types {
	width: 760px;
	margin: 0 0 40px 0;
	padding: 0;
	}

#nav ul, #nav-types ul {
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	margin: 0 auto;
	padding: 0;
	}

#nav li, #nav-types li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav li a {
	display: inline-block;
	background: url(../_images/nav-active.png) no-repeat center 999px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	}

#nav li a, #nav-types li a {
	text-decoration: none;
	margin: 0;
	padding: 5px 10px;
	}

#nav a:hover, #home #nav-home a, #visie #nav-visie a, #over #nav-over a, #werkwijze #nav-werkwijze a, #aanbod #nav-aanbod a, #contact #nav-contact a, #links #nav-links a, #verkopen #nav-verkopen a, #juridisch #nav-juridisch a {
	background-position: center 38px;
	}

#nav-types .selected {
	color: #1a284b;
	font-weight: bold;
	}



#subnav {
	float: left;
	width: 152px;
}

#subnav h3 {
	font-weight: 1em;
}

#subnav h3 a {
	text-decoration: none;
}

#subnav ul {
	margin: 1em 0 0 0;
	padding: 0;
}

#main {
	float: left;
	width: 608px;
}

#home #main {
	width: 520px;
}

#sub {
	overflow: hidden;
	float: right;
	width: 200px;
}

#bargain {
	width: 16000px;
	margin: 0;
	padding: 0;
}

#bargain li {
	font-size: 0.7em;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#bargain a {
	text-decoration: none;
}

#bargain strong, #bargain span {
	display: block;
}

#nextBtn, #prevBtn {
	font-size: 0.7em;
	float: left;
	margin: 1em 0 0 0;
	padding: 0 0 0 4px;
	}

#prevBtn {
	text-align: right;
	padding: 0 4px 0 0;
	}

#prevBtn a:before {
	content: "< ";
	}

#nextBtn a:after {
	content: " >";
	}

#nextBtn a, #prevBtn a {
	display: block;
	text-decoration: none;
	width: 96px;
	margin: 0;
	padding: 0;
	}




/*
Formulier
*/

form {
	margin: 0 0 1em 0;
	padding: 0;
	}

label, input, textarea {
	font-size: 0.8em;
	color: #444;
	display: block;
	margin: 0;
	padding: 0;
	}

label {
	display: block;
	width: 120px;
	padding: 2px 10px 0 0;
	}

textarea {
	overflow: auto;
	height: 150px;
	width: 400px;
	margin: 0;
	padding: 0;
	}

.text {
	display: block;
	background: #eee;
	border: 0;
	margin: 0 0 0.5em 0;
	padding: 5px;
	width: 400px;
	}

.text, textarea {
	font-family: sans-serif;
	font-size: 1em;
	}

.error {
	color: #f80;
	}

address {
	float: right;
	}

form {
	float: left;
	width: 400px;
	}

/*
IE png transparantie fix
*/

.png {
    background-image: expression(
        this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')"/*,
        this.src = "../_images/transparent.gif"*/
    );
}

.onlyprint {
	display: none;
	}
