/*Das ist die Datei für die Formate meiner Homepage, daher formate.css*/

/*globale Formatierungen für das Hauptdokument festlegen*/
body { font-family:Times New Roman, sans-serif; font-size:11pt; margin-top:1px; color:#000000;}

/*Formatierung für Texte*/
.text_left { text-align:left; }   /*links ausgerichtet*/
.text_right { text-align:right; }  /*rechts ausgerichtet*/
.text_mitte { text-align:center; } /*mittig ausgerichtet*/
.text_unten { vertical-align:bottom; } /*Text unten ausgerichtet*/
.text_oben { vertical-align:top; } /*Text oben ausgerichtet*/

/*Sonderformatierungen*/
.text_mitte_dick { text-align:center; font-weight:bold; }
.text_links-dick { text-align:left; font-weight:bold; }
.text_rechts_dick { text-align:right; font-weight:bold; }


/*Sonderformate für Schriften*/
.very big {font-size:20pt; font-weight:bold; color:#000000; }
.big { font-size:14pt; font-weight:bold; color:#000000; }
.middle {font-size:13pt; font-weight:bold; color:#000000; }
.small { font-size:8pt; color:#000000; }
.fett {font-weight:bold; color:#000000; }

/*Formate für Links:*/
a:link { text-decoration:underline; font-weight:bold; color:#000000}
a:visited { text-decoration:underline; font-weight:bold; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFE0D1; }
a:active { text-decoration:none; font-weight:bold; bachground-color:#FFD0A2; }

/*Formate für Tabellen*/
.blind { border:0; cellpadding:0; cellspacing:0; }
.master {width:100%; border:0; cellpadding:0; cellspacing:0; }