
/*START Kopf, Logo und Navigation START*/

/* Seitenkopf fuer Windoof */



#Seitenkopf {
    background-image: url("../gfx/background.gif");
    background-attachment: fixed;
    background-color: #003265;
    padding-top: 2%;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 77px;
    z-index: 4;
    border:none;
    color: #f2f5f7;
    border-bottom: 3px solid black;
  }

/* Seitenkopf */



html>body #Seitenkopf {
    background-image: url("../gfx/background.gif");
    background-attachment: fixed;
    background-color: #003265;
    padding-top: 2%;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 77px;
    z-index: 4;
    border:none;
    color: #f2f5f7;
    border-bottom: 3px solid black;
  }

/* Titel */



#Titel {
/*    margin-left: 25%; */
    text-align: center;
    font-family: "Arial" , serif ;
    font-size: 280% ;
    font-style: oblique;
    font-variant: small-caps;
    font-weight: bolder;
  }

/*Adresstitel*/



#Adresstitel {
    margin-left: 37%;
    font-family: "Arial" , serif ;
    font-size: 90%;
  }


a:link {
    color : #032265;
    font-weight : bolder;
    text-decoration : none;
  }


a:visited {
    color : #032265;
    font-weight : bolder;
    text-decoration : none;
  }


a:active {
    color : #032265;
    font-weight : bolder;
    text-decoration : none;
  }


a:hover {
    color : #bfbfbf;
    font-weight : bolder;
    text-decoration : none;
  }

/* Navigationsleiste fuer Windoof*/



#Navigationsleiste {
    position: absolute;
    font-family: "Arial" , serif ;
    top: 100px;
    left: 0px;
    width: 11%;
    height: 83%;
    z-index: 3;
    padding-top: 6px;
    /*line-height: 175% ! important;
    *//*color: #020204;
    *//*background-color: #ffcc66;
    *//*background-color: #c3c3c3;
    */
    color: #f7e8da;
  }

/* Navigationsleiste*/



html>body #Navigationsleiste {
    position: fixed;
    font-family: "Arial" , serif ;
    top: 100px;
    left: 0px;
    width: 11%;
    height: 80%;
    z-index: 3;
    padding-top: 6px;
    /*line-height: 175% ! important;
    *//*color: #020204;
    *//*background-color: #ffcc66;
    *//*background-color: #c3c3c3;
    */
    color: #f7e8da;
  }

/*Navigationsknoepfe*/



#Navigationsknoepfe {
    margin-right: 20px; 
    padding-top: 80px;
    font-family: "Arial" , serif ;
    font-weight: bold;
    text-align: right;
    font-size: medium;

  }

/*Logo*/



#Logo {
    position: absolute;
    top: 4%;
    left: 1%;
    height: 85px;
    width: 100px;
    z-index: 5;
  }

/*Farben*/


#Farben {
    position: absolute;
    top: 4%;
    right: 2%;
    height: 85px;
    width: 100px;
    z-index: 5;
  }

/*Impressum*/



#Impressum {
    position: absolute;
    bottom: 1%;
    left: 15%;
    text-align: right;
    width: 10%;
    font-size: x-small;
    font-family: "Courier" , serif ;
  }

/*ENDE Kopf, Logo und Navigation ENDE*/

/*START Seiteninhalt START*/



body {
    background-image : url("../gfx/verlauf.gif");
    background-repeat : repeat-x;
    background-attachment: fixed;
    color : #f2f5f7;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

/*Haupttafel aller Seiten*/



#Haupttafel {
    position: relative;
    margin-top:11%;
    margin-left: 11%;
    margin-right:3%;
    width: 78%;
    height: 550px;
    background-color: #F3F4F6;
    color: #000000;
    font-size: small;
  }

/*Haupttext*/



#Haupttext {
    font-family: "Arial" , serif ;
    line-height: 150%;
    text-align: justify;
    white-space: normal;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 5%;
    padding-bottom: 5%;
  }

/*Nebentafel aller Seiten*/



#Nebentafel {
    position: relative;
    margin-top: 6%;
    margin-left: 11%;
    margin-right: 3%;
    width: 78%;
    height: 80px;
    background-color: #F3F4F6;
    color: #000000;
    font-size: small;
    margin-bottom: 6%;
  }

/*Nebentext*/



#Nebentext {
    font-family: "Arial" , serif ;
    padding: 11px;
    padding-left: 20px;
    white-space: normal;
  }

/*Aktuelles auf der Startseite in der Nebentafel*/



#Aktuelles {
    font-family: "Arial" , serif ;
    padding: 0%;
    padding-left: 6%;
    white-space: normal;
    font-size: small;
  }

/*Galerie*/



#Galerie {
    font-family: "Arial" , serif ;
    position: relative;
    margin-top: 0%;
    margin-left: 0%;
    width: 100%;
    height: 100%;
    background-color: #F3F4F6;
    color: #000000;
    font-size: small;
  }

/*Impressumtext*/



#Impressumtext {
    white-space: normal;
    padding-left: 6%;
    padding-right: 5%;
    padding-bottom: 5%;
    font-family: "Arial" , serif;
    font-size: small;
       
  }

/*ENDE Seiteninhalt ENDE*/