@import "algemeen.css";
body {
	margin:10px 0px; padding:0px;
	text-align:center;
	}
	
#content {
	width:810px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	}


 
        
.blokcontainer
{
	width:800px;
}
.blok
{                    
	display:block;
	width:260px;
	height:450px;
	padding:3px;  
	float:left;
}
.profiel
{
	background: #990 url("../img/profiel1.gif") no-repeat;
	background-position:bottom;
}

.deelnemers
{
	background: #cc0 url("../img/deelnemers1.gif") no-repeat;
	background-position:bottom;
}
.rapporten
{
	background: #ebe9ae url("../img/visitatierapporten1.gif") no-repeat;
	background-position:bottom;
}
      
#logo{		
	display:block;    
	width:150px;
	height:120px;
	background: url("http://www.publiekverantwoorden.nl/css/img/publiek_verantwoorden_logo.gif");
	background-repeat:no-repeat;    
	float:right;
}    

h1,h2,h3 {
	background-color:#fff;
}       
div.kopje { 
	background-color:#fff; 
	color: #990; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size:100%;
	padding-top:20px;
	padding-bottom:0;
}

