
/*
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;
	background-color: #000000;
	font-size : 28px;
	}

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

 html, body
	{
	color : #796C78; 
	background-color: #FFFFCC;
	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;
	background-color: #ffffff;
	left: 27%;	
	width: 40%;
	margin-right: 29%;
	top: 135px;
	float: left;
	}



#linkerkant
	{
	position: absolute;
	width: 26%;	
	left: 2px;
	top: 135px;
	float: left;
    }

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


#rechterkant
	{
	position: absolute;
	width: 27%;
	right: 2px;
	top: 135px;
	float: right;
	}

#header
	{
	position: absolute;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #fffF00;
	width: 100%;	
	top: 0;
	left: 0;
	height: 130px;
	}

#footer	
	{
	position: fixed;
	bottom: 0;
	background-color: #ffff00;
	width: 100%;	
	left: 0;
	text-align: center;
	height: 35px;
	}

#footerleft	
	{
	position: absolute;
	width: 15%;	
	left: 2px;
	top: 2px;
	float: left;
	}

#footercenter	
	{
	position: absolute;	
	left: 14%;	
	width: 70%;
	top: 2px;
	float: center;

	text-align: center;
	}
#content
	{
	top: 136px;

	}
#footerright
	{
    position: absolute;
	right: 0%;	
	width: 15%;
	top: 2px;
	float: right;
	}


 @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; font-weight: bold; background: #66FF33; padding: 1px; margin: 4px; width: 60%;}


.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%;
	}