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

html{
	height:100%;
	background: #FFF url('images/html.jpg') repeat-x;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	background:;
	line-height:1.4em;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

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;
	color: #0093d0;
}
input
{
	font-size:11px;	
}
textarea
{
	width:300px;
	height:100px;
}

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

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

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

#slides .pagination {display: none;}

#container {
	width: 990px;
	margin: 0 auto;
}

#header {
	height: 201px;
	width: 100%;
	position: relative;
	background: url('images/header.jpg') no-repeat top left;
}

	#noab {
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 200px;
		height: 50px;
	}

#showcase {
	width: 990px;
	height: 222px;
	background: url('images/showcase.jpg') no-repeat;
	position: relative;
}

	#showcase #showcase_text {
		position: absolute;
		right: 40px;
		color: #FFF;
		line-height: 32px;
		top: 30px;
	}
	
		#showcase #showcase_text h2 {
			font-size: 39px;
		}
		
		#showcase #showcase_text p {
			font-size: 23px;
		}

#main {
	padding: 30px 39px 0 39px;
}

#news_list  {
	margin: 0;
	padding: 0;
}

#news_list li {
	border-bottom: #CCC solid 1px;
	padding: 10px 0;
	list-style: none;
	margin: 0;
}

#news_list .nieuws_datum {
	font-weight: bold;
}

#news_list .nieuws_titel {
	font-weight: bold;
}

#breadcrumbs {
	color: #0093d0;
}

#footer_container {
	width: 100%;
	background: #0093d0;
	border-top: #006633 solid 35px;
	margin: 30px 0 0 0;
	float: left;
	padding: 0 0 30px 0;
	position: relative;
	z-index: 10;
}

	#footer_freepages {
		width: 919px;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	#footer_freepages .cell_container:first-child {
		margin-left: 0px;
	}
	
	#footer_freepages .cell_container {
		float: left;
		width: 200px;
		margin-left: 30px;
	}
	
		#footer_freepages .cell_container .cell_title {
			font-size: 15px;
			color: #FFF;
			font-weight: bold;
			margin: 0 0 20px 0;
		}
		
		#footer_freepages .cell_container .cell_content {
			font-size: 11px;
			color: #FFF;
		}

#powered_by {
	width: 919px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 11px;
}

.breaker
{
	clear:both;		
}


/* ----------------------------------------------------------------------- HOMEPAGE */

.home_cell {
	width: 255px;
	float: left;
}

#home_welcome {
	margin: 0 70px 0 0
}

#home_news {
	 	margin: 0 70px 0 0
}

#home_call_me .mod_form {
	margin: 20px 0 0 0;
}

	#home_call_me .mod_form input[type="text"] {
		padding: 5px;
		border: #CCC solid 1px;
	}
	
	#home_call_me .mod_form input[type="submit"] {
		margin: 5px 0 0 0;
	}

	#home_call_me .mod_form h3 {
		display: none;
	}

.home_title {
	font-size: 21px;
	color: #0099cc;
	padding: 0 0 30px 0;
}

.home_content {
	
}

#home_welcome {
	
}

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

#header #nav_container {
	position: absolute;
	bottom: -1px;
	width: 990px;
}

	#header #nav_container ul {
		margin: 0; 
		padding: 0;
		list-style-type: none;
		float: right;		
	}
	
		#header #nav_container ul li {
			margin: 0; 
			padding: 10px 0;
			float: left;	
			font-size: 17px;
		}
		
		#header #nav_container ul li:hover, #header #nav_container ul li.on {
			background: #000;
			border-left: #000 solid 1px;
		}
		
			#header #nav_container ul li:hover a, #header #nav_container ul li.on a {
				color: #FFF;
				border: none;
			}
		
		#header #nav_container ul li:first-child a {
			border: none;
		}
		
		#header #nav_container ul li a {
			display: block;
			padding: 0 24px;
			border-left: #000 solid 1px;
			position: relative;
			left: -1px;
		}

/* ----------------------------------------------------------------------- SUB-nav */

#nav li li
{
	margin:0;
	padding:0px 10px;
	list-style-type:none;
}

/* ----------------------------------------------------------------------- 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 */

/* ----------------------------------------------------------------------- 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:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	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:630px;}
	
#gal_viewer{
	width:630px;}

#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;
}
