body {
	margin: 0px;
	background-color: #FFF;

	font-family: Verdana;
	font-size: 12px;
	color: #333333;

	line-height: 17px;
}

a {
	color: #333333;
}

p {
	margin: 0;
}

img {
	border: 0px;
}

#form_container {
	background: #b4cc6e;
	padding: 20px;
}


.error {
	color: #FF0000;
}

h1 {
	height: 30px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
}

h1 span {
	display: none;
}

h2 {
	font-size: 20px;
	color: #333;
	
	margin: 0 0 4px 0;
}

.green_button {
	border: 1px solid #333 !important;
	background-color: #82a321 !important;
	
	font-weight: bold !important;
	font-size: 13px !important;
	color: #FFFFFF !important;
	line-height: 20px !important;
	padding: 0 !important;
	
	height: 24px !important;
	cursor: pointer !important;
}

#website_container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#website_logo_container {
	position: absolute;
	
	top: 36px;
	left: 40px;
	z-index: 3000;
}

#website_logo_container img {
	width: 312px;
	height: 62px;
}

#website_content_container {
	padding: 303px 0 20px 0;
}


#website_header_container {
	position: absolute;
	
	top: 0;
	left: 0;
	
	width: 960px;
	height: 250px;
}

#website_footer_container {
	padding: 45px 40px 10px 0;
	
	text-align: right;
	
	background: #FFF url('../images/background_navigatie.gif') no-repeat left top;
}

#navigatie_container {
	position: absolute;
	
	top: 250px;
	left: 0;
	
	width: 940px;
	height: 45px;
	
	padding: 0 0 0 20px;
	
	background: #FFF url('../images/background_navigatie.gif') no-repeat left top;
	
	font-weight: bold;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#nav a {
	text-decoration: none;
	color: #333333;
}

#nav li {
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	margin: 0 15px 0 0;
}

#nav li.root {
	color: #FFF !important;
}

#nav li.top_nav {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	float: left;
	line-height: 28px;
	height: 30px !important;
	padding: 0px 7px 0px 8px;
}

#nav .nosub {
	height: 20px !important;
}

ul.top_nav {
	top: 30px !important;
}

li.top_nav ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
	background: red;
}

li.top_nav ul ul {
	top: -1px !important;
	left: 180px;
}

li.top_nav li {
	font-size: 12px !important;
	color: #333333;
	background: #b4cc6e;
	border-bottom: 1px solid white;
	width: 165px;
	height: 20px;
	line-height: 20px;
	padding: 5px 7px 5px 8px;
	
	margin: 0 !important;
}

li.top_nav li a {
}

.nav_selected {
	color: #FFF !important;
	background-color: #82a321 !important;
}

.nav_selected a {

}

#ons_aanbod_container {
	float: left;
	width: 135px;
	padding: 30px 5px 20px 20px;
	
	margin: 0 0 0 40px;
	
	background: #ecf7c9;
}

#ons_aanbod_titel {
	width: 109px;
	height: 41px;
	
	background: #ecf7c9 url('../images/title.toon_aanbod_in.gif') no-repeat left top;;
}

#ons_aanbod_titel span {
	display: none;
}

#content {
	float: right;
	width: 656px;
	padding: 10px 23px 20px 23px;
	
	margin: 0 40px 0 0;
	
	background: #ecf7c9;
}

#breadcrumb {
	padding: 0 0 10px 0;
}

#breadcrumb a {
	color: #333;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #82a321;
	text-decoration: none;
}

.breadcrumb_last_item {
	color: #82a321 !important;
	font-weight: bold;
	text-decoration: none;
}

.breadcrumb_last_item a:hover {
	color: #82a321;
	text-decoration: none;
}

#website_footer_container a {
	color: #333333;
	text-decoration: none;
}

#website_footer_container a:hover {
	color: #333333;
	text-decoration: underline;
}

.appartementen_tab, .appartementen_tab_selected {
	padding: 25px 0 10px 0;
}

.appartementen_tab a, .appartementen_tab_selected a {
	font-size: 13px;
	font-weight: bold;
	color: #82a321;
	
	padding: 0 10px 0 0;
	
	text-decoration: none;
	
	background: transparent url('../images/arrow_black_green_up.gif') no-repeat right 8px;
}

.appartementen_tab_selected a {
	background: transparent url('../images/arrow_black_green.gif') no-repeat right 8px !important;
}

.appartementen_lijst {
	padding: 0 0 0 5px;
}

.appartementen_lijst ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.appartementen_lijst a {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	
	text-decoration: none;
}

.appartementen_lijst a:hover {
	color: #82a321;
}

/** 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%; }