body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006563; /*Grün*/
	margin: 0px;
	padding: 0px;
	background-color:#FFFFBB;  /*dunkles Gelb*/
}
table {
	border-collapse: collapse;
	text-align: center;
	background-color: #FFFFCC; /*helles Gelb*/
}
td {
	border: solid 1pt #840000; /*Braun*/
}
img{
	vertical-align: bottom;  /* und das nur für den IE */
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: x-large;
	font-weight: bold;
	font-family: 'Monotype Corsiva', Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	margin-bottom: 0px;
	font-size: x-large;
	font-weight: bold;
	font-family: 'Monotype Corsiva', Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 20;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #840000;
}
a:hover {
	color: #006563;
	text-decoration: underline;
}
/* ------------------------------------------------------------
	BANNER
------------------------------------------------------------ */
#banner1 {
	display: none;
}
#banner2 {
	text-align: right;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #840000;
}
#banner2 td {
	padding: 5px;
}
/* ------------------------------------------------------------
	MENUE
------------------------------------------------------------ */
#menue {
	text-align: center;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
#menue ul, #menue li {
	display: inline;
	list-style-type: none;
}
#menue a:link, #menue a:visited {
	text-decoration: none;
	color: #840000;
	background-color: #FFFFCC;
	border: 1px solid #840000;
}
#menue #selected {
	color: #FFFFCC;
	background-color: #840000;
	border: 1px solid #840000;
}
#menue a:hover, #menue a:hover#selected {
	color: #006563;
	background-color: #FFFFCC;
	border: 1px solid #840000;
	text-decoration: underline;
}
/* ------------------------------------------------------------
	INDEX
------------------------------------------------------------ */
#Index1 {
	display: none;
}
#Index2 {
}
/* ------------------------------------------------------------
	Menue2
------------------------------------------------------------ */
#Menue2 {
	margin: 0 0 0 10px;
	text-align: left;
	font-size: x-small;
	/* border: 1px dashed #888888; */
}
#Menue2 ul, #Menue2 li{
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: disc;
}
#Menue2 a:link, #Menue2 a:visited {
	text-decoration: none;
	color: #840000;
}
#Menue2 #akt {
	color: #006563;
}
#Menue2 a:hover, #Menue2 li:hover, #Menue2 a:hover#akt {
	color: #006563;
	text-decoration: underline;
}
#Nav2Img {
	display: none;
}
/* ------------------------------------------------------------
	MENUE2
------------------------------------------------------------ */
/*
.menue2 {
	margin: 20;
	padding: 0;

}
*/
/* ------------------------------------------------------------
	PREISLISTE
------------------------------------------------------------ */
#Preisliste {
	margin: 0 0 0 10px;
	text-align: left;
	/* border: 1px dashed #888888; */
}
#Preisliste table {
	margin: 0 10px 0 10px;
	font-size: x-small;
	text-align: left;
	border: 1px solid;
	/* border: 1px dashed #888888; */
}
#Preisliste td {
	vertical-align: text-bottom;
}
#Preisliste a{
	font-weight: bold;
}
.Preis{
	width: 20%;
	text-align: right;
}
/* ------------------------------------------------------------
	PRODUKTE
------------------------------------------------------------ */
#Produkte {
	margin: 20px 20px 0 320px;
	text-align: left;
}
#ProdImg{
	float: left;
	border: double 3pt #840000; /*Braun*/
	margin: 0px 20px 20px 10px;
}
/* ------------------------------------------------------------
	BEHANDLUNG-UNTEN
------------------------------------------------------------ */
#BehandlungUnten {
	margin: 0 0 0 10px;
	text-align: left;
}
.BeautyTage{
	margin-left: 120px;
	margin-right: 120px;
	border-width: 10px;
	border-style: double;
	border-color: #840000;
	padding: 30;
}
/* ------------------------------------------------------------
	GUTSCHEIN
------------------------------------------------------------ */
#Gutschein {
	display: none;
}
/* ------------------------------------------------------------
	FOOTER
------------------------------------------------------------ */
#footer {
	display: none;
}
