
body {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(154, 154, 154);

}
p {
    font-size: larger;
}
a {
    text-decoration: none;
    font-size: xx-large;
}
a:link {
    color: green;
}
a:visited {
    color: green;
}
a:hover {
    color: blue;
}
a:active {
    color: red;
}

#hilfen { 
	position: fixed;
    bottom: 0;
	right: 12px;
}
#weiter {
    position: fixed;
    bottom: 100px;
	left: 60px;
}
#zurück {
    position: fixed; 
    bottom: 0; 
    width:100%; 
    text-align: center
}
#quelle { 
	position: fixed;
    bottom: 0;
	left: 12px;
}
#bgstart {
    background-image: url(../Seiten/Bilder/1.jpeg);
    background-size: 110%;
}
#bglab2 {
    background-image: url(../Seiten/Bilder/2.jpeg);
    background-size: 110%;
}

#bgtuer {
    background-image: url(../Seiten/Bilder/tuer.jpg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center top;
}
#bgindex {
    background-image: url(../Seiten/Bilder/anwesen.jpg);
    background-size: 100%;
}


