/* 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/galeriehaus-header.jpg) top right no-repeat;
  margin: 0;
  padding: 22px 0 25px 20px;
}

#kopf img {
	border: 0px;
}

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

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

#menue {
  margin: 0;
  padding: 0;
  background: #e5e6e6;
  border-top: 1px solid #B50E1A;     /* Blauton: #8B90B0 */
  border-bottom: 1px solid #B50E1A;   /*  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 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

#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; 
  background-color: #CFD0D0 !important;}


a.galerie:link, #spalte1 a.galerie:visited {
  background-color: #CFD0D0 !important;
}

#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; 
  }

.haus4 {
  background-color: #CFD0D0 !important;  /*  hier :  Galeriehaus   */
}
.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;
}

#spalte1 p.ksta {
  font-size: 70%;
  line-height: 150%;
  margin: 0;
  padding-left:14px;
  width: 183px;
}
#spalte1 a.ksta {
  display: inline;
  padding-left:0;
}

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

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

#spalte2 h1 {
	/*color: #B50E1A;*/
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	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 {
	color: #B50E1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 140%;
	margin: 1.5em 20px 1em 20px;
	font-weight: normal;
}

#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 ul {
	font-size: 90%;
	line-height: 150%;
   padding: 0 20px 0 15px;
	margin: 0 0 0 30px; 
}

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

#spalte2 ul.table {
	font-size: 90%;
	line-height: 150%;
   padding: 0 20px 0.2em 15px;
	margin: 0;
	list-style:none;
	text-align:right;
}

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

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

#spalte2 img{
  border: 1px solid #ECECEC;
  margin-left: 20px;
}

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

#spalte2 table.zimmerpreise td {
  font-size: 90%;
  line-height: 150%;
  padding:6px 5px 10px 10px;
  margin: 1em 15px;
}

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

/* 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:#fff;
  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:120%;
	color: #999;
	letter-spacing:2px;
	margin: 0;
	padding:0;
}



