@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Hooikade 13, 2627 AB Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import "nav_lwmaterials.css";
@import "forms_lwmaterials.css";

body {
	background: url(/images/bg_main.gif) repeat-x #8579B3 fixed;
}

div#maincontainer {
	width: 784px;
	margin-left: 90px;
	padding: 0 6px;
	background: url(/images/bg_content.png) repeat-y;
}

div#top {
	border: 1px solid white;
	height: 195px;
}

h1 {
	float: left;
	width: 195px;
	height: 195px;
	text-indent: -1000em;
	background: url(/images/logo_lw.gif) no-repeat;
}

h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

div#navcontainer {
	position: relative;
	height: 32px;
	background: #D9D9D9;
}

ul.language {
	display: none;
	position: absolute;
	left: 20px;
	top: 10px;
}

ul.language li {
	float: left;
	margin-right: 5px;
}

ul.language a {
	display: block;
	width: 16px;
	height: 11px;
	text-indent: -1000em;
}

ul.language li.nl a {
	background: url(/images/nl.gif) no-repeat top left;
}

ul.language li.en a {
	background: url(/images/uk.gif) no-repeat top left;
}

div#navpath {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484848;
	text-transform: lowercase;
	margin: 10px 0 20px;
}

div#content div#navpath a {
	color: #484848;
}

div#content div#navpath a:hover {
	color: black;
}

div#contentcontainer {
	font-family: Arial, Helvetica, sans-serif;
	min-height: 375px;
	font-size: 12px;
	line-height: 140%;
	color: #333;
}

div#content {
	margin-left: 196px;
	padding: 0 40px 60px 0;
}

/*--- NIEUWS ---*/

div.nieuws-artikel {
	margin: 0 0 20px;
	padding: 0 0 15px;
	border-bottom: 1px solid #D9D9D9;
	overflow: auto;
}

p.posted {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: black;
}

/*--- FOOTER ---*/

div#footercontainer {
	width: 780px;
	padding-right: 15px;
	margin-left: 90px;
	background: url(/images/bg_footer.png) no-repeat top left;
}

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 11px;
	color: white;
	padding: 10px 0 15px;
	overflow: auto;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer span.divider {
	padding: 0 7px;	
}


div#footer p.didjee {
	font-size: 10px;
	margin: 8px 0 0; 
}

div#footer p.didjee a {
	border-bottom: 1px dotted #A6A6A6;
}

/*--- STYLING ---*/

div#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	color: #172983;
	margin: 0 0 20px;
}

div#content h3 {
	font-size: 15px;
	color: black;
	margin: 20px 0 10px;
}

div#content h3 a {
	color: black;	
	text-decoration: none;
}

div#content strong {
	color: black;
}

div#content ul {
	list-style-type: square;
	margin: 10px 0 10px 20px;
}

div#content p {
	margin-bottom: 10px;
}

div#content p a {
	color: #172983;
	font-weight: bold;
}

div#content p a:hover {
	color: #8579B3	
}

img.beeld_rechts {
	float: right;
	margin: 0 0 15px 15px;
}