/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link		{ text-decoration:none }
a:visited	{ text-decoration:none }
a:active	{ text-decoration:none }
a:hover		{ text-decoration:underline; color:#FC6302; }

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
body,div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,form,option,select,input,br,b
{ font-family: Verdana, Times New Roman, MS Sans Serif, Arial; font-size:8pt }

/* Definition h1 bis h6 */
h1 { font-weight:bold; font-size:18pt;}
h2 { font-weight:bold; font-size:16pt;}
h3 { font-weight:bold; font-size:14pt;}
h4 { font-weight:bold; font-size:12pt;}
h5 { font-weight:bold; font-size:10pt;}
h6 { font-weight:bold; font-size:8pt;}

/* Schriftgroessen */
.size6  { font-size:6pt; }
.size7  { font-size:7pt; }
.size8  { font-size:8pt; }
.size9  { font-size:9pt; }
.size10 { font-size:10pt;}
.size11 { font-size:11pt; }
.size12 { font-size:12pt; font-family: Arial; font-weight:bold; }
.size13 { font-size:13pt; }
.size14 { font-size:14pt; }
.size15 { font-size:15pt; }
.size16 { font-size:16pt; }

.size_orange	{ font-size:8pt; color:#FFEB68; }
.size_orangeB	{ font-weight:bold; font-size:8pt; color:#FFEA01; }
.size_gelbB		{ font-weight:bold; font-size:8pt; color:#FFEA01; }
