body {
		font-family: arial, helvetica, serif;
		font-size: 14px;
		color: #2d2d2d;  /* of 1d1d1d; */
		background-color: #2d2d2d;
	}
	
#mainwrap { 
	padding: 26px;
	width: 700px;
	min-height: 450px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fef8e5;
}

#titel {
	font-size: 16px;
	font-weight: bold;
}



#navtop { }

#navvert { }

#mainwrap a:active, #mainwrap a:visited, #mainwrap a:link
  { 
	color: #0155a8;
	text-decoration: none;
}

#content { }

#boekenframe { 
	background: #fff;
	border: 5px solid #0155a8;
	padding: 10px;
	
}

#footer { 
	color:#fef8e5;
	font-size: 9px;
	width: 450px; 
	margin-right: auto;
	margin-left: auto;
	}
	
#footer a { color: #808080; }

.hoofd-artikel {
	font-size: 150px;
	}

#buttons {position: absolute; width:694px; height:250px;}

#buttons a{
		display:block;
		width:347px; height: 125px;
		background-image: url("../img/buttons.png");
    text-indent: -9999px;
      }

	#buttons a.lesbrieven {
    width:694px;
    background-position: 0 0;
    float: left;
		}
	#buttons a.lesbrieven:hover {	
    width:694px;
		background-position: 0 250px;
		}
    
  #buttons a.hebjijeenidee {
    background-position: 0 375px;
    float: left;
		}
	#buttons a.hebjijeenidee:hover {	
		background-position: 0 125px;
		}
    
   #buttons a.denieuweschoolstrijd {
    background-position: 347px 375px;
    float: right;
		}
	#buttons a.denieuweschoolstrijd:hover {	
		background-position: 347px 125px;
		}
