*{
 margin: 0px;
 padding: 0px;
}
body{
	color: #858f2d; /* Grün, mittel */
	/* background: #006563;  Grün, dunkel */
	background: #006563 url(bilder/hintergrund.jpg); /* Grün, dunkel */
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
h1 {
   color: #006563; /* Grün, dunkel */
	font-size: 2em;
   font-family:"times new roman", serif;
}
h2 {
   color: #006563; /* Grün, dunkel */
   font-family:"times new roman", serif;
}

td {
 padding: 5px;
}

a {
	text-decoration: none;
	color: #840000;
}
a:hover {
	color: #006563;
	text-decoration: underline;
}
#frame{
	width: 800px;
	margin: auto;
	background: #f4f4ec; /* Grau */
	border: 3px solid #858f2d; /* Grün, mittel */
}
#banner{
   padding: 20px;
   background: #cbd0a9; /* Grün, hell */
	text-align: center;
	/* border-bottom: 1px solid #840000; */
}
/* ------------------------------------------------------------
	MENUE
------------------------------------------------------------ */
#menue{
	padding: 6px;
	border-bottom: 1px solid #840000; /*Braun*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	background: #cbd0a9; /* Grün, hell */
}
#menue a:link, #menue a:visited {
	margin: 4px;
	padding: 2px 5px;
	text-decoration: none;
	color: #006563; /* Grün, dunkel */
	background-color: #cbd0a9; /* Grün, hell */
	/* border: 1px solid #840000; */
}
#menue a:hover, #menue a:hover#selected {
	color: #f4f4ec; /* Grau, hell */
	background-color: #cbd0a9; /* Grün, hell */
	/* border: 1px solid #840000; */
}
#menue #selected {
	color: #FFFFFF;
	background-color: #cbd0a9; /* Grün, hell */
	/* border: 1px solid #840000; */
}
/* ------------------------------------------------------------
	menue2
------------------------------------------------------------ */
#menue2 {
   text-align: center;
}
#menue2 ul, #menue2 li{
	padding: 3px 1px;
	list-style-type: disc;
}
#menue2 a:link, #menue2 a:visited {
	text-decoration: none;
	color: #840000;
	font-weight: bold;
	font-size: 12px;
}
#menue2 #akt {
	color: #006563;
}
#menue2 a:hover, #menue2 li:hover, #menue2 a:hover#akt {
	color: #006563;
	text-decoration: underline;
}

#inhalt{
	clear: both;
	text-align: left;
	padding: 30px;
	border-bottom: 1px solid #840000; /*Braun*/
}
.Zimmer {
   text-align: center;
}
.RImgBild {
	float: right;
	margin: 0px 0px 20px 20px;
	border: double 3px #840000; /*Braun*/
	text-align: center;
}
.Banner {
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: center;
}
/* ------------------------------------------------------------
	UNTEN
------------------------------------------------------------ */
#unten {
   color: #006563; /* Grün, dunkel */
	background: #cbd0a9; /* Grün, hell */
	clear: both;
	text-align: center;
}
#unten a {
	color: #840000; /*Braun*/
	text-decoration: none; 
}
#unten a:hover {
	color: #006563; /*Grün*/
}
#unten-klein {
	text-align: right;
	font-size: 10px;
	padding-right: 10px;
}
#unten-links {
   float: left;
	text-align: left;
	font-size: 12px;
	padding-right: 10px;
}