/*===================================================
FILENAME:			vd.default.css
DESCRIPTION:		Default Style Sheet
CREATED:			10/09/2007
INITIAL AUTHOR:		Elma Smit
UPDATED BY:			Elma Smit, 10/09/2007

Copyright (c) 2007 KeyAgency
http://www.valad.nl/
===================================================*/

body
{
	color: #4c4c4c;
	background-image: none;
	background-color: #0078AE;
}

/*
| -------------------------------------------------------------------
| BASIS
| -------------------------------------------------------------------
*/

#page
{
	width: 954px;
	margin: 16px auto;
	margin-bottom:0;
	padding:22px;
	background-color: #fff;
}

#page .column { float: left; }
#page .first { width: 324px; }
#page .second { width: 324px; }
#page .third { width: 305px; }


/*##############################################################################
										Search
##############################################################################*/

#header #search
{
	background-image: url('../gui/search.gif');
	height: 27px;
	position: relative;
	top: 0px;
	right: 0;
	float: right;
	padding: 0;
	background-repeat: no-repeat;
}

#header #search table,
#header #search table tr,
#header #search table tr td,
#header #search form,
#header #search input,
#header #search img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
	border-collapse: collapse;
	
	
}

#header #search form,
#header #search input
{
	margin: 0;
	border: 0px;
	color: #00003F;
	font-size: 12px;
}

#header #search input.search
{
	width:124px;
	height: 20px;
	padding: 0 0 0 0;
	margin:0 0 2px 0;
}

#header #search td.searchlabel
{
	display:none;
	border:0px;
}

#header #search td.searchbutton
{ 

}

#header #search td.searchbutton input.submit
{
	padding: 0;
	margin:0;
	position: relative;
	top: 0;
	right: 0;
}
/*
| -------------------------------------------------------------------
| HEADER
| -------------------------------------------------------------------
*/

#header
{
	height: 128px;

}

#topmenu
{
	height: 60px;
	margin: 0px 11px 0px 0;
	background-color: #fff;
	border: none;
}

#header #corporatelink
{
	display:inline-block;
	position:relative;
	float: right;
	clear:right;
	padding: 8px 0 0 0;
	margin: 0;
}

#header #corporatelink a
{
	display: inline;
	float: left;
	clear: none;
	font-size: 85%;
	margin: 0;
	text-decoration: underline;
	color: #0078AE;
}

/*##############################################################################
										Search
##############################################################################*/

#header #searchform
{
	height: 20px;
	width: 216px;
	display:inline-block;
	position:relative;
	float: right;
	clear:right;
	padding: 0;
	border: 2px #d8e9f2 solid;
	overflow: hidden;
}

#header #searchform table,
#header #searchform table tr,
#header #searchform table tr td,
#header #searchform form,
#header #searchform img
{
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: none;
	border-collapse: collapse;
}

#header #searchform form,
#header #searchform input
{
	margin: 0px;
	padding:0;
	border: 0 none;
	color: #00003F;
	font-size: 12px;
}

#header #searchform input.search
{
	width:144px;
	height: 19px;
	padding: 0 4px 0 4px;
	margin:0;
}

#header #searchform td.searchlabel,
#header #searchform td.searchbutton
{
	background-color: #d8e9f2;
}

#header #searchform td.searchlabel,
#header #searchform td.searchlabel label
{ 
	padding: 0 0 2px 0;
	margin:0;
}

#header #searchform td.searchlabel label
{
	font-size: 11px;
	line-height:1px;
	margin: 0 8px 0 6px;
	height:18px;
	color: #1763A5;
	text-transform: uppercase;
}

#header #searchform td.searchbutton input.submit
{
	padding: 0;
	margin:0;
	position: relative;
	top: 0;
	right: 0;
}

/*
| -------------------------------------------------------------------
| FOOTER
| -------------------------------------------------------------------
*/
#footer
{
	height: 1px;
	overflow: hidden;
}


#companyfoot
{
	display: block;
	width: 986px;
	margin: 4px auto 0 auto;
	padding: 0 0 30px 0;
}

#companyfoot .column
{
	display: inline;
	float: left;
	clear: none;
	font-size: 85%;
	margin: 0 16px 0 16px;
}

#companyfoot .column,
#companyfoot a
{
	color: #FFF;
	/*text-decoration: none;*/
}

#companyfoot .right
{
	float:right;
}

#companyfoot .right a
{
	background-image: url('../gui/icons/external-link-white.gif');
	background-position: right 1px;
	display:none;
}

/*
| -------------------------------------------------------------------
| Topmenu
| -------------------------------------------------------------------
*/

#topmenu ul
{
	margin: 0;
	padding: 0;
}

#topmenu ul li
{
	list-style-type: none;
	display: inline;
	float: left;
}

#topmenu ul li a
{
	color: #000;
	font-size: 85%;
	text-decoration: none;
	display: block;
	padding: 1px 17px 12px 0;
	text-transform: uppercase;
}

#topmenu ul li a.in-path,
#topmenu ul li a:hover
{
	color: #0085b6;
	background-image: none;
}

/* 	niv 2 */

#topmenu ul ul
{
	display: none;
}


/*
| -------------------------------------------------------------------
| PAGECONTENT
| -------------------------------------------------------------------
*/

#pictures,
#pictures img
{
	width: 954px;
	height: 290px;
	z-index:1;
}

#streamer
{
	width: 946px;
	padding: 6px 0 7px 8px; 
	z-index: 400;
	display: inline-block;
	position: absolute;
	top: 262px;
	
	margin: 0px auto;
	background-color: #FFF;
	float:left;
	clear:none;
	
	opacity:0.76;
	ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=76)";
	filter: alpha(opacity=76);
}

#streamer h3,
#streamer p
{
	padding: 0;
	margin: 0;
	text-transform: none;
	line-height: 115%;
	font-size: 200%;
}

#streamer p strong
{
	font-weight: normal;
}

#streamer h3
{
	/*font-family: "Arial Narrow",Arial Narrow,Arial,"Lucida Grande", Lucida, Geneva, sans-serif;*/
	font-size: 210%;
	color: #000;
	font-weight: normal;
}

/*
| -------------------------------------------------------------------
| Banners / Panels
| -------------------------------------------------------------------
*/

#page div.panel h3.heading a
{
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
}

#page div.panel h3
{
	padding:0;
	margin:0;
	background-color: #fff;
}

#page div.panel h3 a
{
	background-image: none;
	color: #000;
	padding: 0;
}


#page div.panel
{
	margin: 10px 20px 0 0;
}

#page div.aanbod
{
	margin-right:0;
}

#page div.panel .folder
{
	background-color: #d8e9f2;
	border: 1px #c9dae3 solid;
	height:106px;
	overflow:hidden;
}

#page div.nieuws .folder,
#page div.aanbod .folder
{
	border: 1px #e0e0e0 solid;
	background-color: #ededed;
}

/* 	Images */
#page div.panel div.thumbnail_,
#page div.panel div.thumbnail_right,
#page div.panel div.thumbnail_left,
#page div.panel div.thumbnail_sidebar
{
	float: right;
	margin: 0 0 5px 10px;
	padding: 0; 
	border: none;
}

#page div.panel a img
{
	width:90px;
}



#page div.panel p
{
	color: #737373;
}

#page div.panel h4,
#page div.panel h4 a,
#page div.panel p a
{
	color: #0078ae;
}



#page div.imagebanner a
{
	display:block;
	padding:16px;
	margin-top:4px;
	background-color: #fff;
	border: 1px #c9dae3 solid;
	height:106px;
}

#page div.imagebanner a img
{
	width:auto;
}