html {
    font-family: Verdana;
    font-size: 100%;
    color: #444444;
}

body {
    background-image: url("../img/bg_middle.jpg");
    background-repeat: repeat;

    font-size: 0.7em;
    line-height: 1.2;

		text-align: center;
}

/*-----------------------------------------------------------------*/
body, form, input, textarea, select, td, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 1.1;
    color: #982d24;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.05em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.95em;
}

.centered {
	text-align: center;
}

.underlined {
    text-decoration: underline;
    font-size: 10px;
}

.black {
    color: #000;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    border: 0;
}

.cleaner {
    clear: both;
}

a
{
	outline-style: none;
	color: #982d24;
}

a:hover {
	text-decoration: none;
}
/*-----------------------------------------------------------------*/
#container_background {
		height: 100%;
    background-image: url("../img/bg_top.jpg");
    background-repeat: repeat-x;
}

#container {
    width: 680px;
    margin: auto;
		text-align: justify;
}

#container #logo {
    margin-top: 15px;
    margin-bottom: 2px;
}

#menu_container {
	float: left;
	width: 264px;
	height: 468px;

	background: transparent url("../img/menu/1.jpg") no-repeat top left;
}

#menu_container_inner {
	width: 262px;
	height: 468px;

	background: transparent url("") no-repeat top left;
}

#menu_container_1 {
	width: 262px;
	height: 89px;
}

#menu_container_2 {
	float: left;
	width: 80px;

	padding: 360px 0 4px 3px;
}

#menu_container_3 {
	margin-left: 80px;
	width: 182px;
	height: 379px;
}

#container #content {
    padding: 0 0 0 264px;
}

/*----------------------------------------*/
#flash_music {
  margin: 0 0 0 8px;
}

/*----------------------------------------*/
#languages {
  float: right;

  margin: 0;
  padding: 7px 5px 0 0;
	list-style-type: none;
}

#languages li {
  float: left;
  margin: 0 3px 0 3px;
  padding: 0;
}

#languages li a {
	width: 18px;
	height: 12px;
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;

}

#languages li a.en {
	background: url('../img/menu/en.gif') top left no-repeat;
}

#languages li a.en:hover {
	background-position: 0 -12px;
}

#languages li a.en.active {
	background-position: 0 -12px;
}

#languages li a.de {
	background: url('../img/menu/de.gif') top left no-repeat;
}

#languages li a.de:hover {
	background-position: 0 -12px;
}

#languages li a.de.active {
	background-position: 0 -12px;
}

#languages li span {
  display: none;
}

/*-----------------------------------------------------------------*/
#menu_container_2 a {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu_container_2 a:hover {
	color: #ffff00;
}

/*-----------------------------------------------------------------*/
#flash_required {

}

/*-----------------------------------------------------------------*/
#container #content #text_background {
		width: 380px;
    background-image: url("../img/content_bg.jpg");
    background-color: #fff;
}

#container #content #text {
    padding: 5px;
    width: 370px;
    height: 457px;

    overflow: auto;
}

/*
#container #content #infobar {
    background-color: #a50021;
    color: #fff;
    width: 380px;
    height: 15px;
    display: block;

    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    text-align: center;
    font-weight: bold;
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
}
*/

#container #content #text a {
    color: #982d24;;
}

#container #content #text a:hover {
    text-decoration: none;
}

#container #content #text a.text {
	color: #444444;
}

#container #content #text a.text:hover {
	text-decoration: none;
}

#container #content #text #submenu {
		margin: 0 0 2px 8px;
		padding: 2px 0 4px 0;
    width: 150px;
    float: right;
    list-style-type: none;
    background-color: #eaeaea;
}

#container #content #text #submenu li {
    background-image: url("../img/li_arrow.gif");
    background-repeat: no-repeat;
    padding: 0 0 5px 15px;
}

#container #content #text #submenu li a {
    display: block;
    background-image: url("../img/li_bg.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #444444;
}

#container #content #text #submenu li a:hover {
    text-decoration: underline;
}

#container #content #text p strong {
    color: #555555;
}


#container #content #head {
    background: url("../img/right_pic.jpg") no-repeat #fff;
    background-position: top right;
    height: 87px;
}

#container #flags {
    height: 15px;
    margin-right: 2px;
}

#container #flags #flagGerman {
    display : block;
    background-image : url('../img/flagGerman.gif');
    background-repeat : no-repeat;
    width : 20px;
    height : 13px;
    float : left;
    margin-right: 3px;
    margin-left: 2px;
}

#container #flags #flagEnglish {
    display : block;
    background-image : url('../img/flagEnglish.gif');
    background-repeat : no-repeat;
    width : 20px;
    height : 13px;
    float : left;
}

#pageFooter {
    background-image: url("../img/bg_bottom.jpg");
    background-repeat: repeat-x;
    background-position: 0 -55px;
    height: 100px;

}

#pageFooter_inner {
  width: 680px;
  margin: 5px auto;
  color: #982d24;
}

#pageFooter_inner p {
	font-size: 11px;
	margin: 0 0 3px 0;
}

#pageFooter_inner a {
	text-decoration: none;
}

#pageFooter_inner a:hover {
	color: #db1d0c;
}

#copyright {
    font-size: 10px;
    margin-top: 16px;
}

fieldset {
    border: 0;
}

#message {
    width: 145px;
}

.list h3, .list h4, .list p {
    padding: 0;
    margin: 0;
}

.list .indented {
	padding-bottom: 3px;
}

ul.notstyled {
	list-style-type: none;
}

ul.styled {
	text-align: left;
}

ul.styled li {
    background-image: url("../img/jing_jang.png");
    background-repeat: no-repeat;
    background-position: 0 2px;

}

ul.styled li span {
	display: inline-block;
	padding-left: 20px;
}

ul.spaced li {
	padding-bottom: 8px;
}

ul li.indented {
	padding-bottom: 10px;
}

/*-----------------------------------------------------------------*/

.specialLinks {
    padding-left : 70px;
    padding-top : 21px;
}

.specialLinks a {
    background-image: url("../img/jing_jang.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 2px;
}

.special {
    background-image: url("../img/jing_jang.png");
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 2px;
}

.xprice {
    background-color: #b41130;
    /*background-image: url("../img/content_bg.jpg");
    background-position: 0 10px;*/
    text-align:right;
    display:block;
    color: #fff;
}

/*-----------------------------------------------------------------*/
#bottompicsbox_1 img {
		margin-left: 8px;
    border: 1px solid #cc0000;
}

#bottompicsbox_1 .left {
		margin-left: 9px;
}

/*---------------------------------*/
#bottompicsbox_2 img {
		margin-left: 11px;
    border: 1px solid #cc0000;
}

#bottompicsbox_2 .left {
		margin-left: 12px;
}

/*---------------------------------*/
#bottompicsbox_3 img {
		margin-left: 5px;
    border: 1px solid #cc0000;
}

#bottompicsbox_3 .left {
		margin-left: 7px;
}

/*-----------------------------------------------------------------*/

#homepic {
		float: right;
    margin: 3px 5px 2px 10px;
    border: 1px solid #cc0000;
}

.bottompic1 {
    margin-left: 8px;
    border: 1px solid #cc0000;
}

.bottompic2 {
    margin-left: 14px;
    border: 1px solid #cc0000;
}

.bottompic3 {
    margin-left: 14px;
    border: 1px solid #cc0000;
}

.bottompic_middle {
	margin-left: 130px;
	border: 1px solid #cc0000;
}

.mediumbottompic_middle {
	border: 1px solid #cc0000;
}

.bigbottompic_middle {
	margin-top: 1px;
	margin-left: 56px;
	border: 1px solid #cc0000;
}

img.hotstone	{
	float: right;
	border: 1px solid #cc0000;
	margin-left: 10px;
}

/*-----------------------------------------------------------------*/
#gutscheine_container {
	margin-top: 32px; /* 22px when there is more than 6 gutscheines */
	text-align: center;
}

#gutscheine_container span {
	font-size: 13px;
	color: #982d24;
	font-weight: bold;
}

#gutscheine_container .gutscheine {
	width: 180px; /* 175px when there is more than 6 gutscheines */
	float: left;
	margin: 0 auto 2px auto;
}

#gutscheine_container .left {
	text-align: left;
	padding-left: 5px; /* 1px when there is more than 6 gutscheines */
}

#gutscheine_container .right {
	text-align: right;
	padding-right: 1px;
}

#gutscheine_container .center {
	float: none;
	clear: both;
	text-align: center;
}

#gutscheine_container .center span {
	color: #f2eee5;
}
/*-----------------------------------------------------------------*/
#massagen {
	text-align: center;
	margin-bottom: 16px;
}

/*-----------------------------------------------------------------*/
#philosophie {
	text-align: center;
}

#philosophie ul {
	list-style-type: none;
}

#philosophie span.jingjang {
		width: 12px;
		height: 12px;
    background-image: url("../img/jing_jang.png");
    background-repeat: no-repeat;
    margin: 0 6px 0 6px;
    padding: 0 6px 0 6px;
    background-position: 0 2px;
}
/*-----------------------------------------------------------------*/
#prices ul {
	list-style-type: none;
}

#prices ul li {
	margin: 0 0 18px 0;
	padding: 6px;
	background-image: url("../img/da.gray_0.6.png");
	overflow: auto;
}

#prices ul li:hover {
	background-color: #dadada;
}

#prices ul img {
	margin: 0 0 0 8px;
	border: 1px solid #cc0000;
}

#content #text #prices ul li a {
	text-decoration: none;
}

#content #text #prices ul li p {
	margin: 0;
}

#prices div.imglink {
	float: right;
}

/*-----------------------------------------------------------------*/
#pricelist h4 {
	font-weight: normal;
}

#pricelist ul {
	list-style-type: none;
}

#pricelist ul li {
	margin: 0 0 8px 0;
	padding: 4px;
	background-image: url("../img/da.gray_0.6.png");
}

#pricelist ul li:hover {
	background-color: #dadada;
}

#pricelist ul li img {
	float: right;
	margin: 0 0 0 8px;
	border: 1px solid #cc0000;
}

#pricelist table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #982D24;
	border-spacing: 2px;
}

#pricelist table tr {
	background-image: url("../img/b2.gray_0.5.png");
}

#pricelist table td {
	padding: 1px;
}

#pricelist table td.comment {
	width: 50%;
	text-align: left;
}

#pricelist.paar table td.comment {
	width: 40%;
}

#pricelist table td.length {
	text-align: right;
}

#pricelist table td.price {
	text-align: right;
}

#pricelist table td.gift {
	text-align: right;
}

#pricelist table tr.discounted {
	background-image: url("../img/orange_0.9.png");
}

#pricelist table tr.discounted span {
	text-decoration: line-through;
}

#pricelist p.smallermargin {
	margin-bottom: 3px;
}

#pricelist div.gift_background_1
{
	width: 85%;
	margin: 0 auto 0 auto;
	padding: 25px 0 0 0;
	background-image: url("../img/gift.bcg_1.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#pricelist div.gift_background_2
{
	width: 85%;
	margin: 0 auto 0 auto;
	padding: 15px 0 0 0;
	background-image: url("../img/gift.bcg_2.png");
	background-repeat: no-repeat;
	background-position: top right;
}

/*-----------------------------------------------------------------*/
#preise h2
{
	margin-left: 14px;
	padding-left: 3px;
	background-color: #b41130;
	color: #ffffff;
	letter-spacing: 1px;
}

#preise a.colored
{
	display: block;
	background-color: #ffff80;
	margin-bottom: 3px;
}

#preise div.jingjang
{
	background-color: #b41130;
  background-image: url("../img/jing_jang.black.png");
  background-repeat: no-repeat;
  background-position: 2px 1px;
  width: 14px;
  height: 14px;
  display: block;
  float: left;
}

#preise .preise
{
	float: left;
	display: block;
	width: 245px;
	margin-top: 4px;
	margin-bottom: 12px;
}

#preise .nobottommargin {
	margin-bottom: 0;
}

#preise .gutschein
{
	margin-top: 5px;
	float: left;
	display: block;
	text-align: right;
}

#preise .gutschein a
{
	display: block;
	padding-left: 18px;
	height: 18px;
	background-image: url("../img/gift.png");
  background-repeat: no-repeat;
}

#preise .gutschein a span
{
	background-color: #ffff80;
}

#preise hr
{
	margin: 10px 0 2px 0;
	border: 0;
  height: 2px;

	background-color: #a00;
	color:	#a00;
}

#preise p.price-link
{
	text-align: center;
}

#preise img.paarmassage
{
	float: right;
	margin-left: 5px;
}
/*-----------------------------------------------------------------*/
#mich {

}

#mich p.comment {
	margin-bottom: 0;
}

#mich hr {
	margin: 10px 0 2px 0;
	border: 0;
  height: 2px;

	background-color: #a00;
	color:	#a00;
}

#education li
{
	margin: 0 0 4px 0;
}

/*-----------------------------------------------------------------*/
#home h1 {
	margin: 5px 0 8px 0;
}

#home h2 {
	margin: 30px 0 8px 0;
}

#home {

}



/*-----------------------------------------------------------------*/
#menu {
	margin: 0;
	padding: 0;
	width: 182px;
	height: 378px;

	background-image: url("../img/menu/div_bcg.png");
	background-repeat: no-repeat;
	background-position: 0 0;

}


#menu ul {
	margin: 0;
	padding: 16px 0 0 10px;
	width: 172px;
	height: 362px;

	background-image: url("../img/menu/ul_bcg.png");
	background-repeat: no-repeat;
	background-position: 10px 16px;

	list-style-type: none;
}

#menu ul li {
	display: block;
	width: 172px;
	height: 22px;
}

#menu ul li a {
	display: block;
	width: 172px;
	height: 22px;
}

/*-----------------------------------------------------------------*/
#comments a.addme {
 float: right;
}

#comments img.left
{
	float: left;
	margin-right: 6px;
}

#comments img.right
{
	float: right;
	margin-left: 6px;
}


/*-----------------------------------------------------------------*/
#links {
	font-size: 11px;
	text-align: left;
}

#links a img
{
	margin-right: 6px;
}

/*-----------------------------------------------------------------*/
p.centered {
	text-align: center;
}

p.morespacing {
	line-height: 1.6;
}

p.ayurvedalinks {
	margin-top: 8px;
}

p.toppadding {
	padding-top: 4px;
}

strong.phone {
	height: 16px;
	margin: 0;
	padding: 0 0 0 24px;
	background-image: url("../img/phone.png");
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

strong.phone span {
	display: none;
}

h1.ayurveda {
	margin-top: 5px;
}

#flash_required {
	margin: 2px;
	text-align: center;

	color: white;
}

#flash_required a {
	color: red;
}

#flash_required a:hover {
	color: green;
}

.counter {
	visibility: hidden;
}


#home #discount {
	margin: 0px 10px 0px 10px;
	background-image: url("../img/orange_0.9.png");
}

#home table {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #982D24;
	border-spacing: 2px;
}

#home table tr {
	/*background-image: url("../img/b2.gray_0.5.png");*/
	background-color: #feaf72;
}

#home table td {
	padding: 1px;
}

#home table td.price {
	text-align: right;
}

#home table tr.discounted {
}

#home table tr.discounted span {
	text-decoration: line-through;
}

/*-----------------------------------------------------------------*/
#massagen {
	text-align: center;
	margin-bottom: 16px;
}

#massagen .massage {
	width: 182px;
	float: left;
	margin: 0 auto 6px auto;
}

#massagen .left {
	text-align: left;
}

#massagen .right {
	padding: 0 4px 0 0;
	text-align: right;
}

#massagen .center {
	width: 220px;
	float: none;
	clear: both;
	text-align: center;
}
/*-----------------------------------------------------------------*/
#gutscheinepopup {
	position: absolute;
	z-index: 90;
	padding: 5px;
	left: 10px;
	top: 50px;
	width: 480px;
	height: 576px;
	display: block;
	background-color: #ffffff;
}

#topbar {
	margin-bottom: 5px;
	background-color: #dddddd;
	cursor: move;
	overflow: auto;
}

#topbar a span {
	display: none;
}

#topbar a.close {
	margin: 0;
	display: block;
	float: right;

	width: 20px;
	height: 20px;
	background-image: url("../img/close.png");
}

#topbar a.close:hover {
	background-position: 20px 0px;
}

#topbar a.order {
	display: inline-block;
	padding-top: 3px;
}


