html {
	}


body {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#366;
	background-image:	url(../images/achtergrond1.jpg);
	}


div#logo {
	position:			fixed;
	top:				12px;
	left:				10px;
	}
	
div#toren {
	position:			fixed;
	top:				130px;
	left:				10px;
	background-color:	#FFF;
	}

div#kop {
	position:			fixed;
	top:				0px;
	left:				170px;
	width:				824px;
	right:				0px;
	color:				#099;
	font-size:			96px;
	font-weight: 		bold;
	text-align:  		left;	
	background-color:	#FFF;
	z-index:			100;
	}		
	
div#voettekst {
	position:			fixed;
	bottom:				0px;
	/*height:				70px;*/
	left:				0px;
	right: 				0;
	
	color:				#FFF;
	background-color:	#099;
	text-align:  		center;	
	font-size:			18px;
	font-weight:		bold;
	padding: 			2px 10px;
	z-index:			100;
	}	
	
div#navigatiebalk {
	position:			fixed;
	top:				116px;
	left:				170px;
	width:				785px;
	color:				#C33;   /*voor de actieve pagina, is geen hyperlink*/
	font-size:			0.8em;
	font-weight:		bold;
	background-image:	url(../images/gradline.png);
	z-index:			100;
	}
div#navigatiebalk a:link {
	color:				#FFF;
	text-decoration:	none;
	}
div#navigatiebalk a:visited {
	color:				#FFF;
	text-decoration:	none;
	}
div#navigatiebalk a:hover {
	color:				#C33;
	background-color:	#FFF;
	text-decoration:	none;
	}
div#navigatiebalk a:active {	
	color:				#000;
	text-decoration:	none;
	}

div#counter {
	position:			fixed;
	top:				116px;
	left:				955px;
	width:				40px;	
	color:				#C33;
	background-color:	#90d2d8;
	font-size:			.8em;
	font-weight:		bold;

	}
	
div#content a:link {
	color:				#033;
	text-decoration:	underline;
	}
div#content a:visited {
	color:				#366;
	text-decoration:	underline;
	}
div#content a:hover {
	color:				#C33;
	text-decoration:	none;
	}
div#content a:active {	
	color:				#C33;
	text-decoration:	none;
	}	
	
div#content {
	top:				160px;
	left:				170px;	
	font-size:			small;
	overflow:			auto;	
	}

/* 1 kolom */
div#kolom1v1 {
	left:				170px;
	width:				824px;
	}

/*2 kolommen even breed */	
div#kolom1v2 {
	left:				170px;
	width:				400px;
	}
div#kolom2v2 {
	left:				594px;
	width:				400px;
	}			


/*2 kolommen 2/3 - 1/3 */

div#kolom1v3 {
	left:				170px;
	width:				245px;
	}
div#kolom2v3 {
	left:				435px;
	width:				295px;
	}




div#kolom1en2v3 {
	left:				170px;
	width:				554px;
	}
div#kolom3v3 {
	left:				744px;
	width:				250px;
	}

/*alle kolommen*/
div#kolom1v1, 
div#kolom1v2, div#kolom2v2,
div#kolom1v3, div#kolom2v3, div#kolom1en2v3, div#kolom3v3 {
	position:			absolute;
	top:				130px;
	padding-bottom:		400px;
	}		

p {
	font-size:			1em;
	margin:				0 0 1em 0;
	}
	
h1 {
	color:				#C33;
	font-size:			2.0em;
	margin:				1em 0;
	}	
	
h2 {
	color:				#C33;
	font-size:			1.5em;
	margin:				0.75em 0;
	}	
	
h3 {
	font-size:			1.25em;
	margin:				0 0;
	}
	
li {
	list-style-image:	url(../images/bullet.jpg);
	}	

address {
	font-size:			.8em;
	font-style:			normal;
	border-width:		1px;
	border-style: 		dashed;
	border-color:		#C33;
	margin:				2px;
	padding:			6px;
	}
	
/* extra code voor IE <= 6 omdat deze browsers position:fixed niet kennen */

*html p, table 			{font-size:12px}
*html h1 				{font-size:24px}
*html h2 				{font-size:18px}
*html h3 				{font-size:15px}
 
* html body{
	
	}	
	
* html div#toren {
	position:			absolute;
	}	
* html div#logo {
	position:			absolute;
	}	
* html div#voettekst {
	display:			none;
	}
* html div#content {
	height: 			100%;
	overflow:			visible;
	}	
* html div#kop {
	position:			absolute;
	}
* html div#navigatiebalk {
	position:			absolute;
	width:				785px;
	}
* html div#counter {	
	position:			absolute;
	}
/* einde extra code voor IE < 6 */	