/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Geneva, sans-serif;
	font-size:14px;
	background:url('images/body.jpg') top center repeat-x #fffcdd;
	line-height:1.2em;
	color:#988838;
}
	
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;
}
input
{
	font-size:11px;	
}
textarea
{
	width:300px;
	height:100px;
}

/* ----------------------------------------------------------------------- LINKS */

a {
	color:#988838;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- LAYOUT */

#container {
	width: 965px;
	margin: 0 auto;
	overflow:hidden;
	background:url('images/container.png') top no-repeat;
}
#CTA_buttons
{
	text-align:center;
	height:90px;
	padding:10px 0 0 0;
}
	#CTA_buttons img
	{
		border:0;	
	}

#showcase_header
{
	width:386px;
	height:232px;
	background-color:#fff;
	position:absolute;
	margin-left:570px;
	margin-top:4px;
}

#nav {
	padding:262px 0 0 0px;
	position:relative;
	z-index:50;
}

#spotlight_container
{
	float:left;
	width:980px;
}
	#spotlight_container .news_item_new
	{
		background:url('images/news_spotlight.png') repeat ;
		width:310px;
		height:264px;
		float:left;
		position:relative;
		margin:10px 4px 0 4px;
		border:1px solid #621f66;
		overflow:hidden;
		z-index:2
	}
	#spotlight_container .news_image
	{
		position:absolute;
		top:0;
		left:0;
		z-index:3;
		width:310px;
		height:200px;
		overflow:hidden;
	}
	#spotlight_container .news_title
	{
		background:url('images/news_title.png');
		position:absolute;
		top:141px;
		height:40px;
		line-height:20px;
		padding:10px;
		width:290px;
		overflow:hidden;
		z-index:10;
		font-size:14px;
		font-weight:normal;
		color:#fff;
	}
	#spotlight_container .news_date
	{
		display:none;
	}
	#spotlight_container .news_summary
	{
		position:absolute;
		top:205px;
		padding:0px 10px;
		color:#645308;
	}
	#spotlight_container .news_readmore
	{
		position:absolute;
		top:245px;
		right:5px;
		z-index:15;
	}
		#spotlight_container .news_readmore a
		{
			color:#928134;
		}
	
	#spotlight_container #mod_news_archivelink
	{
		display:none;	
	}
#main
{
	background:url('images/main_border.png') top repeat-x;
	padding:20px 0px;
	width:965px;
	float:left;
	margin-top:10px;
}

#content {
	float:left;
	padding:0 10px 10px 5px;
	width:625px;
	color:#988838;
	font-size:16px;
}	

#content_breed {
	float:left;
	padding:0 10px 10px 5px;
	width:955px;
	color:#988838;
	font-size:16px;
}	

h3#page_title
{
	widdth:625px;
	border-bottom:2px dotted #988838;
	font-weight:normal;
}
#right_container
{
	float:left;
	padding:0 5px;
}
	#right_container img
	{
		border:0;
	}
	
#showcase {
	width:308px;
	height:275px;
	margin-bottom:10px;
	margin-top:10px;
	overflow:hidden;
	border:1px solid #621f66;
}

#footer {
	width:965px;
	border-top:10px solid #988838;
	position:relative;
	color:#988838;
	font-size:11px;
	padding:5px 0 0 0;
}
#socialmedia
{
	float:left;	
}
#other_links
{
	float:right;
	text-align:right;
}
#webburo
{
	font-size:10px;	
}
.breaker
{
	clear:both;		
}

#shop_content {
	float:left;
	padding:10px;
	width:620px;
}	

#shop_nav {
	float:left;
	padding:10px;
	width:250px;
	border:1px soli
}	
#shop_nav ul, shop_nav li
{
	margin:0;
	padding:0;
	list-style-type:none;	
}
#shop_nav li div
{
	border-bottom:1px dotted #fff;
	line-height:30px;	
}
#shop_nav li li div
{
	line-height:20px;
	border:0;
	padding: 0 0 0 20px;	
}



/* ----------------------------------------------------------------------- HEAD-nav */
#nav ul, #nav li
{
	margin:0;
	padding:0;
	list-style-type:none;	
	position:relative;
}
#nav
{
	z-index:10;
}
#nav li
{
	float:left;
	background:url('images/hnav.png') right no-repeat;
	padding:0 15px;
	line-height:41px;
	z-index:12;
	font-size:14px;
	font-weight:bold;
}
	#nav li a
	{
		color:#fff;	
	}
/* ----------------------------------------------------------------------- SUB-nav */
#nav li ul
{
	position:absolute;
	top:41px;
	left:0;
	background:url('images/snav.png');
	z-index:20;
}
#nav li ul
{
	display:none;	
}
#nav li:hover ul
{
	display:block;	
	width:200px;
}
#nav li li
{
	margin:0;
	padding:0px 10px;
	line-height:20px;
	border-bottom:1px dotted #d1c16f;
	list-style-type:none;
	position:relative;
	float:none;
	background:none;
}
#nav li li a
{
	width:200px;
	display:block;
	font-weight:normal;
	font-size:13px;
}
/* ----------------------------------------------------------------------- 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 #333;
	margin-top:10px;
}
.news_title
{
	font-size:14px;
	font-weight:bold;
	padding-bottom:3px;
	color:#988838;;
}
.news_date
{
	font-style:italic;
	display:none;
}
.news_item_archive .news_date
{
	display:block;	
}


.news_image { }

.news_summary_thumb_container
{
	float:left;
	margin:0px 5px 5px 0px;
}
.news_summary_thumb_container img
{

}

.news_readmore
{
	clear:both;
	text-align:right;
}

#mod_news_archivelink
{
	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
{
	
}


/* ----------------------------------------------------------------------- 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:10px;
	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;
}

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;
		color: #988838;
	}
	
	div.program-container .date
	{
		margin: 5px 0;
	}
	
	div.program-container .text
	{
	}

