html, body {
 background-image: url(hintergrund.jpg);
 background-repeat: no-repeat;
 background-position: 0px 0px;
 background-color: lightgreen;
 font-family: arial, times new roman, sans-serif;
 color: black;
 font-weight: normal;
 font-size: 10pt;
 margin: 0;
 padding: 0;
 top: 0px;
 left: 0px;
 width: 100%;
 height: auto;
}

a:link {
 color: blue;
 font-weight: normal;
 text-decoration: none;
}

a:visited {
 color: blue;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
 color: red;
 font-weight: normal;
 text-decoration: none;
}

a:active {
 color: red;
 font-weight: normal;
 text-decoration: none;
}

.links {
 text-align: left;
}

.zentriert {
 text-align: center;
}

.blocksatz {
 text-align: justify;
}

.rechts {
 text-align: right;
}

img {
 width: auto;
 height: auto;
}

p, ul {
 color: black;
 font-weight: normal;
 font-size: 10pt;
 line-height: 1.2em;
 text-align: left;
}

b {
 color: black; 
 font-weight: bold; 
 font-size: 10pt;
}

h1 {
 color: black;
 font-weight: bold;
 font-size: 22pt;
}

h2 {
 color: black;
 font-weight: bold;
 font-size: 18pt;
}

h3 {
 color: black;
 font-weight: bold;
 font-size: 16pt;
}

h4 {
 color: black;
 font-weight: bold;
 font-size: 14pt;
}

h5 {
 color: black;
 font-weight: bold;
 font-size: 12pt;
}


