/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* @group reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* @end */

/* @group typography */
html {font-size:100.01%;}
body {font-size:70%;color:#000;background: #fff url('../images/bg.png') center center fixed;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#fff;text-transform: uppercase;}
h1 {font-size:1.2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {text-decoration: underline;}
a {color: #fff;text-decoration: none;font-weight: bold;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
/* @end */

/* @group forms */
/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:190px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.contactform fieldset {float: left;clear: left;width: 100%;margin: 0 0 1.5em 0;padding: 0;border:none;}
.contactform fieldset.submit {float: none;width: auto;border: 0 none #FFF;padding-left: 0;}
.contactform fieldset legend {margin-left: 1em;color: #000000;font-weight:normal;}
.contactform fieldset ol {padding: 1em 1em 0 0;margin: 0;list-style: none;}
.contactform fieldset ol.form-1 {float:left;} 
.contactform fieldset ol.form-2 {float:left;} 
.contactform fieldset label {float: left;width: 5em;margin-right: 1em;font-weight:normal;}
.contactform fieldset li {float: left;clear: left;width: 100%;padding-bottom: 0px;}
.contactform fieldset.submit {border-style: none;padding-left:346px;}
/* @end */

/* @group grid */
.container {width:950px;margin:0 auto;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
/* @end */

/* @group custom */
.container {
width: 950px; 
height: 637px;
position: absolute; 
top: 50%; 
left: 50%;
margin: -318px 0 0 -475px;
}
.header {
float: left;
width: 950px;
height: 100px;
margin-top: 9px;
}
.logo {
float: left;
margin-left: 8px;
width: 500px;
height: 100px;
}
.logo a {
display: block;
width: 213px;
height: 100px;
text-indent: -9999px;
background: url('../images/logo.png');
}
.middle {
float: left;
width: 934px;
height: 396px;
border: 8px solid #fff;
}

body.cyaan .middle {
border: 8px solid #00aded;
}

body.groen .middle {
border: 8px solid #8ccb46;
}

body.magenta .middle {
border: 8px solid #e7008c;
}
#background {z-index: 0;}
.content {
margin-left: 604px;
width: 310px;
height: 376px;
padding: 10px;
z-index: 2;
position: absolute;
color: #fff;
}

.content a {
    text-decoration: underline;
}
.content a:hover {
    text-decoration: none;
}

body.cyaan .content {
background: #00aded;
background: url('../images/bg_cyaan.png');
}

body.groen .content {
background: #8ccb46;
background: url('../images/bg_groen.png');
}

body.magenta .content {
/*background: #e7008c;*/
background: url('../images/bg_magenta.png');
}
.nav {
float:left;
width: 950px;
height: 68px;
}
.nav ul {
list-style: none;
padding: 0;
margin: 0;
width: 950px;
}
.nav ul li {
float: left;
}
.nav a {
display: block;
/*text-indent: -9999px;*/
height: 68px;
outline: none;
color: #000;
padding:0;
margin:0;
font-size: 30px;
border-left: 2px black solid;
padding-right:31px;
line-height: 21px;
text-transform: uppercase;
}

body.cyaan .nav .active a {
color: #00aded;
}
body.groen .nav .active a {
color: #8ccb46;
}
body.magenta .nav .active a {
color: #e7008c;
}

body.cyaan .nav a {
border-left-color: #00aded;
}
body.groen .nav a {
border-left-color: #8ccb46;
}
body.magenta .nav a {
border-left-color: #e7008c;
}

.nav a:hover {
text-decoration: none;
}

.nav .cyaan a:hover {
color: #00aded;
border-left-color: #00aded;
}
.nav .groen a:hover {
color: #8ccb46;
border-left-color: #8ccb46;
}
.nav .magenta a:hover {
color: #e7008c;
border-left-color: #e7008c;
}

.footer {
float: left;
width: 950px;
color: #000;
padding-top: 2px;
margin-top: 30px;
font-size: 80%;
}

.footer a {
color: #000;
text-decoration: none;
}

body.cyaan .footer a:hover {
color: #00aded;
}
body.groen .footer a:hover {
color: #8ccb46;
}
body.magenta .footer a:hover {
color: #e7008c;
}
.left {
float: left;
}
.right {
float: right;
}

.flash-replaced .alt {
display: none;
}
/* @end */

/* @group Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 310px;
        height: 350px; /* 366 */
		overflow:hidden; 
		}	
	#slider div {
	padding: 10px;
	}
			
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		float: right;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:13px;
		line-height:13px;
		}
	ol#controls li a{
		float:left;
		height:13px;
		width: 12px;
		line-height:13px;
		font-size: 10px;
		color:#fff;
		padding-left: 1px;
		text-align: center;
		text-decoration:none;
		background: url('../images/buttons.png') -13px 0 no-repeat;
		}
	ol#controls li.current a, ol#controls li a:hover{
		background: url('../images/buttons.png')  top left no-repeat;
		color:#000;
		}
	ol#controls li a:focus{outline:none;}
	
/* @end */

/* @group Template: Pakketten */

#pakketten .middle {
background: url('../images/bg/beleef/background.png')
}

#pakketten .kolom {
float: left;
width: 288px;
padding: 220px 10px 10px 10px;
height: 166px;
}


#pakketten .links-bottom {
position: absolute;
top: 470px;
}

	/* @group pakket achtergronden */
	#gueliz .middle {background: url('../images/bg/pakketten/bg_gueliz.png');}
	#hivernage .middle {background: url('../images/bg/pakketten/bg_hivernage.png');}
	#kasbah .middle {background: url('../images/bg/pakketten/bg_kasbah.png');}
	#medina .middle {background: url('../images/bg/pakketten/bg_medina.png');}
	/* @end */

/* @end */

/* @group Template: Gallerij */

#gallerij .middle {
background: #fff;
}

#gallerij .gallerij {
float: left;
width: 582px; /*558*/
height: 388px;
overflow: visible;
margin-left: 11px;
margin-top: 4px;
position: absolute;
z-index: 2;
}
#gallerij .gallerij ul {
padding: 0;
margin: 0;
list-style: none;
}
#gallerij .gallerij li {
float: left;
width: 85px;
height: 85px;
background: #333;
margin: 4px;
}

body.cyaan .gallerij li {
border: 2px solid #00aded;
}
body.groen .gallerij li {
border: 2px solid #8ccb46;
}
body.magenta .gallerij li {
border: 2px solid #e7008c;
}

#gallerij ol#controls li a{
		color:#000 !important;
				}
#gallerij ol#controls li.current a, #gallerij ol#controls li a:hover{
		color:#fff !important;
		}
/* @end */

/* @group Template: Lightbox */
body#lightbox {font-size:70%;color:#000;background: #fff ;}
#lightbox h1, #lightbox h2, #lightbox h3, #lightbox h4, #lightbox h5, #lightbox h6 {color:#000;}
/* @end */

/* @group Colorbox */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; height:45px; padding-top:5px; background:#FFF; color:#949494;}
        #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../images/colorbox/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* @end */