body    { background-color: #ffffce;
        padding-right: 2em;
         }
#springer{
        position: fixed;
        top: 30px;
        width: 3em;
        padding: 0.8em;
        margin-left: 95%;
        height: auto;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        border-left: 1px solid black;
        background: #ffffce;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        font-size: 10pt;
        z-index: 1;
        }
p:first-letter { font-size:150%;}
p       {
        font-family: Arial,Helvetica,sans-serif;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0px;
        margin-bottom: 8pt;
        padding-right: 2em;
        font-size: 10pt;
        line-height: 150%;
        color: black;
        }
h1      {
        text-align: center;
        font-family: Times New Roman, serif;
        font-size: 48pt;
        color: rgb(51,0,204);                                                        /* blau */
        }
h2     {
        text-align: center;
        font-family: Times New Roman, serif;
        font-size: 24pt;
        color: #000000;
}
h3     {
        text-align: center;
        font-family: Arial,Helvetica,sans-serif;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0px;
        margin-bottom: 6pt;
        padding-right: 2em;
        font-size: 10pt;
        font-weight: normal;
        line-height: 150%;
        color: #000000;
}
h4     {
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 0px;
        margin-bottom: 8pt;
        font-size: 10pt;
        font-weight: normal;
        line-height: 150%;
        color: #000000;
}
h5     {
        text-align: left;
        font-family: Arial,Helvetica,sans-serif;
        font-size: 10pt;
        font-weight: normal;
        line-height: 150%;
        color: #000000;
}
a:link {
        font-size: 100%;
        font-weight: 900;
        text-decoration: none; 
        color: rgb(153,0,0);                                                      /* dunkelrot */
        }
a:visited {
        font-size: 100%;
        font-weight: 900;
        text-decoration: none;
        color: rgb(153,0,0);                                                      /* dunkelrot */
        }
a:hover {
        font-size: 100%;
        font-weight: 900;
        text-decoration: underline;
        color: rgb(51,0,204);                                                                  /* blau */
        }
a:active {
        font-size: 100%;
        font-weight: 900;
        text-decoration: none;
        color: rgb(51,0,204);                                                                  /* blau */
        }
.bunt {
        font-family: Arial,Helvetica,sans-serif;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 8pt;
        font-size: 10pt;
        font-weight: bold;
        color: rgb(51,0,204);                                                                  /* blau */
}
img     {
        border: none;
        }
* html { 
	margin: 0;
	padding: 0;
}
* html body {
	overflow: visible;
	height: 100%;
	width: 100%;
	padding: 0;
}
* html #container{
	margin:0;
	padding: 0;
	overflow: auto;
	height: 100%;
	width: 100%;
}
* html #springer {
	position: absolute;
}
