body {
/* Hintergrund incl. Verlauf */

background-color: silver;
background-image: url(back.jpg);
background-attachment: fixed;


font-family: Arial, sans-serife;
font-size: 13pt;
color: black;
text-decoration: none;
text-align: justify;
margin: 25pt;

}

/* Ueberschriften 1. Ordnung */

h1 {
font-family: Arial, sans-serife;
font-size: 22pt;
border-left-style: solid;
border-left-width: 10px;
border-bottom-style: solid;
border-bottom-width: 3px;

border-color: black;
padding-left: 30px;
text-align: left;
margin: 25pt;
}

/* Ueberschriften 2. Ordnung */

h2 {
font-family: Arial, sans-serife;
font-size: 20pt;
border-left-style: solid;
border-left-width: 10px;
border-bottom-style: solid;
border-bottom-width: 3px;

border-color: black;
padding-left: 30px;
text-align: left;
margin: 25pt;
}

/* Link-Darstellung */

a {
text-decoration: none;
color: darkblue;
font-weight: 550;


}

a:visited {
text-decoration: none;
color: darkblue;
font-weight: 550;

}

a:hover {

color: darkred;
}


/* Definition der einzelnen Klassen */

.inhalt {
margin: 25pt;
text-align: justify;


}

.start {
margin: 25pt;
text-align: center;
font-size: 15pt;
line-height: 2.5;

}

.rahmen {
border-style: solid;
border-color: darkblue;
border-width: 1.5pt;
margin-right: 15px;

}

.link {

margin-top: 25pt;
margin-left: 15pt;
text-align: left;

}

.kontakt {
margin: 25pt;
margin-bottom: 50pt;
font-size: 13pt;



}


.formular {
}

.shift {


}
