.sitecontainer
{
	font-family: arial, helvetica, verdana, sans-serif;
	width: 900px;
  	margin-left: auto ;
	margin-right: auto ;
	font-size: 12px;
	line-height: 18px;
}

/* header */

.header
{
	height: 110px;
}

.header_image
{
	position: relative;
	padding-left: 200px;
	padding-top: 10px;
	margin-top: -3px;
	margin-bottom: 3px;
}

.kruimelpad
{
	position:absolute;
	margin-left: 200px;
	color:#949494;
	font-size: 10px;
}
.kruimelpad a
{
	text-decoration: none;
}

/* middle_website */

.menu
{
	background-color: #949494;
	width:175px;
	margin-right: 27px;
}

.content
{
	height: 100%;
	padding-bottom: 20px;
}

.content_normal
{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	border: 30px solid #00A6EB;
	margin-left: 20px;
}

.content_home
{
	display: block;
}

/* footer */
.footer
{
	height: 166px;
}

.footer_black_block
{
	background-color:black;
	width:175px;
	height:145px;
	float:left;
	text-align: center;
	vertical-align: middle;
}
.footer_black_block a
{
	display: block;
	margin: auto auto 0 auto;
	text-decoration: none;
}

.footer_banners
{
	background-color: #949494;
	height:145px;
}

.subfooter
{
	clear:both;

}

.footer_banner
{
	float:left;
	padding-left: 50px;
	padding-top: 25px;
}

.footer_logo
{
	float:left;
}
.footer_links
{
	float:right;
	padding-right: 295px;
	font-weight:bold;
	padding-top: 3px;
	color: #949494;
}
.footer_links a
{
	text-decoration: none;
}

/* algemeen */
.leesmeer
{
float:left;
}

.leesmeer:hover
{
}