/*
CSS-Datei         erstellt am:               25.10.2004 von Scipio
                  letzte Änderung am:        13.11.2004 von Rayy: eingefügt:
                                                        - body.engl für anderes backgr-image,
                                                        - p.outoftable
                                                        - .ltblue
											 12.01.2005 von Scipio
											            - table.inhaltsangEbe in "..angAbe" umbenannt
											            - table.inhaltsangabe "margin-bottom" eingefügt
											            - table.inhaltsangabe "width:100" in "100%" geändert
*/


/*grundlegende, dateiweite Einstellungen*/
body {
scrollbar-face-color:cacdd2;
scrollbar-shadow-color:00008b;
scrollbar-highlight-color:00008B;
scrollbar-3dlight-color:00008B;
scrollbar-darkshadow-color:00008b;
scrollbar-track-color:babdc2;
scrollbar-arrow-color:CC0000;
background-color:#cacdd2;
background-image: url(../images/bg_steel.jpg);
color:#00008B;
font-family:Arial;
}
.engl {background-image: url(../images/bg_steel_e.jpg); }
/*merkwürdigerweise reagiert Text in den Tabellen auf einige CSS-Angaben NICHT, wenn sie nur für "body" definiert ist; daher für "table" nochmal einige Definitionen*/

table {font-weight:bold; font-size:10pt;}

/*Einstellungen zur Tabelle, die die Überschrift und die Raiders-Logos enthalten*/
table.ueberschrift {border-style: solid; border-color: rgb(85, 107, 47); border-width: 3pt 0pt; padding: 0pt; text-align: center; width:100%;}
table.ueberschrift td {padding:4pt; border-width:0pt;}
table.ueberschrift td.ueberschrift_1 {text-align:left}
table.ueberschrift td.ueberschrift_2 {text-align:center;}
table.ueberschrift td.ueberschrift_2 h1 {margin-bottom:0cm;}
table.ueberschrift td.ueberschrift_3 {text-align:right;}
table.ueberschrift img {height:35px; width:200px; border-width:0px; vertical-align:middle;}

/*Einstellungen zur Tabelle, die die seiteninternen Links enthält*/
table.inhaltsangabe {border-color:#556B2F;border-style:solid; border-width:3pt; text-align:center; padding:0pt; width:100%; margin-bottom:1cm;}
table.inhaltsangabe td {padding:4pt; border-width:0pt;}
table.inhaltsangabe a {margin-left:0.4cm;}

/*Einstellungen zur Tabelle, die den Seiteninhalt enthält*/
table.seiteninhalt {border: 3pt solid rgb(85, 107, 47); padding: 0pt; text-align:justify; width:100%; margin-bottom:4cm;}
table.seiteninhalt td {padding: 0.5cm;}

/*Formatierung bestimmter Tags*/
h1 {text-align:center; font-size:18pt;}
h2 {text-align:center; font-size:16pt;}
p.outoftable {padding: 12pt; text-align:center; font-size:12pt;}

/* allgemeine Textformatierungen */
.pt16 {font-size:16pt;} /* ex font-size 5 */
.pt10 {font-size:10pt;} /* ex font-size 3 */
.pt9 {font-size:9pt;}   /* ex font-size 2 */
.block {text-align:justify;} /*Blocksatz*/
.cent {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.vmiddle {vertical-align:middle;}
.ltblue {color:blue;}
.red {color:red;}

/*Formatierungen der Links*/
a:link {color:#0000CC;}
a:visited {color:#0000CC}
a:active {color:#990099}
a:hover {color:red}
