/* DATEI: layout.css */

/*General tags + fonts*/

a:link, a:visited, a:active { text-decoration: none; }

b { font-family:Arial, Helvetica; font-weight:bold; font-size: 13px; color:maroon; }
tt { font-family:Comic Sans MS; font-size: 12px; }
i { font-family:Arial, Helvetica; font-style:normal; font-size: 11px; color:maroon; }

/*Index-styles (left side)*/
.ind { font-family:Arial, Helvetica; font-size: 10px; text-decoration: none; color:lemonchiffon; }
.inh { color:mediumseagreen }
a.ind { font-family:Arial, Helvetica; font-size: 11px; text-decoration: none; color:lemonchiffon; }
a.ind:hover { font-family:Arial, Helvetica; font-size: 11px; text-decoration: underline; color:orange; }

/*Navigationbar-styles (right side)*/
a.bar { font-family:Arial, Helvetica; font-weight:bold; font-size: 12px; text-decoration: none; color:darkgreen ; }
a.bar:hover { font-family:Arial, Helvetica; font-size: 12px; text-decoration: underline; color:darkred; }

/*Text-styles*/
/*Moroon*/
tt.his { font-family:Comic Sans MS; font-size: 12px; color:maroon; }
tt.hisb { font-family:Comic Sans MS; font-weight:bold; font-size: 13px; color:maroon; }

/*Blockqute-styles*/
.block { text-align:justify; }

h2 { font-family:Arial,Helvetica; font-size:20px; font-weight:bold; color:indianred; text-align:center; }
h3 { font-family:Arial,Helvetica; font-size:18px; font-weight:bold; color:khaki; text-align:center; }
/**/kbd { font-family:Arial, Helvetica; font-style:bold; text-align:center; font-size:26px; color:gold; }
/**/blink { font-family:Arial, Helvetica; font-size:12px; text-decoration:none; color:maroon; }

.gr-l { font-size: 18px; }
.gr-n { font-size: 16px; }
.gr-0 { font-size: 14px; }
.gr-i { font-size: 13px; font-style:italic; }
.gr-x { font-size: 12px; }
.gr-bx { font-size: 12px; font-weight:bold; }
.gr-xx { font-size: 10px; }
.gr-w0 { font-size: 12px; color:white; }
.gr-wx { font-size: 12px; color:white; }
.gr-wxx { font-size: 10px; color:white; }

td.sta { font-family:Comic Sans MS; font-weight:normal; font-size: 12px; color:maroon; }
td.sta2 { font-family:Comic Sans MS; font-weight:normal; font-size: 12px; color:black; }

.gr30 { font-size:30px; }
.gr26 { font-size:26px; }
.gr20 { font-size:20px; }
.gr18 { font-size:18px; text-align:center; color:maroon; }
.gr17 { font-size:15px; color:maroon; font-weight:bold; text-align:center; }
.gr16 { font-size:16px; color:white; }
.gr15 { font-size:14px; color:maroon; }
.gr13 { font-size:12px; color:lemonchiffon; }
.gr12 { font-size:12px; color:maroon; }
.gr11 { font-size:11px; color:maroon; }
.gr10 { font-size:10px; }
.gr10a { font-size:10px; color:maroon; }
.wh { color:white; }
.fett { font-weight:bold; }
.schm { font-weight:normal; }
.uli { text-decoration:underline; }
.uli2 { text-decoration:underline; color:crimson; }
.ital { font-style:italic; }
.red { color:red; }
.red2 { color:red; font-size:12px; }
.gre { color:lightgreen; }
.gre2 { color:darkgreen; }
.schw { color:black; }
.silv { color:silver; }
.gold { color:gold; }
.lem { color:lemonchiffon; }
.blue { color:mediumblue; }
.mar { color:maroon; }
.low { margin-top: -9px; }
.lower { margin-top: -1px; }
.down { margin-top: +7px; }
.right { margin-left: +20px; }
.left { margin-left: -20px; }
/*DATEI-Ende */

