@charset "utf-8";
/* CSS Document */

body {
	background: #808080;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #808080;
	font-family: "Comic Sans MS", cursive;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* als u de bovenmarge verwijdert, voorkomt u dat marges buiten de div vallen waartoe ze behoren. De resterende ondermarge zorgt ervoor dat er ruimte blijft tussen de div en alle volgende elementen. */
	padding-right: 15px;
	padding-left: 10px; /* als u opvulling toevoegt aan de zijkant van de elementen in de divs, in plaats van aan de divs zelf, voorkomt u dat u kadermodelberekeningen moet uitvoeren. U kunt als alternatief een geneste div met opvulling aan de zijkant gebruiken. */
	color: #000;
	font-family: "Comic Sans MS", cursive;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width:240px;
  background-color: #808080;
}

li a {
  display: block;
  color: #000;
  padding: 1px 20px;
  text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
  background-color: #555;
  color: white;
}

div#main_container{
 margin: 0 auto 0 auto;
 width: 1000px;
 text-align: left;
 }

.bodyText {
	font: bold 16px Comic Sans MS;
	color: black;
	line-height: normal;
	letter-spacing: normal;
	margin-top: 0px;
	background-color: #808080;
	}

 div#box1{
	background-color: #808080;
	margin-top: 10px;
	width: 100%;
	height:170px;
	float: none;
 }
 
 .pageName{
	font: normal 12px Comic Sans MS;
	color: yellow;
	line-height: 20px;
	letter-spacing: .1em;
 }
	
 .div#box2{
	background-color: #808080;
	float: left;
	width: 30%;
	height: 1600px;
	margin-top: 5px;
 }	
	
 }
  .div#box3{
	background-color: #808080;
	float: left;
	width: 100%;
	height: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #06C;
 }
 
 

 
 
