﻿body {
 background-color: white;
}

/* Textkörper */

p, li {
 font-family: Arial, sans-serif;
 font-size: 11pt;
 line-height: 17pt;
}

q {
 quotes:"„" "“" "‘" "’";
}

/* Überschriften */

h1, h2, h3, h4, h5 {
 font-family: Garamond, Georgia, serif;
 padding-left: 50px;
 font-weight: bold;
}

h1 {
 font-size: 22pt;
 padding-top: 50px;
}

h2 {
 font-size: 17pt;
 padding-top: 35px;
}

h3 {
 font-size: 15pt;
 padding-top: 30px;
}

h4 {
 font-size: 13pt;
 padding-top: 20px;
}

h5 {
 font-size: 12pt;
 padding-top: 20px;
}

/* Links */

a:link {
 text-decoration: none;
 color: blue;
}

a:hover {
 text-decoration: underline;
 background-color: yellow;
}

a:active {
 color: red;
}

a:visited {
 text-decoration: none;
 color: gray;
}

sup {
 font-size: 70%;
 line-height: 40%;
 background-color: yellow;
 cursor: pointer;
}

/* Zitate */

blockquote, .blockquote, .blockquote p, .blockquote table tr td, .blockquote li {
 font-family: Times New Roman, Times, serif;
 font-size: 11pt;
 line-height: 13pt;
}

blockquote, .blockquote {
 background-color: #DDD;
 margin-left: 30px;
 margin-right: 30px;
 padding: 5px;
}

/* Titel */

#titel {
 border: 5px ridge red;
 text-align: center;
 margin-bottom: 80px;
 padding: 80px;
}

#titel h1 {
 font-size: 35pt;
 padding-top: 0px;
}

#titel h2 {
 font-size: 25pt;
 padding-top: 10px;
}

#titel p {
 font-size: 15pt;
 padding-top: 10px;
}

/* Fussnoten */

#fussnoten {
/* position:fixed funktioniert nicht
   in MSIE und nicht richtig in Opera */
 position: absolute;
 z-index: 99;
 overflow: auto;
 padding: 0px;
 background-color: #FFF;
 border: 1px solid black;
}

#fussnoten h1 {
 font-family: Arial, sans-serif;
 font-size: 9pt;
 line-height: 14px;
 padding: 0pt;
 padding-left: 3pt;
 margin: 0pt;
 color: white;
 background-color: blue;
}

#fussnoten h1 a {
 position: absolute;
 top: 0px;
 right: 0px;
 margin: 0pt;
 padding: 0pt;
 width: 16px;
 height: 14px;
 background-image: url(kreuz.png);
 z-index: 100;
}

#fussnoten p {
 font-family: Arial, sans-serif;
 font-size: 9.5pt;
 line-height: 14pt;
 margin-top: 0pt;
 padding: 3pt;
}

