/*********************************************************
 * 
 * Deze code is met veel plezier geschreven, getest en met trots 
 * opgeleverd door Vije Internetproducties.
 *
 * Informatie:
 * 
 * Opdrachtgever: Van der Linden Evenementenservice
 * Laatste update: 20 maart 2008
 * 
 * Voor vragen kunt u contact opnemen per e-mail (team@vije.nl) of per telefoon (074-2673400).
 * Meer informatie over Vije Internetproducties vindt u op http://www.vije.nl
 *
 *********************************************************/


/****( Globale definities )**********************************************/

    body {
    	width: 100%;
    	height: 100%;
    	margin: 0;
    	background: #0e1113 url("/img/container_back.gif") repeat-x left top;
    	line-height: 18px;
    	text-align: center;
    }
    
    body, td, input { 
    	font-family: Arial, Helvetica, sans-serif;
    	color: #3f3f3f;
    	font-size: 11px;
    }
    
    .oranje {
    	color: #f29600;
    }
    .spacer {
    	width: 100px;
    	height: 15px;
    	clear: both;
    }
    h1 {
    	color: #b7064a;
    	margin: 0;
    	font-size: 16px;
    	padding: 0;
    	padding-left: 30px;
    	margin-bottom: 13px;
    	margin-top: 13px;
    }
    
    h3 {
    	color: #44525d;
    	font-size: 12px;
    }
    /* Lightbox */

	#lightbox{
		position: absolute;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0px;
	}
	
	#lightbox a img{ border: none; }
	
	#outerImageContainer{
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
		}
	
	#imageContainer{
		padding: 10px;
		}
	
	#loading{
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0px;
	}
	
	#hoverNav{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		}
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	
	#prevLink, #nextLink{
		width: 49%;
		height: 100%;
		background: transparent url(/img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
		}
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	
	a#prevLink:hover, a#prevLink:visited:hover {
		background: url(/img/lightbox/prev.gif) no-repeat left 15%;
	}

	#nextLink:hover, #nextLink:visited:hover { background: url(/img/lightbox/next.gif) right 15% no-repeat; }
	
	
	#imageDataContainer{
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%	
		}
	
	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ 	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;font-size:8pt;color: #aaa;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
			
	#overlay{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
		background-color: #6c6e70;
	}
    
    
    
    /******* (Layout)*************************************************************/
	#container {
		position:absolute;
		width: 975px;
		margin-left:  -488px;
		overflow: hidden;
		left:50%;
		background: #fff;
		text-align: left;
	}
	
	#content {
		position:relative;
		width: 975px;
		background: #fff;
	}
	#content_container {
		float: left;
		width:508px;
		min-height: 700px;
		_height: 700px;
		border-left: 1px solid #c7cbce;
	}
	
	#content_container_groot{
		float: left;
		min-height: 700px;
		_height: 700px;
		width:696px;
		border-left: 1px solid #c7cbce;
	}

    #main_content {
		padding:35px;
	}
	
	.firstelement {
    	color:#44525d;
    	font-weight: bold;
	}
	
	#main_content ul {
		position: relative;
		left: 0px;
		margin-left: 0px;
		padding: 0px;
		line-height: 15px;
		list-style: url(/img/li_main.gif);
		list-style-position:outside;
	}
	
	.li_sitemap ul li a, .li_sitemap a{
		text-decoration: none;
		color: #000;
	}
	.li_sitemap ul li {
		margin: 10px;
		padding-left: 30px!important;
	}
	
	#main_content ul li {
		margin: 0px;
		padding-left: 0px;
		margin-left: 20px;
	}

	#main_content img {
		border:0px;
	}
    #main_content hr {
        color:#F29600;
        background:#F29600;
        height: 1px;
        border: none;
    }

    #header {
		width: 975px;
		height: 163px;
	}
	
	#header_left {
		float: left;
		width: 278px;
		height: 160px;
	}
	
	#header_right {
		float: right;
		background: url("/img/header_right_back.gif");
		background-repeat: no-repeat;
		background-color: #44525d;
		width: 695px;
		height: 163px;
	}
	
	#header li {
		margin-left: 0px;
	}
	
	.menu_header li{
	   list-style-image: url("/img/li_img.jpg");
	}
	
	#currentmenuitem_header {
		position: relative;
		float: right;
		color: #FFF;
		font-size: 24px;
		font-weight: bold;
		text-align: right;
		line-height: 24px;
		right: 45px;
		top: 28px;
	}

	#footer_left {
		clear: both;
		width: 278px;
		color: #000;
		border-right: 1px solid #c7cbce;
		float: left;
	}
	
	#footer_right {
		background: #b7064a;
		width: 696px;
		line-height: 25px;
		height: 24px;
		margin-top: 26px;
		float: right;
		}
		#footer_right a {
			padding-left:5px;
			color: #fff;
			font-size: 10px;
			text-decoration: none;
		}

	#padding-footer{
		padding-left: 35px;
	}
    /******* (menu)*************************************************************/
	
	#menuitem {
		height: 17px;
	}
	
	#menu ul {
		padding: 0;
		float: left;
		width: 200px;
		margin: 0;
		margin-top: 8px;
	}
	
	#menu ul li {
		clear: both;
		list-style: none;
		margin: 0;
		padding: 0;
		line-height:15px;
		height: 15px;
	}
	
	#menu ul li a {
		color: #FFF;
		text-decoration: none;
		font-size: 10px;
	}
	
	.currentmenuitems {
		float: left;
		width: 15px;
		background:url("/img/li_img.jpg");
		background-repeat: no-repeat;
	}
	
	.menuitems {
		float: left;
		height:10px!important;
		line-height: 0px;
		width: 15px;
	}
	#submenu ul li a {
		color: #FFF;
		text-decoration: none;
	}
	.currentsubMenuItem {
		background:url("/img/current_menu_item.jpg");
		background-position:top center;
		background-repeat: no-repeat;
	}
	#submenu_container {
		background-color: #b7064a;
		height: 36px;
	}
	#submenu_items ul li{
		float: left;
		list-style: none;
		padding: 0;
		font-size: xx-small;
		letter-spacing: -0.2px;
		margin: 0;
		padding-right: 10px;
	}
	#submenu_items ul {
		padding: 0;
		margin: 0;
		float: left;

		height: 36px;
		float:left;
		line-height: 35px;
	}
	#submenu {

		margin-left: 15px;
	}
	#gte6 {
	
	}
	#lte6 {
		position: relative;
		left: 200px;
		width: 200px;
	}
    /******* (Layout)*************************************************************/
	#left_content {
		float: left;
		width: 278px;
		}
		#adresgegevenshead {
			background-color: #B7064A;
			border-bottom:1px solid #cc5181;
			padding-bottom: 4px;
			padding-top: 4px;
			}
			#adresgegevenshead h3 {
				
				}
		#left_content h3 {
			margin: 0;			
			margin-left: 35px;
			}
	#referenties {
		float: right;
		width: 188px;
		background: url("/img/back_ref.jpg");
		height: 430px;
	}
	.referentie_spacer {
		padding-left:17px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.referentie_items {
		float: left;
		background-color: #fff;
		width: 145px;
		padding-left:15px;
		line-height: 15px;
		color: #44525d;
	}
	.referentie_items a {
		text-decoration: none;
	}
	#referenties_onder {
		width: 188px;
		background: #f29600;
		height: 36px;
		line-height: 35px;
	}
	#referenties_onder_link {
		padding-left: 15px;
		font-weight: bold;
		color: #44525d;
	}
	#referenties_onder_link a {
		color: #fff;
		}
	#referenties_banners {
		padding-top: 10px;
		background-color: #fff;
		}
		.referentiebanner {
			text-align: center;
			margin-top: 15px;
			}
	.padding {
		width: 171px;
		height: 170px;
		float: right;
		background-color: #fff;
	}
	.submenuitems {
		float: left;
		width: 700px;
	}
	#nieuws {
		float: left;
		width: 278px;
		}
	#nieuws_header {
		border-top:1px solid #7c868e;
		width: 278px;
		background-color: #44525d;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 8px;
	}
	
	.nieuws_item {
		padding-left: 35px;
		line-height: 1em;
		border-bottom: 1px solid #a9bcca;
		height: 75px;
		}
		.nieuw_item_img {	
			float: right;
			width: 75px;
			height: 75px;
			}
			.nieuw_item_img img {
				margin: 0;
				}
		.nieuws_item_body {
			float: left;
			width: 165px;
			padding-top: 8px;
			padding-bottom: 8px;
			}
			.nieuws_item_body_wide {
				float: none;
				width: 200px;
				}
	    .nieuws_item strong {
	    	display: block;
	    	line-height: 1em;
	    	margin-bottom: 2px;
	    	font-size: 10px;
    		}
		.nieuws_item a {
			color: #f29600;
			text-decoration: none;
			font-weight: bold;
			display: block;
			margin: 0;
			margin-top: 2px;
			}
		.nieuws_item_odd {
			background-color: #e4f2fc;
			}
		.nieuws_item_even {
			background-color: #d4eaf9;
			}

	.nieuws_item_main {
		color: #44525d;
		padding-left: 0px;
		margin-top: 0px;
		border-bottom:1px solid #c7cbce;
		padding-bottom: 5px;
	}
	.nieuwsContainer {
		margin-top: 20px;
		border-top: 1px solid #c7cbce; 
	}
	.nieuws_item_main a {
		color: #f29600;
		text-decoration: none;
		font-weight: bold;
	}
	.meer_nieuws {
		background-color: #c7cbce;
		color: #44525d;
		position: relative;
		clear: both;
		margin: 0;
		padding: 0;
		height: 26px;
		line-height: 25px;
		width: 278px;
	}
	.meer_nieuws a{
		color: #fff;
	}
	#bezoekers_info {
		height: 98px;
		border-left: 34px solid #b7064a;
		color: #fff;
		font-size: 10px;
		background-color: #b7064a;
	}
	#fotografie {
		width: 697px;
		float: right;
		height: 125px!important;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	#info {
		padding-top: 4px;
	}
	
	
	
/*******( Datum )********/


	div#datum_menu {
		float: right;
		text-align: right;
		position: relative;
		margin-top: 12px;
		margin-right: 9px;
		width: auto;
		width: 250px;
		}
		div#datum_menu span {
			position: absolute;
			display: block;
			top: 0px;
			font-size: 14px;
			}
		span#datumdetails {
			color: #fff;
			right: 38px;
			width: auto;
			}
		span#jaar {
			color: #f29600;
			right: 0px;
			}

	.sIFR-hasFlash #jaar {
		letter-spacing: 1px;
		}
	.sIFR-hasFlash #datumdetails {
		
		}

	
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash currentmenuitem_header {
	visibility: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	margin: 0;
	padding:0;
	height: 17px;
	line-height: 10px;
}
.sIFR-hasFlash h22 {
	visibility: hidden;
	margin:10px 0 2px 0;
	padding:0;
	height: 12px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0px;
	font-size: 0px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	margin: 0;
}
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 0px;
	height: 20px;
	width: 90px;
	line-height: 15px;
	margin: 0;
	padding: 7px 0 0 10px;
}

.sIFR-hasFlash h5 {
	visibility: hidden;
	margin:10px 0 2px 0;
	padding:0;
	height: 10px;
	width: 140px;
	font-weight: bold;
	line-height: 13px;
	letter-spacing: 0px;
	font-size: 0px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

/**************** (contactformulier) ****************/

    .contactformulier .label {
        float: left;
        width: 120px;
        padding-top: 3px;
        padding-bottom: 5px;
        font-weight: bold;
    }
    
    .contactformulier div.field {
        float: left;
        width: 170px;
    }
    
    .contactformulier field.input,.contactformulier input.field,.contactformulier textarea
        {
        width: 170px;
    }
    
    .contactformulier input.button {
        width: 80px;
    }
    
    .contactformulier input.field,.contactformulier textarea {
        border: 1px solid #7a7a7a;
    }

/**************** (evenementenkalender ) ************/
	
	#evenementenkalender label {
		display: block;
		float: left;
		width: 90px;
		}
