/* Allgemeine Elementformatierungen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
  margin:0 0 15px 0;
  padding:0px;
  background:#FFF;
  font-size:100.01%;
  font-family:verdana,arial,helvetica,sans-serif;
  color:#333333;
}


html, body {  /*  neu ...................... !!!!!!!! 
	scrollbar-face-color:  #FFF; 
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #3EADA7; 
	scrollbar-arrow-color: #3EADA7; 
	scrollbar-darkshadow-color: #FFF;
	scrollbar-base-color: #3EADA7;	
	scrollbar-track-color:#F2F9EE;*/
}


/* Allgemeine Klassen und Tags
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

b, strong {
	color: #333;
	font-weight: bold;
}

.fett {              /*  checken !!!!!  */
	color: #B50E1A;
	font-weight: bold;
}

.rot {             
	color: #B50E1A;
}

.bgfarbe {
  background-color:#FFF;
}

.top {               /*  für #seitenanfang !!!!!  */
 font-size: 90%;
}

.nachrechts {               /*  für #seitenanfang !!!!!  */
text-align: right;
}

.kontakt {
  border: 1px dotted #666;
  padding: 4px;
  font-size: 80%;
  font-weight:bold;
  text-align:center;
  margin: 1em 60px 1em 20px;
}

.baustelle {
  border: 1px dotted #333;
  padding: 4px;
  font-size: 80%;
  font-weight:bold;
  line-height: 140%;
  text-align:center;
width: 500px;
}

.linie {
border-top: 1px dotted #666;
  font-size: 90%;
  font-weight:bold;
  text-align:center;
  margin: 0 100px 1em 50px;
}

.textfeld {              /*  checken !!!!!  */
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-top: 0; border-left: 0;
padding: 1px;
background-color: #F8F8F8;
}

.textarea {              /*  checken !!!!!  */
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-top: 0; border-left: 0;
padding: 1px;
background-color: #F8F8F8;
height: 80px;
}

.absenden, .loeschen {             
border: 2px solid #B50E1A;
padding: 2px 10px;
margin-left: 13px;
background-color: #F8F8F8;
text-align: center;
width: 300px;
}

.mini {             
font-size:80%;
}


/* Bilder stehen einzeln !! - nicht innerhalb des Absatzes */
.bildRechts { 
	float: right;
	margin:  1em 10px 15px 20px;
}

.bildLinks { 
	float: left;
	margin: 1em 20px 15px 0;
}

.ohnerahmen { 
	border-style:none;
}


/* Aussenrahmen mit Schatten rechts und links
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#aussenrahmen {
  width:960px;
  background:#ffffff;
  margin: 0 auto;
}

.Links {
  background-image: url(images/rand_links_666.jpg);
  background-repeat:repeat-y;
}

.Rechts {
  background-image: url(images/rand_rechts_666.jpg);
  background-repeat:repeat-y;
}


/* Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#kopf {
  background: #fff url(images/header.jpg) top left no-repeat;
  margin: 0;
  padding: 0;
}

#kopf img {
	border: 0px;
}

/* Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#menue {
  margin: 0;
  padding: 0;
  background: #e5e6e6;
  border-bottom: 2px solid #000;   /*  Trennlinie zw. Menue u. Inhalt */
}

#menue ul {
  padding: 7px 0 10px 0;
  margin: 0 5px 0 17px; /* Abstand #spalte1 */
  list-style: none;
}

#menue li {
  display: inline;   /* Listenpunkte nebeneinander stellen */
  margin-right: 15px;
}

* html #menue li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#menue a {
  font-size: 70%;
  font-weight: bold;
}

#menue a:link, #menue a:visited {
  color: #333;
  text-decoration: none;
}

#menue a:hover, #menue a:focus, #menue a:active  {
  text-decoration: underline;
}

.menueon{
	color: #B50E1A !important;
    text-decoration: none !important;
	  border-left: 3px solid #000 !important; 
	  padding-left: 5px;

}  

/* Spalte 1
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte1 {
  width: 200px;
  border-right: 1px solid #666;
  background: #fff url(images/verlauf.jpg) repeat-y;  /*  image = 200px  */
  padding: 0;
  margin: 0;
}

#spalte1 h2 {
	color: #B50E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 130%;
	margin: 15px 20px 7px 18px;
	font-weight: normal;
}

#spalte1 h3 {
	color: #B50E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 110%;
	margin: 12px 20px 7px 18px;
	font-weight: bold;
}

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

#spalte1 li {
  padding: 2px 0 1px 0;
  margin: 0;
  list-style: none;
	font-size: 70%;
	line-height:190%;
}

#spalte1 a {
  display: block;
  position: relative;
  padding-left: 17px;    /* 183px + 17px = 200px  von ul */
  width: 183px;
  background-color: #FFF;  /*#F8F8F8;   */
  text-decoration: none; 
}

* html #spalte1 a {  /* Box Model Hack  */
  width: 200px;    /* Fuer IE 5 und 5.5 */
  wid\th: 183px;   /* Fuer IE 6 */
}


#spalte1 a:link, #spalte1 a:visited {
  font-weight:bold;
  color: #333;
  text-decoration: none; 
}

a.stammhaus:link, #spalte1 a.stammhaus:visited {
  background-color: #F8F3EC !important;
}
a.musikschule:link, #spalte1 a.musikschule:visited {
  background-color: #FCE08B !important; 
}
a.kuenstler:link, #spalte1 a.kuenstler:visited {
  background-color: #E4DED4 !important; 
}
a.galerie:link, #spalte1 a.galerie:visited {
  background-color: #CFD0D0 !important;
}
a.preise:link, #spalte1 a.preise:visited {
  background-color: #FFF !important;
}
a.angebote:link, #spalte1 a.angebote:visited {
  background-color: #BAD1E2 !important;
}
a.angebote2:link, #spalte1 a.angebote2:visited {
  background-color: #BAD1E2 !important;
  line-height: 130%;
}
a.reservierung:link, #spalte1 a.reservierung:visited {
  background-color: #fff !important;
}
a.reservierung2:link, #spalte1 a.reservierung2:visited {
  line-height: 130%;
}

#spalte1 a:hover, #spalte1 a:active {
  color: #B50E1A !important; 
  text-decoration: none; 
  }
  
#spalte1 li.on a {
  color: #B50E1A !important; 
  text-decoration: none; 
  border-left: 3px solid #000 !important; 
  padding-left: 14px; 
  }


.haus1 {
  background-color: #F8F3EC !important;  /*  hier :  Stammhaus  */
}
.haus2 {
  background-color: #FCE08B !important;  /*  hier :  Musikschule */
}
.haus3 {
  background-color: #E4DED4 !important;  /*  hier :  Künstlerhaus */
}
.haus4 {
  background-color: #CFD0D0 !important;  /*  hier :  Galeriehaus   */
}
.preis {
  background-color: #FFF !important; /*  hier :  Preise   */
}
.angebot {
  background-color: #BAD1E2 !important; /*  hier :  Angebot   */
}
.allgemein {
	background-color: #CCCCCC !important;
}

* html #spalte1 li {
  display: inline; /* Wird fuer IEs gebraucht */
}

/* checken !!!!!!!!!!!!!!! IE 5   Box model bug !!!!!!!!!!!!!!!!! */

* html #spalte1 a { height: 1em; } /* Wird für IE 5 gebraucht, sonst werden die Linien nicht ganz durchgezogen */

#spalte1 p {
  font-size: 70%;
  line-height: 150%;
  margin: 0;
}

/* Spalte 2
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#spalte2 {
  background: #FFF; 
  padding: 24px 0 10px 0;
}

#spalte2 h1 {
	color: #B50E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight:normal;
	line-height: 130%;
	margin: 0 20px 1em 20px;
	letter-spacing: 1px;
}

#spalte2 h2 {
	color: #B50E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
	margin: 10px 20px 1em 20px;
	font-weight: normal;
}

#spalte2 h3 {
  font-size:100%;
  font-weight:bold;
	color: #FFF;
	letter-spacing:1px;
	margin: 0;
	padding:10px 0;
}

#spalte2 h4 {
	line-height: 150%;
}

#spalte2 p {
  font-size: 90%;
  line-height: 150%;
  margin: 1em 20px;
}

#spalte2 fieldset {
  font-size: 90%;
  line-height: 150%;
  margin: 1em 20px 25px 20px;
}

#spalte2 p.wellness {
  border: 2px dotted #FFF;
  background-color:#DCE8F1;
  font-size: 80%;
  padding: 10px 15px;
  font-weight:bold;
  margin: 0 60px 1em 20px;
}


#spalte2 p.boxaktuelles {
    background-color: #fff;
    border: 1px dotted #B50E1A;
    font-size: 90%;
	color: 151515;
    font-weight: bold;
    margin: 0 25px 1em 0;
    padding: 10px 15px;
}


#spalte2 ul {
	font-size: 90%;
	line-height: 150%;
   padding: 0 20px 1em 15px;
	margin: 0 0 0 30px; 
}

#spalte2 li {
padding-left: 10px;
}

#spalte2 ul.abstand {
	margin-top: 20px;
}
#spalte2 ul.abstand li {
	margin-bottom: 10px;
}

#spalte2 ul li ul {
	font-size: 90%;
	line-height: 120%;
   padding: 1em 0 1px 15px;
	margin: 0; 
}
#spalte2 ul li ul li {
padding-left: 10px;
	margin: 0; 
}


#spalte2 a { 
text-decoration: underline;
}
#spalte2 a:link, #spalte2 a:visited {
  color:  #666;
}
#spalte2 a:hover, #spalte2 a:focus, #spalte2 a:active {
  color: #B50E1A!important;  
}

#spalte2 table.packages {
padding:0;
margin:0;
}

#spalte2 table.packages img{
  border: 2px solid #F8F8F8;
  margin-left: 20px;
}

#spalte2 table.grau {
padding:0;
margin:0;
}

#spalte2 table.grau img{
  border: 2px solid #a6a7a7;
  margin-left: 20px;
}

#spalte2 table.zimmerpreise {
  padding: 0;
  margin: 0 20px;
  border: 1px dotted #666;
  background-color:#F8F8F8;
}

#spalte2 table.zimmerpreise td, #spalte2 table.zimmerpreise th {
  border-bottom: 1px solid #999;
}

#spalte2 table.zimmerpreise td {
  font-size: 80%;
  line-height: 120%;
  padding:5px 2px 6px 7px;
  margin: 1em 15px;
}

#spalte2 table.zimmerpreise tr.bg{
  background-color:#E5E6E6;
}


/* Spalte30
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#spalte30 {
  padding: 0;
  margin: 0;
}

#spalte30 img {
border: 1px solid #666;}

.nachbildungsp1 {
background-image:url(images/nachbildungsp1.jpg);
background-position:top left;
border:none;
}
#spalte30 td.nachbildungsp1 img{
border:none!important; 
}

.headline {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 130%;
	padding: 0 0 20px 20px;
}

#spalte30 a { 
text-decoration: underline;
font-size: 90%;
margin-bottom: 20px;
}
#spalte30 a:link, #spalte2 a:visited {
  color:  #666;
}
#spalte30 a:hover, #spalte2 a:focus, #spalte2 a:active {
  color: #B50E1A!important;  
}




/* Footer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#footer {
  font-size:60%;
  text-align:center;
  font-family:verdana,arial,helvetica,sans-serif;
  color:#B50E1A;
  padding: 6px 0 12px 0;
  line-height:160%;
  border-top:1px solid #B50E1A;
}

/* Bildergalerie hoch
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#bildrahmen {
  width: 650px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
}

/* Bildergalerie quer
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#bildrahmen2 {
  width: 740px;
  text-align:center;
  margin: 0 auto;
  padding: 0;
}

.bildsolo, .bilder, .bildtext {
  background-color:#FFF;
  border: 1px solid #666;
  margin: 10px 0 0 0;
  padding: 0;
}

.bilder td {
  padding: 5px;
  margin: 0;
  text-align:left;
}

.bilder2 {
  background-color:#B2B3B3;
  border: 1px solid #666;
  width:100%;
  margin: 10px 0 0 0;
  padding: 0;
}

.bilder2 td {
  padding: 0;
  margin: 0;
  text-align:left;
}

.bildtext td {
  padding: 5px;
  margin: 0;
  text-align:center;
}

.muster {
  border-bottom: 1px dotted #CCC;
}

.bildsolo td {
  padding: 0;
  margin: 0;
}

.bildtext a:link, .bildtext a:visited {
    color: #333;
	font-size: 80%;
    text-decoration: none;
}

.bildtext a:hover, .bildtext a:focus, .bildtext a:active {
  color: #CC0000;
}

.galeriehaus {
  font-size:130%;
	color: #FFF;
	letter-spacing:2px;
	margin: 0;
	padding:0;
}



