/* DATEI: PBBStyles.css */

/* Stylsheet der Seiten von Paulaner-Botschaft-Bochum.de */

  html { height: 100%;}

  body {
    color: black; 
    background: transparent;
    background: #cbe7f5 url(../Grafik/HauptBild2.gif) 50% 15px repeat-x; 
    min-height: 101%;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;

/*----------------------------------------------------------------*/
    margin: 0; 
/*----------------------------------------------------------------*/

    padding:0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

  #Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    min-height: 600px;
    padding: 0;
    background: #cbe7f5 url(../Grafik/HauptBild.gif) 50% 50% repeat-x;
    border-top:  1px ridge silver;
    position: relative;
  }

  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  h1 {
    margin: 0; padding: 0.5em;
    font-size: 3.0em;
    font-family: Helvetica,Arial,Comic Sans MS,sans-serif;
    text-align: center;
    color: #0000af;
  }


/*----------------------------------------------------------------*/
/* Definition der Navigation links                                */
/*----------------------------------------------------------------*/

  #Navigation {
    font-size: 0.83em;
    float: left; width: 140px;

/*----------------------------------------------------------------*/
    margin: 190px 10px 0.5em 115px;
/*----------------------------------------------------------------*/
   
    padding: 0;
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  #Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  #Navigation a:link {
    color: black; background-color: transparent;
  }
  #Navigation a:visited {
    color: #666; background-color: transparent;
  }
  #Navigation a:hover {
    color: black; background-color: #e8e693;
  }
  #Navigation a:active {
    color: white; background-color: gray;
  }

/*----------------------------------------------------------------*/
/* Definition des Inhalts                                         */
/*----------------------------------------------------------------*/

  #Inhalt {

/*----------------------------------------------------------------*/
    margin: 100px 390px 0 250px; 
    min-width: 350px;
/*----------------------------------------------------------------*/
   
    padding: 1em 0.5em;
    font-weight: 500;
    position: absolute;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  
  #Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: navy;
  }
  
  #Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  #Inhalt textarea {
    background-color:#8C8CC6;
    color:#FFFFFF;
    font-family:"Andale Mono",Arial,sans-serif;
    scrollbar-base-color:#8C8CC6;
    scrollbar-3d-light-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-darkshadow-color:#000000;
    scrollbar-face-color:#8C8CC6;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color:#ACACE6;
  }

/*----------------------------------------------------------------*/
/* Definition der Gaestebucheintraege                             */
/*----------------------------------------------------------------*/

  #Gaestebuch_1 {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #eea;
    border-top: 1px solid silver;
  }
  #Gaestebuch_2 {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #aa6;
    border-top: 1px solid silver;
  }

/*----------------------------------------------------------------*/
/* Definition der Fusszeile                                       */
/*----------------------------------------------------------------*/

  #Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 607px 0 0 0; padding: 0.1em;
    text-align: center;
    background-color: #cbe7f5;
/*    background-color: #e8e693; */
    border: 1px inset silver;
    position:relative;
  }

