/* -------------------------------------------------------------------
| FILENAME:			wg.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.wilgenhaege.nl/
------------------------------------------------------------------- */

body
{
	font-family: 'Lucida Grande', Geneva, Arial, sans-serif;
	color: #5F5F5F;
	background-image: url('../gui/background.gif');
}

hr,
.hide { display: none; }
.clear { clear: both; }
img { border: none; }

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

#page
{
	width: 900px;
	margin: 0px auto;
	background-image: url('../gui/bg.gif');
	background-repeat: repeat-y;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
}

#page .column { float: left; }
#page .first { width: 200px; }
#page .second { width: 500px; }
#page .third { width: 200px; }
#page .row { clear: both; }

/*
| -------------------------------------------------------------------
| FOOTER
| -------------------------------------------------------------------
*/

#footer
{
	height: 10px;
	display: block;
	background-color: #fff;
}

/*
| -------------------------------------------------------------------
| HEADER
| -------------------------------------------------------------------
*/

#header { background-color: #fff; }

#logo
{
	padding: 0;
	margin: 0 2px 0 0;
}

#subheader
{
	height: 27px;
	padding: 0 0 0 200px;
	background-image: url('../gui/menu/bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	border-color: #fff;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
	/* Font */
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

#image
{
	background-image: url('../gui/header/rotate.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	width: 697px;
	height: 180px;
}

/*
| -------------------------------------------------------------------
| NAVIGATION
| -------------------------------------------------------------------
*/

/* contact menu */
#navigation .contact { margin: 40px 0 0 0; }

/* special top menu */
#topmenu { height: 35px; }

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

#page #pagecontent
{
	padding: 20px 20px;
	width: 460px;
}

#pagecontent a { color: #8B2C33; }
#pagecontent a:hover { color: #000; }
#pagecontent p.intro { font-weight: bold; }

#pagecontent p
{
	font-size: 93%;
	line-height: 140%;
}

#pagecontent ul
{
	font-size: 93%;
	line-height: 160%;
	font-weight: inherit;
}

#pagecontent h3
{
	font-size: 116%;
	line-height: 140%;
	color: #8B2C33;
	margin: 0pt 0pt 1em 0pt;
}

#pagecontent h4
{
	font-size: 93%;
	font-weight: bold;
	line-height: 140%;
	color: #535353;
	margin: 0pt 0pt 1em 0pt;
}

#pagecontent .download a img
{
	vertical-align: middle;
	margin-right: 5px;
}

#pagecontent .thumbnail_ { margin: 0px 0px 10px 0px; }

#pagecontent .thumbnail_right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

#pagecontent .thumbnail_left
{
	float: left;
	margin: 0px 10px 5px 0px;
}

#pagecontent .thumbnail_ img,
#pagecontent .thumbnail_left img,
#pagecontent .thumbnail_right img { /* 	border: 1px solid #002a5c;  */ }

#pagecontent .html_content table
{
	width: 98%;
	border: 0px;
}

#pagecontent .html_content table tr td
{
	border-width: 0px 0px 1px 0px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 0px;
	font-size: 93%;
}

/*
| -------------------------------------------------------------------
| UBB parser
| -------------------------------------------------------------------
*/

#pagecontent span.red { color: #7F2A0E; }

#pagecontent span.center
{
	text-align: center;
	display: block;
}

#pagecontent span.heading { font-size: 108%; }

/*
| -------------------------------------------------------------------
| folders in folders
| - beetje ruk eigenlijk wel nog!
| -------------------------------------------------------------------
*/

#pagecontent  div.folder
{
	border: none;
	
}

#pagecontent  div.list
{
	padding: 2px 0 2px 0;
	display: block;
		clear: both;
	overflow: auto;
	
}

#pagecontent div.folder div.folder
{
	margin: 0 0 7px 0;
	border-width: 0 0 1px 0;
	border-color: #ddd;
	border-style: solid;
}

#pagecontent div.list p { padding: 0px; }

#pagecontent h4 a
{
	/* 	font-size: 93%; */
	font-weight: bold;
	line-height: 140%;
	color: #535353;
	text-decoration: none;
}

#pagecontent p.readmore { font-size: 85%; }

.date_publish
{
	color: #535353;
	display: block;
	padding: 2px 0 2px 0;
}

#pagecontent div.list p.intro { font-weight: normal; }
#pagecontent div.list p.readmore a { color: #002a5c; }
#pagecontent div.list p.readmore a:hover { color: #8B2C33; }

/* 
	download
*/

div.download p a { text-decoration: none; }
div.download p a img { vertical-align: middle; }

/*
| -------------------------------------------------------------------
| Videofile
| -------------------------------------------------------------------
*/

#pagecontent .videofile
{
	float: right;
	margin: 0px 0px 10px 10px;
}

/*
| -------------------------------------------------------------------
| PROMOTIONS
| -------------------------------------------------------------------
*/

#pagecontent div.folder div.promotion
{
	border: 1px solid #E3E3E3;
	padding: 0px;
	overflow: hidden;
}

#pagecontent div.promotion img { border: none; }
#pagecontent div.promotion p { font-size: 85%; }

#pagecontent div.promotion h4
{
	font-size: 93%;
	color: #7F2A0E;
}

#pagecontent div.promotion .inlinecontent
{
	background-image: url('../gui/promotion/mask.png');
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
	position: relative;
	z-index: 30;
	top: 0px;
	left: 0px;
	/* 	padding: 10px 150px 10px 10px; */
}

#pagecontent div.promotion .thumbnail_right,
#pagecontent div.promotion .thumbnail_left,
#pagecontent div.promotion .thumbnail_ { margin: 0px; }

#pagecontent div.promotion mask
{
	position: relative;
	z-index: -1;
	top: 0px;
	margin: 0px;
	left: 0px;
}

/* \*/
* html #pagecontent div.promotion .inlinecontent
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../gui/promotion/mask.png', sizingMethod='scale');
}

/*
| -------------------------------------------------------------------
| Books
| -------------------------------------------------------------------
*/

#pagecontent #books div.folder .inlinecontent
{
	padding: 10px;
	height: 130px;
	overflow: auto;
}

#pagecontent #books div.folder
{
	border: 1px solid #E3E3E3;
	width: 325px;
	margin: 0px 2px 12px 0px;
	padding: 0px;
	float: left;
	clear: none;
	overflow: hidden;
}

#pagecontent #books div.folder h4 { font-size: 85%; }

#pagecontent #books div.folder ul
{
	background-image: url('../gui/content/h-bg.gif');
	background-repeat: repeat-x;
	border-top: 1px solid #E1E0E1;
	height: 21px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pagecontent #books div.folder ul li
{
	display: inline;
	list-style-type: none;
}

#pagecontent #books div.folder ul li a
{
	color: #7E290E;
	text-decoration: none;
	padding: 2px 10px 0px 10px;
	font-size: 85%;
	display: block;
	float: left;
	border-right: 1px solid #E1E0E1;
}

#pagecontent #books div.folder .thumbnail_, 
#pagecontent #books div.folder .thumbnail_right,
#pagecontent #books div.folder .thumbnail_left
{
	margin: 10px;
	position: relative;
	display: inline;
	z-index: 1;
}

#pagecontent #books div.folder p { font-size: 77%; }

/*
| -------------------------------------------------------------------
| Uitzendschema
| -------------------------------------------------------------------
*/

#uitzendschema ul
{
	min-height: 21px;
	_height: 21px;
	margin: 0px;
	padding: 0px;
	display: block;
}

#uitzendschema ul li
{
	display: inline;
	list-style-type: none;
}

#uitzendschema ul ul
{
	border: 1px solid #E1E0E1;
	margin: 0 0 2px 0;
	background-image: url('../gui/content/h-bg.gif');
	background-repeat: repeat-x;
}

#uitzendschema ul li span
{
	text-decoration: none;
	padding: 2px 10px 0px 10px;
	display: block;
	float: left;
	border-right: 1px solid #E1E0E1;
}

#uitzendschema ul li span.date { width: 80px; }

#uitzendschema ul li span.program
{
	width: 100px;
	color: #7E290E;
	font-weight: bold;
}

#uitzendschema ul li span.subject
{
	width: 270px;
	color: #7E290E;
}

/*
| -------------------------------------------------------------------
| Uitzending gemist
| -------------------------------------------------------------------
*/

#uitzending-gemist ul
{
	border: 1px solid #E1E0E1;
	margin: 0px;
	padding: 0px;
	display: block;
}

#uitzending-gemist ul li
{
	display: inline;
	list-style-type: none;
}

#uitzending-gemist ul li a
{
	display: block;
	text-decoration: none;
	padding: 4px 10px 4px 10px;
	color: #fff;
	font-weight: bold;
	clear: left;
	background-image: url('../gui/menu/bg_gray.gif');
}

#uitzending-gemist ul li a span.num
{
	font-weight: normal;
	font-size: 93%;
}

#uitzending-gemist ul ul li span
{
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	display: block;
	background-image: url('../gui/content/h-bg.gif');
	background-repeat: repeat-x;
	min-height: 21px;
	_height: 21px;
}

#uitzending-gemist ul ul li span span
{
	float: left;
	border-right: 1px solid #E1E0E1;
	padding: 2px 10px 0px 10px;
}

#uitzending-gemist ul ul li span.date { width: 80px; }

#uitzending-gemist ul ul li span.program
{
	width: 100px;
	color: #7E290E;
	font-weight: bold;
}

#uitzending-gemist ul ul li span.subject
{
	width: 270px;
	color: #7E290E;
}

/*
| -------------------------------------------------------------------
| ZOEKFORMULIER
| -------------------------------------------------------------------
*/

#sitesearch
{
	background-color: #73252a;
	margin: 30px 0px;
	padding: 10px;
	border-color: #fff;
	border-style: solid;
	border-width: 2px 0px;
}

#sitesearch input.form-text
{
	border-color: #8b2c33;
	border-style: solid;
	border-width: 1px;
	font-size: 85%;
	margin: 5px 0px;
	padding: 3px 2px;
	width: 175px;
}

#sitesearch input.arrow
{
	font-size: 85%;
	background-color: #8b2c33;
	color: #fff;
	border-color: #9c4c52 #943d43 #943d43 #9c4c52;
	border-style: solid;
	border-width: 1px;
	padding: 2px 15px;
}

/*
| -------------------------------------------------------------------
| PANELS
| -------------------------------------------------------------------
*/

#sidebar .panel { margin-bottom: 2px; }

#sidebar .panel ul
{
	margin: 0;
	padding: 0;
	border-color: #e3e3e3;
	border-width: 1px 1px 0 1px;
	border-style: solid;
}

#sidebar .panel ul li
{
	list-style-type: none;
	display: inline;
}

#sidebar .panel ul li a
{
	display: block;
	padding: 5px 10px 5px 10px;
	color: #757477;
	font-size: 77%;
	font-weight: normal;
	border-bottom: 1px solid #e3e3e3;
	text-decoration: none;
}

#sidebar .panel ul li a:hover
{
	color: #000;
	font-weight: bold;
}

#sidebar .panel ul li.overzicht a
{
	font-weight: bold;
	color: #3c3c3c;
}

#sidebar .panel ul li.overzicht a:hover { color: #983516; }

/* 	vacatures */
#sidebar .vacatures ul li a
{
	background-image: url('../gui/icons/arrow.gif');
	background-repeat: no-repeat;
	padding: 5px 25px 5px 10px;
	background-position: right 50%;
}