.box {
	width: 95%;
	margin: auto;
}

.boxhead {
	padding: 0px;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	/*height: 22px;*/
	width: 100%;

	background-image: url(../img/table-head.gif);
	background-repeat: repeat-x;
	background-color: #d7eefc;
	
	font-weight: bold;
}
.box #tekstpagina{
	text-align:  center;
}

.boxbody{
	padding: 10px;
	margin: 0px;
	
	border: 2px solid #cfe9f8; 
	border-top: 0px; 
}