/* CSS Document */

BODY {
  height:100%;
  margin:0;
  padding:0;
}


/************************
 * Layout
 ************************/
div#totallayout {
  	width:975px;
	height:604px;
	margin:20px auto 0 auto;
}
span.logo {
	margin:0 0 0 86px;
}
div.head01 {
	float:left;
	margin:20px 0 0 0;
	width: 75px; /* 105 */
	width: 105px;
	height: 146px;
	overflow: hidden;
	
}
div.head02_home {
	float:left;
	background: url(gfx/head/head2_stuk_home.gif) no-repeat bottom left;
	width: 166px;
}
div.head02 {
	float:left;
	background: url(gfx/head/head2_stuk_vervolg.gif) no-repeat bottom left;
	width: 166px;
}
div.head03 {
	float:left;
	margin:20px 0 0 0;
	width: 702px;
}
div#center {
	clear: both;
  	width: 973px;
	/*margin: -4px 0 0 0;*/
	overflow: hidden;
}
div#content_holder {
	width:592px;
	float:left;
}
div#content {
	/*margin:0 73px 0 73px;*/
	margin:0 41px 0 41px; /* width: 510 + 41 + 41 = 592 */
}


/************************
* Elementen
************************/
/* Pagetitle */
#content h1.title {
	font:bold 0.8em verdana;
	color:#831622;
	margin:28px 0 0 0;
}


/************************
* Nieuws (mediabank)
************************/
table.mediacollection {
	margin:10px 0 0 0;
}
/*Icoon*/
table.mediacollection td.icon {
	width:45px;
}
/*Titel*/
table.mediacollection td.header {
	font:bold 0.8em verdana;
	color:#831622;
	padding:0 0 0 10px;
}
/*Datum*/
table.mediacollection td.date {
	font:0.7em verdana;
	color:#831622;
	padding:0 0 0 10px;
}
/*Lead*/
table.mediacollection td.lead {
	font:0.7em verdana;
	line-height:16px;
	padding:0 0 10px 10px;
}
/*'Leesverder'-link*/
table.mediacollection td.lead a.navigation {
	color:#831622;
	text-decoration:none;
}
/*Full content (gedeelde contenttypes)*/
table.mediacollection td.content {
	padding:0 0 0 10px;
}


/**************************
* Nieuwsbericht (mediabank)
**************************/
table.bericht {
	margin:15px 0 0 0;
}
/*Titel*/
table.bericht td.header {
	font:bold 0.7em verdana;
	color:#831622;
	padding:0 0 0 10px;
}
/*Datum*/
table.bericht td.date {
	font:0.7em verdana;
	color:#831622;
	padding:0 0 0 10px;
}
/*Lead*/
table.bericht td.lead {
	font:0.7em verdana;
	line-height:16px;
	padding:0 0 0 10px;
}
/*Volledig bericht*/
table.bericht td.content {
	padding:0 0 0 10px;
}


/************************
 * Alle Formulieren
 ************************/
form {
	padding:0;
	margin:0;
}
div#shared_form {
	margin:15px 0 0 0;
}
#shared_form label.header {
	font:0.8em verdana;
}
#shared_form div.formcontent input.normalclass {
	border:1px solid #B7C5D2;
	background-color:#EEECEA;
	width:230px;
}
/* Text Area */
#shared_form div.formcontent textarea.normalclass {
	border:1px solid #B7C5D2;
	background-color:#EEECEA;
	width:230px;
}
#shared_form div.formcontent select {
	border:1px solid #B7C5D2;
	background-color:#EEECEA;
	width:232px;
}
#shared_form td.submitbutton {
	padding:5px 0 0 0;
}


/************************
 * Path
 * Fat Erik's Breadcrumbs
 * http://css.maxdesign.com.au/listamatic/horizontal33.htm
 ************************/
div#pad {
	float:left;
	width:532px;
}
UL#path {
	list-style:none;
  	padding:0;
  	font:0.7em verdana;
  	margin:10px 0 0 11px;
}
#path LI {
  	display:inline;
 	padding:0;
  	margin:0;
  	color:#831622;
}
#path LI A {
  	text-decoration:none;
  	color:#831622;  
}
/*#path LI A:hover {
  	color : #454569;
}*/

/*IE workaround*/
/*All IE browsers*/
#path LI {
	background:  url(gfx/gt.gif) no-repeat 0 60%;
  	padding: 0 0.2em 0 1.2em;
  	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
html #path { height: 1%; }

/*End hide*/
/*Mac IE 5*/
html #path li:first-child { background-image: none; }


/************************
* Hoofdmenu
************************/
div#hoofdmenu {
	float:left;
	background-color:#831622;
	width:590px;
	width:522px;
	height:26px;
	overflow: hidden;
	padding: 0;
}
div#hoofdmenu ul.horizontal { 
  	list-style: none;
  	padding: 0;
  	margin: 0 0 0 13px;
}
#hoofdmenu ul.horizontal li {
	font:bold 0.8em verdana;
	display:inline;
	padding:0;
 	margin: 0 15px 0 0;
 		line-height: 26px;
}

#hoofdmenu ul.horizontal li a { color:#ffffff; text-decoration:none; }
#hoofdmenu ul.horizontal li a:hover { color:#AAA094; }


/************************
* Submenu
************************/
div#submenu_holder {
	float:left;
}
div#submenu {
	width:211px;
	background:url(gfx/submenu.gif) repeat-y;
	height:358px;
}
div#submenu_onder {
	background:url(gfx/submenu_bottom.gif) no-repeat;
	width:211px;
	height:6px;
}
#submenu ul {
 	list-style:none;
	padding:25px 0 0 0;
	margin:0;
	text-align:right;
	width:198px;
	float:right;
}
#submenu ul li {
	margin:0 0 6px 0;		
}
#submenu ul li a {
	font:bold 0.7em verdana;
	color:#831622;
	text-decoration:none;
	padding:0 19px 0 0;
	margin:0;
}
#submenu ul li a.subNavigatieActief {
	background:url(gfx/subsubblok.gif) no-repeat top right;
}


/************************
* Subsubmenu
************************/
#submenu ul ul {
	list-style:none;
	margin:0;
	padding:0;
}
#submenu ul ul li {
	display:inline;
}
#submenu ul ul li a {
	color:#AAA094;
	display:block;
	margin:6px 0 0 0;
}
#submenu ul ul li a.subSubNavigatieActief {
	background:url(gfx/subsubblok.gif) no-repeat top right; 
}


/************************
 * Submenu home
 ************************/ 
div#submenu_home {
	background:url(gfx/home/submenu_home.jpg) no-repeat;
	height:364px;
	width:211px;
}


/************************
 * Zoeken
 ************************/
div#zoek {
	float:left;
	background-color:#AAA094;
	height:27px;
	margin:1px 0 0 0;
	padding:8px 0 0 0;
	width:170px;
}
/*fieldset zoeken*/
#zoek fieldset.searchfield {
	margin:0;
	padding:0;
	border:none;
}
/*input text-veld*/
#zoek fieldset.searchfield input.normal {
	border: 1px solid #A6A5BD;
	background-color:#E5E2E1;
	margin:0 0 0 10px;
	padding:0;
}


/************************
* Zoekresultaten
************************/
div#zoekresultaten {
	font:0.8em verdana;
}
div#zoekresultaten p {
	line-height:16px;
	margin:0;
}
/* Navigatie */
div#zoekresultaten a {
	color:#831622;
	text-decoration:none;
}
/* Paginatitels */
div#zoekresultaten dl dt {
	font-weight:bold;
	color:#831622;
}
/* Verkorte inhoud */
div#zoekresultaten dl dd p {
	line-height:16px;
}


/************************
 * Inzetten (blocks)
 ************************/
div#blocks {
	width:170px;
	float:right;
}


/************************
 * Quicklinks
 ************************/
#quicklinks fieldset.form {
	background:url(gfx/kader_select.gif) no-repeat;
	height:149px;
	border:none;
	margin:15px 0 0 0;
	padding:17px 13px 0 13px;
}
#quicklinks fieldset.form span.qmenu_text {
	font:bold 0.7em verdana;
	color:#831622;
	margin:0 0 0 2px;
	padding:0;
}
#quicklinks div.formcontent {
	margin:11px 0 0 0;
	padding:0;
}
#quicklinks select {
	font-size:0.7em;
	color:#831622;
	width:140px;
	height:19px;
	margin:0;
	padding:0;
}
#quicklinks div.submitbutton {
	padding:8px 0 0 0;
	height:33px;
}
#quicklinks label, #quicklinks br {
	display:none;
}


/**************************
* Inzet: laatse nieuws
**************************/
div#nieuws {
	margin:15px 0 0 0;
}
/* Titel */
#nieuws table.inzet_nieuws td.nieuws_titel {
	font:bold 0.7em verdana;
	color:#831622;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding:10px 0 10px 8px;
}
/* Nieuwsitem */
#nieuws table.inzet_nieuws td.blok_nieuws {
	padding:4px 8px 20px 8px;
	border-left:1px solid #000000;
	vertical-align:top;
}
#nieuws table.inzet_nieuws td.header {
	padding:0 0 20px 0;
	border-right:1px solid #000000;
	font:0.7em verdana;
}
#nieuws table.inzet_nieuws td.header a {
	color:#831622;
	text-decoration:none;
}
/* Top & bottom */
#nieuws table.inzet_nieuws td.nieuws_top {
	background:url('gfx/nieuws_top.gif') no-repeat;
	font-size:5px;
}
#nieuws table.inzet_nieuws td.nieuws_bottom {
	background:url('gfx/nieuws_bottom.gif') no-repeat;
}


/************************
* Poll
************************/
div#poll {
	margin:10px 0 0 0;
}
div#poll fieldset.poll {
	background:url(gfx/kader_poll.gif) no-repeat;
	height:166px;
	border:none;
	padding:20px 13px 0 13px;
}
/*Stelling*/
#poll fieldset.poll p {
	font:bold 0.7em verdana;
	color:#E5E2E1;
}
/*Opties*/
#poll fieldset.poll div.formcontent {
	font:0.7em verdana;
	color:#E5E2E1;
}
/*'Stem'-knop*/
#poll fieldset.poll input {
	padding:0 0 0 15px;
}
/*'Stem'-knop (TEMP)*/
#poll fieldset.poll img {
	padding:0 0 0 15px;
}


/************************
 * PollResults
 ************************/
/*Stelling*/
#poll h2 {
	font:bold 0.7em verdana;
	color:#E5E2E1;
}
/*Opties & percentages*/
#poll table.pollresult th {
	font:0.7em verdana;
	color:#E5E2E1;
}


/************************
* Sitemap
************************/
#content ul#sitemap {
	list-style:none;
}
#content ul#sitemap li {
	
}
/* Niveau 1 */
#content ul#sitemap li a {
	color:#831622;
	text-decoration:none;
	font:bold 0.8em verdana;
}
/* Niveau 2 */
#content ul#sitemap ul {
	list-style:none;
}
#content ul#sitemap ul li a {
	font:0.8em verdana;
}
/* Niveau 3 */
#content ul#sitemap ul ul {
	
}
#content ul#sitemap ul ul li a {
	
}


/************************
 * Footer
 ************************/
DIV#boxfooter {
	/*width:869px;*/
	width:975px;
	height:5px;
	margin: 0;
	padding-top: 25px;
	clear: both;
	/*border-top: 1px solid blue;*/

}



/************************
 * Sitewidepages
 * Fat Erik's Breadcrumbs
 * http://css.maxdesign.com.au/listamatic/horizontal33.htm
 ************************/

UL#sitewidepages li {
  float:right;
  padding-left:20px;
  display:block;
  text-align:center;
}

UL#sitewidepages li a {
  font-family:verdana;
  font-size:0.7em;
  font-weight:bold;
  color:#333366;
  text-decoration:none;
}

UL#sitewidepages {
  margin: 0 171px 0 284px;
  /*border-top: 1px solid #831622;*/
}


/************************
 * shanks logo right
 ************************/

#shanks_logo {
	float:right;
	padding-right: 58px;
	padding-top: 13px;
	}
	


/************************
 * Content homepage
 ************************/

/*#content_top {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	}
	
#content_top h1.title {
	font:bold 0.9em verdana;
	color:#831622;
	margin:0;
}	
	
	
#content_bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#content_bottom img{
	padding: 5px 10px 0 0;
	}*/
	
div.links_homepage {
	float:left;
	margin:20px 0 0 0;
}
.links_homepage a {
	color:#831622;
	text-decoration:none;
	font:bold 0.6em verdana;
} 

/* SVI 20080404: Submenu over 2 regels 
	   20080630: In overleg met ATM weer ongedaan gemaakt vanwege witruimte in ie7 */
#submenu ul li a {
	/*display:block;*/
	}

/* Scheider -------------------------------------------------------------------------------------------------------------*/
DIV.column	{ float:left; width: 230px; padding-right: 15px; }


/* SVI 20080623 div.head02 aangepast voor rondingen nav-image */

/* SVI 20080707 */
#taalswitch {
	float: left;
	background-color: #831622;
	width: 180px;
	height: 21px;
	padding: 5px 0 0;
}
#taalswitch a img {border: 1px white solid;}
#taalswitch a:hover img {border: 1px #aaa094 solid;}	

.image_separator {
	clear: left;
}