/* Allgemeine Einstellungen */

body
   {
	margin: 0pt;
         font-family: Arial, Helevetica, sans-serif;
        background-color: #e5e0c3; /*graugrün: #e5e0c3;*/ /* orange: #f7f0cd;*/
         background-image: url("../Bilder/FarbverlaufGraugruen.jpg");
         background-repeat: repeat-x;
   }

/* Extraaufforderung für Netscape 4.x*/
p, ul
   {
         font-family: Arial, Helevetica, sans-serif; /* Netscape 4.x */

   }


/* Das Logo wird links oben in der Ecke platziert*/

#Logo
   {
   	position: absolute;
         top: 0px;
         left: 0px;
         width: 170px;
         height:157px;/*130px;*/
         margin: 0px;
         padding: 10px;
         /* background-color: #FF0000; zum testen */

   }

/* Das Navigationsmenü steht links unter dem Logo */

#Navigation
   {
   	position: absolute;
         top: 170px;
         left: 0px;
         width: 170px;
         margin: 0px;
         margin-left: 10px;
	padding: 0px; /*10*/
         border: none;
         background-color: c8c48e;  /* 0000ff;  */
   }




/* Der Seiteninhalt erscheint neben dem Navigationsmenü */

#Text
   {
         position: absolute;
         width: 650px;
         margin-top: 170px;
         margin-left: 185px;
	padding: 10px;

   }

/* Große Hauptüberschrift wird nicht mehr angezeigt */

h2
  {
     	font-size: 12pt;
     	font-weight: bold;
     	margin-bottom: 14pt;
         border: none;


   }

/* Überschrift im Text */
/* h3: fett, größer, zentriert; h4: fett, linksbündig */

h3 {
      font-family: Arial, Helevetica, sans-serif;
      text-align: center;
      font-size: 14pt;
      font-weight: bold;
      color: black;
      margin-bottom: 6pt;
      margin-top:3pt;
}

h4 {
      font-family: Arial, Helevetica, sans-serif;
      text-align: left;
      font-size: 12pt;
      font-weight: bold;
      color: black;
      margin-bottom: 3pt;
      margin-top:3pt;
}
p {
      margin-top: 4pt;
      margin-bottom: 8pt;
  }

/* Einstellungen für das Navigationsmenü */

#Navigation ul
   {
   	list-style: none;
         margin: 0px;
	padding: 0px;
         background-color: transparent; /*grün: #c8c48e;*/ /* orange:#e8d266; */ /*#99CC33;*/
         background-image: url("../Bilder/Menuehintergrund2.jpg");
         font-size: 15pt;
         line-height: 130%;
	border: none;
         width: 100%;
   }

#Navigation li
   {
   	border-top: 3px solid #ffffff;
         border-color: #fcf9ef; /*Trennstriche zwischen Menüpunkten leicht hellgrün*/
         padding: 3px;
         padding-left: 10px;
         background-image: none;

  }

#Navigation a:link
   {
   	text-decoration: none;
	color: #483039;/*#006600;*/

   }

#Navigation a:visited
   {
   	text-decoration: none;
	color: #483039; /*#663366;*/


   }

#Navigation a:hover
   {
   	text-decoration: none;
	color: #483039;/*#006600;*/
	font-weight: bold;

   }

/* Einstellungen für das Untermenü */

#Navigation ul.Submenue
   {
	font-size: 12pt;
         background-color: transparent; /*grün: #c8c48e;*/ /* orange:#e8d266; */ /*#99CC33;*/
         background-image: url("../Bilder/Transparent.gif");

  }


#Navigation ul.Submenue li
   {
         border-top: 1px solid #fcf9ef; /*Trennstriche zwischen Menüpunkten leicht hellgrün*/

         padding-left: 10px;
   }

/* Festlegung welche Untermenüs angezeigt werden sollen*/

/* Klasse Submenue-Wohnung -> Submenü Umgebung und Buchung werden ausgeblendet*/
/*
#Navigation.Submenue-Wohnung ul#Umgebung, #Navigation.Submenue-Wohnung ul#Buchung
   {
         display: none;
   }

*/
.Submenue-Wohnung #Umgebung, .Submenue-Wohnung #Buchung
   {
         display: none;
   }




/* Klasse Submenue-Umgebung -> Submenü Wohnung und Buchung werden ausgeblendet*/
.Submenue-Umgebung #Wohnung, .Submenue-Umgebung #Buchung
   {
         display: none;
   }

/* Klasse Submenue-Buchung -> Submenü Umgebung und Wohnung werden ausgeblendet*/
.Submenue-Buchung #Umgebung, .Submenue-Buchung #Wohnung
   {
         display: none;
   }

/* Klasse Submenue-None -> alle Submenüs werden ausgeblendet*/
/* Netscape 4.x braucht mal wieder eine Extraaufforderung!
#Navigation.Submenue-None ul ul
   {
         display: none;
   }
*/

.Submenue-None #Umgebung, .Submenue-None #Wohnung, .Submenue-None #Buchung
   {
         display: none;
   }



/* Links im Textbereich */

#Text a:link {
   text-decoration: none;
   font-weight: bold;
   color: #483039; /*#006600;*/
}

#Text a:visited {
   text-decoration: none;
   font-weight: bold; /*normal;*/
   color: #483039 /*#663366;*/
}

#Text a:hover {
   text-decoration: none;
  background-color: c8c48e; /*#99CC33;*/
   color: #483039 /*#ffffff;*/
}


p.Foto {
margin-left:10%;
margin-right:50%;

}