/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Tahoma, Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url('images/body.jpg') top center repeat-x #88afdd;
	line-height:1.4em;
}
	
div, p, form, img{
	padding:0px; margin:0px; border:0;
}

h1 {font-size:18px;}	
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}
h5 {font-size:11px;}

h1, h2, h3, h4, h5
{
	padding:5px 0px;
	margin:5px 0px;
}
input
{
	font-size:11px;	
}
textarea
{
	width:300px;
	height:100px;
}

/* ----------------------------------------------------------------------- LINKS */

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- LAYOUT */

#slides .pagination {display: none;}

#header_container
{
	width:100%;
	height:125px;
	position:relative;	
	background:url('images/header.png') top repeat-x;
}
#header
{
	width:1000px;
	position:relative;
	margin:0 auto;
	height:125px;
	color:#004972;	
}
#cta_nav
{
	position:absolute;
	top:10px;
	left:350px;	
}

#languages
{
	position:absolute;
	top:0;
	right:0;
	background:url('images/languages.png');
	width:110px;
	height:70px;
	padding:15px 0 0 35px;	
}
#address
{
	position:absolute;
	top:95px;
	left:0;	
}

#header_nav
{
	position:absolute;
	top:95px;
	right:0;	
}
#header_nav ul, #header_nav li
{
	margin:0; padding:0; list-style:none;	
}
#header_nav li a
{
	height:12px;
	line-height:12px;
	padding:0 10px 0 10px;
	border-left:1px solid #004972;
	color:#004972	
}
#header_nav li
{
	float:left;	

}

#nav
{
	width: 1000px;
	margin: 0 auto;
	position:relative;
	background:url('images/nav.png');
	height:48px;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	z-index:100;	
}

#container {
	width: 1000px;
	margin: 0 auto;
	position:relative;
	padding:10px 0 0 0;
}

#showcases_homepage
{
	width:1000px;
	position:relative;
	height:240px;
	overflow:hidden;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);	
}
#showcase_homepage_1
{	position:absolute; 	top:0;	left:0; }
#showcase_homepage_2
{	position:absolute; 	top:0;	left:250px; }
#showcase_homepage_3
{	position:absolute; 	top:0;	left:500px; }
#showcase_homepage_4
{	position:absolute; 	top:0;	left:750px; }

#showcases_homepage_content
{
	width:1000px;
	position:relative;
	background:#fff;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	margin:10px 0 0 0; 
}	
.showcases_homepage_content_item
{
	width:230px;
	padding:10px;
	float:left;	
}
#homepage_brekkeninfo
{
	width:495px;
	float:left;	
	position:relative;
}
#homepage_brekkeninfo h1
{
	background:url('images/brekkeninfo.png');
	height:20px;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	font-style:italic;
	padding:10px;
	margin:10px 0 0 0; 	
}
#homepage_brekkeninfo_content
{
	width:475px;

	margin:10px 0 0 0; 	
	position:relative;
	background:#fff;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);

	padding:10px;
	float:left;
}

#homepage_lastminutes
{
	width:495px;
	position:relative;
	float:left;
	margin:0 0 0 10px;

}
#homepage_lastminutes h1
{
	background:url('images/lastminutes.png');
	height:20px;
	overflow:hidden;
	color:#fff;
	font-size:15px;
	font-style:italic;
	padding:10px;
	margin:10px 0 0 0; 		
}
#homepage_lastminutes_content
{
	width:475px;
	padding:10px;
	position:relative;
	background:#fff;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	margin:10px 0 0 0; 	
	padding:10px;
	float:left;
}

div.home_content 
{
	float:left;
	width:250px;
	overflow:hidden;
}
div.home_summary
{
	float:left;
	width:200px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	overflow:hidden;	
	background:url('images/home_border.png') top left no-repeat;
	color:#0055b0;
}


#standaard_showcase
{
	background:#fff;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	overflow:hidden;
	width:1000px;
	margin:0 0 10px 0px;
}

#standaard
{
	background:#fff;
	border-radius:10px;	
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.1);
	width:980px;
	padding:10px;	
}


#footer_container
{
	background:url('images/footer.png') top repeat-x #598fcf;	
	width:100%;
	position:relative;
	padding:10px 0;
	margin:10px 0 0 0;
}

#footer {
	width:1000px;
	position:relative;
	margin:0 auto;
}

.footer_content
{
	float: left;
	margin: 0 10px 0 15px;
	padding: 0;
	width: 225px;
	font-weight: none;		
}
	.footer_content a
	{
		color:#000;			
	}

#webburo_container
{
	background:#0053af;	
	width:100%;
	position:relative;
	padding:10px 0;
}
#webburo, #webburo a
{
	text-align:right;
	color:#fff;	
	width:1000px;
	position:relative;
	margin:0 auto;
}

.breaker
{
	clear:both;		
}

/* ----------------------------------------------------------------------- CTA-nav */
#cta_nav ul, #cta_nav li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#cta_nav li
{
	float:left;	
	width:129px;
	height:46px;
	background:url('images/cta.png');
}
#cta_nav li:hover
{
	background:url('images/cta_hover.png');	
}
#cta_nav li a
{
	color:#fff;
	display:block;
	padding:7px 10px 5px 32px;
	font-weight:bold;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
}

/* ----------------------------------------------------------------------- HEAD-nav */

#nav ul, #nav li
{
	margin:0;	padding:0; list-style-type:none;
}
#nav li
{
	float:left;	
	height:58px;
}
#nav li div
{

	float:left;
	width:250px;
	text-align:center;
	line-height:48px;
	border-radius:10px;
}
#nav li:hover div, #nav li.on div
{
	background:url('images/nav_hover.png');	
}
#nav li a
{
	color:#fff;
	font-size:18px;
	font-weight:normal;
}
/* ----------------------------------------------------------------------- SUB-nav */
#nav li ul
{
	display:none;	
}
#nav li:hover ul
{
	width:1000px;
	height:180px;
	position:absolute;
	top:58px;
	left:0;
	background:url('images/subnav.png');
	border-radius:10px;	
	z-index:100;
	display:block;
	overflow:hidden;
		
}
#nav li li
{
	float:left;
	width:230px;
	margin:0;
	padding:0px 10px;
	list-style-type:none;
	text-align:left;
	height:220px;
	background:url('images/sub_border.png') top right no-repeat;
}
#nav li li div, #nav li:hover li div, #nav li.on li div
{
	float:left;
	line-height:25px;
	background:none;
	text-align:left;
	width:170px;

}
#nav li li a
{
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

#nav li li ul, #nav li:hover li ul
{
	display:block;
	position:relative;
	background:none;
	float:left;
	top:auto;
	left:auto;
	width:200px;
	height:220px;
	background:none;
}
#nav ul ul ul li
{
	width:180px;
	line-height:16px;
	height:16px;
	padding:0;	
	border:0;
	background:none;
}
#nav li li li a
{
	color:#fff;
	font-size:11px;
	font-weight:normal;
	display:block;
}

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

#footer_nav ul, footer_nav li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#footer_nav li
{
	float:left;
	border-right:1px solid #333;
	padding: 0 10px;
}
#footernav a
{
	font-size:10px;
}


/* ----------------------------------------------------------------------- NEWS */
.news_item
{
	padding-bottom:0px;	
	border-bottom:1px solid #CCC;
	margin-top:10px;
}
.news_title
{
	font-size:12px;
	font-weight:bold;
	padding-bottom:3px;
}
.news_date
{
	font-style:italic;	
}

.news_image { }

.news_summary_thumb_container
{
	float:left;
	margin:0px 5px 5px 0px;
}
.news_summary_thumb_container img
{
	width:100px;	
	padding:1px;
	border:1px solid #ccc;
}

.news_readmore
{
	clear:both;
	text-align:right;
}

#mod_news_archivelink
{
	border-top:1px dotted #ccc;	
	font-weight:bold;
	color:#0067b4;
	text-align:center;
	margin:10px 0 0 0;
}
.news_item_archive
{
	position:relative;	
	line-height:1.8em;
}
.news_item_archive .news_title
{
	position:absolute;
	left:80px;
	border:0;	
}
.news_item_archive .news_date
{
	position:absolute;
	left:5px;
	border:0;	
}
.news_item_archive
{
	border-bottom:1px dotted #0067b4;		
}


/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SHOP SPOTLIGHT */
#spotlight_container
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:11px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:100%;
	text-align:center;}
	
#gal_title{
	width:100%;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:100%;}
	
#gal_viewer{
	width:100%;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}

#mod_projects_items table
{
	width:100%;	
}
#mod_projects_items td
{
	padding:2px;	
}
#mod_projects_items img
{
	border:0;	
}

#mod_projects_items .td_leesmeer
{
	text-align:right;	
}
#mod_projects_items th
{
	border-bottom: 1px solid #ccc;
	text-align:left;
	
}
#mod_projects_items td
{
	border-bottom: 1px solid #ccc;
	text-align:left;		
}

/* ----------------------------------------------------------------------- GOOGLEMAPS */

div#map_locations
{
	float: left;
	width: 150px;
	border: #CCC solid 1px;
	background-color: #F0F0F0;
}

	div#map_locations ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	div#map_locations li
	{
		margin: 5px 5px;
		padding: 0;
	}
	
	div#map_locations li a
	{
		cursor: pointer;
		font-weight: bold;
	}

div#map_canvas
{
	width: 460px;
	height: 500px;
	float: right;
	border: #CCC solid 1px;
}

img.gImage
{
	float: left;
	margin: 3px 10px 0 0px;
	border: #000 solid 1px;
}

div.gContent
{
	float: left;
	height:150px;
}

div#routeplanner-form
{
	display: none;
	border: #CCC solid 1px;
	margin: 10px 0 0 0;
	padding: 10px;
}

/* Nieuwsarchief */

div.mailing-archive
{
	display: block;
	clear: both;
	padding: 5px 0 20px 0;
	border-bottom: #DEDEDE solid 1px;
}

div.mailing-date
{
	float: left;
	font-weight: bold;
}

div.mailing-subject
{
	float: left;
	margin: 0 0 0 20px;
	font-weight: bold;
}

div.mailing-show
{
	float: right;
}

div.mailing-content
{
	border-top: #DEDEDE solid 1px;
	display: block;
	clear: both;
	position: relative;
	top: 5px;
	padding: 5px 0 0 0;
}

/* TV Gids module */

div#tvgids-info-container
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

	div#tvgids-info-container .option
	{
		float: left;
		margin: 0 10px;
	}

div#day-container
{
	width: 100%;
	height: 40px;
	font-size: 10px;
}

div.day
{
	float: left; 
	padding: 5px 10px;
	border: #CCC solid 1px;
	margin: 0 1px 0 0;
}


div.day_actief
{
	float: left; 
	padding: 5px 10px;
	border: #CCC solid 1px;
	margin: 0 1px 0 0;
	background: #EFEFEF;
}

	div.day:hover
	{
		background: #EFEFEF;
	}
	
div.program-container
{
	margin: 0 0 10px 0;
	border: #CCC solid 1px;
	padding: 5px;
}

	div.program-container .title
	{
		font-weight: bold;
		font-size: 13px;
	}
	
	div.program-container .date
	{
		margin: 5px 0;
	}
	
	div.program-container .text
	{
	}

/* Linkenpagina */

div.link-holder
{
	float: left;
	margin: 0 5px 0 0;
	width: 200px;
}

	div.link-holder h3
	{
		margin: 0;
		padding: 0;
		font-size: 14px;
		border-bottom: #CCC solid 1px;
	}
	
	div.link-holder ul
	{
		margin: 0 0 10px 0;
		padding: 0;
		list-style-type: none;
	}
	
	div.link-holder li
	{
		margin: 5px;
		padding: 0;
	}
	
	
	
	
#loginform input
{
	display:block;	
}	
	
/** CALENDAR **/

#mod_calendar_items table
{
	width:100%;
}
#mod_calendar_items td, #mod_calendar_items th, #mod_calendar_item td
{
	padding:5px;
	text-align:left;
	vertical-align:top;
}
