/* @override 
	http://www.wahlwecker.com/wahlwecker.css
	http://lzpb.wahlwecker.dev.net-bite.net/wahlwecker.css
	http://www.wahlwecker.net/wahlwecker.css
*/

body,
html {
	background-color: #eef6e9;
	padding: 0;
	margin: 0;
	font: 11px/1.5em Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: none;
}

h2 {
	font-size: 12px;
}

a {
	color: #586d67;
}

a:hover,
a:focus {
	position:relative;
	top: 1px;
	left: 1px;
}

#container {
	width: 700px;
	margin: 40px auto;
}

#content {
	width: 700px;
	background-color: #f7fbf4;
}

#wahlwecker {
	width: 700px;
	height: 525px;
}

#information {
	padding: 20px;
}

#information p {
	font-size: 10px;
	text-align: right;
	padding: 10px 25px 0 0;
	margin: 0;
}


#logobar {
	background-color: #fff;
	padding: 20px 20px 10px 20px;
	height: 44px;
	overflow: hidden;
}

#logobar img {
	padding-right: 20px;
}


#information img {
	vertical-align: top;
}

#sidebar {
	float: right;
	width: 210px;
	padding: 10px 20px;
	min-height: 525px;
	background: url(images/sidebar_bg.png) no-repeat;
}

label {
	display: block;
}

input.text {
	display: block;
	width: 200px;
	border: 1px solid #d9eee8;
}

.buttons {
	text-align: right;
}

.buttons input {
	border: 1px solid #d9eee8;
	background-color: #fff;
	cursor: pointer;
}

.teilnahme {
	font-size: 10px;
	line-height: 1.5em;
}

.imprint {
	float: right;
	margin-top: 22px;
}