/* Body & Container */

body, html{
	height: 100%;
	margin: 0;
	padding: 0;	
	font-family: Verdana;
	font-size: 11px;
	color: #6d6d70;
}
body.bodyding
{
  background: url(../img/bodybg.jpg) repeat-x #fff; 
}

.container{
	width: 929px;
	min-height: 100%;
	background: url(../img/container.jpg) repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/* Tekst Opmaak */

h1{
	color: #b20010;
	font-size: 19px;
	font-family: Verdana;
	font-weight: bold;
}

h2{
	color: #b20010;
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
}

img {
	border: 0px;
}

a{
	color: #B20010;
}


/* Header */

.header{
	width: 929px;
	height: 311px;
}

.top_bar{
	width: 929px;
	height: 44px;
	background: url(../img/top_bar.jpg) no-repeat;	
}
.header_left{
	width: 318px;
	height: 311px;
	background: url(../img/header_left.png) no-repeat;
	float:left;
}

.header_right{
	width: 611px;
	height: 311px;
	background: url(../img/header_right.jpg) no-repeat;
	float:right;
}

.contactbutton{
	width: 110px;
	height: 25px;
	margin-top: 258px;
	margin-left: 123px;
}

/* Menu Bar */

.menu_bar{
	width: 929px;
	height: 49px;
	background: url(../img/menubar.jpg) no-repeat;
	clear:both;
}

/* Menu Settings */

#menu {
	margin: 0;
	padding: 0;
	width: 929px;
	padding-top: 16px;
	margin-left: 43px;
	list-style:none;
}

#menu li {
	padding: 0;
	margin: 0;
	height: 25px;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;
	float:left;
}
#menu li a, #menu li a:visited {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	border-left: 1px solid #4c4c4c;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background: #818085;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right: 1px solid #4c4c4c;
	float:left;	
	padding: 0;
	margin: 0;
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}



/* Menu Items */

.home a {width: 94px; border-left: 1px solid #4c4c4c;}
.home a:hover {width: 94px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c; }
.home_active a{width: 94px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c; }

.visie a {width: 94px; border-left: 1px solid #4c4c4c;}
.visie a:hover {width: 94px; background: url(../img/menu_h.jpg ) repeat-x !important; border-left: 1px solid #4c4c4c;}
.visie_active a{width: 94px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}

.rosorum a {width: 173px; border-left: 1px solid #4c4c4c;}
.rosorum a:hover {width: 173px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}
.rosorum_active a{width: 173px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}

.wonen a {width: 100px; border-left: 1px solid #4c4c4c;}
.wonen a:hover {width: 100px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}
.subwonen li a:hover{width: 100px; background: #818085 !important; border: 1px solid #4c4c4c !important; }
.subwonen li a{width: 100px; background: #818085 !important; border: 1px solid #4c4c4c !important; }
.wonen_active a{width: 100px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}
.wonen_active ul.subwonen li a{width: 100px; background: #818085 !important; border: 1px solid #4c4c4c !important; }

.service a {width: 175px; border-left: 1px solid #4c4c4c;}
.service a:hover {width: 175px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}
.service_active a{width: 175px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}

.zorg a {width: 89px; border-left: 1px solid #4c4c4c;}
.zorg a:hover {width: 89px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}
.zorg_active a{width: 89px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c;}

.tarieven a {width: 106px; border-left: 1px solid #4c4c4c; border-right: 1px solid #4c4c4c !important;}
.tarieven a:hover {width: 106px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c; border-right: 1px solid #4c4c4c;}
.tarieven_active a{width: 106px; background: url(../img/menu_h.jpg) repeat-x !important; border-left: 1px solid #4c4c4c; border-right: 1px solid #4c4c4c;}




/* Menu Dropdowns */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding-top: 5px;
	height: 20px;
	background-repeat: no-repeat;
	border: 0px;
	border-left: 1px solid #4c4c4c;
	}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
	padding: 0;
	margin: 0;
	height: 25px;
	list-style: none;
	border: 0px;
	background-repeat: no-repeat;	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #b8b8ba;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right: 1px solid #4c4c4c;	
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* Content */

.content{
	width: 929px;
}

.content_left{
	width: 669px;
	background: url(../img/cnt_left.jpg) no-repeat;
	float:left;
}

.content_text{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	line-height: 20px;
	margin-bottom: 133px;
}

.content_right{
	width: 260px;
	background: url(../img/cnt_right.jpg) no-repeat;
	float:right;
	margin-bottom: 133px;
}
.right_image{
	width: 205px;
	height: 229px;
	margin-top: 11px;
}

.right_image_onderschrift{
	width: 205px;
	height: 19px;
	text-align: center;
	padding-top: 2px;
	background: #808084;
	color: #fff;
	margin-top: 4px;
	font-size: 13px;
}

.bottom_bar{
	width: 929px;
	height: 59px;
	background: url(../img/balk_onder2.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: -133px;
	position: relative;
	padding-top: 20px;
}

/* Footer */

.footer{
	width: 929px;
	height: 41px;
	background: url(../img/footer.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 13px;
	position: relative;
}
#fontSizer
{
	float: right;
}
