/* 	css document */

body {
	padding: 0;
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
    color: #3c3c3c;
}

	img {
		border: none;
	}

/* text */

h1 {
	font-size: 2.2em;
	margin: 10px 0 0 15px;
	padding: 0;
	font-weight: normal;
}

h1.preview {
	font-size: 5.2em;
	margin: 0px 0 7px 0;
	padding: 0;
	font-weight: normal;
}

h2 {
	font-size: 1.7em;
	padding: 0;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: bold;
}

p {
	font-size: 1.2em;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.4em;
}

a {
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

ul {
	font-size: 1.2em;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul li {
	margin: 0 0 5px;
	padding: 0;
}

ul li ul {
	list-style-type:disc;
	font-size: 1.0em;
	margin: 5px 0 0 20px;
}

ul li ul li {
	margin: 5px 0;
}


/* main divs */

div#header_bg {
	background:url(../images/header_bg.png) bottom left repeat-x;
	position: relative;
}

div#content {
	height:auto;
	margin: auto;
	width: 960px;
}

div#footer_bg {
	background: url(../images/header_bg.png) top left repeat-x;
	clear:both;
	height:130px;
	position: relative;
}

.header {
	width: 960px;
	position: relative;
	margin: auto;
}

.footer {
	width: 960px;
	position: relative;
	margin: auto;
}

.logo_wandeltocht {
		max-width:400px;
		max-height:100px;
		float: left;
}

.logo_eb {
		background: url(../images/electrabel.png) no-repeat;
		float: right;
		height:100px;
		width:207px;
		text-indent: -9999px;
		cursor: pointer;
}

.bestelmodule {
	background: url(../images/payment-screen.png) no-repeat;
	height:570px;
	width:476px;
	position: relative;
}

.bestelmodule iframe {
	margin: 0 0 0 15px;
	border: none;
}

.bestelmodule img {
	margin: 0 0 0 15px;
	border: none;
}

.block_large {
	margin: 0 10px 30px 0;
	width: 97%;
	min-height:330px;
}

.block_small {
	margin: 10px 10px 10px 0;
	min-height: 200px;
}

.block_small img {
	margin: 10px 0px 0px 10px;
}

img.right {
    float: right;
}

img.left {
    float: left;
}

.sponsoren {
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 27px 0 0 0px;
	height: 100px;
}

.sponsoren a {
	height:100px;
	width: 176px;
	display:inline-block;
	margin: 0 22px 0 0;
	padding: 0 0px 0 0;
}

.sponsoren a.first {
    margin-left: 0;
}

.sponsoren a.last {
	border: none;
    width: 150px;
    margin-right: 0;
}