.boSeite {
width: 1000px;
margin: 0 auto;
height: 4750px;
background-image: url(Bilder/HiGruSeite.jpg);
//background-image: url(Bilder/HiGrPizza.jpg);
background-attachment:fixed;
margin-top: 0;
}

.tabSeite {
width: 1000px;
border: none;
padding: 0;
background: transparent;
//opacity: 0.85;
//box-shadow: 4px 6px 8px #74665B;
}

.tdSeite {
width: 1000px;
border: none;
padding: 0;
background: transparent;
}

.tabInhalte {
border: none;
width: 1000px;
padding: 0px;
font-family: Arial;
font-size: 18pt;
background-color:#FFFFFF;
}

.tdInhalte  {
border: none;
width: 1000px;
text-align:left;
vertical-align:top;
padding-top:15px;
padding-left:35px;
padding-right:35px;
font-size: 33pt;
color:#A02000;
background-color:#FFFFFF;
}

.tabHeader {
border-style: solid;
border-width: 5px;
border-color: #FF884F;
width: 1000px;
height: 120px;
vertical-align:top;
font-family: Arial;
background-color:#CC4200;
top: 0;
}

.tdHeader  {
text-align:center;
vertical-align: middle;
background-color: #CC4200;
font-family: Arial;
font-size: 35pt;
color: #FF7F00;
}


.LinkMenu {
color:#FFA579;
text-decoration:none;
}

.tabEinschub {
border: none;
width: 1000px;
padding: 0px;
font-family: Arial;
//background-image: url(Bilder/HiGruEinschub02.jpg);
background-image: linear-gradient(#FFDFBF, #FFFFFF, #FFFFFF, #FFF0E1);
}

.tdEinschub  {
width: 100%;
border: none;
text-align:center;
color:#A02000;
padding-bottom: 25px;
padding-top: 20px;
padding-left:35px;
padding-right:35px;
font-size: 33pt;
vertical-align: middle;
border: none;
//background-image: linear-gradient(#FFDFBF, #FFFFFF, #FFFFFF, #FFF0E1);
}

.texth1 {
font-family: ARIAL;
font-size:41pt;
color:#A02000;
text-align: center;
}

.texth2 {
font-family: ARIAL;
font-size:37pt;
color:#A02000;
}

.texth3{
font-family: ARIAL;
font-size:1.55em;
color:#A02000;
}

.tabFusszeile {
width: 100%;
font-family: ARIAL;
font-size: 33pt;
color: #FFC184;
border: none;
text-align: center;
height: 70px;
background-color: #CC4200;
}

.tdFusszeile {
width: 100.5%;
height: 70px;
vertical-align: top;
background-color: #CC4200;
}

.M1Zeile {
target:_top;
font-size:30pt;
text-decoration:none;
color: #FFBF00;
}

.M1Zeile:hover {color: #FFFF00; }

.M2Zeile {
target:_top;
font-size:33pt;
text-decoration:none;
color: #FFC184;
}

.M2Zeile:hover {color: #FFDCB9; }

.PicsG  {
box-shadow: 3px 4px 6px #74665B;
border-radius:8px;
}

.PicsG:hover  {
box-shadow: 4px 6px 8px #74665B;
}

.PicsS  {
box-shadow: 2px 2px 4px #74665B;
cursor:pointer;border-radius:4px;
vertical-align:bottom;
}

.PicsS:hover {
box-shadow: 4px 4px 6px #74665B;
}

//Bild zoomen!!
//.frame { height: 160px; width: 160px; overflow: hidden; }
.zoomin img { width: 800px;  height: 385px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease; transition: all 1s ease;
}

.zoomin img:hover {
width: 810px; height: 395px;
}
//dazu vor Bild einfügen: <div class="zoomin img">Bild.jpg</div>