<!--
html {
	background: #ffffff url(/internet/templates/1/bilder/bgunten.jpg) repeat-x bottom;
	background-attachment: fixed;
}

html, body { 
	margin: 0;
	padding: 0;
	border: 0;	
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
}

h1,h2,h3,h4,h5,h6,b,a {
	color:#930825;
}

h1 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
}

p {
	margin-bottom: 6px;
	margin-top: 3px;
}

hr {
	height: 1px;
	border:0px;
	clear:both;
	margin:8px;
}

a {
	text-decoration: underline;
	font-size: 12px;
	font-weight:bold;
}

a img {
	border:0px;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

form {
	margin: 0px;
}

img {
	display: block;
}

/* Formular */
.bezeichnung {
	float: left;
	text-align: left;
}

.zeile {
	padding: 2px 0px 2px 0px;
	clear : both;
}

.feld {
	text-align: left;
}


/* Menü Pfad */

.menue_pfad {
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 2px 0px 2px 20px;
}

.menue_pfad a {
	text-decoration: none;
	font-size: 12px;
	color: #000066;
	letter-spacing: 1px;
}

.menue_pfad a:hover {
	text-decoration: none;
	color: #99cc33;
}

.menue_pfad a:active {
	text-decoration: none;
}

/* Menü Horizontal */
.menue_horizontal {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-right:100px;
	font-size:11px;
	float:right;
	margin-top:3px;
}

.menue_horizontal .linie {
	height: 11px;
	font-size: 1px;
	width: 1px;
	background-color: #000000;
	margin-top: 8px;
	float:left;
}

.menue_horizontal li {
	float: left;
	margin: 0px;
}

.menue_horizontal_a {
	height:26px;
	float:left;
}

.menue_horizontal_a .links {
	float: left;
	width: 5px;
	line-height: 26px;
}

.menue_horizontal_a .rechts {
	float: left;
	width: 5px;
	line-height: 26px;
}

.menue_horizontal_a a {
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-size: 10px;
	line-height: 26px;
	color: #000000;
	font-weight: normal;
	letter-spacing: 1px;
}

.menue_horizontal_a a:hover {
	text-decoration: none;
	color: #000000;
}

.menue_horizontal_a a:active {
	text-decoration: none;
}


.menue_horizontal_b {
	height:26px;
	float:left;
}

.menue_horizontal_b .links {
	float: left;
	width: 5px;
	line-height: 26px;
	float:left;
}

.menue_horizontal_b .rechts {
	float: left;
	width: 5px;
	line-height: 26px;
}

.menue_horizontal_b a {
	float: left;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	font-size: 10px;
	line-height: 26px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}

.menue_horizontal_b a:hover {
	text-decoration: none;
}

.menue_horizontal_b a:active {
	text-decoration: none;
}

/* Menü Vertikal */
.menue_vertikal {
	width: 165px;
	margin-left:5px;
	color:#930825;
	padding-left:10px;
	margin-top:0px;
	padding-top:0px;
}

.menue_vertikal p {
}

.menue_vertikal li {
	
}

.menue_vertikal a {
	color:#930825;
	font-size:11px;
	text-decoration: none;
	letter-spacing: 1px;
	line-height:25px;
	font-weight:normal;
}

.menue_vertikal_1_a {
	list-style-image:url(/internet/templates/1/bilder/square.gif);
	margin-left:20px;
}

.menue_vertikal_1_a a:hover {
	font-weight:bold;
}

.menue_vertikal_1_a a:active {
	text-decoration: underline;
}

.menue_vertikal_1_b {
	list-style-image:url(/internet/templates/1/bilder/square.gif);
	margin-left:20px;
}

.menue_vertikal_1_b a {
	font-weight: bold;
}

.menue_vertikal_1_b a:hover {
	text-decoration: underline;
}

.menue_vertikal_1_b a:active {
	text-decoration: underline;
}

.menue_vertikal_2_a {
	list-style-type:circle;
	margin-left: 40px;
}

.menue_vertikal_2_a a:hover {
	font-weight:bold;
}

.menue_vertikal_2_a a:active {
	text-decoration: underline;
}

.menue_vertikal_2_b {
	list-style-type:circle;
	margin-left: 40px;
	font-weight:bold;
}

.menue_vertikal_2_b a:hover {
	text-decoration: underline;
}

.menue_vertikal_2_b a:active {
	text-decoration: underline;
}


/* Nachricht */
.nachricht {
	text-align: justify;
	margin-bottom: 6px;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

.nachricht h1 {
}

.nachricht a {
}

.nachricht a:hover {
}

.nachricht a:active {
}

.nachricht ul {
	list-style-position: outside;
}

.nachricht ol {
	list-style-position: outside;
}

.nachricht table tr td {
	padding-left: 2px;
	padding-right: 2px;
}

/* Bild */
.bild {
	float: left;
	margin-bottom: 0px;
	margin-top: 3px;
}

.bildunterschrift {
	text-align: left;
	padding: 1px;
	font-size: 10px;
	margin-bottom: 0px;
}

/* Galerie */

#galerie {
}

#galerie img {
	display: inline;
	border-width: 1px;
	border-left-color:#930825; 
	border-top-color:#930825;
	border-right-color:#B45568;
	border-bottom-color:#B45568;
}

#galerie #kopf {
	text-align: justify;
	font-size: 12px;
}

#galerie #kopf .bild {
	margin-right:10px;
}

#galerie .drittel{
	width: 33%;
	text-align: center;
	float: left;
	padding: 20px 0px 20px 0px;
}

#galerie .thumbnail {
	float: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#galerie .ausgabe {
	text-align: center;
	padding: 2px 0px 2px 0px;
}

#galerie .bezeichnung {
	width: 90px;
}

#galerie .uebersicht{
	width: 33%;
	text-align: center;
	float: left;
	padding: 5px 0px 5px 0px;
}

#galerie #tv {
	width: 330px;
	height: 250px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
}

#galerie #tvmenue {
	width: 330px;
	text-align: center;
}

#abfallsms {
	padding: 0px;
}

#abfallsms .bezeichnung {
	width: 90px;
}

#gaestebuch {
	padding: 0px;
	width: 600px;
}

#gaestebuch .bezeichnung {
	width: 90px;
}

#gaestebuch .kopf {
	font-weight: bold;
}

#gaestebuch .kopf img {
	display:inline;
}

.newsletter {
	padding: 0px;
	width: 485px;
}

.newsletter .bezeichnung {
	width: 130px;
}

#benutzer {
	padding: 0px;
}

#benutzer .bezeichnung {
	width: 100px;
}

.meldung {
	width: 170px;
	border-color: #940821;
	background-color: #C8838F;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	margin:10px;
}

.meldung h1 {
	font-size: 12px;
	line-height: 20px;
	margin:0px;
	background-color:#940821;
	color:#FFFFFF;
	padding-left:10px;
}

.meldung p {
	font-size: 10px;
	padding:10px 5px;
	
}

.meldung a {
	font-size: 10px;
}

.meldung img {
	margin-top:10px;
	padding:0px 10px;
}

/* Formular Elemente */
.button, .submit {
	background-color:#BA6476;
	color: #FFFFFF;
	border-width: 1px;
	border-bottom-color:#930825; 
	border-right-color:#930825;
	border-left-color:#B45568;
	border-top-color:#B45568;
}

.image {
}

.reset {
}

.checkbox {
}

.radio {
}

.select {
	font-family: Arial,sans-serif,Verdana,Helvetica;
	font-size: 11px;
}

.file {
	border-width: 1px;
	border-left-color:#930825; 
	border-top-color:#930825;
	border-right-color:#B45568;
	border-bottom-color:#B45568;
}

.textarea {
	font-family: Arial,sans-serif,Verdana,Helvetica;
	font-size: 12px;
	border-width: 1px;
	border-left-color:#930825; 
	border-top-color:#930825;
	border-right-color:#B45568;
	border-bottom-color:#B45568;
	width: 300px;
}

.text {
	border-width: 1px;
	border-left-color:#930825; 
	border-top-color:#930825;
	border-right-color:#B45568;
	border-bottom-color:#B45568;
	width: 300px;
}

.password {
	border-width: 1px;
	border-left-color:#930825; 
	border-top-color:#930825;
	border-right-color:#B45568;
	border-bottom-color:#B45568;
	width: 300px;
}

/* Eigene Styles */


#VerlaufOben {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 185px;
	background: #ffffff url(/internet/templates/1/bilder/bgoben.jpg) repeat-x;
	z-index: 1;
}

#Container { 
	position: absolute;
	top: 0;
	left: 50px;
	margin: 0;
	padding: 0;
	width: 853px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background-color: transparent;
	overflow: visible;
	z-index: 2;
}

/* height: auto !important; */

* html #Container { 
	height: 100%;
}

/* -------------- Layout DIVs ------------- */

#Header { 
	float: left;
	width: 853px;
	height: 220px;
	background: transparent url(/internet/templates/1/bilder/header.jpg) no-repeat 0 0;
	text-align: center;
	z-index: 0;
}

#Ast {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 220px;
	z-index: 3;

}

#MenueUnten { 
	float: left;
	margin: 0;
	padding: 0;
	width: 420px;
}

#MenueHorizontal { 
	position: relative;
	top: 148px;
	padding: 4px 0;
	border-top: 1px solid #c5073d;
	border-bottom: 1px solid #c5073d;
}

#Content { 
	float: left;
	margin: 0px 0;
	padding: 0;
	width: 853px;
	background: transparent url(/internet/templates/1/bilder/hgContent.jpg) repeat-y;
	color: #000000;
}

#ContentLinks { 
	float: left;
	margin: 0;
	padding: 15px 30px;
	width: 587px;
}


#ContentRechts { 
	padding-right:40px;
	float: left;
	position: relative;
	top: -75px;
	padding: 0px;
	width: 191px;
	z-index: 1;
	background:url(/internet/templates/1/bilder/hgrechts.jpg) repeat-y left;
}

#Footer { 
	clear: both;
	background:url(/internet/templates/1/bilder/footer.jpg);
	background-repeat: no-repeat;
	width: 853px;
	height: 60px;
}
#Footer img {
	float:left;
	margin-left: 10px;
}

#Footer p { 
	float: left;
	margin: 0;
	padding: 25px;
	color: #940824;
}

-->