body {
	margin: 0;
	padding: 35px 0;
	background: #1D2D36 url(img/background.jpg) repeat-x;
	text-align: center;
}

#main {
	position: relative;
	width: 833px;
	background: white;
	overflow: hidden;
	margin: auto;
	text-align: left;
	-moz-box-shadow: 0 0 20px #181c1e;
	-webkit-box-shadow: 0 0 20px #181c1e;
	box-shadow: 0 0 20px #181c1e;
}

#header {
	position: relative;
	height: 100px;
	background: #fff;
}

#navigation {
	padding: 0;
	margin: 0;
	line-height: 30px;
	background: #f36523;
	list-style-type: none;
	overflow: hidden;
}

#content {
	padding: 30px;
	min-height: 100px;
}

html>body #content {
	height: auto;
}

/* ---------------------------- Footer ----------------------------------- */

#footer			{
				padding:30px;
				background-color: #f3f3f3;
				border-top:solid 3px orange;
				}

#footer ul			{
				list-style: none;
				padding: 0px;
				margin: 0px;
				}

#footer ul li		{
				padding-bottom: 1em;
				}

/* ---------------------------- Klassen ----------------------------------- */

#navigation li {
	float: left;
	width: 119px;
	text-align: center;
}

#navigation li.active a:link,
#navigation li.active a:visited {
	color: #333;
	background: white;
	font-weight: bold;
}

#navigation li:hover {
	background: #F37539;
}

#navigation a:link,
#navigation a:visited  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	outline: 0;
}

#header .logo {
	position: absolute;
	right: 7%;
	top: 30px;
}

#contact-form {
	width: 460px;
	overflow: hidden;
}

#contact-form .form-item {
	float: left;
	width: 50%;
	margin: 10px 0;
}

#contact-form .form-item label {
	padding: 3px;
	display: block;
	font-weight: bold;
}

#contact-form .form-item dd {
	margin: 0;
	padding: 4px;
	background: #F5F7F8;
	float: left;
}

#contact-form .form-item input,
#contact-form .form-item textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CBD1D4;
	padding: 3px 5px;
	width: 160px;
}

#contact-form .form-item textarea {
	width: 390px;
	height: 100px;
}

#contact-form .submit {
	clear: both;
	display: block;
	background: url(img/kontakt_abschicken.jpg) no-repeat;
	border: none;
	width: 188px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: white;
}

p.error {
	color: #880000;
}

p.success {
	color: #006600;
}

.adresse {
	clear: both;
	margin: 10px 0;
}


body.startseite h1 {
	margin: 0px 0px 20px 0px;
	font-size: 120%;
}

img {
	border: none;
}

h2				{
				margin: 0px;
				padding: 0px;
				font-size: 1em;
				}

ol li {
	padding: 0.5em 0em;
	line-height: 1.5em;
}

#login-form {
	width: 300px;
	border: 1px solid #1D2D36;
	overflow: hidden;
	margin-left: 155px;
}

#login-form h3 {
	margin: 0;
	padding: 6px;
	font-size: 1.1em;
	background: #1D2D36;
	color: white;
}

#login-form dl {
	overflow: hidden;
	margin: 6px 10px;
}

#login-form dl dt {
	float: left;
	width: 124px;
	padding-left: 6px;
	height: 22px;
	line-height: 22px;
}

#login-form dl dd,
div.cookies,
div.submit {
	float: right;
	width: 140px;
	padding: 0;
	margin: 0 10px 0 0;
}

div.cookies,
div.submit {
	clear: both;
	margin: 0 10px 6px 0;
	width: 150px;
	height: 22px;
	line-height: 22px;
}

body, div, td, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

.backlink_item {
	display: inline;
	margin-left: 20px;
	margin-bottom: 8px;
}

.vspacer			{
				clear: both;
				height: 0px;
				line-height: 0px;
				}