/* 	css document */

body {
	background: #eeeeee;
}

h2 {
	margin: 0px 0 15px 0;
}

a:hover {
	color: #8ca048;
}


/* main divs */


div#header_bg {
	background-color: #9cb250;
	height: 165px;
	width: 100%;
}

div#content {
	background-color: #eeeeee;
	overflow:visible;
	padding: 5px auto;
}

div#footer_bg {
	background-color: #9cb250;
	width: 100%;
}

.logo_wandeltocht {
		margin: 15px 0 15px 0;
}

.bestelmodule {
	float: right;
	margin: -70px 0 20px 20px;
}

.block_large img {
	margin: 0 10px 10px 0;
}

.block_small {
	border-bottom: 1px solid #cecece;
	width: 450px;
}

.sponsoren a {
	border-right: 1px solid #788742;
}