* {
	margin: 0;
	padding: 0;
}

div {
/*	background-repeat: no-repeat;
	height: auto;*/
	position: relative;
}

div#wpcumuluswidgetcontent { position: static; }

html
{
	overflow-y:scroll;
}


html, body {
    	height: 100%;
}

body
{
	background-image: url('/fileadmin/images/bg2.gif');
	background-repeat: repeat-x;
	color: #666;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

a,
a:visited
{
	color:#dc2300;
}

a:hover
{
	color:#666;
}

a:active
{
	color:#dc2300;
}


img
{
	border: 0;	
}


.wrapper {
	width:1000px;
	margin: 0 auto;
	padding:bottom;
}

.colleft {
	padding-top:25px;
	width:280px;
	float:left;
	padding-right:10px;
}

.colright {
	padding-top:25px;
	width:700px;
	float:left;
}

h1,h2 {
	font-family: Courier, Verdana, sans-serif;
	color:#dc2300;
}

p {
	margin-bottom:15px;
}

.footer
{
	clear: both;
	text-align: center;
}

img.thumb
{
	float:left;
	margin-right:18px;
}

div.onderschrift
{
	padding: 5px 0;
	text-align: right;
}