* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}
body {
	color: #474747;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
}
a {
	color: #474747;
	text-decoration: none;
}
label {
	display: block !important;
	padding-top: 9px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
input {
	padding: 5px;
	border: 1px solid #dbdbdb;
}
input[type=text], input[type=password] {
	font-family: 'aller';
	font-size: 15px;
	color: #686868;
	padding: 0px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #686868;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.input {
	margin-bottom: 35px;
}

.contactform input, .contactform textarea {
	font-family: 'aller';
	width: 402px;
	height: 40px;
	/*line-height: 40px;*/
	float: left;
	font-size: 15px;
	color: #686868;
	padding: 0px 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border: 1px solid #dbdbdb;
	margin-bottom: 10px;
	color: #686868;
}
.contactform textarea {
	height: 150px;
	padding-top: 10px;
}
.contactform input[type=submit] {
	width: auto;
	background: #dd9d25;
	color: #FFFFFF;
	border: 1px solid #dd9d25;
}



@font-face {
    font-family: 'intro-bold';
    src: url('../fonts/intro-bold-webfont.eot');
    src: url('../fonts/intro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/intro-bold-webfont.woff') format('woff'),
         url('../fonts/intro-bold-webfont.ttf') format('truetype'),
         url('../fonts/intro-bold-webfont.svg#intro-bolduploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aller';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'themixplainextraboldextrabold';
    src: url('../fonts/themixplain-extrabold-webfont.eot');
    src: url('../fonts/themixplain-extrabold-webfont.svg#themixplainextraboldextrabXBd') format('svg'),
		 url('../fonts/themixplain-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/themixplain-extrabold-webfont.woff') format('woff'),
         url('../fonts/themixplain-extrabold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


.link-button {
	padding: 10px 28px 10px 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'aller';
	background: url('../img/icon-right.png') no-repeat right 14px #dd9d25;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
.purple {
	background-color: #93355b;
}
.green {
	background-color: #53a434;
}
.red {
	background-color: #a10c0c;
}
.orange {
	background-color: #dd9d25;	
}
.brown {
	background-color: #933d24;
}
.lightbrown {
	background-color: #baab46;
}

.darkblue {
	font-size: 12px;
	padding: 10px 33px 10px 15px;
	margin: 18px 0;
	text-transform: uppercase;
	background-color: #193643;
	background: url('../img/icon-right-small.png') no-repeat right center #193643;
}

#flashMessage {
	display: block;
	width: 930px;
	background: #93355b;
	color: white;
	padding: 6px 10px;
	border-radius: 5px;
}
.error-message {
	font-weight: bold;
	margin: 14px 0px 14px 0px;
	font-size: 15px;
}


#header-holder {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px -2px 9px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px -2px 9px 0px rgba(50, 50, 50, 1);
	box-shadow:         0px -2px 9px 0px rgba(50, 50, 50, 1);
	z-index: 9999;
}

#header {
	width: 960px;
	height: 120px;
	margin: 0 auto;
}
#header .logo {
	width: 240px;
	height: 120px;
	float: left;
}
#header #navigation {
	width: 720px;
	height: 120px;
	float: right;
}
#header #navigation ul {
	margin: 0;
	padding: 0;
	float: right;
}
#header #navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
#header #navigation ul li.active a  {
	color: #93355b;
}

#header #navigation .navigation-top {
	width: 720px;
	height: 60px;
	float: right;
}
#header #navigation .navigation-top ul li {
	padding: 15px 7px;
}
#header #navigation .navigation-top ul li.facebook {
	padding: 15px 7px 15px 30px;
	background: url('../img/facebook.png') no-repeat 0px 11px;
}
#header #navigation .navigation-main {
	height: 60px;
	float: right;
}
#header #navigation .navigation-main ul {
	font-size: 17px;
	font-weight: bold;
	margin-top: 20px;
}
#header #navigation .navigation-main ul li a {
	margin: 0px 0px 22px 22px;
	display: block;
}
#header #navigation .navigation-main ul li.nav-submenu {
	background: url('../img/dropdown.png') right 6px no-repeat;
	padding: 0px 12px 0px 0px;
}

#header #navigation .navigation-main ul li ul {
	display: none;
	width: 260px;
	position: absolute;
	z-index: 99999;
	background: #FFFFFF;
	top: 40px;
	margin: 0;
	-webkit-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.28);
	-moz-box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.28);
}
#header #navigation .navigation-main ul li ul li {
	width: 260px;
	display: block;
	margin: 0;
}
#header #navigation .navigation-main ul li ul li:hover {
	color: #FFFFFF;
	background: #93355b;
}
#header #navigation .navigation-main ul li ul li a {
	padding: 15px 20px;
	font-size: 16px;
	display: block;
	margin: 0;
}
#header #navigation .navigation-main ul li.active ul li a {
	color: #474747;
}
#header #navigation .navigation-main ul li ul li:hover a {
	width: 220px;
	display: block;
	color: #FFFFFF;
}

#slider-holder {
	height: 423px;
	width: 100%;
	background: black;
}
#slider-holder-small {
	height: 300px;
	width: 100%;
	background: black;
}
#slider {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background: black;
	overflow: hidden;
}
#slider .flex-direction-nav {
	display: none;
}
#slider .slider-photo {
	width: 100%;
	height: 310px;
	padding: 125px 0px 0px 0px;
}
#slider .slider-photo-small {
	width: 100%;
	height: 209px;
	padding: 125px 0px 0px 0px;
}
#slider .bullets {
	margin-top: 35px;
}
#slider .bullets .inactive {
	cursor: pointer;
}
#slider-text {
	width: 100%;
	height: 186px;
	position: absolute;
	top: 0;
	color: #FFFFFF;
	text-align: center;
	margin-top: 230px;
	overflow: hidden;
}
#slider-text h2 {
	font-family: 'themixplainextraboldextrabold';
	font-size: 52px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.66);
}
#slider-text span {
	font-size: 24px;
	display: block;
	margin: 0px 0px 30px 0px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.66);
}

#holder {
	width: 100%;
	z-index: 9999;
	margin-top: 120px;
}
#holder-small {
	width: 100%;
	z-index: 9999;
	margin-top: 120px;
}

#overflow {
	width: 100%;
	background: #FFFFFF;
}

#content-holder {
	width: 960px;
	margin: 0 auto;
	z-index: 9999;
	background: #FFFFFF;
}
#content-holder-small {
	width: 960px;
	margin: 0 auto;
	z-index: 9999;
	background: #FFFFFF;
}
.golflijn {
	width: 100%;
	height: 12px;
	position: absolute;
	background: url('../img/golflijn.png') center center repeat-x;
}
.golflijn-small {
	width: 100%;
	height: 12px;
	background: url('../img/golflijn.png') center center repeat-x;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0px 10px 0px;
	font-size: 16px;
	line-height: 23px;
	overflow: hidden;
	z-index: 9999;
}
#content .left ul, #content .right ul {
	list-style-type: disc;
	margin-left: 20px;
}
#content .left li, #content .right li {
	margin-bottom: 5px;
}
#content p {
	/*margin-bottom: 15px;*/
	line-height: 26px;
}
#content h1 {
	color: #1d404f;
	text-align: center;
	font-size: 40px;
	font-family: 'themixplainextraboldextrabold';
	-webkit-font-smoothing: antialiased !important;
	margin-top: 25px;
}
#content p  ul {
	list-style-type: square;
	padding-left: 19px;
}
#content .left {
	width: 465px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
}
#content .right {
	width: 465px;
	height: auto;
	float: left;
	margin-top: 30px;
}
#content .left a, #content .right a {
	text-decoration: underline;
}
#content .left a.link-button, #content .right a.link-button {
	text-decoration: none;
}

#content .contact_block {
	width: 405px;
	padding: 30px;
	background: #EEEEEE;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content .contact_block a:hover {
	border-bottom: 1px dotted #474747;
}
#content .contact_block a.link-button:hover {
	border: 0;
}

#content_blue {
	width: 100%;
    height: 688px;
    margin: 0 auto;
	margin-top: 50px;
	padding: 30px 0px 20px 0px;
	font-size: 16px;
	line-height: 23px;
	overflow: hidden;
	background: url(../img/pattern.png) #193643;
}
#content_blue #content h1 {
	color: #FFFFFF;
	display: block;
	margin-bottom: 60px;
}

.photocard {
	height: 200px;
	float: left;
	background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 21px 21px 0px;
	padding: 12px;
	position: relative;
	cursor: pointer;
}
.third {
	margin-right: 0px;
}
.photocard-33 {
	width: 282px;
}
.photocard-33 a {
	width: 306px;
	height: 224px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.photocard-66 {
	width: 609px;
	margin-right: 0;
}
.photocard-66 a {
	width: 633px;
	height: 224px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
.photocard .photo {
	width: 282px;
	height: 171px;
	margin-bottom: 9px;
}
.photocard .active {
	width: 282px;
	height: 171px;
	z-index: 999;
	top: 0;
	position: absolute;
	margin-top: 12px;
	margin-bottom: 3px;
	display: none;
	background: url('../img/hover.png');
}
.photocard .active-66 {
	width: 612px;
	background: url('../img/hover-large.png');
}
.photocard h3 {
	display: inline;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 30px 0px 0px;
	background: url('../img/pijl.png') no-repeat center right;
}

#content_programma {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0px;
	font-size: 16px;
	line-height: 23px;
	overflow: hidden;
}
.programma-container {
	width: 320px;
	float: left;
}
.programma-container h3 {
	color: #1d404f;
	text-align: left;
	font-size: 36px;
	font-family: 'themixplainextraboldextrabold';
	-webkit-font-smoothing: antialiased !important;
	line-height: 45px;
}

#content_quote {
	width: 100%;
	height: 165px;
	background: #e1e1e1;
	color: #717171;
	text-align: center;
	margin-top: 50px;
}
#content_quote .quote-left {
	float: left;
}
#content_quote .quote-right {

}
#content_quote .quote {
	font-size: 28px;
	line-height: 40px;
	overflow: hidden;
	height: 78px;
	display: block;
	width: 850px;
	margin-left: 70px;
}
#content_quote .quote-author {
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
	color: #909090;
	float: left;
	width: 100%;
	text-align: center;
}
#content_quote .quoteimage {
	position: absolute;
	margin: -57px auto auto -25px;
	z-index: 999;
}

#content_footer {
	width: 100%;
	height: 385px;
	overflow: hidden;
	color: #FFFFFF;
	z-index: 9999;
	background: url('../img/footer.png') center center #c8912c;
}
#content_footer .container {
	width: 320px;
	float: left;
	font-family: 'aller';
	font-size: 16px;
}
#content_footer .container li {
	background: url('../img/icon-list.png') no-repeat left center #c8912c;
	padding: 0px 0px 0px 25px;
}
#content_footer .container a {
	color: #FFFFFF;
}
#content_footer .container a:hover {
	border-bottom: 1px dotted #FFF;
}
#content_footer .container a.link-button:hover {
	border: 0;
}
#content_footer .container strong {
	font-family: 'aller';
}
#content_footer .container h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 20px;
	font-family: 'Droid Sans', sans-serif;
}
#content_footer .container h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: auto;
	margin-bottom: 5px;
	font-family: 'Droid Sans', sans-serif;
}
#content_footer .container .phone {
	padding: 0px 0px 0px 25px;
	background: url('../img/icon-phone.png') center left no-repeat;
}
#content_footer .container .mail {
	padding: 0px 0px 3px 25px;
	background: url('../img/icon-mail.png') center left no-repeat;
}


#content_footer_links {
	width: 100%;
	height: 65px;
	color: #FFFFFF;
	overflow: hidden;
	background: #20272b;
	z-index: 9999;
}
#content_footer_links a {
	color: #FFFFFF;
}
#content_footer_links #content {
	padding: 22px 0px 0px 0px;
}

/* SLIDER */
.flex-control-paging {
	z-index: 2;
	position: relative;
	bottom: 100px;
	margin: 0 auto;
	width: 140px;
}
.flex-control-paging li {
	width: 13px;
	height: 13px;
	float: left;
	margin: 0px 5px 0px 2px;
	cursor: pointer;
}
.flex-control-paging li a{
	width: 13px;
	height: 13px;
	display: block;
	text-indent: -9999px;
	background: url('../img/bullet-inactive.png');
}
.flex-control-paging li a.flex-active {
	background: url('../img/bullet-active.png');
}
.flex-control-paging li a.green {
	background: url('../img/bullet-active-green.png');
}
.flex-control-paging li a.brown {
	background: url('../img/bullet-active-brown.png');
}
.flex-control-paging li a.lightbrown {
	background: url('../img/bullet-active-lightbrown.png');
}
.flex-control-paging li a.purple {
	background: url('../img/bullet-active-purple.png');
}
.flex-control-paging li a.red {
	background: url('../img/bullet-active-red.png');
}
#copyright {
	float: right;	
}
	#copyright ul li {
		float: left;
		margin-left: 20px;
	}