/* ============================================ */
/* SWOV corporate website            		        	*/
/* Website styles                               */
/* Medium: print                            	  	*/
/* Januari 2006, v1.0                       	  	*/
/* -------------------------------------------- */
/* Copyright Hic et Nunc            						      */
/* www.hicetnunc.nl - info@hicetnunc.nl         */
/* ============================================ */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
 width: 100%;
	color: #000;
	background-color: #fff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.166;
}

/******* hyperlink and anchor tag styles *******/

a {
	color: #000;
	text-decoration: underline;
}

/************** header tag styles **************/

h1, h2, h3, h4, h5 {
 margin: 0px;
 padding: 0px;
	font-weight: bold;
}
h1 {
 font-size: 140%;
}
h2 {
 font-size: 120%;
}
h3, h4, h5 {
 font-size: 110%;
}

/*************** 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 #aaa;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

/***********************************************/
/* ID's and SPAN's                             */
/***********************************************/

#pageWrapper {
 width: 100%
}

.skipLinks {display: none;}

#leftBar, #rightBar, #headerUtility, #siteNav, #TaalKeuze {
	display: none;
}

#siteName{
 display: block;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #aaa;
}

#content, #contentHome {
	width: 100%;
	margin-bottom: 3em;
}

#footer {
	clear: both;
	margin: 0;
	padding: 2em 10px;
	border-top: 1px solid #aaa;
	font-size: .8em;	
	letter-spacing: 1px;
	text-align: center;
}
#footer a {
 color: #aaa;
	text-decoration: none;
}

/***********************************************/
/* (sub)homepage styles                        */
/***********************************************/

#contentHome ul {
	margin-left: .7em;
	padding: 0;
	padding-left: .7em;
	list-style: square;
}
#contentHome li {
 padding-bottom: .5em;
}

#contentHome h1, #contentHome h1 a {
 color: #c2d023;
	text-decoration: none;
}
#contentHome h1 a:hover {
 color: #3068b3;
	text-decoration: underline;
}
