/* Allgemeine Einstellungen für alle Objekte */

* {
	margin: 0;
}
/* Allgemeine Einstellungen für Website-Hintergrund */

html, body {
	width: 100%;
	height: 100%;
}
/* Editor */

body {
	/*background: url(upload/bg_content.gif) left top repeat-y;*/

	background: #EEEDE4;
}
body#website {
	background: #FDFDFC url(upload/bg_container.gif) center top repeat-y;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3B2F22;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #3B2F22;
	line-height: 16px;
}
a {
	color: #85735D;
}
/* Allgemeine Einstellungen für Bilder */

img {
	border: 0;
}
hr {
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 0;
	border-top: 1px dashed #816B51;
}
/* Position der Website */

#container {
	position: absolute;
	width: 854px;
	left: 50%;
	margin-left: -427px;
}
/* SECTION: Logo */

div#logo {
	width: 854px;
	height: 50px;
	background: url(upload/logo.gif) left top no-repeat;
	border-bottom: 1px solid #ffffff;
}
div#logo p {
	text-align: right;
	padding: 10px;
}
div#logo p a {
	padding-left: 10px;
}
/* SECTION: Menue */

div#menue {
	float: left;
	width: 167px;
	height: 264px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #DDBC6D;
}
div#menue ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	list-style-type: none;
}
div#menue li {
	margin: 0;
	padding: 0;
	height: 24px;
	border-bottom: 1px dashed #816B51;
}
div#menue li.lastMenue {
	border: 0;
}
div#menue img {
	margin-bottom: -4px;
	height: 24px;
}
/* SECTION: Flash-Area */

div#flash {
	float: left;
	width: 686px;
	height: 264px;
	border-bottom: 1px solid #ffffff;
}
/* SECTION: Inhalte */

div#contentTop {
	clear:both;
	width: 854px;
	height: 10px;
	background: url(upload/bg_contenttop.gif) left top no-repeat;
}
div#content {
	width: 854px;
	background: url(upload/bg_content.gif) left top repeat-y;
	border-bottom: 1px solid #ffffff;
}
div#contentLeft {
	float: left;
	width: 168px;
}
div#contentRight {
	float: left;
	width: 686px;
	padding-top: 20px;
	padding-bottom: 20px;
}
td.mittlereSpalte {
	/*width: 378px;*/

	padding: 0px 23px 0px 23px;
	vertical-align: top;
}
td.mittlereSpalte ul {
	padding-left: 20px;
}
td.mittlereSpalte ul li {
	color: #816B51;
}
td.rechteSpalte {
	width: 240px;
	vertical-align: top;
	border-left: 1px dashed #816B51;
}
td.borderLeft {
	border-left: 1px dashed #816B51;
}
td.borderBottom {
	border-bottom: 1px dashed #816B51;
}
div#contentBottom {
	width: 854px;
	height: 10px;
	background: url(upload/bg_contentbottom.gif) left top no-repeat;
}
/* Kontaktformular */

form#FormContact input.input, form#FormContact select {
	width: 372px;
	border: 0px;
	background: url(upload/bg_input.gif) left top no-repeat;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
}
form#FormContact textarea {
	width: 372px;
	border: 0px;
	background: url(upload/bg_input.gif) left top no-repeat;
}
input.submit {
	margin-top: 15px;
}
/* SECTION: Footer */

div#footer {
	padding-top: 15px;
	width: 854px;
	height: 60px;
	background: url(upload/bg_footer.gif) left top repeat-x;
}
div#footer img {
	float: left;
}
div#footer p {
	font-size: 10px;
	line-height: 16px;
	color: #6B5633;
}
div#footer a {
	color: #423527;
	text-decoration: none;
}
img.TextRechtsVomBild {
	float:left;
	margin-right: 10px;
	margin-top: 3px;
}
.h1 {
	margin-bottom: 8px;
}

