/*
 *
 * TABLE OF CONTENTS
 * - HTML elements
 * - Form styles
 * - Main containers
 * - Page specific containers and styles
 * - Global styles
 * - Hacks
 *
 */







html {
	height: 100%;
}


/*
 * BEGIN STANDAARD HTML-ELEMENTEN
 */
body {
	margin: 0px;
	height: 100%;
	background: #ECE0EE url(../images/body-background.png) repeat-x center top;
}

body,
input,
select,
textarea {
	color: #666666;
	font: normal 12px/18px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #903F98;
}
a:hover {
	text-decoration: none;
}

img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px 0px 0px 10px;
	background: url(/images/list2.gif) 0px 8px no-repeat;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 0px 10px 0px 0px;
	float: left;
}

img[align="right"] {
	margin: 0px 0px 0px 10px;
	float: right;
}

/*
 * END STANDAARD HTML-ELEMENTEN
 */






/*
 * BEGIN FORMULIEREN
 */
form {
	margin: 0px;
}

input,
select,
textarea {
	background: #fff;
}

label {
	cursor: pointer;
}

.formSubmit {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#formSubmitJs {
	display: none;
}

/*
 * END FORMULIEREN
 */






/*
 * BEGIN CONTAINERS
 */

.containerMain {
	width: 978px;
	min-height: 100%;
	margin: 0px auto 0px auto;
	position: relative;
	background: url(../images/containerMain-background.png) repeat-y center;
}
* html .containerMain {
	height: 100%;
	background: url(../images/containerMain-background-IE6.png) no-repeat center top;
}

.containerMain2 {
	width: 960px;
	min-height: 18px;
	margin: 0 8px 10px 9px;
	padding-top: 24px;
	background: #fff
}
* html .containerMain2 {
	height: 18px;
}



.header1 {
	position: absolute;
	top: 0px;
	left: 9px;
	width: 960px;
	height: 24px;
	background: #6C636A url(../images/header1-background.png) repeat-x top left;
}

.header1 * {
	float: right;
	font-size: 11px;
}

.header1 #keyword {
	width: 146px;
	height: 19px;
	padding: 1px 5px 0 5px;
	margin-top: 2px;
	border: 0;
	color: #fff;
	line-height: 18px;
	background: url(../images/header1-input-background.png) left top;
}

.header1 label,
.header1 a {
	line-height: 24px;
	color: #ECEBEB !important
}

.header1 a.menuItem {
	width: 110px;
	height: 24px;
	padding-left: 10px;
	display: block;
	background: url(../images/header1-verticalLine.gif) left 4px no-repeat;
}

.header1 label {
	width: 55px;
	text-align: right;
	height: 24px;
	padding-right: 6px;
	background: url(../images/header1-verticalLine.gif) left 4px no-repeat;
}

.header1 a.menuItem:link,
.header1 a.menuItem:hover,
.header1 a.menuItem:active,
.header1 a.menuItem:visited {
	text-decoration: none;
}
.header1 a.menuItem:hover {
	text-decoration: underline;
}



.columnContent {
	width: 700px;
	min-height: 578px;
	padding-left: 28px;
	float: right;
	background: url(../images/columnContent-background.png) no-repeat 1px 164px
}
* html .columnContent {
	width:  695px;
	height: 578px;
}

.columnContent .head {
	height: 164px;
	margin-bottom: 18px;
	background: url(../images/visualRight8.jpg) no-repeat 450px;
}

* html .columnContent .head {
	margin-left: -5px;
}

.columnContent .pageTitle {
	width: 460px;
	height: 28px;
	position: absolute;
	margin: 114px 0 0 0;
}

.imgRibbon {
	position:absolute;
	height:119px;
	width:120px;
	background:url(/images/corner-vrijblijvendConsult.png);
	right:9px;
	top:188px;

}

.columnContent .pageCategory {
	width: 400px;
	height: 15px;
	position: absolute;
	margin: 94px 0 0 0;
}

.columnContent .contentTitle {
	height: 20px;
	margin: 0 0 8px 0;
	color: #903F98;
	font-size: 14px;
}

.columnContent .content {
	float: left;
	width: 450px;
	min-height: 300px;
}

* html .columnContent .content {
	height: 300px;
}


.columnContent .content h3 {
	color: #000;
	margin: 46px 0 6px 0;
}

.columnContent h4,
.columnContent h5,
.columnContent h6 {
	color: #000;
	margin-bottom: 6px;
}

.columnContent .navigation {
	width: 173px;
	margin: 23px 57px 0 0;
	float: right;
}

.columnContent .navigation.nudgeUp {
	margin-top: 3px;
}

* html .columnContent .navigation {
	display: inline;
	margin-right: 55px;
	/* margin-right: 28px; */
}

.columnContent .navigation li {
	padding: 7px 0 5px 0;
}
.columnContent .navigation li + li {
	background: url(../images/hr.gif) repeat-x top
}
* html .columnContent .navigation li {
	background: url(../images/hr.gif) repeat-x top
}

.columnContent .navigation li a:link,
.columnContent .navigation li a:hover,
.columnContent .navigation li a:active,
.columnContent .navigation li a:visited {
	text-decoration: none
}

* html .columnContent .navigation li a {
	margin-left: -16px;
}

.columnContent .notice {
	background: #ECE0EE;
	padding: 8px 20px 7px 10px;
	margin: -8px -10px -10px -10px;
}

.columnContent .notice {
	margin: 0;
}




.columnNavigation {
	float: left;
	width: 180px;
	padding: 20px 0 0 20px;
}

.columnNavigation a.logo {
	width: 211px;
	height: 38px;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo2.png) no-repeat 1px 1px;
}

.columnNavigation ul {
	margin-top: 45px;
	width: 201px;
}

.columnNavigation ul li {
	padding: 6px 0 6px 0;
	background: url(/images/line.gif) repeat-x;
}

.columnNavigation ul li a:link,
.columnNavigation ul li a:hover,
.columnNavigation ul li a:active,
.columnNavigation ul li a:visited {
	color: #6D656B;
	font-size: 14px;
	text-decoration: none;
}
.columnNavigation ul li a:hover,
.columnNavigation ul li a.selected,
#pageAfspraakMaken .menuMain .afspraakMaken,
#pageInformatieavonden .menuMain .informatieAvond,
.pageOver2Serve .menuMain .over2Serve,
#pageLasercentrumDermatologie .menuMain .lasercentrumDermatologie,
#pagePrijzen .menuMain .prijzen {
	color: #B382BA;
}

.columnNavigation ul ul {
	margin: 6px 0 6px; 0;
	background: none;
}

.columnNavigation ul li ul li {
	padding: 1px 0 1px 10px;
	text-indent: -10px;
	background: none;
}

.columnNavigation ul li ul li a:link,
.columnNavigation ul li ul li a:hover,
.columnNavigation ul li ul li a:active,
.columnNavigation ul li ul li a:visited {
	color: #B382BA;
	font-size: 12px;
	text-decoration: none;
}
.columnNavigation ul li ul li a:hover,
.columnNavigation ul li ul li a.selected,
#pageSpecialisten .columnNavigation ul li ul li a.specialisten,
#pageMedischTeam .columnNavigation ul li ul li a.medischTeam,
#pageBekijkDeKliniek .columnNavigation ul li ul li a.bekijkKliniek {
	color: #6D656B;
}

.columnNavigation .visual {
	position: absolute;
	margin: 30px 0 0 -20px;
}

/*
 * END CONTAINERS
 */






/*
 * BEGIN PAGE CONTAINERS
 */

#pageHome .content1 {
	height: 276px;
	background: url(../images/visualLeft.jpg) no-repeat top left;
}

#pageHome .content1 .logo {
	width: 235px;
	height: 41px;
	position: absolute;
	left: 500px;
	top: 46px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

#pageHome .content1 .intro {
	width: 515px;
	height: 57px;
	position: absolute;
	left: 259px;
	top: 101px;
}

#pageHome .content1 .text {
	width: 446px;
	height: 108px;
	position: absolute;
	left: 498px;
	top: 130px;
	font-size: 14px;
}

#pageHome .content1 .visual {
	position: absolute;
	top: 253px;
	width: 242px;
	height: 111px;
	background: url(../images/visualLeft2.png) no-repeat 0 0;
}

* html #pageHome .content1 .visual {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/visualLeft2.png', sizingMethod='scale')
}


#pageHome .content2 {
	padding: 13px 0 10px 0;
	min-height: 106px;
	font-size: 11px;
	background: #EDECEC; /*url(../images/corner-vrijblijvendConsult.png) top right no-repeat*/
}
* html #pageHome .content2 {
	height: 106px;
}

#pageHome .content2 h2 {
	margin-bottom: 5px;
}

#pageHome .content2 .column1 {
	width: 220px;
	float: left;
	margin: 0 0 0 250px
}
* html #pageHome .content2 .column1 {
	margin: 0 0 0 125px
}

#pageHome .content2 .column2 {
	width: 220px;
	float: left;
	margin: 0 20px 0 20px
}

#pageHome .content2 .column3 {
	width: 220px;
	float: left;
}

#pageHome .content2 .column3 ul {
	margin-top: 45px;
}

#pageHome .content2 .column3 ul li {
	width: 173px;
	height: 28px;
	padding-left: 18px;
	position: relative;
	background:url(../images/arrow.png) no-repeat left 5px;
}

#pageHome .content2 .column3 ul a {
	font-size: 14px;
	display: block;
}

#pageHome .content2 .column3 ul a img {
	margin-top: 5px;
}

#pageHome .content2 .column3 ul li .horizontalRule {
	width: 173px;
	position: absolute;
	left: 0;
	bottom: 1px;
}

#pageHome .contentBottom {
	font-size: 11px;
}

#pageHome .contentBottom.underlined {
	background: url(../images/line-pageHome.gif) no-repeat right bottom;
}

#pageHome .contentBottom .column1 {
	width: 230px;
	float: left;
	margin: 15px 21px 0 0;
}

#pageHome .contentBottom .column1 img {
	position: absolute;
	margin: 40px 0 0 85px;
}

#pageHome .contentBottom .column2 {
	width: 459px;
	float: left;
	margin: 15px 20px 0 0;
}

#pageHome .contentBottom .articleTitle {
	font-size: 12px;
	font-weight: bold;
}

#pageHome .contentBottom .articleTitle a:link,
#pageHome .contentBottom .articleTitle a:hover,
#pageHome .contentBottom .articleTitle a:active,
#pageHome .contentBottom .articleTitle a:visited {
	color: #666;
	text-decoration: none;
}

#pageHome .contentBottom .column3 {
	width: 230px;
	float: left;
}

#pageHome .contentBottom .column3.visual {
	height: 124px;
	background: url(../images/visualRight.jpg) no-repeat top right;
}

#pageHome .contentBottom .column3 ul {
	margin-top: 6px;
}

#pageHome .contentBottom .column3 ul li {
	padding-top: 8px;
	padding-bottom: 12px;
	position: relative;
	background: url(/images/list2.gif) 0px 16px no-repeat;
}

#pageHome .contentBottom .column3 .horizontalRule {
	width: 220px;
	position: absolute;
	left: 0;
	top: -5px;;
	background: url(../images/line.gif) repeat-x;
}



ul.thumbnails li {
	width: 100px;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 0;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.thumbnails a:link,
.thumbnails a:hover,
.thumbnails a:active,
.thumbnails a:visited {
	width: 100px;
	height: 100px;
	display: block;
	opacity: .5;
	filter: alpha(opacity=50);
	background: url(../images/thumb-overlay.gif) no-repeat;
}

.thumbnails a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}



#pageInformatieavonden .replaceText + .dataTable {
	margin-top: -5px;
}



#pageZoeken .content li a {
	font-size: 11px;
}

#pageZoeken .content li {
	font-size: 11px;
	padding-bottom: 10px;
}

#pageZoeken .content .zoekenTekst {
	font-size: 12px;
	margin: 0px;
	color: #903F98;
}

#pageZoeken .rightBottomImage {
	margin-top: -156px;
}

#pageZoeken .rightBottomImage {
	margin-top: -156px;
}



#pageLinks .rightBottomImage {
	margin-top: -274px;
}

#pageLinks .content li a {
	display: block
}



#pageInformatieavonden .rightBottomImage {
	margin-top: -149px;
}



#afspraakMaken .rightBottomImage {
	margin-top: -172px;
}



.visualLeft {
	margin: 40px 0px 0px -20px;
}

#pageNieuws .dataTable .arrow {
	background: url(../images/arrow.png) left 5px no-repeat;
}

#pageNieuws .rightBottomImage {
	margin-top: -137px;
}

#pageAfspraakMaken .rightBottomImage {
	margin-top: -172px;
}

#pageZoeken .columnContent .head,
#pageLinks .columnContent .head {
	background: url(../images/visualRight2.jpg) no-repeat 434px 0px;
}

#pageAfspraakMaken .columnContent .head,
#pageContact .columnContent .head,
#pageContactRoute .columnContent .head {
	background: url(../images/visualRight3.jpg) no-repeat right;
}

#pageNieuws .columnContent .head {
	background: url(../images/visualRight4.jpg) no-repeat right;
}

#pageInformatieavonden .columnContent .head {
	background: url(../images/visualRight5.jpg) no-repeat right;
}

.pageOver2Serve .columnContent .head {
	background: url(../images/visualRight6.jpg) no-repeat right;
}

#pagePrijzen .columnContent .head {
	background: url(../images/visualRight7.jpg) no-repeat right;
}

#pageBehandelingen .columnContent .head {
	background: url(../images/visualRight8.jpg) no-repeat 450px;
}

#pageZoeken .visualLeft {
	width: 217px;
	height: 180px;
	margin: 80px 0px 0px -20px;
	background: url(../images/visualLeft2.jpg) no-repeat left;
}

#pageLinks .visualLeft {
	width: 221px;
	height: 138px;
	background: url(../images/visualLeft3.jpg) no-repeat left;
}

#pageAfspraakMaken .visualLeft {
	width: 202px;
	height: 163px;
	background: url(../images/visualLeft4.jpg) no-repeat left;
}

#pageContact .visualLeft {
	width: 203px;
	height: 196px;
	background: url(../images/visualLeft5.jpg) no-repeat left;
}

#pageNieuws .visualLeft {
	width: 209px;
	height: 211px;
	background: url(../images/visualLeft6.jpg) no-repeat left;
}

#pageInformatieavonden .visualLeft,
#pagePrijzen .visualLeft {
	width: 198px;
	height: 174px;
	background: url(../images/visualLeft7.jpg) no-repeat left;
}

#pageBekijkDeKliniek .visualLeft {
	width: 160px;
	height: 195px;
	background: url(../images/visualLeft8.jpg) no-repeat left;
}

#pageSpecialisten .visualLeft,
#pageMedischTeam .visualLeft {
	width: 199px;
	height: 153px;
	background: url(../images/visualLeft9.jpg) no-repeat left;
}

#pageBehandelingen .visualLeft {
	width: 220px;
	height: 128px;
	background: url(../images/visualLeft10.jpg) no-repeat left;
}





ul.articles li {
	margin-bottom: 20px;
}

ul.links li {
	margin-bottom: 12px;
}



#pageContactRoute {

}

#pageContactRoute .googleMap {
	width: 680px;
	height: 250px;
	overflow: hidden
}

.route {
	margin-bottom: 25px;
}

/*
 * END PAGE CONTAINERS
 */






/*
 * BEGIN ALGEMEEN
 */

.rightBottomImage {
	position: absolute;
	right: -700px;
}
* html .rightBottomImage {
	right: -695px;
}

.positionImage {
	position: relative;
	float: left;
	clear: both;
}

#pageLinks .positionImage div {
	width: 164px;
	height: 274px;
	background: url(../images/rightBottom-Links.png) no-repeat 0 0;
}
* html #pageLinks .positionImage div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rightBottom-Links.png', sizingMethod='scale')
}

#pageZoeken .positionImage div {
	width: 199px;
	height: 156px;
	background: url(../images/rightBottom-ZoekResultaat.png) no-repeat 0 0;
}
* html #pageZoeken .positionImage div {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/rightBottom-ZoekResultaat.png', sizingMethod='scale')
}



a.underlineOnHover:link,
a.underlineOnHover:visited,
a.underlineOnHover:active {
	text-decoration: none
}
a.underlineOnHover:hover {
	text-decoration: underline
}

a.hideUnderlineOnHover:link,
a.hideUnderlineOnHover:visited,
a.hideUnderlineOnHover:active {
	text-decoration: underline
}
a.hideUnderlineOnHover:hover {
	text-decoration: none
}

.smaller1 {
	font-size: 0.9em;
}

.smaller2 {
	font-size: 0.8em;
}

.larger1 {
	font-size: 1.1em;
}

.safeBox {
	min-height: 18px;
}
* html .safeBox {
	height: 18px;
}

ul.semantic li {
	padding: 0;
	background: none
}

img.inline {
	float: left;
	margin: 4px 10px 5px 0;
}

.colored,
.colored:link,
.colored:hover,
.colored:active,
.colored:visited {
	color: #903F98;
}

.readOn {
	white-space: nowrap;
}

.horizontalRule {
	height: 2px;
	overflow: hidden;
	background: url(../images/hr.gif) 
}

.content img {
	float: right;
	border: 10px solid #fff;
	margin: 0 0 5px 10px;
}

a.linkButton:link,
a.linkButton:hover,
a.linkButton:active,
a.linkButton:visited {
	width: 145px;
	height: 26px;
	padding: 1px 0 0 13px;
	margin: 10px 0 0 -4px;;
	display: block;
	color: #903F98;
	font-size: 12px;
	text-decoration: none;
	background: url(../images/button-background.png) no-repeat;
}
a.linkButton:hover {
	width: 144px;
	height: 25px;
	padding: 2px 0 0 14px;
}



a.fancyLink:link,
a.fancyLink:hover,
a.fancyLink:active,
a.fancyLink:visited {
	color: #903F98;
	padding-left: 18px;
	text-decoration: none;
	background:url(../images/arrow.png) no-repeat left 2px;
}

a.fancyLink:hover {
	text-decoration: underline;
}



.jsLink {
	cursor: pointer;
}



.relative {
	position: relative;
	padding: 0;
}



.dataTable {
	width: 100%;
	border-collapse: collapse;
}

.dataTable + .dataTable {
	margin-top: 14px;
}

.dataTable caption {
	text-align: left;
	color: #000;
	padding: 5px 0 5px 0;
}

.dataTable thead th {
	position: relative;
	height: 6px;
}

.dataTable .hr,
.formTable .hr {
	height: 1px;
	width: 460px;;
	position: absolute;
	margin-left: -10px;
	margin-top: -4px;
	overflow: hidden;
	background-color: #C3C3C3;
}

* html .dataTable .hr,
* html .formTable .hr {
	left: -10px;
	margin-left: 0;
}

.dataTable tbody th,
.dataTable tbody td {
	padding: 1px 0 0 0;
}

.dataTable tbody th {
	text-align: left;
	font-weight: normal;
}

.dataTable.prijzen tbody td {
	position: relative;
	height: 6px;
}

.dataTable.prijzen tbody td + td {
	padding-right: 10px;
	text-align: right;
}

.dataTable .arrow {
	background: url(../images/arrow.png) left 60% no-repeat;
	width: 20px;
}

.dataTable .arrow a {
	display: block;
	height: 100%;
}

.dataTable .wordwrap {
	width: 1%;
	white-space: nowrap;
	padding-right: 15px;
}



.formTable {
	width: 100%
}

.mandatory {
	font-size: 0.8em;
}

.formTable td {
	padding: 5px 0 6px 0;
	vertical-align: top
}

.formTable .tblColumn1 {
	width: 1%;
	padding-right: 10px;
	white-space: nowrap;
	color: #000000
}

.formTable input.textBox,
.formTable textarea.textBox {
	width: 95%;
	border: 0;
	border-left: 1px solid #C3C3C3;
	line-height: 14px;
	padding-left: 10px;
	background: transparent;
}

.formTable textarea.textBox {
	height: 258px;
	border-bottom: 1px solid #C3C3C3;
}

.formTable input.submitButton {
	border: 1px outset;
}

.formTable .hidden {
  display: none
}

.formTable input[type=radio],
.formTable input[type=checkbox] {
	background-color: transparent;
}

.formTable .options {
	margin: 10px 0 0 130px;
}

.formTable .options li {
	width: 50%;
	float: left;
}

.formTable .options li input {
	position: absolute;
	margin: -3px 0 0 -23px;
}

.formTable .options li label {
	display: block;
	padding-left: 29px;
}

.contactLabel {
	color:#666666;
}


.replaceText {
	text-indent: -9000px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.replaceText.behandelingen {
	width: 151px;
	height: 19px;
	float: right;
	background-image: url(../images/koppen/behandelingen.png);
	background-position: right 0;
}

.replaceText.nieuws {
	width: 74px;
	height: 16px;
	float: right;
	background-image: url(../images/koppen/nieuws.png);
	background-position: right 0;
}

.replaceText.prijsoverzicht {
	height: 18px;
	background-image: url(../images/koppen/prijsoverzicht.png);
}

.prijsKop {
	margin: 20px 0 5px 0 !important;
	font: normal 18px Tahoma, Geneva, sans-serif;
	color: #666666 !important;
}



.paging .backward {
	width: 75px;
	float: left
}
.paging .forward {
	width: 75px;
	float: right
}
.paging .numbers {
	text-align: center
}
.paging .numbers a.selected {
	font-weight: bold;
}

/*
 * END ALGEMEEN
 */






/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.containerMain2:after,
.safeBox:after,
.columnContent:after,
.columnNavigation:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint {
    	display: none;
    }
}
