@charset "utf-8";
/**
----------------------------------------------------
Regeln für allgemeine Elemente
---------------------------------------------------- */

/* Farben und Hintergrund setzen */

body{
     color:#FFFFFF;
     background-color:#000000;
      height:100%;  width:100%; overflow:auto;
              right:0; left:0; top:0; margin:0;

     }
#container    {margin:0px auto; text-align:center; width:760px;}


/* Links und Anker */
a:link {
  color: #FFFFFF;
  background-color: transparent;
}
a:visited {
  color: #FFFFFF;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #FFFFFF;
  Background-color:#green;
        }
a:active {
  color: #FFFFFF;

         }






/* Überschriften */
h1,h2, h4, h5, h6 {
  color:  #FFFFFF;

    }



h3  {
     color: #000000;
     background-color: #FFFFFF;
    }

 /**
----------------------------------------------------
Regeln für besondere Bereiche
---------------------------------------------------- */

/** Navigation
---------------------------------------------------- */

#menu  {
           width:50%;
         font-color: #000000;

         position:absolute;
         top:150px; left:10px;
         font-size: 15px;
         text-align: left;
         padding:2px;


           }

#back
           {
           position: absolute; left: 9px; top:  150px;
           text-align: center;

           }

/** Logo
---------------------------------------------------- */


#header {

         position: absolute;
         top: 30px; left: 220px;
         text-align: center;
         border-bottom-color: #000000;
         font-size: 1.1em;
         padding:15px;

           }
/** Rechts
---------------------------------------------------- */

#rechts {

          border-radius: 9px;
          position:absolute; width:130px; Height:110px; top:475px; left:12px;
          padding:0px;
          Text-align: center;
          font-size: 0.9em;
          Border-Style:double

          }

#guinness {
             border-radius: 9px;
             position:absolute; Top:0;Left:820px;
             width=300px; height=250px;
             -moz-border-radius: 9px;
             }
#kil
             {
             border-radius: 9px;
             Background-color: #000000;
             position:absolute; top:300px; Left:900px;
             border-style:double;
             padding: 5px;
             padding-bottom: 0px;
             -moz-border-radius: 9px;
            }


/** Linke Seite
---------------------------------------------------- */
#klee {
          position: absolute;
          Top:30px;Left:50px;


         }
 /** Fußzeile
---------------------------------------------------- */
#footer
          {
          position: absolute;  Top: 600px;  width:180px; left: 9px;
          font-size: 0.9em;
          text-align: center;
          -moz-border-radius: 9px;
          }



 /** Hauptbereich
---------------------------------------------------- */




#content
           {
           border-radius: 9px;
           -moz-border-radius: 9px;
           background-Color: #000000;
           position:absolute; top:200px; Left:185px; width: 665px;
           border-style: double; border-color: #FFFFFF;

           padding:15px;
           text-align: center; font-size: 0.9em;

           }

#foto
           {
           border-radius: 9px;
           background-Color: #000000;
           width:50%;
           position:absolute; top:30%; Left:270px;
           border-style: double; border-color: #FFFFFF;
           padding:20px;
           text-align: center;
           margin:10;
           -moz-border-radius: 9px;

           }

 #fusszeile {
  clear: both;
  background-color:lightskyblue;
  border-top:2px solid black;
}

/** counter
---------------------------------------------------- */
#counter
    {
    position:absolute; left:900px; top: 250px;
    -moz-border-radius: 9px;
    }
