BODY {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF url("../images/bg/body-bg.gif") repeat-x left top;
}
html, body {height: 100%;}

A { text-decoration: none; }
A:HOVER { text-decoration: underline; }

A IMG { border: none; }
LABEL { cursor: pointer; }
H1, H2, H3, H4, H5, H6, FORM, UL, OL, P {
	padding: 0;
	margin: 0;
}
.relax {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}
#page {
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	min-width: 962px;
}
.container {
    margin: auto;
    text-align: left;
    width: 962px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -135px;
}

/*  Header  */
#header {
	background: url("../images/bg/header-bg.gif") no-repeat center top;
	position: relative;
	width: 100%;
	z-index: 10;
}
#header .curling-top {
	width: 1800px;
	height: 138px;
	background: url("../images/bg/curling-top.png") no-repeat left top;
	position: absolute;
	left: 50%;
	margin-left: -880px;
	top: 85px;
}
#header A.logo {
	float: left;
	display: inline;
	margin: 14px 0 0 11px;
	position: relative;
	z-index: 5;
}
#header .nav {float: right;width: 640px;}
#header .search {
	float: right;
	display: inline;
	margin: 10px 10px 0 0;
	width: 220px;
}
#header .search INPUT {
	border: 1px #AFAFAF solid;
	color: #AFAFAF;
	font-size: 13px;
	float: left;
	height: 16px !important;
	height: 20px;
	padding: 1px 5px 2px;
	width: 130px !important;
	width: 140px;
}
#header .search INPUT.submit {
	background: url("../images/bg/grey-button-bg.gif") repeat-x scroll left top transparent;
	border: 0px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	float: left;
	height: 20px !important;
	margin: 0px 0 0 3px;
	font-size: 13px;
	width: 60px !important;
}

.main-menu {
	float: right;
	display: inline;
	margin: 90px 20px 0 0;
	position: relative;
	z-index: 5;
}
.main-menu UL LI {
	display: inline;
	float: left;
	list-style: none;
	position: relative;
	font-size: 21px;
	color: #e1e1e1;
}
.main-menu UL LI A {
	display: block;
	color: #867f7a;
	padding: 0 12px;
	position: relative;
}
.main-menu UL LI A:HOVER {text-decoration: none;}
.main-menu UL LI:HOVER A, .main-menu UL LI.active A {color: #fc9111;} 
.main-menu UL LI:HOVER .sub-menu {display: block;}
.main-menu .sub-menu {
	position: absolute;
	width: 157px;
	left: 12px;
	top: 24px;
	display: none;
}
.main-menu .sub-menu .transp-top {
	background: url("../images/bg/sub-menu-top.png") no-repeat left top;
	height: 17px;
	line-height: 0%;
	width: 100%;
	float: left;
}
.main-menu .sub-menu .transp-bottom {
	background: url("../images/bg/sub-menu-bottom.png") no-repeat left top;
	height: 10px;
	width: 100%;
	float: left;
	line-height: 0%;
}
.main-menu .sub-menu .transp-bg {
	background: url("../images/bg/sub-menu-bg.png") repeat-y left top;
	width: 100%;
	float: left;
}
.main-menu .sub-menu UL LI {
	font-size: 14px;
	width: 100%;
	background: url("../images/bg/empty.gif") repeat left top;
}
.main-menu .sub-menu UL LI A, .main-menu UL LI:HOVER .sub-menu UL LI A {color: #d6d6d6;}
.main-menu .sub-menu UL LI A {
	padding: 5px 0;
	margin: 0 18px;
	border-bottom: 1px solid #3f3f3f;
}
.main-menu .sub-menu UL LI.last A {border-bottom: none;}
.main-menu UL LI:HOVER .sub-menu UL LI:HOVER A {color: #fc9111;}

/*  Content  */
#content {
	position: relative;
	z-index: 1;
	width: 100%;
}
#content H2 {
	font-size: 25px;
	color: #484d51;
	font-weight: normal;
}
#content H2.zres {
	padding-bottom:15px;	
}
#content .post H2 {color: #f59d2e;}
#content H3 {
	font-size: 18px;
	color: #414141;
	font-weight: normal;
	padding-bottom: 15px;
}
#content H3.zres {
		
}
#content .main-content H3 {
	color: #34ad58;
	padding-bottom: 5px;
}
#content H4 {
	font-size: 13px;
	color: #969696;
	font-weight: normal;
}
#content P {
	font-size: 12px;
	color: #6f6f6f;
	line-height: 130%;
	padding-bottom: 15px;
}
#content P.zres { 
	padding-bottom:0px;
}
#content P.green-text {color: #6abd44;} 
#content P.desc-text {
	font-size: 14px;
	font-style: italic;
} 
#content HR {
	border: 0;
	color: #A0A0A0;
	background-color: #A0A0A0;
	height:1px;
	margin-bottom:15px;
}
#content A {color: #f59d2e;}
#content A.green-link {color: #54b030;}
#content UL, #content OL {margin-bottom: 15px;}
#content UL LI, #content OL LI {
	font-size: 12px;
	color: #6f6f6f;
	line-height: 130%;
	list-style-position: inside;
}
.top-shadow {
	width: 100%;
	float: left;
	background: url("../images/bg/shadow-top.png") no-repeat left top;
	height: 35px;
}
.bottom-shadow {
	width: 100%;
	float: left;
	background: url("../images/bg/shadow-bottom.png") no-repeat left top;
	height: 35px;
}
.tb-shadow {
	width: 100%;
	float: left;
	background: url("../images/bg/shadow-top-bottom.png") no-repeat left top;
	height: 42px;
}
.shadow-content {
	width: 100%;
	float: left;
	background: url("../images/bg/shadow-bg.png") repeat-y left top;
}
.billboard {
	display: inline;
	float: left;
	height: 187px;
	margin: 0 0 0 35px;
	position: relative;
	width: 892px;
}
.billboard.blog {background: url("../images/billboards/billboard-1.jpg") no-repeat left top;}
.billboard.contact {background: url("../images/billboards/billboard-3.jpg") no-repeat left top;}
.billboard .desc-box {
	display: inline;
	float: right;
	margin: 32px 0 0 0;
	position: relative;
	width: 440px;
}
.billboard .picture {
	font-size: 1px;
	line-height: 0;
	left: 0px;
	position: absolute;
	top: 0px;
}
#content .desc-box P {color: #505050;}
#content .billboard H1 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #fdfdfd;
	line-height: 42px;
	padding: 0 12px;
	float: left;
	font-weight: normal;
	border: 1px solid #a9a9a8;
}
#content .billboard H1.title-orange {background: #f6c42f url("../images/bg/title-orange.gif") repeat-y right top;}
#content .billboard H1.title-green {background: #b2d139 url("../images/bg/title-green.gif") repeat-y right top;}
#content .billboard H1.title-green.short {background: #87c442 url("../images/bg/title-green-short.gif") repeat-y right top;}
#content .billboard H1 A {color: #FDFDFD;}
#content .billboard H1 A:HOVER {text-decoration: none;}

.content-area {
	width: 855px;
	float: left;
	display: inline;
	margin: 20px 0 0 50px;
	background: url("../images/bg/divider.gif") repeat-y 585px 0;
}
.main-content {
	width: 570px;
	float: left;
}
#content .post p { 
text-align:left; 
padding:0px; 
margin-left:5px;
margin-bottom:5px;}
.post img {
	float:left;
	padding:0px;
	margin:0px;
	margin-right:10px;
	border:none;
}
.post {
	margin: 15px 0 0 0;
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
#content .post H2 {
	padding-bottom: 20px;
}
#content .post A {text-decoration: underline;} 
#content .post A:HOVER {text-decoration: none;} 
#content .post .postmetadata {
	font-size: 13px;
	color: #a3a3a3;
}
#content .post .postmetadata A {color: #6f6f6f;}


#content .reactie {
	float:left;
	width:100%;	
	width: 95%;
	padding:3% 3% 3% 2%;
}
#content .reactie-main {
	width: 94%;
	background: #eee;
	float: left;
	padding:3%;	
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
#content .reactie-details {
	text-align:right;
	
}
#content .reactie P.naam {
	font-weight:bold;
}
#content .reactie P.bericht {
	padding-bottom:0px;
}
.sidebar {
	width: 252px;
	float: right;
}
#content .sidebar UL.categories LI {
	list-style: none;
	list-style-position: outside;
	background: url("../images/bg/grey-button-bg.gif") repeat-x left top;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
	white-space: nowrap;
}
#content .sidebar UL.categories LI A {
	float: left;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	padding: 0 5px;
}
#content .sidebar UL.categories LI A:HOVER {text-decoration: none;}
#content .sidebar UL.categories LI:HOVER, #content .sidebar UL.categories LI.active A {background: url("../images/bg/orange-button-bg.gif") repeat-x left top;}
#content .sidebar UL.categories LI:HOVER A 
 {background: url("../images/bg/orange-button-right.gif") no-repeat right top;}
#content A.button {
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	line-height: 20px;
	padding: 0 5px;
	background: url("../images/bg/grey-button-bg.gif") repeat-x left top;
}
#content A.button.blue {background: url("../images/bg/blue-button-bg.gif") repeat-x left top;}
#content A.button:HOVER {
	opacity: 0.8;
	text-decoration: none;
	//filter:Alpha(opacity=80);
}
.side-box {
	width: 100%;
	float: left;
	margin: 5px 0 0 0;
	padding-bottom: 20px;
}
.side-box .pic-box {float: left;}
.side-box .desc-area {
	width: 157px;
	float: right;
}
#content .side-box .desc-area P {
	padding-bottom: 10px;
	font-size: 10px;
}
.contact-info {
	width: 240px;
	float: left;
}
.contact-info .phones-col {
	width: 120px;
	float: left;
}
.contact-info .phones-col P STRONG {color: #3a3a3a;}
.address-col {
	width: 292px;
	float: right;
}
#content UL.contact-email LI {
	list-style: none;
	list-style-position: outside;
}
#content UL.contact-email LI A {
	color: #6F6F6F;
	text-decoration: underline;
}
#content UL.contact-email LI A:HOVER {text-decoration: none;}
.bottom-cols {
	margin: 0 0 0 55px;
	float: left;
	display: inline;
	width: 860px;
	padding-bottom: 25px;
}
.bottom-cols .column {
	float: left;
	width: 275px;
	margin: 0 20px 0 0;
}
.bottom-cols .column.last {
	margin: 0px;
	width: 270px;
}
#content .bottom-cols H3 {font-size: 17px;}
.bottom-cols .pic-box {float: left;}
.bottom-cols .desc-area {
	float: right;
	width: 177px;
}
.bottom-cols .column.last .desc-area {width: 172px;}
#content .bottom-cols .desc-area p {
	font-size: 10px;
	padding-bottom: 10px;
}

.slider-container {
	display: inline;
	float: left;
	margin: 0 0 0 35px;
	width: 893px;
	position: relative;
}
#content .slider {height: 450px; }
#content .slider-container UL {
	padding: 0px;
	margin: 0px;
	float: left;
}

.slider UL LI {
	list-style: none;
	float: left;
	width: 893px;
	height: 450px;
	position: relative;
}

#content .slider UL LI {
	position: absolute;
	left: 0;
	top: 0;
}

.slider .description-area {
	position: absolute;
	left: 26px;
	bottom: 136px;
	width: 555px;
	float: left;
}
#content .slider .description-area P {
	padding-bottom: 0px;
	font-size: 13px;
	color: #2c2c2c;
	margin: 10px 0 0 10px;
}
#content .slider .description-area H1 {
	font-size: 36px;
	font-weight: normal;
	color: #fff;
	background: #03a2db url("../images/bg/title-blue.gif") repeat-y right top;
	border: 1px solid #A9A9A8;
	float: left;
	line-height: 46px;
	padding: 0 15px;
}
#content .slider .description-area H1 A {color: #fff;}
#content .slider .description-area H1 A:HOVER {text-decoration: none;}
#content .slider .description-area A {color: #1085cc;}
.slider-container .slider-nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	_bottom: 1px;
	z-index: 1000;
}
#content .slider-container .slider-nav UL LI {
	list-style: none;
	float: left;
	display: inline;
	height: 106px;
	width: 223px;
	line-height: normal;
	background: url("../images/bg/slider-divider.png") no-repeat left top;
	position: relative;
}
#content .slider-container .slider-nav UL LI.first {
	background: none;
	width: 224px;
}
#content .slider-container .slider-nav UL LI A {
	display: block;
	font-size: 10px;
	color: #565656;
	padding: 22px 15px 0 22px;
	height: 84px;
	_height: 106px;
	position: relative;
	cursor: pointer;
	outline: none;
}
#content .slider-container .slider-nav UL LI A SPAN.title-nav {
	display: block;
	font-size: 16px;
	color: #010101;
	margin: 0px 0 6px 0; 
}
#content .slider-container .slider-nav UL LI A:HOVER {text-decoration: none;}
#content .slider-container .slider-nav UL LI.active A SPAN.title-nav,
#content .slider-container .slider-nav UL LI:HOVER A SPAN.title-nav {color: #147dc7;}
#content .slider-container .icon-nav {
	background: url("../images/icons/icon.png") no-repeat left top;
	width: 13px;
	height: 9px;
	line-height: 0%;
	font-size: 1px;
	position: absolute;
	top: -10px;
	_top: -9px;
	left: 100px;
	display: none;
}
#content .slider-container .slider-nav UL LI:HOVER .icon-nav, 
#content .slider-container .slider-nav UL LI.active .icon-nav {display: block;}
#content .pagination {
	text-align: center;
}
#content .pagination UL LI {
	list-style: none;
	display: inline;
	margin: 0 1px;
}
#content .pagination UL LI A {padding: 0 5px;}
#content .pagination UL LI A:HOVER, #content .pagination UL LI.active A {
	color: #fff;
	text-decoration: none;
	background: #F59D2E;
}

/*  Footer  */
.push {height: 135px;}
#footer {
	background: url("../images/bg/curling-bottom.gif") no-repeat center 30px;
	height: 135px;
}
#footer .container {width: 895px;} 
#footer .left-part {float: left;}
#footer .left-part P {
	font-size: 11px;
	color: #9e9e9e;
}
#footer .left-part A {
	font-size: 11px;
	color: #9e9e9e;
} 
#footer .left-part UL LI {
	list-style: none;
	float: left;
	display: inline;
	margin: 5px 3px 0 0;
	line-height: 0%;
	font-size: 1px;
} 
#footer .menu {float: right;}
#footer .menu UL LI {
	display: inline;
	float: left;
	list-style: none;
	font-size: 14px;
	color: #d2d2d3;
	margin: 0 0 0 6px;
}
#footer .menu UL LI A {color: #767676;}
#footer .menu UL LI A:HOVER, #footer .menu UL LI.active A {
	color: #fba427;
	text-decoration: none;
}
/*ervaringen in de zorg formulier */
.overgang-form {
  width: 100%;
  float: left;
}
.overgang-form LABEL {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
  width: 100px;
  float: left;
  cursor: pointer;
}  
.overgang-form INPUT.in-text {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  font-size: 11px;
  color: #555555;
  float: left;
  padding: 3px 0 4px 3px;
  width: 195px;
}
.overgang-form INPUT.button-pink {
  border: none;
  float: left;
  cursor: pointer;
  height: 20px;
  margin: 10px 0px 0px 100px;
  width: 102px;
  background: url("../images/buttons/verzenden.gif") no-repeat left top;
}
.overgang-form INPUT.button-pink:HOVER {
  opacity: 0.8;
  //filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
}
.overgang-form TEXTAREA {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  font-size: 11px;
  margin-top: 5px;
  color: #555555;
  float: left;
  padding: 2px 0 3px 3px;
  width: 433px;
}
.overgang-form INPUT.in-text.long-in-text {width: 360px;}
.line-form {
  width: 100%;
  float: left;
  margin-top: 10px;
}