/*CSS- Kommentar*/
/*stylesheat f&uuml;r die Startseite,
Autor: Michael Quellmalz am 15.10.09 */

body {
  background-color: #AFD8FF;	/*Hintergrundfarbe falls Hintergundbild nicht geladen wird*/
  margin: 10px 10px 10px 10px; /*definition Aussenabstand ( top, right, bottom, left)*/
  border-width: 1px;
  border-style: none;
  border-color: none;
}
h1 {
  color: white;	/*Text- Farbe Ueberschrift*/
  background-attachment: scroll; /*Bild scrollt mit*/
  padding: 10px 20px 10px 20px;
  font-family: "Bookman Old Style","Times New Roman", sans-serif;
  font-size: 22px;
}
h2 {
  color: #330000;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height:120px;
  /*font-style: italic;  // Schriftformat*/
  /*text-decoration: overline; /*Linie &uuml;ber dem Text*/
}
h3 {
  color: #330000;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  line-height:80px;
  /*font-style: italic;  // Schriftformat*/
  /*text-decoration: overline; /*Linie &uuml;ber dem Text*/
}
p {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  color: #330000;
  /*font-style: italic;  /* Schriftformat*/
  padding: 10px 20px 10px 20px;
}
/*Schriftstyle in den Button <<START>>*/
a {
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height:32px;
  }
a:link {
  color: #330000;
  text-decoration:none;
  
}
a:visited {
  color: #330000;
  text-decoration:none;
}
a:active {
  background-color: none;
  text-decoration:none;
}
a:hover {
  color: white;
  text-decoration:none;
} /*Schriftstyle in den Button <<ENDE>>*/
/*Hintergrund Pergament auf Home*/
h2.LayerPergamentLZ { display:block;
			background-image:url("BackgroundGS.png"); /*Hintergrundbild*/
            background-repeat: no-repeat; /*Bild wird nicht wiederholt*/
   position: absolute;
   left:50%;
   top: 50%;
   width:800px;
   height:820px;
   margin-left:-430px;
   margin-top:-410px;
   z-index: 1;
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Hintergrund Bannerlinks auf Home*/
  h2.Bannerlinks { display:block;
			background-image:url("StartbannerGS.jpg"); /*Hintergrundbild*/
            background-repeat: no-repeat; /*Bild wird nicht wiederholt*/
   position: absolute;
   left:50%;
   top: 50%;
   width:795px;
   height:820px;
   margin-left:-430px;
   margin-top:-410px;
   z-index: 1;
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Ueberschrift auf Home*/
  h2.LayerUeberschrift { display:block;
   position: absolute;
   left:50%;
   top:50%;
   width:800px;
   height:100px;
   margin-left:-420px;
   margin-top:-330px;
   z-index: 4;
   /*margin: 100px 40px 10px 0px; /*definition Aussenabstand ( top, right, bottom, left*/
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Ueberschrift auf Links*/
  h3.LayerUeberschriftVO { display:block;
   position: absolute;
   left:50%;
   top:50%;
   width:800px;
   height:100px;
   margin-left:-450px;
   margin-top:-350px;
   z-index: 4;
   /*margin: 100px 40px 10px 0px; /*definition Aussenabstand ( top, right, bottom, left*/
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Text auf Home*/
  p.LayerTextHome { display:block;
   position: absolute;
   left:50%;
   top: 50%;
   width:600px;
   height:200px;
   margin-left:-325px;
   margin-top: 175px;
   z-index: 4;
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Text auf Home*/
  p.LayerTextSagen { display:block;
   position: absolute;
   left:50%;
   top: 50%;
   width:600px;
   height:600px;
   margin-left:-325px;
   margin-top: -250px;
   z-index: 4;
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  /*Startbild auf index*/
   a.start  {  display:block;
			 background-image:url(Startbild1.png);
             position: absolute;
   left:50%;
   top: 50%;
   width:600px;
   height:405px;
   margin-left:-325px;
   margin-top: -240px;
   z-index: 4;
   } /*Startbild-----Ende*/
    /*Positionsbestimmung der Button und Verweiss in die HTML- Datei */
   /*Startseite*/
   a.hstart  { display:block;width:100px; height:50px;position: absolute;left: 50%;top: 50%;margin-left:-430px;margin-top: -284px;z-index: 5;}
   a.hstart:hover { width:100px; height:50px;position: absolute;left: 50%;top: 50%;margin-left:-430px;margin-top: -284px;z-index: 5;}
   a.hstart:active { width:100px; height:50px;position: absolute;left: 50%;top: 50%;	margin-left:-430px;margin-top: -284px;z-index: 5;}
   /*Startseite-----Ende*/
   /*Terminseite*/
   a.termine  {  display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -189px;
   z-index: 5;
   }
      
   a.termine:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -189px;
   z-index: 5;
   }

   a.termine:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -189px;
	z-index: 5;
   } /*Terminseite-----Ende*/
   
   /*&uuml;ber uns*/
   a.aboutus {  display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -94px;
   z-index: 5;
   }
      
   a.aboutus:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -94px;
   z-index: 5;
   }

   a.aboutus:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -94px;
   z-index: 5;
   } /*About us-----Ende*/
   
   /*Sagen*/
   a.sagen { display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -4px;
   z-index: 5;
   }
      
   a.sagen:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -4px;
   z-index: 5;
   }

   a.sagen:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: -4px;
   z-index: 5;
   } /*Sagen-----Ende*/
   
    /*Gallery*/
   a.gallery{ display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 86px;
   z-index: 5;
   }
      
   a.gallery:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 86px;
   z-index: 5;
   }

   a.gallery:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 86px;
   z-index: 5;
   } /*Referenzen-----Ende*/
   
   /*Referenzen*/
   a.referenzen { display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 176px;
   z-index: 5;
   }
      
   a.referenzen:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 176px;
   z-index: 5;
   }

   a.referenzen:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 176px;
   z-index: 5;
   } /*Referenzen-----Ende*/
   
    /*Links*/
   a.links { display:block;
			width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 266px;
   z-index: 5;
   }
      
   a.links:hover { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 266px;
   z-index: 5;
   }

   a.links:active { 
            width:100px; height:50px;
			position: absolute;
			left: 50%;
			top: 50%;
			margin-left:-430px;
			margin-top: 266px;
   z-index: 5;
   } /*Links-----Ende*/
   
   /*Button Schild*/
  a.Schild2 { display:block;
				background-image:url("Schild3Button96s.png"); /*Hintergrundbild*/
				background-repeat: no-repeat; /*Bild wird nicht wiederholt*/
				position: absolute;
				width:96px;
				height:131px;
				left: 50%;
				top: 50%;
				margin-left:240px;
				margin-top: 225px;
				z-index: 10;
   }
  a.Schild2:hover { background-image:url("Schild3hButton96s.png"); /*Hintergrundbild*/
                    background-repeat: no-repeat; /*Bild wird nicht wiederholt*/
					position: absolute;
					width:96px;
					height:131px;
					left: 50%;
					top: 50%;
					margin-left:240px;
					margin-top: 225px;
					z-index: 10;
   }
   a.Schild2:active { background-image:url("Schild3aButton96s.png"); /*Hintergrundbild*/
                    background-repeat: no-repeat; /*Bild wird nicht wiederholt*/
					position: absolute;
					width:96px;
					height:131px;
					left: 50%;
					top: 50%;
					margin-left:240px;
					margin-top: 225px;
					z-index: 10;
   }
   
	/*Layer & Button der Lesen(Sagen)Seite*/
   a.BuchDet { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -140px;
				z-index: 5;
   }
   a.BuchWl { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: 200px;
				z-index: 5;
   }
   
   a.BuchHbs { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -90px;
				z-index: 5;
   }
   
    a.BuchVat { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -40px;
				z-index: 5;
   }
   /*weiterlesen*/
   a.weiterl_pos1 { display:block;
				position: absolute;
				width:150px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-300px;
				margin-top: 11px;
				z-index: 5;
   }
   a.weiterl_pos2{ display:block;
				position: absolute;
				width:150px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-300px;
				margin-top: 65px;
				z-index: 5;
   }
   a.weiterl_pos3{ display:block;
				position: absolute;
				width:150px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-300px;
				margin-top: 135px;
				z-index: 5;
   }
   a.weiterl_pos4{ display:block;
				position: absolute;
				width:150px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-300px;
				margin-top: 205px;
				z-index: 5;
   }
   a.weiterl_pos5{ display:block;
				position: absolute;
				width:150px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-300px;
				margin-top: 275px;
				z-index: 5;
   }
   
   /*Links zu den PDF- Dateien*/
    a.Referenz1 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -190px;
				z-index: 5;
   }
   a.Referenz2 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -140px;
				z-index: 5;
   }
   a.Referenz3 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -90px;
				z-index: 5;
   }
   a.Referenz4 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: -40px;
				z-index: 5;
   }
   a.Referenz5 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: 10px;
				z-index: 5;
   }
   a.Referenz6 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: 60px;
				z-index: 5;
   }
   a.Referenz7 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: 110px;
				z-index: 5;
   }
   a.Referenz8 { display:block;
				position: absolute;
				width:400px;
				height:50px;
				left: 50%;
				top: 50%;
				margin-left:-230px;
				margin-top: 160px;
				z-index: 5;
   }
   
				
/*Kleine Bilder (Wir)*/
   a.Sschelm { display:block;
				background-image:url("Suppenschelm.png");
				background-repeat: no-repeat; 
				position: absolute;
				width:87px;
				height:70px;
				left: 50%;
				top: 50%;
				margin-left:215px;
				margin-top: -225px;
				z-index: 10;
   }
    a.Sschmied { display:block;
				background-image:url("Sagenschmied.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:87px;
				height:70px;
				left: 50%;
				top: 50%;
				margin-left:205px;
				margin-top: -25px;
				z-index: 10;
   }
   a.Pfeif { display:block;
				background-image:url("Pfeifer.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:87px;
				height:70px;
				left: 50%;
				top: 50%;
				margin-left:210px;
				margin-top: 130px;
				z-index: 10;
   }
   
   a.backFlink { display:block;
				background-image:url("SchwertL.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:200px;
				height:37px;
				left: 50%;
				top: 50%;
				margin-left:-130px;
				margin-top: 325px;
				z-index: 5;
   }
   /*Links zu den Verantstalltungsorten*/
   a.ABGolzow { display:block;
				background-image:url("ABG.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:150px;
				height:41px;
				left: 50%;
				top: 50%;
				margin-left:155px;
				margin-top: 185px;
				z-index: 10;
   }
    a.BZiesar { display:block;
				background-image:url("BZ.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:150px;
				height:41px;
				left: 50%;
				top: 50%;
				margin-left:-305px;
				margin-top:215px;
				z-index: 10;
   }
    a.AKMdunk { display:block;
				background-image:url("AKMd.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:150px;
				height:41px;
				left: 50%;
				top: 50%;
				margin-left:-95px;
				margin-top: 35px;
				z-index: 10;
   }
    a.SPauli { display:block;
				background-image:url("KSP.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:150px;
				height:41px;
				left: 50%;
				top: 50%;
				margin-left:105px;
				margin-top: -130px;
				z-index: 10;
   }
   a.SlaD { display:block;
				background-image:url("Slado.png"); 
				background-repeat: no-repeat; 
				position: absolute;
				width:150px;
				height:41px;
				left: 50%;
				top: 50%;
				margin-left:-68px;
				margin-top: -177px;
				z-index: 10;
   }
/*Schnee aktivieren    
 p.schnee { display:block;
   position: absolute;
   left:50%;
   top: 50%;
   width:900px;
   height:800px;
   margin-left:-650px;
   margin-top: -250px;
   z-index: 3;
   border-width: 1px;
   border-style: none;
   border-color: none;
  }
  */
  
  
  
