@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #e6e4c7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 120%;
	color: #1c2122;
}
p {
	margin: 4px 0 4px 0;
}
h1 {
	display: none;
}
h2 {
	font-size: 1.1em;
	background-image: url(pics/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 24px;
	margin: 22px 0 0 0;
}
a {
	color: #fe5c11;
}
a:hover {
	color: #1c2122;
}
ul {
	list-style-type: square;
	margin: 0 0 10px 0;
}
li {
	margin: 0 0 0 14px;
}
form {
	margin: 4px 0 10px 0;
}
.balken {
	background-color: #1c2122;
	height: 8px;
	width: 100%;
}
#wrapper {
	margin: 0 0 0 30px;
	width: 920px;
}
#head {
	background-color: #e6e4c7;
	background-image: url(pics/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 920px;
	height: 135px;
}
#container {
	margin: 40px 0 0 0;
}
#sidebar {
	float: right;
	width: 280px;
	padding: 0 0 0 10px;
	border-left: 1px dashed #95968f;
}
.content {
	border-bottom: 1px solid #95968f;
	margin: 0 320px 26px 0;
}
.content  p {
	font-size: 0.9em;
}
