html, body {
	text-align: left;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Comic Sans MS, Verdana, Geneva, sans-serif;
}

/*
Kleurenspecificaties
*/
html 			{	background-color: #373c26;	}	/* donkergroen	*/

/*#container		{  	background-color: #ffb773;	}	/* beige		*/
#titel 			{	background-color: #9DF374;	}	/* lichtgroen	*/
#midden			{	background-color: #ffbd79;	}	/* beige	*/
#privatemidden	{	background-color: #ffbd79;	}	/* beige	*/

/* Kleurenschema van navigatieblokjes en bijbehorende teksten
   de werkelijke blokjes zijn vervaardigd met Photoshop */
   
/* De regels a1 t/m b3 hieronder staan er alleen ter documentatie
   de blokjes zijn allemaa images, dus de kleuren zijn met Photoshop gemaakt 
#a1			{	color: #180C82;	background-color: #9DF374;	}
#a2			{	color: #ff870c;	background-color: #180C82;	}
#a3			{	color: #339604;	background-color: #ffbd79;	}
#a4			{	color: #180C82; background-color: #52e60b;	}
#a5			{	color: #ff870c;	background-color: #3423c7;	}
#b1			{	color: #2b7d03;	background-color: #ff870c;	}
#b2			{	color: #180C82;	background-color: #339604;	}
#b3			{	color: #ff870c;	background-color: #877ce3;	}
#b4			{	color: #246a03;	background-color: #bf7c37;	}
#b5			{	color: #180C82;	background-color: #59ad31;	}
*/

h1, h2, h3, h4		{	color: #373c26;	}	/* donkergroen	*/

#midden p, ul, a	{ color: #373c26;	}	/* donkergroen	*/

#voet {	color: white;	}

h1	{	
	font-size: 300%;
	text-align: left;
	margin: 0;
	padding: 0 0 0 20px;
}

h4	{	
	font-size: 110%;
	text-align: right;
	margin: 0;
	padding: 0 60px 0 0;
}

#container {
	position: relative;
	width: 965px; 						
	margin: 0 auto 0 auto;
	padding: 0;
/*	border: 1px solid yellow;	*/
}

#balkjelinks {		/* dient voor mouseover - verdwijnen van de grote blokjes	*/
	float: left;
	width: 10px;
	height: 642px;
	margin: 5px 0 0 0;
/*background-color:#FFF;*/
}

#kop {
	float: left;
	width: 945px;
	height: 103px;
	margin:10px 10px 0 0;
	padding: 0;
/* border: 1px solid green;  	*/
}

#logo {
	float: left;
	width: 206px;	
	height: 103px;
	background: url(../images/arcania3.jpg);		
}

#titel {
	float: right;
	width: 739px;
	height: 103px;
}

#menu {
	/* Dit zijn de menu-teksten	*/
	position: relative;	
	float: left;
	width: 206px;
	height: 515px;
	margin: 0 0 0 ;
	padding: 0;
	font-weight:bold;
/*background-color: #999;*/
}

#midden {
/*	position: relative;	*/
	float: right;
	width: 709px;
	height: 515px;
	margin: 0 10px 0 0;
	padding: 0 10px 0 20px;
	font-size: 90%;
	overflow: auto;
/*	border: 1px solid red;		*/
}

/* deze iets smallere DIV zorgt ervoor dat er aan de rechterkant 
   ruimte is voor een eventuele scrollbar */
#middentekst {
	width: 680px;
}

#homemidden {
	position: relative;
	float: left;
	width: 945px;
	height: 515px;
	margin: 0;
	background: url(../images/home/homepagebody.jpg);		
/*	border: 1px solid red;		*/
}

#privatemidden {
	position: relative;
	float: left;
	width: 945px;
	height: 515px;
	margin: 0;
	padding-top: 150px;
/*	border: 1px solid red;		*/
}
#table5, #table4 {
	border-collapse:collapse;
}
#voet {
	float: right;
	width: 945px;
	height: 20px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align:center;
	font-size: 70%;
/*background-color:#00F;*/
}

#voet p {
	margin: 0;
	padding: 0;
}

a:link 		{ text-decoration: none; }
a:visited	{ text-decoration: none; }
a:active	{ text-decoration: none; }
a:hover		{ text-decoration: none; }

#midden a:link 		{ text-decoration: underline; }
#midden a:visited	{ text-decoration: underline; }
#midden a:active	{ text-decoration: underline; }
#midden a:hover		{ text-decoration: underline; }

a:link img { border: none }

.nadruk {
	font-weight:bold;
}

.leesmeer {
	font-size: 85%;
	font-style: italic;
}

.pos-rel_float-left {
	float: left;
	position: relative;
}

@media print {
#logo	{	display: none;	}
#menu	{	display: none;	}	
#titel	{	float: left;	}	
#midden { 	float: left; 	height:auto; }
#voet	{	display: none;	}	

}

