/* Datei: formate.css */

a:link {color: #ffff00; text-decoration: none;}
a:visited {color: #ffff00; text-decoration: none;}
a:focus {color: #00ff00; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: none}
a:active {color: #0000ff; text-decoration: none;}

body {
  font: normal 100.01% Helvetica, Arial, sans-serif;
  background-color: #000000; color: #00ddff; 
  }
ul#Navigation {
     margin: 0; padding: 0.8em;
     text-align: center;
     border: 1 px solid black;
     background-color: silver;
   }
ul#Navigation li {
     list-style: none;
     display: inline;
     margin: 0.4em; padding: 0;
   }
ul#Navigation a, ul#Navigation span {
     padding: 0.2em 1em;
     text decoration: none; font-weight: bold;
     border: 1px solid black;
     border-left-color: white; border-top-color: white;
     color: #006688; background-color: #ccc;
   }
* html ul#Navigation a, * html ul#Navigation span {
     width: 1em;  /* nur fuer IE 5.0x erforderlich */
     w/idth: auto;  /* sicherheitshalber fuer IE 6 zurückgesetzt */
   }
ul#Navigation a:hover, ul#Navigation span {
     border-color: white;
     border-left-color: black; border-top-color: black;
     color: white; background-color: gray;
   }


h1, h2, h3, p {font-family: Verdana, Helvetica, Arial, sans-serif;}

h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}

p {margin-left: 8%; margin-right: 8%; text-align: justify; font-size: 10pt; font-weight: normal;}

h1 {text-align: center; font-size: 18pt; font-weight: normal; margin-bottom: 18px;}

h2 {text-align: center; font-size: 14pt; font-weight: normal; margin-bottom: 18px;}

h3 {text-align: center; font-size: 20pt; font-weight: normal; margin-bottom: 36px;}

h4 {margin-left: 20%; margin-right: 20%; text-align: justify; font-size: 11pt; font-weight: normal;}

h5 {text-align: center; font-size: 10pt; font-weight: normal; font-style: italic;}

h6 {text-align: center; font-family: Comic Sans MS, Verdana; font-size: 11pt; font-weight: normal; font-style: normal;}


.bildtext {text-align: center; font-size: 10pt; font-family: Arial, sans-serif; font-style: italic;}

.quelle {text-align: center; font-size: 9pt; font-family: Arial, sans-serif; font-style: normal;}


.textstyle1{margin-left: 18%; margin-right: 18%; text-align: justify; font-weight: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10pt; color: #ffffff;}

.textstyle2{text-align: center; font-size: 10pt; font-weight: normal;
    font-family: Verdana, Helvetica, Arial, sans-serif; color: #ffffff;}

.textstyle3{margin-left: 20%; margin-right: 20%; text-align: justify; font-weight: normal;
    font-family: Verdana, Helvetiva, Arial, sans-serif; font-size: 12pt; color: #ffffff;}

.textstyle4{margin-left: 20%; margin-right: 20%; text-align: justify; font-size: 10pt;
    font-family: Verdana, Helvetica; font-style: italic; font-weight: normal; color: #00ff00;}

.l{margin-left: 8%; margin-right: 8%; font-weight: bold; font-family: Verdana,Helvetica; font-size: 10pt;}
.r{margin-left: 4%; margin-right: 4%; font-weight: normal; font-family: Verdana, Helvetica; font-size: 10pt;}
.n{font-family: Verdana; font-size: 12pt; font-weight: normal}
.gelb{color: #ffff00;}

/* formate.css */


