form{
text-align:center;}
/* Formatierung der Zeichen der Liste (s. Navigationsleiste)*/
ul{
list-style-type: circle;
color: black;}
/* Formatierung "Weitere Seiten:" */
.navi{ 
color: rgb(20,100,60);
text-align:center;}
/* Formatierung der Hyperlinks */
.link{
font-size:16px;
color:blue}
/* Formatierung der Überschriften */
.title{
text-decoration: underline;
color: darkcyan;
float:center;
margin-top:10 px;
margin-right: 100 px;}
/* Formatierung der Überschrift des Inhalts (Fakten über VW) der Seite: "Der Betrieb" */
.vw{
font-size: 17 px}
/* Formatierung des Inhalts (Fakten über VW) der Seite: "Der Betrieb" */
.fact{
color: green;
}
/* Formatierung "Das müssen Sie sich Vorstellen!!" auf der Seite: "Der Betrieb" */
.Vorstellen{
color: green;
text-decoration: blink;
text-transform: uppercase;}
/* Formatierung der Begrüßung auf der Seite: "Startseite" */
.welcome{
color: rgb(50,30,200);
font-family: Arial;
text-align: top;
}
/* Formatierung des Inhalts der rechten Tabellenspalte auf der Seite:"Wie lange ich arbeite"*/
.zeit{
font-size: 20 px;
color: blue;}
/* Formatierun Box Inhalt */
#Inhalt{
float:center;
margin-right:100 px;
margin-top:20 px;
}
#Inhalt2{
float:center;
margin-top:10 px;
margin-right: 100 px;
}
/* Formatierung des Kastens (die Navigationsbox) */
#Navigation{
text-align: left;
height: 200px;
width: 200 px;
margin-right: 10px;
border: 2px solid rgb(200,300,100);
float:left;
background-color: orange;
opacity: 0.8;
margin-left:10 px;
margin-top: 10 px;
}
/* Äußerer Rand - Startseite */
#wrapper{
height: 750 px;
border: 4px double #000;
background-image: url("../Images/Lighthouse.jpg");
background-position: center top;
background-repeat: no-repeat;
text-align: center;}
/* Äußerer Rand - Zeit */
#wrapper1{
height: 750 px;
border: 4px double #000;
background-image: url("../Images/desert.jpg");
background-position: center top;
background-repeat: no-repeat;
text-align: center;}
/* Äußerer Rand - Aufgaben */
#wrapper2{
height: 750 px;
border: 4px double #000;
background-image: url("../Images/penguins.jpg");
background-position: center top;
background-repeat: no-repeat;
text-align: center;}
/* Äußerer Rand - Betrieb */
#wrapper3{
height: 750 px;
border: 4px double #000;
background-image: url("../Images/tulips.jpg");
background-position: center top;
background-repeat: no-repeat;
text-align: center;}
#wrapper4{
height: 750 px;
border: 4px double #000;
background-image: url("../Images/Hydrangeas.jpg");
background-position: center top;
background-repeat: no-repeat;
text-align: center;}
/* Formatierung Überschrift */
#titl{
margin-top: 30px;
}
a:visited{
color:blue}
.fehler {color: red;}
#anmelden{
margin-top: 150 px}