html{
    overflow: -moz-scrollbars-vertical;
}

img{
	border: 0;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	background-color: #ffffff;
	color: #black;
	font-size: 11px;
}

#containerMain{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -292px;
	background-color: #ffffff;
	padding: 17px 30px;
	width: 640px;
	height: 552px;
	border-bottom: 3px solid #60abc1;
	border-right: 3px solid #60abc1;
	border-top: 3px solid #e2eaf0;
	border-left: 3px solid #e2eaf0;
}

#containerTop{
	position: relative;
	border-bottom: 1px dotted #0084A4;
	width: 640px;
	height: 27px;
	padding: 0px 0px 2px 0px;
}

#containerTop img{
	float: right;
}

#topText{
	position: absolute;
	left: 0;
	bottom: 0px;
}

#topText h1{
	font-size: 1em;
	font-weight: bold;
	color: #0084A4;
	margin: 0;
	margin-bottom: -5px;
}

#containerNavMain{
	position: relative;
	height: 70px;
}

#NavMain{
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 0;
	left: 0;
}

#NavMain li{
	color: #0084A4;
	display: inline;
	margin-right: 4px;
	list-style-type: none;
	font-size: 2em;
	font-weight: bold;
}

#NavMain li a{
	color: #0084A4;
	text-decoration: none;
}

#NavMain li a:hover, #NavMain li.active a{
	color: #E2001A; 
}

#containerContent{
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 386px;
}

#containerContent #rightColumn, #containerContent #leftColumn{
	line-height: 1.8em;
	float: left;
	height: 386px;
}

#containerContent #leftColumn{
	width: 260px;
}

#containerContent #leftColumn #containerNavSub{
	height: 100px;
}

#containerContent #leftColumn #containerNavSub ul{
	margin: 0;
	padding-left: 15px;
	line-height: 1.2em;
	list-style-type: disc;
	color: #0084A4;
}

#containerContent #leftColumn #containerNavSub ul li a{
	color: #0084A4;
	text-decoration: none;
}

#containerContent #leftColumn #containerNavSub ul li a:hover, #containerContent #leftColumn #containerNavSub ul li a.active{
	color: #E2001A;
}

#leftColumn #leftColumnContent, #leftColumn #leftColumnContentNH{
	margin-top: 10px;
	height: 265px;
	width: 244px;
}

#leftColumn #leftColumnContentNH{
	position: relative;
	background-image: url(../images/noord-holland.jpg);
	background-repeat: no-repeat;
}

#leftColumnContent #leftContent{
	float: left;
	width: 230px;
	padding-left: 8px;
	height: 265px;
	overflow: hidden;
}

#leftColumnContent #leftContent p, #rightColumn #rightContent p{
 	margin: 0px 0px 8px 0px;
}

#leftColumnContent #leftContent em strong,#leftColumnContent #leftContent strong em, #rightColumn #rightContent em strong, #rightColumn #rightContent strong em{
	font-weight: normal;
	font-style: normal;
	color: #0084A4;
}

#leftColumnContent #leftContent a.portret img{
	margin-bottom: 12px;
}

#containerContent #rightColumn{
	position: relative;
	z-index: 1;
	width: 380px;
}

#containerContent #rightColumn #rightContent{
	width: 364px;
	height: 386px;
	padding-left: 8px;
	float: left;
	overflow: hidden;
}

#rightColumn #rightContent h1{
	margin: 0;
	font-size: 2em;
	color: #0084A4; 
}

#back{
	position: absolute;
	top: -82px;
	right: 0;
}

#back a{
	font-size: 1em;
}

#containerFooter{
	height: 34px;
	background-image: url(../images/bottom_people.gif);
	background-repeat: no-repeat;
	padding-bottom: 1px;
	border-bottom: 1px dotted #0084A4;
}

/* Scrollbar */
.vScrollbar{
	float: left;			
}

.vTrack {
	height: 300px;
	width: 5px;
	position: relative;
	background-image: url(../images/backgroundScrollbar.gif);
	background-repeat: repeat-y;
	background-position: center center;
	overflow: hidden;			
}

.vThumb{
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 5px;
	background: #0083A3;
	overflow: hidden;
}

/*
.vThumb .vThumbTop{
	position: absolute;
	top: 0;
	width: 4px;
	height: 20px;
	background-color: #0083A3;
	background-image: url(../images/scrollbar.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.vThumb .vThumbBottom{
	position: absolute;
	bottom: 0;
	width: 4px;
	height: 20px;
	background-color: #0083A3;
	background-image: url(../images/scrollbar.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
*/


#leftContent a, #rightContent a, #back a{
	text-decoration: none;
	color: #E2001A;
}

#leftContent a:hover, #rightContent a:hover{
	text-decoration: underline;
}

#rightContent strong{
	color: #0083A3;
}

h3{
	font-size: 1em;
	margin: 10px 0px -5px 0px;
	color: #E2001A;
}

/* Colors */
.Red{
	color: #E2001A;
}

/* vergoedingen */

#leftContent ul{
	margin: 0;
	padding-left: 15px;
	line-height: 1.2em;
	list-style-type: disc;
	color: #0084A4;
}

#leftContent ul li span:hover, #leftContent ul li:hover span{
	color: #E2001A;
}

#leftContent ul li span{
	cursor: default;
}

.vergoeding{
	display: none;
	position: absolute;
	width: 316px;
	padding: 20px 17px;
	top: 80px;
	left: 160px;
	z-index: 100;
	background-color: white;
	border-bottom: 2px solid #60abc1;
	border-right: 2px solid #60abc1;
	border-top: 2px solid #e2eaf0;
	border-left: 2px solid #e2eaf0;
}

.vergoeding table{
	margin-bottom: 5px;
}

.vergoeding tr.top{
	color: #E2001A;
	font-weight: bold;
}

.vergoeding strong{
	color: #E2001A;
}


/* therapeuten */
.toolTip{
	position: relative;
	top: -16px;
	left: 8px;
	z-index: 8;
	height: 14px;
	font-weight: bold;
	padding: 0px;
	background-color: #e2001a;
	color: white;
	overflow: hidden;
}

.ther{
	text-decoration: none;
	color: #e2001a;
}

.ther img{
	position: relative;
	z-index: 10;
}
#den_burg{
	position: absolute;
	z-index: 20;
	top: 36px;
	left: 62px;
}

#den_helder{
	position: absolute;
	z-index: 20;
	top: 76px;
	left: 52px;
}

#den_helder2{
	position: absolute;
	z-index: 20;
	top: 84px;
	left: 60px;
}

#den_helder3{
	position: absolute;
	z-index: 10;
	top: 74px;
	left: 65px;
}

#julianadorp{
	position: absolute;
	z-index: 20;
	top: 106px;
	left: 59px;
}

#breezand{
	position: absolute;
	z-index: 20;
	top: 112px;
	left: 78px;
}

#hyppolytushoef{
	position: absolute;
	z-index: 20;
	top: 97px;
	left: 100px;
}

#schagen{
	position: absolute;
	z-index: 20;
	top: 150px;
	left: 82px;
}

#warmenhuizen{
	position: absolute;
	z-index: 20;
	top: 180px;
	left: 61px;
}