/*  für alle Seiten geltende Formatierungen */



/*  Gras aneinandergereiht mit Firmenadresse gif transparent */
#gras {
background-image: url(gras-t2.gif);
background-repeat:repeat-x;
margin-bottom: 0;
position: relative;
top: 60px;
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: blue;
}

/*  Gras aneinandergereiht mit Firmenadresse gif transparent - für Impressum mit Datenschutzerklärung neu 2018*/
#gras2 {
background-image: url(gras-t2.gif);
background-repeat:repeat-x;
margin-bottom: 0;
position: relative;
top: 300px;
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: blue;
}

/*  frei positionierter Baum - gif*/
#baum {
width: 80px;
position: absolute;
top: 60px; left: 75%;
}

/* Hintergrundbild */
body {
background-image: url(eichenlaub-6.gif);
}

/* Hauptteil */
#main {
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: blue;
text-align: center;
width: 700px ;
margin-left: auto ;
margin-right: auto ;
height: 850px ;
}


/* zusätzliche Formatierungen für die Haupt-Seite index */

#linkbox {
width:240px;
position: absolute;
top: 80px; left: 10%;
padding:5px;
margin:0px 5px 5px 0px;
text-align: center;
line-height:20px;
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: blue;
}


/* für Seite Links zusätzliche Formatierungen */


.table1 {
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: maroon;
}


.table2 {
font-family:'Comic Sans MS', cursive;
font-size: 12 pt;
font-weight: 550;
color: blue;
}
