/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

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

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

html {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

a:focus {
    outline: 0;
}
a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Body
   ========================================================================== */

body {
	min-width: 940px;
    background: #fff;
    color: #fff;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}

html, body, .container { height: 100%;}

body > .container { height: auto; min-height: 100%;}


/* ==========================================================================
   Headings
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal; line-height: 100%;}


/* ==========================================================================
   Font-face
   ========================================================================== */

@font-face {
    font-family: 'DaunPenh';
    src: url('../fonts/daunpenh.eot');
    src: url('../fonts/daunpenhd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daunpenh.woff') format('woff'),
         url('../fonts/daunpenh.ttf') format('truetype'),
         url('../fonts/daunpenh.svg#daunpenh') format('svg');
}


/* ==========================================================================
   Container
   ========================================================================== */

.container {
    width: 100%;
}


/* ==========================================================================
   Header
   ========================================================================== */

header {
	height: 95px;
	background: url(../images/headerBg.png);
}

/* Header-wrapper
   ========================================================================== */

.header-wrapper {
	width: 940px;
	height: 95px;
	margin: 0 auto;
	overflow: hidden;
}

/* logo */
.logo {
	float: left;
	width: 222px;
	height: 57px;
	margin: 22px 0 16px 0;
	background: url(../images/logo.png);
    text-indent: -9999px;
}
    .logo a { display: block; height: 100%;}


/* ==========================================================================
   Menu
   ========================================================================== */

nav {
	float: left;
	width: 940px;
	height: 33px;
	margin: 62px 0 0 0;
	overflow: hidden;
}
.menu {
	float: left;
	height: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.menu li {
    float: left;
	font-size: 14px;
	line-height: 33px;
	font-family: 'Arial';
}
.menu li a {
    display: block;
	height: 33px;
	padding: 0 21px;
	background: url(../images/menu-li.png) no-repeat left top;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 0px 1px #000000;
}
.menu li a:hover { color: #c0c0c0;}
	
	.menu li a.last { background: none;}
	.menu li.active { background: url(../images/menu-li-active.png) repeat-x center bottom;}
	.menu li.active a:hover { color: #c0c0c0;}

/* menu > ul */
.menu li ul {
    display: none;
    position: absolute;
}
.menu li:hover ul {
	z-index: 100;
    display: block;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
	background: #fff;
	-webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.3);
}
.menu li ul li {
    float: none;
	font-size: 13px;
	text-align: center;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu li ul li.active, .menu li ul li:hover { background: none;}
.menu li ul li a {
	height: 36px;
	color: #97567f;
	background: url(../images/menu-li-ul-li.png) no-repeat center bottom;
	text-shadow: none;
}
.menu li ul li a.sublast { background: none;}
.menu li ul li a:hover, .menu li ul li.active a { color: #775294;}


/* ==========================================================================
   Main-banner
   ========================================================================== */

.main-banner {
	width: 938px; /* 940 */
	height: 293px; /* 295 */
    margin: 40px auto;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px -3px 9px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

/* slider */
#slider {
	position: relative;
	float: left;
	width: 618px;
	height: 293px;
	overflow: hidden;
}
#slider > div {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* accordion */
#accordion {	
	float: left;
	width: 319px;
	height: 293px;
	border-left: 1px solid #fff;
	margin: 0;
	padding: 0;
	list-style: none;
}
#accordion .link-header {
	position: relative;
	line-height: 20px;
	height: 270px;
	padding: 22px 20px 1px 40px;
	background: #aa6f94;
	background-color: #3f3f3f;
}
#accordion .link-header.first { border-bottom: 1px solid #9a5f84;} 
#accordion .link-header.second { border-top: 1px solid #b37b9e; border-bottom: 1px solid #9a5f84;} 
#accordion .link-header.third { border-top: 1px solid #b37b9e; border-bottom: 1px solid #9a5f84;} 


#accordion .link-header.active .arrow {
	position: absolute;
	z-index: 999;
	top: 26px;
	left: -10px;
	width: 10px;
	height: 40px;
	background: url(../images/accordion-link-header-active.png);
}

#accordion .link-header h3 { color: #fff; font-size: 14px; margin: 0; font-family: 'Arial'; text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);}
#accordion .link-header p { color: #fff; font-size: 12px; line-height: 18px; margin: -5px 0 0 0; text-shadow: 1px 1px 1px #824467;}
#accordion .link-content { display: none !important;}


/* ==========================================================================
   Wrapper
   ========================================================================== */

.wrapper {
	width: 940px;
	margin: 0 auto;
    padding: 0 0 200px 0;
}


/* ==========================================================================
   Main
   ========================================================================== */

.main {
	float: left;
	width: 600px;
	margin: 0 0 20px 0;
}
   

/* ==========================================================================
   Content
   ========================================================================== */

.content {
    color: #242424;
    font-size: 13px;
}
    .content a { color: #97567f; text-decoration: none;}
    .content a:hover { color: #000;}

.content h1 { color: #242424; font-size: 18px; font-weight:bold; font-family: 'Arial'; margin: 0 0 13px 0;}
.content h2 { color: #242424; font-size: 20px;}
.content p, .content li { line-height: 22px;}
.content img, .content iframe { border: 0px solid #97567f;}
.content hr { height: 0; border: 0; border-top: 1px dashed #;} 


/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
	float: left;
	width: 320px;
	margin: 0 0 20px 20px;
}

/* make-an-appointment */
.make-an-appointment {
	border: 1px solid #d0cbce;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.make-an-appointment .img {
	width: 318px;
	height: 145px;
	background: url(../images/zomerwinter.jpg);
	-webkit-box-shadow: inset 0px -5px 32px 0px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px -5px 32px 0px rgba(0, 0, 0, 0.4); 
	overflow: hidden;
}
.make-an-appointment .title {
	height: 52px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-family: 'Arial';
	text-shadow: 1px 1px 1px #fff;
	border-top: 1px solid #d2cdd0;
	background: #f4f3f3;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f4f3f3), to(#dddadc));
	background: -webkit-linear-gradient(#f4f3f3, #dddadc);
	background: -moz-linear-gradient(#f4f3f3, #dddadc);
	background: -ms-linear-gradient(#f4f3f3, #dddadc);
	background: -o-linear-gradient(#f4f3f3, #dddadc);
	background: linear-gradient(#f4f3f3, #dddadc);
}
.make-an-appointment .title a { display: block; color: #6a5f66; text-decoration: none;}
.make-an-appointment .title:hover { background: #dddadc;}

/* telephone-number */
.telephone-number {
	margin: 20px 0 0 0;
	height: 35px;
	color: #000;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	font-family: 'Arial';
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
	border: 1px solid #3f3f3f;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#fff));
	background: -webkit-linear-gradient(#fff, #fff);
	background: -moz-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: linear-gradient(#fff, #fff);
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
    position: relative;
    clear: both;
    width: 100%;
    height: 200px;
    margin: -200px auto 0 auto;
    background: url(../images/footerBg.png);
    overflow: hidden;
}


/* Footer-wrapper-top
   ========================================================================== */

.footer-wrapper-top {
	width: 940px;
	height: 160px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	background: url(../images/footer-wrapper-topBg.png) no-repeat center top;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
}

/* ft-column */
.footer-wrapper-top .ft-column {
	float: left;
	width: 300px;
	height: 160px;
	margin: 0 20px 0 0;
	padding: 0;
	background: url(../images/ft-columnBg.png) no-repeat right 26px;
}
.footer-wrapper-top .ft-column h5 {
	margin: 25px 0 0 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Arial';
	text-shadow: 1px 1px 1px #000000;
}
.footer-wrapper-top .ft-column ul {
	float: left;
	width: 145px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-wrapper-top .ft-column ul li {
	margin: 12px 0;
	padding: 0 0 0 10px;
	background: url(../images/bullet.png) no-repeat left center;
	
}
.footer-wrapper-top .ft-column ul li a { color: #fff; text-decoration: none;}
.footer-wrapper-top .ft-column ul li a:hover { color: #fff;}

/* ft-column > address */
.footer-wrapper-top .ft-column.address { background: none; margin: 0;}
.footer-wrapper-top .ft-column.address ul { float: none; width: 300px; margin: 12px 0 0 0;}
.footer-wrapper-top .ft-column.address ul li { margin: 0; padding: 0; background: none;}


/* Footer-wrapper-bottom
   ========================================================================== */

.footer-wrapper-bottom {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
	line-height: 35px;
	overflow: hidden;
}
.footer-wrapper-bottom a { color: #fff; text-decoration: none;}
.footer-wrapper-bottom a:hover { color: #fff;}

.footer-wrapper-bottom .ft-left { float: left;}
.footer-wrapper-bottom .ft-right { float: right;}

/* logo3w */
.logo3w { position: fixed; right: 5px; bottom: 5px; width: 20px; height: 20px; background: url(../images/3wlogo.png); text-indent: -9999px;}
	.logo3w a { display: block; height: 20px;}


/* ==========================================================================
   Contact
   ========================================================================== */

#contact_tpl form table tr td { padding: 0 0 5px 0;}
#contact_tpl form input[type=text] {
    width: 190px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form select {
    min-width: 190px;
    padding: 4px 4px 4px 2px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form textarea {
    width: 225px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
}
#contact_tpl form input[type=submit] {
    width: 202px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}
#contact_tpl form input[type=text]:focus, #contact_tpl form textarea:focus { background: #f7f7f7; border: 1px solid #97567f;}
#contact_tpl form input[type=submit]:focus, #contact_tpl form input[type=submit]:hover { background: #f7f7f7; border: 1px solid #97567f;}
#contact_tpl form small { color: #f00;}


/* ==========================================================================
   FlexSlider
   ========================================================================== */

.slides {margin: 0; padding: 0; list-style: none;}
.slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


/* ==========================================================================
   Clearfix
   ========================================================================== */

.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both;}
.clearfix { zoom: 1;}

.clear { clear: both;}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
.container header .header-wrapper #apDiv1 strong {
	color: #FF0;
}
