/* allgemeine layout formatierungen */

body 
	{
	background-color: #A12B78;
  background-image: url(../images/bg.png);
  background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:		#52585a;
	padding:	0px;
	margin:		0px;
	}
.clear {clear:both;}
p {line-height: 130%;}
.top {vertical-align:top; }
.right {text-align:right;}
.border
  {
  margin-top: 12em;
  height: 170px;
  background-color: #a22b79;
  border-top: 1px solid #980064;
  border-bottom: 1px solid #980064;

  }
/* link formatierungen */

a 
	{
	color: 		#A32F7B;
	}

a:visited 
	{
	color:		#a4b83a;
	}

a:hover 
	{
	color: 		#60717b;
	}

a:active 
	{ 
	color:		#7a8b1e;
	}

/* überschriften */

h1 
	{
	font-size: 	130%; 
	font-weight:bold;
	padding:    15px 0px 15px 0px;
	margin:		0px;
 	}

h2 
	{
	font-size: 	110%;
	font-weight:bold;
	padding:    5px 0px 5px 0px;
	margin:		0px;
	}

/* zentrierter div-container */

#container 
	{
	width: 		950px;
	margin: 	-29.2em auto;
	padding: 	0px;
	}

/* kopf logo container */

#logo 
	{
	margin: 	8em 0px 0px 6em;
	padding: 	0px;
  height: 10.5em;
	background: #fff;
  clear:both;
  border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-moz-border-top-left-radius: 10px;
-o-border-top-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-top-right-radius: 10px;
-o-border-top-right-radius: 10px;
-khtml-border-top-right-radius: 10px;
    -moz-box-shadow:0px 0px 10px #666666;  
    -webkit-box-shadow:0px 0px 10px #666666;  
    box-shadow:0px 0px 10px #666666;  
	}
.logo 
  {
  margin-top: 1em;
  margin-left: -12em;
  }
.orchidee-left
  {
  position:relative;
  top: 0px;
  left: -10px;
  z-index:10;
  }
.orchidee-lila
  {
  position:relative;
  top: -20px;
  left: -45px;
  margin-bottom: -76px;
  }
.orchidee
  {
  position:relative;
  top: -50px;
  left: 690px;
  float:left;
  z-index:90;
  }

  /* obere navigavtion */

#top
	{
  width: 950px;
  position:relative;
  z-index:80;
	}
  
#top ul
	{
	list-style-type:none;
  position:relative;
  top: 1em;
  left: -10em;
	}
  
#top li a 
	{
color:#FFFFFF; display:block; font-family:Arial; font-size:15px; font-weight:bold; text-align: center; text-decoration:none;
	}
  
#top li
	{
background-image: url(../images/button-top.png); float:left; height:60px; line-height:39px; margin-right:3px; width:133px;
	}

#top li a:hover 
	{  
  background-image: url(../images/button-top.png); height:60px; background-position:bottom;
  color: #b95e99;
  }

  /* obere navigavtion ende*/
  
#picture-banner 
  {
  margin: 	0em 0em 0em 6em;
  background-color: #A12B78;
  border-left: 0px solid #fff;
  border-right: 0px solid #fff;
  border-top: 1px solid #a22b79;
  border-bottom: 1px solid #a22b79;
  background-image: url(../images/lilie.jpg);
  height: 169px;
  position:relative;
  z-index:0;
      -moz-box-shadow:0px 0px 10px #666666;  
    -webkit-box-shadow:0px 0px 10px #666666;  
    box-shadow:0px 0px 10px #666666;  
  }

/* inhalt */

#content 
	{
	min-height:	500px;
	background: #fff;
	margin: 	0em 0em 0em 6.5em;
	padding: 	15px 30px 150px 100px;
  font-size: 	15px;
  border-left: 1px solid #666; border-bottom: 1px solid #666; border-right: 1px solid #666;
border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-bottom-left-radius: 10px;
-o-border-bottom-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-o-border-bottom-right-radius: 10px;
-khtml-border-bottom-right-radius: 10px;
    -moz-box-shadow:0px 0px 10px #666666;  
    -webkit-box-shadow:0px 0px 10px #666666;  
    box-shadow:0px 0px 10px #666666;  
	}
  #content p
	{
padding-right: 50px;
	}
  
.index { padding-left: 350px; list-style:square;}
.index li{ padding-bottom: 15px;}
    
/* linke navigavtion */

#left 
	{
  float: 		left;
	width: 		156px;
	margin: 	2em 0em 0em 0em;
	padding:	0px;
	}

#left p
	{
	padding:    8px;
	color:		#fff;
	}

#left ul
	{
	list-style-type:none;
	padding: 	0px;
	margin: 	0px;
	border-bottom:0px;
	}

#left li a 
	{
  background-image: url(../images/button-left.png);
  height: 36px;
  width: 156px;
  color: #fff;
	font-size: 	15px;
	text-decoration:none;
  text-shadow: 1px 1px 1px #000;
	padding: 	9px 5px 6px 15px;
	}

#left li a:hover 
	{
  color: #b95e99;
	}
  

#left li
	{
  background-image: url(../images/button-left.png);
  width: 156px;
  height: 20px;
	margin-bottom: 0.5em;
	border: 	0px;
	padding: 	8px 0px 8px 0px;
	}

#left li:hover
	{
	}
 
/* ornamente */
#ornament-left
  {
  bottom: 224px;
  left: 28px;
  position:relative;
  float: left;  
  clear:both;
  }
#ornament-right
  {
  bottom: 224px;
  right: -69px;
  position:relative;
  float: right;

  }
  
/* footer */

#footer 
	{
  width: 950px;
	padding: 	10px;
  text-align:right;
  position:relative;
	margin: 	3em 0px 2em 5em;
	font-size:	14px;
	}

#footer a
	{
color: #333;
text-decoration:none;
	}
  
#footer a:hover
	{
color: #d5d5d5;
text-decoration:underline;
	}
  
  
/* Preise */

#preise h2 {padding-top:30px;}
#preise td {padding:3px;}
.notiz {font-size: 80%; padding-right: 70px;}

.dotted
{
border: 1px dotted #666;
padding: 2px;
line-height: 1.2em;
}
.zeile { background-color:#fee0f2;}
.beschreibung 
{
width: 450px;
}
.dauer, .preis 
{
width: 100px;
}
#formular td {padding-bottom:5px;}

.achtung_box {  
    background-color:#ffcdef;   
    text-shadow: 1px 1px 1px #cdcdcd;
    margin-right: 60px;  
    padding:4px 10px 4px 6px;  
  
    /* Rounded Corners */  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px;  
  
    /* Shadow */  
    -webkit-box-shadow:inset 0 0 3px #000000;  
    -moz-box-shadow:inset 0 0 3px #000000;  
    box-shadow:inset 0 0 3px #000000;  
}    
.massage {width: 300px; margin-right: 20px; float:left;}
.massage_box {
    min-height: 170px;
    background-color:#ffcdef;   
    text-shadow: 1px 1px 1px #cdcdcd;
    margin-right: 5px;
    margin-bottom: 15px;  
    padding-left: 5px;
        /* Rounded Corners */  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
    border-radius: 5px; 
        /* Shadow */  
    -webkit-box-shadow:inset 0 0 1px #000000;  
    -moz-box-shadow:inset 0 0 1px #000000;  
    box-shadow:inset 0 0 1px #000000;
      }
.massage_box h4 {padding-top:5px; margin-bottom: -10px;}
.massage p {padding-top:-5px; padding-bottom: 5px; }
.massage_dauer { margin-top: -65px; padding-left: 5px;}
.massage_box_footer { text-align: center; margin-top: 15px;}
.massage_box_footer button, .back-button button { margin: 0 10px 0 10px; padding: 5px; background-color:#dbdbdb; border: 1px solid #a7a7a7; 
         /* Rounded Corners */  
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;  
    border-radius: 3px; }
.massage_box_footer a, .back-button a  {text-decoration:none}
.massage_box_footer button:hover, .back-button button:hover { background-color:#888; border: 1px solid #555; cursor:pointer; }

.back-button { text-align:left; margin-left: 200px; margin-top: -80px;}
.back-button button { padding: 10px 20px !important;}

 
 