/* ============================================ */
/* SWOV corporate website            		        	*/
/* Website styles                               */
/* Medium: screen                           	  	*/
/* Januari 2006, v1.0                       	  	*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						      */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.166;
	color: #00347a;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/* set width for page */
#pageWrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#header{
	position: absolute;
	top: 62px;
	width: 750px;
	height: 80px;
	left: 0px;
/*	margin-left: -560px;*/
}
/*IE/Win hack*/
/*
html>body #header {  
	margin-left: 0;
}
*/
/* 3-column-content wrapper */
#contentWrapper {
	width: 760px;
	text-align: left;
	position: absolute;
	top: 171px;
	left: 0px;
}
 /* IE/Win hack */
 /*
html>body #contentWrapper {
	margin-top: 160px;
}
*/
/* left sideBar */
#leftBar {
	width: 150px;
	margin: 0;
	margin-left: 2px;
	margin-bottom: 2em;
	padding: 0 20px 0 5px;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 180px;
}

/* right sideBar */
#rightBar {
	margin: 0;
	padding: 0;
	width: 160px;
	text-align: left;
	position: absolute;
	left: 592px;
	top: 180px;
	height: 331px;
}

/* content layer 
#content {
	float: left;
	width: 350px;
	padding-left: 25px;
	padding-bottom: 2em;
	text-align: left;
}*/
#contentHome { /* content (sub)Homepage layer */
	width: 350px;
	padding-left: 10px;
	padding-bottom: 2em;
	text-align: left;
	position: absolute;
	left: 195px;
	top: 180px;
 }
/*	html>body #contentHome {  IE/Win hack 
		padding-left: 25px; 
}*/
/* content 2/4 width */
#content2 {
	width: 535px;
	padding-left: 10px;
	padding-bottom: 2em;
	text-align: left;
	position: absolute;
	left: 195px;
	top: 180px;
}
/*html>body #content2 {  IE/Win hack
	float: right;
	width: 535px;
	padding: 0;
	padding-bottom: 2em;
	text-align: left;
}
 */
/******* hyperlink and anchor tag styles *******/

a, a:link, a:visited{
	color: #3068b3;
	text-decoration: underline;
}
a:hover {
 color: #000;
	text-decoration: underline;
}

/************** heading tag styles **************/

h1, h2, h3, h4, h5 {
	margin_bottom: 1.0em;
	padding: 0px;
	font-weight: bold;
}
h1 {
 font-size: 140%;
	font-weight: 500;
}
 /*html>body h1 { IE/Win hack 
	margin-top: 0;
}*/
h2 {
 font-size: 120%;
}
h3, h4, h5 {
 font-size: 110%;
}

th, td {
}
th {
 font-weight: bold;
}

/*************** list tag styles ***************/

ul {
 list-style-type: square;
}
ul ul {
 list-style-type: disc;
}
ul ul ul {
 list-style-type: circle;
}

/*************** hr styles ***************/

.hr {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 1px solid #aaa;
}
.hrDotted {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border-top: 2px dotted #c2d023;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/

.skipLinks {display: none;}

#siteName{
	margin: 0px;
	padding: 1em 0 10px 0;
	text-align: left;
}

/************** utility styles *****************/
#headerUtility {
	position: absolute;
	font: normal 0.75em Verdana, Arial, Helvetica, sans-serif;
	top: 4px;
	left: 0px;
	width: 750px;
}
#headerUtility a {
	color: #00347a;
	font-weight: bold;
	text-decoration: none;
}
#headerUtility a:hover {
	color: #000;
	text-decoration: underline;
}

#headerUtility form input#searchKey {
	font-size: 1.2em;
	padding: 1px 1px 1px 3px;
	height: 14px;
	width: 155px;
	border: solid 1px #aaa;
}

/************** footer styles ****************/

#footer {
	clear: both;
	margin: 0;
	padding-top: 2em;
	padding-bottom: 1em;
	width: 350px;
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #959f00;
	text-align: center;
	border-top: 1px solid #c2cd23;
	position: relative;
	bottom: 0px;
}
#footer a {
	color: #959f00;
	text-decoration: none;
}
#footer a:hover {
 color: #00347a;
	text-decoration: underline;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/***********************************************/
/* Left & Right bar styles                     */
/***********************************************/

#leftBar, #rightBar {
 font-size: 85%;
}

/* heading styles */
#leftBar h1, #leftBar h2, #leftBar h3, #rightBar h1, #rightBar h2, #rightBar h3
#leftBar h1 a, #leftBar h2 a, #leftBar h3 a, #rightBar h1 a, #rightBar h2 a, #rightBar h3 a {
	color: #959f00;
	margin-top: .5em;
	margin-bottom: .5em;
	text-decoration: none;
}
#leftBar h1 a:hover, #leftBar h2 a:hover, #leftBar h3 a:hover, #rightBar h1 a:hover, #rightBar h2 a:hover, #rightBar h3 a:hover {
	color: #00347a;
	text-decoration: underline;
}

/*********** #leftBar styles ***********/

#leftBar ul {
 list-style: none; 
	margin: 0;
	padding: 0;
}
#leftBar ul a, #rightBar ul a {
	text-decoration: none;
}
#leftBar ul a:hover #rightBar ul a:hover {
 text-decoration: underline;
}
#leftBar ul ul, #rightBar ul ul {
 font-weight: normal;
	list-style: square;
	margin-left: 10px;
	padding-left: 10px;
}

#leftBar .selected, #rightBar .selected {
 font-weight: bold;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding-left: 10px;
}

#sectionLinks li {
	padding: 2px 0 .2em 0;
}

#sectionLinks li li {
	padding: 2px 0 0 0;
}

/*********** #featureBox styles ***********/

#featureBox {
 width: 160px;
 margin: 0 0 1em -5px;
	padding: 5px;
	border: 2px dotted #c2d023;
}

#featureBox p {
 margin: 0;
}

/*********** #rightBar styles ***********/

#rightBar ul {	
 margin: 0;
	margin-left: .8em;
	padding: 0;
	padding-left: .8em;
}
#rightBar li {
	padding: 2px 0px .2em 0;
}

#rightBarSearchForm {
 margin: .5em 0 1em 0;
	padding: 0;
}
#rightBarSearchForm input#searchKey {
 font-size: 1em;
	padding: 1px 1px 1px 3px;
	height: 14px;
	width: 120px;
	border: solid 1px #aaa;
}

/***********************************************/
/* (sub)homepage styles                        */
/***********************************************/

/* heading styles */
#contentHome h1, #contentHome h1 a,  h1.contentHome {
 color: #959f00;
	text-decoration: none;
}
#contentHome h1 a:hover {
 color: #959f00;
	text-decoration: underline;
}
/* listing styles */
#contentHome ul {
	margin-left: .7em;
	padding: 0;
	padding-left: .7em;
	list-style: square;
}
#contentHome li {
 padding-bottom: .5em;
}
/*
.Normal {
	font-size: 0.8em;
	line-height: 1.166;
	color: #00347a;
}
*/
/***********************************************/
/* overige styles                              */
/***********************************************/

.dataTBL {
	margin: 0;
	padding: 0 5px;
	font-size: 90%;
}
.dataTBL th {
	padding: 0 0 0 5px;
	background-color: #eef2b4;
	font-weight: bold;
	text-align: left;
}
.dataTBL td {
	padding: 0 5px;
	background-color: #eef2b4;
	font-weight: normal;
}
.formTBL {
	margin: 20px 0 0 20;
	padding: 0;
	font-size: 90%;
}
.formTBL td {
	background-color: #eef2b4;
	padding: 0 5 0 5px;
	text-indent: 2px;
	margin: 5px;
}

p {
	padding: 0px;
	margin: 0px;
}
.IeC {
	padding: 5px;
	font-size: 90%;
	border: 2px dotted #c2d023;
	background-color: #eef2b5;
}

/* border: 1px solid #c2cd23; */
.Rand {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #c2cd23;
	border-right-color: #c2cd23;
	border-bottom-color: #c2cd23;
	border-left-color: #c2cd23;
}
.PseudoLijst {
	text-indent: 20px;
}
.Bijschrift {
	font-style: italic;
	font-size: .85em;
	padding-bottom: 0.85em;
}
.Datum {
	font-size: 0.8em;
	padding: 5px;
	text-align: right;
	color: #959f00;
	float: right;
}
.Terug {
	font-size: 0.8em;
	padding: 5px;
	text-align: right;
	float: left;
}
.Next a{
	font-size: 0.8em;
	padding: 5px;
	text-align: left;
	color: #959f00;
	float: left;
	text-decoration: none;
}
.VerySmall {
	font-size: .7em;
}
.Verborgen {
	display: none;
	background-color: #eef2b4;
	margin-top: 0px;
}
.Verborgen2 {
	display: none;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.AanUit {
	display: none;
}
.Rood {
	color: #FF0033;
	text-decoration: underline blink;
}

.persbericht_kop {
	font-weight: bold;
}
#zoeken {
	width: 750px;
	padding-left: 0px;
	padding-bottom: 2em;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 180px;
}
.datumregel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 2em;
	font-weight: normal;
	color: #00347a;
}
.Workshop-title {
	font-size: 18px;
}
.OrganigramBaas {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}
.OrganigramKnecht {
	font-size: small;
	font-style: italic;
	font-weight: normal;
}

.OrganigramAfdeling {
	font-weight: bold;
}
.OrganigramHoek {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.OrganigramVertikaal {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.OrganigramBoven{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.OrganigramLinksBoven{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
.OrganigramRechtsBoven{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.TableBorder td{
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.SpringIn {
	padding-left: 20px;
}
.SpringIn a{
	color: #3068b3;
	text-decoration:none;
}
.SpringIn a:hover {
 color: #000;
}

u{
	color: #3068b3;
	text-decoration:none;
}
u:hover {
 color: #000;
	text-decoration: none;
	cursor: pointer;
}

