/* DATEI: style.css */

@page { size: 21.0cm 14.85cm; margin-top: 1.5cm; margin-bottom: 2cm  }
@page :left { margin-left: 1.5cm; margin-right: 2cm  }
@page :right { margin-left: 2cm; margin-right: 1.5cm  }

body { font-family: Chiller,Arial,Helvetica,sans-serif;
       background-color: #EED088; color: #580000;
       background-image: url(./grafiken/hint43c.jpg);
       background-attachment: fixed; padding: 0px; 
       scrollbar-base-color: #888888;
       scrollbar-arrow-color: #000000;
     }

a:link { color: #111111; }
a:visited { color: #666666; }
a:hover { color: #880000; }


p { font-family: Chiller,Arial,Helvetica,sans-serif; font-size: 24px; }
p:big { font-family: Chiller,Arial,Helvetica,sans-serif; font-style: normal; font-size: 30px; }
div { font-family: Chiller,Arial,Helvetica,sans-serif; font-size: 24px; }
div:big { font-family: Chiller,Arial,Helvetica,sans-serif; font-style:normal; font-size: 30px; }
div:u { font-family: Chiller,Arial,Helvetica,sans-serif; font-size: 18px; text-decoration: underline; }

h1 { font-family: Chiller,Arial,Helvetica,sans-serif; font-weight: normal; font-size: 24px; margin-bottom: 18px; }
/* h1:first-letter { font-size:30px; } */
h2 { font-family: Chiller,Arial,Helvetica,sans-serif; font-weight:normal; font-size: 20px; margin-top: 18px; margin-bottom: 10px; }
/* h2:first-letter { font-size: 30px; } */

th { font-family: Chiller,Arial,Helvetica,sans-serif; font-size: 26px; font-weight: bold; vertical-align: middle; }
td { font-family: Chiller,Arial,Helvetica,sans-serif; font-size: 24px; vertical-align: middle; }

hr { color: #400000; height: 1px }


.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.left { text-align: left; }
.centered { text-align: center; }
.centeredtable { margin-left: 250px; margin-right: 250px; }
.right { text-align: right; }
.huge { font-size: 48px; }
.big { font-size: 26px; }
.normal { font-size: 16px; }
.small { font-size: 14px; }
.tiny { font-size: 14px; margin-top: 1px; margin-bottom: 12px; }
.b { font-weight: bold; }
.i { font-style: italic; }
.title { font-family: Chiller,Arial,Helvetica,sans-serif; font-weight: normal; font-size: 42px; margin-bottom: 18px; text-align: center;  }
.u { text-decoration: underline; }
.z { margin-top: 2px; }
.80 { width: 80%; }
.60 { width: 60%; }
.50 { width: 50%; }
.40 { width: 40%; }
.error { color: red; }
.success { color: green; }
