/*Grundeinstellungen*/

body, html  { 
	color: #3D3D3C; 
	font-size: 14px; 
	font-family: Times, Arial, Helvetica, san-serif;
	text-align: left;
	margin: 0; 
	padding: 0;
	background: #fff;
	height: 100%;
	}

/*Aufbau der Homepage*/

#struktur { 
	width: 970px; 
	margin: 0px auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}

#struktur_intro {
     position: absolute;
     left: 50%;
     top: 50%;
     width: 944px;
     height: 677px;
     margin-left: -472px; /* half of width */
     margin-top: -338.5px;  /* half of height */
     background-image: url(../images/bg_intro.gif);
	 background-repeat: repeat-y;
      }

#rahmen_intro {
	margin: 0px auto;
	width: 944px;
	height: 677px;
	visibility: visible;
	position: relative;
}
#struktur_intro a:link,#struktur intro a:visited {
	color: #000;
}

.angebote_intro {
	position: absolute;
	left: 0;
	margin-left: 0;
	top: 220px;
	margin-top: 0;
}

.angebote_intro ul img a:hover {
	background-image: url(../images/intro_haus.jpg);
	background-repeat: no-repeat;
}

.angebote_intro ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

ul.offer_1, ul.offer_2, ul.offer_3 {
	margin-right: 5.3px;
}
ul.offer_3 {
}
.angebote_intro ul li {
}




.introbild {
	/*background-image: url(../images/bg_intro_bild.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 50px;
	margin-bottom: 0;
	width: 944px;
	height: 159px;*/
}
.intro_sprache {
	position: absolute;
	left: 10px;
	margin-left: 0;
	top: 190px;
	margin-top: 0;
	font-size: 1.1em;
	font-weight: bold;
	z-index: 1000;
}

.logolink {
	position: absolute;
	left: 0px;
	margin-left: 0;
	top: 55px;
	margin-top: 0;
}

.logolink1 {
	position: absolute;
	left: 0px;
	margin-left: 0;
	top: 0px;
	margin-top: 0;
}
.logolink2 {
	position: absolute;
	left: 0px;
	margin-left: 0;
	bottom: 0px;
	margin-top: 0;
}

.adresse_intro {
	width: 970px;
	text-align: center;
	position: absolute;
	left: 0;
	margin-left: 0;
	bottom: 15px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.1em;

	
}

#sprache {
	width: 970px; 
	margin: 0px auto;
	line-height: 25px;
	background: #fff;
	color: #57461E;
	text-align: right;
	background-image: url(../images/bg_sprache.gif);
	background-repeat: no-repeat;
	position: relative;
	
}

#link_it {
	position: absolute;
	left: 25px;
	margin-left: 0;
	top: 8px;
	margin-top: 0;
}
#link_de {
	position: absolute;
	left: 2px;
	margin-left: 0;
	top: 8px;
	margin-top: 0;
}
#link_en {
	position: absolute;
	left: 50px;
	margin-left: 0;
	top: 8px;
	margin-top: 0;
}


#sprache a:link, #sprache a:visited {
	text-decoration: none;
	color: #000000;
}

#sprache a:hover {
	color: #D7AE38;
}






#links {
	float: left;
	width: 225px;
	height: 870px;
	background-repeat: no-repeat;
}

#image {

}

#logo {
	width: 222px;
	height: 118px;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;	
}


#logo_it {
	width: 222px;
	height: 118px;
	background-image: url(../images/bg_logo_it.gif);
	background-repeat: no-repeat;	
}

#zitat {
	text-align: center;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 8px;
	height: 131px;
}

#umenu {
	width: 222px;
  	filter:alpha(opacity=80); /* IE */
  	-moz-opacity: 0.80; /* Gecko */
 	opacity: 0.80; /* Opera */
	/*background: #F9D01B;*/
}

#umenu[id] {
}

#mitte {
	float: left;
	width: 745px;
	background-image: url(../images/bg_mitte.gif);
	background-repeat: repeat-x;
}

#menue {
	height: 27px;
	margin-bottom: 3px;
}

#header {
	height: 304px;
}

#pfad {
	text-align: right;
	margin-right: 5px;
}

#pfad a:link, #pfad a:visited {
	color: #B48100;
}



#haupt {
	height: 350px;
	min-height: 350px;
	padding: 10px 25px 25px 25px;
}

#haupt[id] {
	height: auto;
}

#haupt p {

}


#fuss {
	width: 970px;
	margin: 0px auto;
	clear: both;
	background-image: url(../images/bg_fuss.gif);
	background-repeat: repeat-x;
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#fuss a:link, #fuss a:visited {
	text-decoration: none;
	color: #3D3D3C;
	font-weight: bold;
}

#fuss a:hover {
	color: #fff;
}






#copyright {
	text-align: center;
	font-size: .85em;
}


/*Das Hauptmenü*/



/*Das Untermenü*/

div#umenu ul {
		 list-style: none;
		 margin: 0;
		 padding: 0;
}

div#umenu ul li a:link, div#umenu ul li a:visited {
		 color: #57461E;
		 text-decoration: none;
		 font-weight: bold;
		 display: block;
		 border-bottom: 1px solid #EACC7B;
		 padding-right: 35px;
		 text-align: right;
		 background-image: url(../images/edelweis.gif);
		 background-repeat: no-repeat;
		 background-position: 192px 4px;
}

div#umenu ul li a:hover {
		color: #fff;;

}
div#umenu ul li {
		line-height: 25px;
}

div#umenu #active_menu {
		color: #fff;
}


/*Formatierung der Seiteninhalte*/


/*ENDE - Seiteninhalte*/





.pagenav {
	clear: left;
	text-align: center;
}

.formelm{
	display: inline;
	text-align: right;
	line-height: 30px;
}




.moduletable {
}

table.moduletable {
	padding: 0px;
}



.moduletable h3 {
	background: #BCBCBC;
	line-height: 26px;
	color: #fff;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	
	}
	
.moduletable h2.contentheading {
	font-size: 1em;
	margin: 0;
	padding: 0;
	
	}	
	
a:link.zitate {
	display: inline;

}





/*Formatierung der Inhalte*/

h1, h2, h3, h5 {
	font-family: Times, san-serif, Helvetica, Arial;
	font-style: italic;
	color: #3D3D3D;
}



h2.contentheading {
	font-size: 35px;
}

.componentheading {
	font-size: 35px;

}



h3 {
	font-size: 40px;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}



.contentheading {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}


.float2 h2.contentheading {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #004187;
}

h1.componentheading {
	padding-bottom: 20px;
}

h2.componentheading {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}

.componentheadingquiz{
	display: none;

}

.unsichtbar { 
	display: none;
}

/*Weiter Link*/
.pagenav a:link, .pagenav a:visited {
	color: #004187;
}
.pagenav a:hover {
	color: #000;
}




/*Die Untermenüs*/


#menu3 a:link, #menu3 a:visited, #menu3 a:active {
	color: #000;
	text-decoration: none;
}
#menu3 a:hover {
	color: #000;
	background: none;
	text-decoration: underline;
}


#ticker a:link, #ticker a:active, #ticker a:visited  {
	color: #fff;
	text-decoration: none;
}

#ticker a:hover {
	color: #000;
}


a:link, a:visited, a:active {
	color: #45638D;
}
a:hover {
	color: #000;
}

a#book:link, a#book:visited {
	text-decoration: none;
	background: #fff;
	padding: 4px;
	border: 1px solid #F2CF69;
	color: #57461E;
	font-weight: bold;
} 

a#book:hover {
	color: #D7AE38;
}









a.pathway:link, a.pathway:visited, a.pathway:active {
	color: #45638D;
} 

a.pathway:hover {
	color: #000;
} 


/*Wird nur beim Drucken angezeigt*/
.printy {
	display: none;
}
/*Ausgabe der Latest News*/




address { 
	font-style: normal;
}

label, .contact_email {
	width: 125px;
	margin-top: 10px;
}
label {
	/*display: block;*/
}

/*Kontakt-Formular*/

.contact_email label {
	display: block;
}



input, textarea {
	margin: 0;
	font-family: Arial;
	border: 1px solid #71767B;
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
}

#suche input {
	background: #9FA8AA;
	margin-top: 3px;
	margin-left: 4px;
}



.contact_email {
	width: 100%;
}

.article_seperator {
	display: none;
}

.inputbox_nl {
	width: 140px;
	margin: 2px;
}

.inputbox {


}
.contentpane {

}

form {
	padding: 0;
	margin: 0;
}

.highlight {
	text-decoration: underline;
	color: #326C2F;
}

.section {
	color: #9FA8AA;
}

/*Editor*/


/*Content - Vorlagen*/


/*Ausgabe der Bildergalerie - Multithumb */

img.multithumb {
	margin: 3px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #F2CF69;
}

table.multithumb {

}



/* +++++++++++ Content - Grundaufbau +++++++++++*/
#seiteninhalt {
	/*border: 1px solid #000000;
	margin: 0;
	background: #eeeeee;*/
	float: left;
}

.float2 #seiteninhalt {
	border-bottom: 1px solid #D4D4D4;
	width: 505px;
}


#test {
	/*border: 1px solid #000000;
	margin: 0;
	background: #eeeeee;*/

}

p.neuer_abschnitt {
	clear: both;
	margin: 0;
	padding: 0;
}

p.neuer_abschnitt img {
	display: none;
}


/* +++++++++++ Bild links, Text rechts +++++++++++*/
p.bild_links {
	float: left;
	margin: 0;
	padding: 0;
}
p.bild_links img {
	margin: 0 10px 10px 0;
	/*border: 1px solid #E9E9E9;*/
}

p.text_rechts {
	margin: 0;
	padding: 0;
}
/* +++++++++++ Bild rechts, Text links +++++++++++*/
p.bild_rechts {
	float: right;
	margin: 0 0 10px 10px;
		
}
p.text_links {
	margin: 0;
	padding: 0;
}
/* +++++++++++ Bild oben mittig, Text unten +++++++++++*/
p.bild_oben_mittig {
	margin: 0 0 10px 0;
	text-align: center;
}

p.text_unten {
	margin: 0;
}
/* +++++++++++ Bild unten mittig, Text oben +++++++++++*/
p.bild_unten_mittig {
	margin: 0;
	text-align: center;
		
}
p.text_oben {
	margin: 0 0 10px 0;
}
 
/* +++++++++++ Horizontale Linie +++++++++++*/
hr { 
	width: 100%; 
	height: 1px; 
	border-style: solid none none; 
	border-width: 1px 0 0; 
	border-color: #fff #fff #fff;
	}
/* +++++++++++ Zurück Link +++++++++++*/	

.back_button {
	text-align: center;
	margin-bottom: 15px;
}

.back_button a:link, .back_button a:hover, .back_button a:active, .back_button a:visited  {
text-decoration: none;
}
p.zitat {
	font-size: 1.3em;
	font-weight: bold;
	color: #45638D;
	border: 1px solid #D4D4D4;
	padding: 10px;
}

ul.unIndentedList img {
	margin: 10px;
}

/*Preistabelle*/

td.kasten1 {
	background: #F6DD9A;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

td.kasten2 {
	background: #FFF8DE;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

td.kasten3 {
	background: #EAF2FF;
	border-bottom: 1px solid #fff;
	padding: 2px;
}

table.kasten {
	border: 1px solid #fff;
	padding: 6px;
}


/*Seitenausgabe / CMS*/
img#bild_links {
	float: left;
	margin-right: 25px;
}

td.sectiontableheader {
	background: #FFF8DE;
}

table.newspane {
}

tr.sectiontableentry1 {

}

tr.sectiontableentry2 {

}

img.myborder {
	border: 1px solid #F2CF69;
	background: #fff;
}


/*Mootools - Scroll */

#demo-bar {
	margin: 5px auto;
	padding: 5px 0;
	width: 680px;
	border: 1px solid #D8B037;
	background: #F6DD9A;
	text-align: center;
}

#demo-bar a:link, #demo-bar a:visited {
	color: #3D3D3C;
}

#demo-bar a:hover{
	color: #FFF;
}

 
#demo-wrapper {
	margin: 5px auto;
	overflow: hidden; 
	height: 400px; 
	width: 680px;
	border: 1px solid #D8B037;
	position: relative;
}
 
#demo-inner {
	width: 1500px;
	height: 1074px;
	background-image: url(../images/wellnessplan.jpg);
	position: relative;
}
 
.scrolling-content {
	width: 100px;
	height: 25px;
	text-align: center;
	position: absolute;
}
 
.scrolling-content h1 { 
	color: #3D3D3C;
	font-size: 12px;
}

#content0 {
	left: 0px; 
	top: 0px;
} 


#content1 {
	left: 450px; 
	top: 650px;
}
 
#content2 {
	left: 720px; 
	top: 650px;
}
 
#content3 {
	left: 410px; 
	top: 380px;
}
 
#content4 {
	left: 1500px; 
	top: 550px;
}

img#wellness {
	margin-left: 10px;
}

/*Mootools Acordion*/

.toggler {
	margin: 0;
	padding: 2px 5px;
	border-bottom: 1px solid #FFF3BF;
	cursor: pointer;
}
 
.element {
 	padding: 2px 5px;

}
 
.element p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

a.linkbutton:link, a.linkbutton:visited  {
	border: 1px solid #D7AE38;
	background: #fff;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	color: #3D3D3C;
}

/*E-Careds*/

.rwcards, .rwcardsfull 
{
border: 1px #999 solid;
font-size: 12px;
/*height: inherit;*/
}

.rwcardsImage
{
border: 1px #999 solid;
width:auto;
padding: 10px;
margin-bottom:20px;
}
* html .rwcardsfull  /* this is recognized by IE only */
{
  width: 415px;  /* total width, only for IE5.x/Win */
  w\idth: 415px; /* content width for other IE */
}

.rwcardsfull
{
	width:auto;
	padding: 10px 10px 0 10px;
	margin-bottom:20px;
	margin-left:0px;
	text-align:center;
}


* html .rwcards  /* this is recognized by IE only */
{
  width: 190px;  /* total width, only for IE5.x/Win */
  w\idth: 190px; /* content width for other IE */
}

.rwcards
{
	height: 200px;
	width: 208px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom:10px;
	margin-left:10px;
}

.rwcardsLeftForm
{
	width:50%;
	float: left;
	text-align:left;
	clear:none;
}
.rwcardsRightForm
{
	width: 49%;
	float: right;
	text-align:right;
	border-left: 1px #999 dotted;
	height:auto;
	min-height:220px;
	margin-bottom: 10px;
}
.rwcards_buttons_bottom
{
	font-size: 12px;
	text-align: center;
}

.selectbox
{
	font-size: 12px;
}

.rwcardsClr 
{
	clear: both;
}

.rwcardsLink
{
	font-weight:bold;
	cursor: pointer;
}

.rwcardsLink:hover
{
	font-weight:bold;
	color:#D7AE38;
	cursor: pointer;

}

.imageElement {
text-align: center;
padding-top: 25px;
}