
/*
Verschil class en id?
Id geef je aan met # en div id=    kan slechts 1 keer voorkomen in document
Class geef je aan met . en div class=   kan meerdere keren voorkomen in document

*/

#container {
	}

 html, body
	{
	color : #000099; 
	background-color: #FFFFFF;
	font-size : 12px;	
	font-weight : bold;
	font-family: 'Helvetica', 'Arial', 'Times New Roman', sans-serif; 
	letter-spacing: 0.018em; 
	line-height: 18px;
	}


#midden 
	{
	position: absolute;
	background-color: #ffffff;
	left: 19%;	
	width: 60%;
	margin-right: 19%;
	top: 135px;
	float: left;
	}


#content {
position: relative;
padding: 10px 25px;
height: auto;
}
#linkerkant
	{
	position: absolute;
	width: 19%;	
	left: 2px;
	top: 0;
	float: left;
    }

a:link { color: #6A6A6A; text-decoration: underline;}
a:active { color: red; }
a:visited { color: #FF6600; text-decoration: underline; }
a:hover { color: #ff0000;} 	


#rechterkant
	{
	position: absolute;
	width: 19%;
	right: 2px;
	top: 0;
	float: right;
	}

#header
	{
	position: absolute;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffffff;
	width: 60%;
	left: 19%;	
	right: 19%
	top: 0;
	height: 80px;
	}


.kopje {color: #ffffff; font-weight: bold;}

.subkopje{font-size: 12px; font-weight: bold; background: #0099FF; color:#ffffff ;padding: 1px; margin: 4px; width: 60%;}


#algemeenmenu
	{
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	padding: 2px;
	background: #FFFFCC;
	width: 85%;
	}