/*Schriftfarbe und -art für alle (oder nur die meisten?) Elemente*/

h1,h2,h3,h4,p,div,body,ul,ol,li,td,th,a {font-family:Arial,Helvetica,sans-serif;
color: slategray;}


/*Corporate-Identity-Body, d.h. mit Fagisis-Logo als Hintergrd*/

body {background-image:url(../images/fagiHiGrukl.gif); background-repeat:no-repeat; background-attachment:fixed; padding:0px; margin:0px;}
//(../images/fagiHiGru.gif)
//Formatierung für Tabelle der Anfangsseite
table.anf {margin-top:-10px; margin-left:-10px; text-align:left; vertical-align:top;}


//Positionierung von Absätzen
p {
 text-align:justify;
 text-indent:0.5cm;
 margin-right:5px;
 font-size:100%;
}


//Sonstiges

.left {text-align:left;}
.winzig {font-size:70%; text-align:center;}
.blau {color:darkblue;}
.grau {color:white; font-weight:bold;}
.higru {background-image:url(../images/fagiHiGrukl.gif); background-repeat:no-repeat; background-attachment:fixed;}
.anfmi {padding:150px; text-align:center;}



//Positionierung in Listen und Tabellen

ul,ol,li,td,th {
margin-left:10px;
margin-right:10px;
text-align:left;
vertical-align:top;}

li {margin-bottom:3px; margin-top:3px;}

ul,ol {
margin-top:30px;
margin-left:20px;
}

a:link {font-family:Trebuchet, Verdana, Arial, sans serif; color:slategrey;}
a:visited {color:lightslategrey; text-decoration:none;}
a:active {color:red; text-decoration:none;}
a:hover{color:red;}



p:first-letter {font-family:Calligraph421 BT, Maiandra GD, Verdana, sans-serif;
                font-weight:bold;
                font-size:120%;
                color:crimson;
                vertical-align:text-top; }

h1 {
 font-family:Eras Medium ITC, Trebuchet, AvantGarde Bk BT, Arial, Verdana, sans-serif;
 color:darkred;
 margin-top:35px;
 font-size:120%;
 text-align:left;
 /*margin-left:20px;*/
}


th {font-weight: bold;}


 .typA { margin: 1cm 2cm;
         background-color:#FFFF99; }
 .typB { margin: 1cm 2cm 3cm;
         background-color:#99FFFF; }
 .typC { margin: 1cm 2cm 3cm 4cm;
         background-color:#FF99FF; }
