@charset "UTF-8";
/* 

***********************************************************
	
	CSS-file by:
   
	Didjee, grafische vormgeving / multimedia, Delft
	Wateringsevest 38, 2611 AW Delft
	http://www.didjee.nl
	
	            
***********************************************************

*/

@import url('reset.css');
@import url('nav_vtk.css');

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 10px;
	overflow: hidden;
}

html {
	overflow: hidden;
}

div.clearfloat {
	font-size: 1px;
	line-height: 1px;
	margin-bottom: -1px;
	clear: both;
}

div#mainwrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

h1 {
	width: 160px;
	height: 200px;
	margin-bottom: 50px;
}

h1 a {
	display: block;
	width: 160px;
	height: 200px;
	background: url(/images/logo_vtk.gif) no-repeat;
}

h1 span {
	display: none;
}

div#content_wrapper {
	width: 710px;
	padding: 20px;
	margin-right: -3px;
	background: url(/images/bg_content.gif) no-repeat top left #FFDD00;
}

div#content_scroll {
	overflow: auto;
	height: 500px;
	scrollbar-3dlight-color:#FFDD00;
	scrollbar-arrow-color: white;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #FFDD00;
	scrollbar-face-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-track-color: #FFDD00;
}

div#content {
	text-align: left;
	font-size: 14px;
	line-height: 150%;
	padding: 20px 60px 10px;
}

div#sidebar {
	position: relative;
	height: 500px;
	float: right;
	padding: 18px;	
}

div#footer {
	font-size: 10px;
	width: 750px;
	padding: 20px 0 15px;
	text-align: left;
	background: url(/images/bg_footer.gif) top left no-repeat;
}

div#footer img {
	float: right;
	margin-top: -2px;
}

/*--- STYLING ---*/

div#content h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0 15px;
	line-height: 110%;
}

div#content p {
	margin-bottom: 15px;
}

div#content a {
	color: black;
	font-weight: bold;
}