
/*
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

*/

h1 {
	color: #ffffff;
	font-size : 35px;
	font-family: 'lucida handwriting','Arial', 'Times New Roman', sans-serif;
	}

#container 
	{
	min-height: 100%;
	height: 100%;
	width: 90%;
	}

 html, body
	{
	color : #000000; 
	background-color: #00ffff;
	font-size : 14px;	
	font-family: 'Helvetica', 'Arial', 'Times New Roman', sans-serif; 
	letter-spacing: 0.018em; 
	line-height: 18px;
	}

ul li {
	list-style-type: none;	
	display: inline;	
	padding: 0;	
	margin: 0;
	}

#midden 
	{
	position: absolute;
	left: 0%;	
	width: 100%;	
	float: left;
	background-color: #000000;
	}

#middenlinkskant 
	{
	position: absolute;
	top: 10%;
	left: 5%;	
	height: 100%;
	width: 2%;	
	bottom: 1%;
	float: left;
	background-color: #00FFFF;
	}
#middenlinks 
	{
	position: absolute;
	top: 10%;
	left: 7%;	
	height: 100%;
	width: 35%;	
	bottom: 1%;
	float: left;
	background-color: #00FFFF;
	}

#middenmidden
	{
	position: absolute;
	top: 10%;
	left: 42%;	
	height: 100%;
	width: 16%;
	bottom: 1%;
	float: left;
	background-color: #00CCFF;
	}


#middenrechts 
	{
	position: absolute;
	top: 10%;
	right: 1%;	
	height: 100%;
	width: 40%;
	bottom: 1%;
	float: right;
	background-color: #0099FF;
	}
#middenrechtskant 
	{
	position: absolute;
	top: 10%;
	right: 40%;	
	height: 100%;
	width: 2%;	
	bottom: 1%;
	float: right;
	background-color: #0099FF;
	}


/*#linkerkant
	{
	background-color: #CCFFCC;
	position: absolute;
	width: 19%;	
	height: 100%;
	left: 2px;
	top: 0px;
	float: left;
    }

a:link { color: #0033FF; text-decoration: underline;}
a:active { color: red; }
a:visited { color: #0033FF; text-decoration: underline; }
a:hover { color: #ff0000;} 	


#content
	{
	top: 136px;
	}

 @media screen{
  body>div#footer{
   position: fixed;
  }
  body>div#head{
   position: fixed;
  }
 }
 * html body{
  overflow: hidden;*
 } 
 * html div#content{
  height: 100%;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -200px 0;
 }

.kopje {color: #ffffff;}

.subkopje{font-size: 12px; color: #ffffff;font-weight: bold; background: #996860; padding: 1px; margin: 4px; width: 100%;}
.subkop{font-size: 13px; color: #ffffff;font-weight: bold; background: #ff0000; padding: 1px; margin: 4px; width: 20%; text-align: center;}
.subkop1{font-size: 11px; color: #ffffff;font-weight: bold; background: #ff0000; padding: 1px; margin: 4px; width: 90%; text-align: center;}
.koop{font-size: 14px; font-weight: bold; font-style: italic;}
.opvallend
	{
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
	background-color: #00ff00;
	width: 100%;	
	}


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