/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	background: #000000 url(img/bg.gif) no-repeat top center;
}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 810px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	padding: 30px 0 0 0;
}

/* ---------- OPMAAK ---------- */

.clear {
	clear: both;
}

a:link, a:visited, a:active {
	color: #f58100;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.img_s {
	position: relative;
	height: 80px;
	width: 80px;
	float: left;
	padding: 0 10px 18px 0;
}

.img_l {
	position: relative;
	height: 200px;
	width: 200px;
	float: left;
	padding: 0 10px 5px 0;
}

.gal_img { padding: 0 5px 5px 0; margin: 0 5px 5px 0; float: left; }


/* ---------- HEADER ---------- */

#header {
	position: relative;
	height: 90px;
	width: 810px;
	padding: 0 0 20px 0;
}

#logo { padding: 20px 0px 0 30px; }

a img { border: 0px; padding-right: 12px; }



/* ---------- NAVIGATIE ---------- */

#nav {
	position: relative;
	width: 770;
	padding: 0 0 30px 30px;
}

#nav ul {
	position: relative;
	padding: 0;
	margin: 0;
}

#nav li {
	position: relative;
	float: left;
	padding-right: 6px;
	list-style: none;
}



#nav a:link, #nav a:visited {
	float: left;
	font-size: 13px;
	color: #AAAAAA;
	text-decoration: none;
	width: 130px;
	height: 53px;
	padding: 7px 5px 0 10px;
	background: url(img/btn.gif) no-repeat;
}

#nav a:hover {
	color: #FFF;
	background: url(img/btn_over.gif) no-repeat;
}

#nav a.current, #nav a.current:link, #nav a.current:hover, #nav a.current:visited {
	color: #f58100;
	background: #000000 url(img/btn_act.gif) no-repeat;
}



/* ---------- CONTENT ---------- */

#content {
	position: relative;
	padding: 0 20px 50px 20px; /* bottom padding for footer */
}


/* ---------- FOOTER ---------- */

#footer {
	position: absolute;
	width: 100%;
	height: 20px;
	padding-left: 40px;
	bottom: 0; /* stick to bottom */
	background: #000000;
	font-size: 10px;
	color: #666666;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}


/* ---------- LEFT COLUMN ---------- */

#col_l {
	position: relative;
	float: left;
	width: 230px;
	padding: 30px;
	/* margin-left: 20px; */
	background: url(img/bg_coll.jpg) no-repeat;
	margin: 0;

}

.home #col_l, .nachtwerk #col_l, .cases #col_l {
	position: relative;
	float: left;
	width: 240px;
	/* margin-left: 20px; */
	background: url(img/bg_coll.jpg) no-repeat;
	margin: 0; padding: 30px 20px 30px 30px;

}


#col_l_top {
	position: relative;
	width: 215px;
	height: 20px;
	padding: 5px 5px 0 10px;
	background: url(img/coll_top.gif) no-repeat;
	font-size: 13px;
}

#col_l_foot {
	width: 230px;
	height: 5px;
	background: url(img/coll_foot.gif) no-repeat;
}

.col_l_block { 	height: 15px; background: #000;}


#col_l_content {
	position: relative;
	width: 258px;
	padding: 0 0 0 11px;
}

.col_l_item {
	position: relative;
	width: 205px;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0 10px 0;
	margin: 0;
}

.col_l_item_l {
	position: relative;
	float: left;
	width: 80px;
}

.col_l_item_r {
	position: relative;
	float: right;
	width: 115px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#col_l h1 {
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#col_l h2 {
	font-size: 11px;
	color: #f58100;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

#col_l h3 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 0;
}


/* ---------- RIGHT COLUMN ---------- */

#col_r {
	position: relative;
	float: right;
	width: 410px;
	padding: 30px;
	background: url(img/bg_colr.jpg) no-repeat;
}

.home #col_r, .nachtwerk #col_r, .cases #col_r {
	width: 410px;
}

.col_r_item {
	position: relative;
	width: 410px;
	border-bottom: 1px dotted #FFFFFF;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.home #col_r .col_r_item, .nachtwerk #col_r .col_r_item, .cases #col_r .col_r_item {
	width: 410px;

}

#col_r h1 {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: 1px solid #f58100;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#col_r h2 {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#slide_show {
	border: #FFFFFF 5px solid;
	margin: 50px 0 0 0;
}

.block {
	width: 340px;
	float: left;
}

.block_l {
	width: 100px;
	float: left;
	color: #666666;
}

.block_r {
	width: 240px;
	float: right;
}

.block2 {
	width: 220px;
	float: left;
}

.item_date {
	color: #999999;
}

.item_location {
	color: #f58100;
	font-weight: bold;
}

.item_city {
	color: #FFFFFF;
	font-weight: bold;
}


/* ---------- CALENDER ---------- */

#cal_block {
	position: relative;
	width: 205px;
	padding: 0 10px 10px 15px;;
	background: url(img/bg_cal.gif) repeat-y;
}

.cal {
	position: relative;
	width: 205px;
	padding: 15px 0 0 0;
}

.month {
	width: 200px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 8px 0;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background: url(img/month.gif) no-repeat;
}

.date {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	color: #999999;
	text-align: center;
	background: url(img/date.gif) no-repeat;
}

.date_no {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	color: #444444;
	text-align: center;
	background: url(img/date_no.gif) no-repeat;
}

.date_day {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background: url(img/date.gif) no-repeat;
}

.date_nu {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	color: #f5891f;
	text-align: center;
	background: url(img/date_nu.gif) no-repeat;
}

a.date_nu:link, a.date_nu:active, a.date_nu:visited {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	font-weight: bold;
	color: #f58100;
	text-align: center;
	background: url(img/date_nu.gif) no-repeat;
}

a.date_act:link, a.date_act:active, a.date_act:visited {
	position: relative;
	float: left;
	width: 25px;
	height: 18px;
	padding: 2px 0 0 0;
	margin: 0 4px 4px 0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	background: url(img/date_act.gif) no-repeat;
}

a.date_act:hover {
	background: url(img/date_act_o.gif) no-repeat;
}

a.date_nu:hover {
	background: url(img/date_nu_o.gif) no-repeat;
}


/* ---------- BOOKING FORMULIER ---------- */

.field1 {
	width: 258px;
	padding: 0 0 3px 0;
}

.field2 {
	width: 258px;
	height: 22px;
	padding: 4px 4px 4px 4px;
	background: url("../img/input_round.gif") no-repeat;
	border: 0;
}

.field3 {
	width: 258px;
	height: 22px;
	padding: 0 0 4px 0;
}

.field4 {
	width: 258px;
	height: 108px;
	padding: 4px 4px 4px 4px;
	background: url("../img/textarea_round.gif") no-repeat;
}

/*
input {
	width: 250px;
	height: 14px;
	border: 0;
	background: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
*/


textarea {
	width: 250px;
	height: 100px;
	border: 0;
	background: #707070;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

select {
	padding: 1px 0 2px 3px;
	margin: 0 10px 2px 0;
	border: 1px solid #FFFFFF;
	background-color: #707070;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}




#col_img {    position: relative;    width: 410px;    border-bottom: 1px dotted #FFFFFF;    padding: 0 0 10px 0;    margin: 0 0 10px 0; } #col_img ul {    position: relative;    padding: 0;    margin: 0;    list-style-type: none; } 
#col_img li {    position: relative;    float: left;    height: 80px;    width: 80px;    padding: 0 5px 5px 0;    margin: 0;    border: 0;    list-style: none; } 
#col_img a:link, #col_img a:active, #col_img a:visited {    position: relative;    height: 80px;    width: 80px;    display: block;    border: 1px solid transparent; } 
#col_img a:hover {    border: 1px solid #FFFFFF; }


#gallery, #mygallery { padding:0; margin: 0; }
#gallery li, #mygallery li  { list-style: none; float: left; margin: 0 5px 5px 0; }

#gallery li img { border: 1px solid #000; padding: 0; }
#gallery li.active img { border: 1px solid #f58100; }



#gallery a img {
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#gallery a:hover img,
#gallery li.active a img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

#logo em { display: none; }