*{
 margin: 0px;
 padding: 0px;
}
body{
	color: #006563; /*Grün*/
	background: #FFFFBB url(../images/hintergrund.jpg);  /*dunkles Gelb*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 800px;
	padding-left: 50%;
}
img{
	vertical-align: bottom;  /* und das nur für den IE */
}
h1 {
	font-size: 36px;
	font-family: 'Monotype Corsiva', Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #840000;
}
a:hover {
	color: #006563;
	text-decoration: underline;
}
#frame{
	width: 800px;
	margin-left: -400px;
	background: #FFFFCC; /*helles Gelb*/
	border: 1px solid #840000; /*Braun*/
}
#banner{
/*	background: #FFFFFF url(../images/naturkosmetik-oben.jpg);
	height: 210px; */
	text-align: center;
	border-bottom: 1px solid #840000; /*Braun*/
}
/* ------------------------------------------------------------
	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;
}
#menue a:link, #menue a:visited {
	margin: 4px;
	padding: 2px 5px;
	text-decoration: none;
	color: #840000;
	background-color: #FFFFCC;
	border: 1px solid #840000;
}
#menue a:hover, #menue a:hover#selected {
	color: #006563;
	background-color: #FFFFCC;
	border: 1px solid #840000;
	text-decoration: underline;
}
#menue #selected {
	color: #FFFFCC;
	background-color: #840000;
	border: 1px solid #840000;
}

/* ------------------------------------------------------------
	Menue2
------------------------------------------------------------ */
#Menue2 {
	margin: 20px 70px 0 0;
	padding-left: 40px;
	text-align: left;
	/* border: 1px dashed #888888; */
}
#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
------------------------------------------------------------ */
#inhalt{
	float: clear both;
	text-align: left;
	padding: 30px;
	border-bottom: 1px solid #840000; /*Braun*/
}
#inhalt ul{
	padding: 3px 1px 1px 20px;
	list-style-type: disc;
}
/* ------------------------------------------------------------
	AMBIENTE
------------------------------------------------------------ */
.block {
	clear: both;
}
.LText {
	float: left;
}
.RText {
	float: right;
}
.LImgBild {
	float: left;
	margin: 0px 20px 20px 0px;
	border: double 3px #840000; /*Braun*/
	text-align: center;
}
.RImgBild {
	float: right;
	margin: 0px 0px 20px 20px;
	border: double 3px #840000; /*Braun*/
	text-align: center;
}
/* ------------------------------------------------------------
	ANGEBOTE
------------------------------------------------------------ */
#AngebotMontag {
	margin-left: 220px;
	margin-right: 220px;
	border-width: 5px;
	border-style: double;
	border-color: #008400;
	padding: 10px;
	text-align: center;
	/* background-color:#AAFFAA; */
}
#AngebotMittwoch{
	margin-left: 220px;
	margin-right: 220px;
	border-width: 5px;
	border-style: double;
	border-color: #000084;
	padding: 10px;
	text-align: center;
	/* background-color:#AAAAFF; */
}
#AngebotDonnerstag{
	margin-left: 220px;
	margin-right: 220px;
	border-width: 5px;
	border-style: double;
	border-color: #840000;
	padding: 10px;
	text-align: center;
	/* background-color:#FFAAAA; */
}
.AngebotWT {
   font-variant: small-caps;
   font-weight: bold;
}
/* ------------------------------------------------------------
	WELLNESS
------------------------------------------------------------ */
.Wellness {
	margin-left: 120px;
	margin-right: 120px;
	border-width: 10px;
	border-style: double;
	border-color: #840000;
	padding: 30px;
	text-align: center;
}
/* ------------------------------------------------------------
	GUTSCHEIN
------------------------------------------------------------ */
#Gutschein {
	clear: both;
	margin: 20px;
	text-align: left;
}
#Gutschein #ebay {
	width: 112px;
	text-align: center;
	font-size: 10px;
	float: right;
	border: solid 1pt #840000; /*Braun*/
}
#Gutschein #ebay a {
	color: #006563; /*Grün*/
}
/* ------------------------------------------------------------
	UNTEN
------------------------------------------------------------ */
#unten {
	clear: both;
	background-image: url(../images/naturkosmetik-unten.gif);
	text-align: center;
	color: #FFFFFF;
}
#unten a {
	color: #FFFFBB; /* Gelb */
	text-decoration: underline; 
}
#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;
}
/* ------------------------------------------------------------
	OneThumb
------------------------------------------------------------ */
.OneThumb {
	margin: 2px;
}
.OneThumb img {
	margin: 4px;
	padding: 4px;
	border: double 4pt #840000;
	vertical-align: bottom;  /* und das nur für den IE */