/* Allgemeine Style-Sheets */

body.thema   { background-image: url('../bilder/hintergrund-logo.jpg'); background-repeat: no-repeat; 
               background-attachment: fixed; background-position: center 50%;  }
p, td        { font-family: Arial; font-size: 10pt; word-spacing: 0; 
               margin-left: 0; margin-right: 0; margin-top: 10; margin-bottom: 
               10 }
a:link       { font-family: Arial; color: #3399FF; text-decoration: none; font-weight: bold }
a:visited    { font-family: Arial; color: #3399FF; text-decoration: none; font-weight: bold }
a:active     { font-family: Arial; color: #3399FF; text-decoration: none; font-weight: bold }
a:hover      { font-family: Arial; color: #FF9900; text-decoration: none; font-weight: bold }
h1           { font-family: Arial; font-size: 14pt; text-align: center; font-weight: bold; margin-top: 12; margin-bottom: 12 }
h2           { font-family: Arial; font-size: 10pt; font-weight: bold; margin-top: 5; margin-bottom: 5 }
li           { font-family: Arial; font-size: 10pt; margin-top: 5; margin-bottom: 5; list-style-type:disc }
hr           { color: #3399FF; width: 90% }
hr.titel     { color: #FF0000 }
pre          { font-size: 8pt; font-family: Arial; color: #99CCFF; font-style: italic; 
               font-weight: bold }
/* Tabellen-Style-Sheets */
td           { font-family: Arial; font-size: 10pt; vertical-align: top }
td.sprache   { background-color: #003399; color: #FFFFFF; font-family: Arial; font-size: 10pt; font-weight: bold; text-align: right }
td.ueberschrift {color: #FFFFFF; font-weight: bold; background-color: #3399FF}
td.text { border:1px solid #3399FF; }