html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 101%;
	background-color: #EFEFEB;
	background-image: url(_images/page-bg-01.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, p, ul, li, table, td, a {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, p, ul, li {
	margin: 0px;
}
#pagecontainer {
	background-color: #EFEFEB;
	background-image:  url(_images/header-bg-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	padding: 30px 0px 0px;
}
#header {
	width: 840px;
	text-align: right;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#logo {
	margin-top: 0px;
	width: 830px;
	text-align: right;
	margin-bottom: 105px;
	margin-right: 10px;
}
#datum {
	padding-top: 10px;
	text-align: right;
	width: 675px;
	color: #FFF;
	font-size: 11px;
}
/* Subnavigation rechts */
#topnav {
	font-size: 16px;
	color: #635E44;
	text-align: left;
	padding-left: 10px;
	width: 830px;
	padding-top: 12px;
	font-weight: bold;
	padding-bottom: 8px;
}
#subnav {
	font-size: 12px;
	color: #635E44;
	text-align: left;
	padding-left: 10px;
}
#subnav1 {
	font-size: 12px;
	color: #635E44;
	text-align: left;
	padding-left: 10px;
	padding-top: 6px;
}
#topnav a, #topnav a:visited, #subnav a, #subnav a:visited, #subnav1 a, #subnav1 a:visited {
	text-decoration: none;
	color: #635E44;
}
#topnav a:hover, #subnav a:hover, #subnav1 a:hover {
	text-decoration: none;
	color: #ED9E89;
}
#topnav a.aktuell, #topnav a.aktuell:visited, #subnav a.aktuell, #subnav a.aktuell:visited, #subnav1 a.aktuell, #subnav1 a.aktuell:visited {
	text-decoration: none;
	color: #ED9E89;
}
#topnav a.aktuell:hover, #subnav a.aktuell:hover, #subnav1 a.aktuell:hover {
	text-decoration: none;
	color: #ED9E89;
}
/* Inhalt */
#content {
	width: 840px;
	height: 600px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentSaisonangebote {
	width: 840px;
	height: 550px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentAngebot {
	width: 840px;
	height: 650px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentKurangebote {
	width: 840px;
	height: 1050px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentProdukte {
	width: 840px;
	height: 900px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentNews {
	width: 840px;
	height: 1350px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentRundgang {
	width: 840px;
	height: 950px;
	padding: 0px;
	margin: 0px;
	background-image: url(_images/linien.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B6AF97;
}
#contentText {
	padding-left: 10px;
	padding-top: 28px;
}
/* Hauptnavigation rechts */
#menu {
	width: 220px;
	float: right;
	margin-top: -36px;
}
#menuText {
	padding-right: 10px;
	padding-left: 10px;
}
#menu h1 {
	color: #4678C1;
	margin: 36px 0px 0px;
	padding: 0px 0px 3px;
	font-weight: bold;
	font-size: 0.69em;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
}	
#menu p {
	font-size: 0.76em;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
}
#menu p a {
	text-decoration: none;
	color: #666;
	display: block;
	line-height: 32px;
}
#menu p a:visited {
	text-decoration: none;
	color: #666;
}
#menu p a:hover {
	text-decoration: none;
	color: #4678C1;
	background-color: #FFF;
}
#menu p a.aktuell, #menu p a.aktuell:visited {
	color: #4678C1;
	text-decoration: none;
	background-color: #FFF;
}
#menu p a.aktuell:hover {
	color: #4678C1;
	text-decoration: none;
}
/* Fusszeile mit Adresse */
#footer {
	margin: 0px 0px 18px;
	padding: 0px;
	width: 840px;
	clear: both;
}
#footerText {
	margin-right: 0px;
	margin-left: 0px;
	line-height: 1.3em;
	color: #635E44;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #EEE;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #EEE;
	font-size: 0.69em;
	padding: 5px 10px;
}
/* HTML-Tags */
h1 {
	font-size: 1.4em;
	margin-bottom: 36px;
	color: #ED9E89;
	background-color: transparent;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.4em;
}
h2, h3 {
	font-size: 1.06em;
	line-height: 1.4em;
	font-weight: bold;
	color: #ED9E89;
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 0.76em;
	line-height: 1.2em;
	margin-top: 24px;
	margin-bottom: 0px;
}
h4 {
	font-size: 0.76em;
	color: #000;
	line-height: 1.2em;
	margin-top: 24px;
	margin-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	font-size: 0.76em;
	line-height: 1em;
	color: #6486CC;
	background-color: transparent;
	margin-bottom: 2px;
	margin-top: 18px;
}
p {
	font-size: 0.86em;
	line-height: 1.7em;
	margin-bottom: 18px;
	color: #000;
	background-color: transparent;
}
ul {
	padding: 0px;
	margin-bottom: 18px;
	margin-left: 15px;
	background-color: transparent;
	list-style-position: outside;
	margin-top: 0px;
	list-style-type: disc;
}
li {
	font-size: 0.86em;
	padding: 0px;
	margin-bottom: 3px;
	line-height: 1.65em;
	background-color: transparent;
	color: #000;
}
img a {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color: #ED9E89;
}
a:hover {
	text-decoration: underline;
	color: #635E44;
}
a.aktuell, a.aktuell:visited, a.aktuell:hover {
	color: #635E44;
	text-decoration: none;
}
.right {
	float: right;
	margin-bottom: 6px;
	margin-top: 6px;

}
.klein {
	font-size: 0.7em;
	margin-top: 18px;
	line-height: 1.3em;
}
.mehr {
	margin-top: -12px;
}
/* Tabellenformate */
.tablinks {
	font-size: 13px;
	padding-bottom: 1px;
	text-align: left;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 0px;
	font-weight: bold;
	color: #333;
	vertical-align: top;
}
.tablinksFliesstext {
	font-size: 13px;
	padding-bottom: 1px;
	text-align: left;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-left: 0px;
	color: #333;
	vertical-align: top;
}
.tabrechts {
	font-size: 13px;
	padding-bottom: 1px;
	text-align: right;
	padding-right: 0px;
	padding-top: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	color: #333;
	vertical-align: top;
}
/* Formularelemente */
form {
	margin: 0px;
	padding: 0px 0px 36px;
	width: 410px;
}
fieldset {
	border: none;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 6px;
}
form p label {
	float: left;
	width: 130px;
	cursor: pointer;
}
form p {
	clear: left;
	margin: 0px;
	padding: 3px 0px 0px;
}
form h2 {
	margin-bottom: 0px;
	font-size: 0.76em;
	margin-top: 12px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
input.text, textarea.text, select.text {
	background-color: #EFEFEB;
	color: #000;
	width: 270px;
}
textarea.text {
	overflow: auto;
}
input.btnleft {
	background-color: #EFEFEB;
	width: 98px;
	margin-left: 130px;
	float: left;
	color: #635E44;
	margin-top: 6px;
	font-weight: bold;
	font-size: 11px;
}
input.btnright {
	background-color: #EFEFEB;
	width: 98px;
	float: right;
	color: #635E44;
	margin: 6px;
	font-weight: bold;
	font-size: 11px;
}
.foto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

