/* 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:#FB8A05; }
a.navi-top:hover		{ text-decoration:underline; color:#FB8A05; }
a.navi-left:hover		{ text-decoration:none; color:#A80400; }
a.foot-navi:hover		{ text-decoration:underline; color:#FB8A05; }
a.txt-white11:hover		{ text-decoration:underline; color:#000000; }


/* 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,opxion,select,input,br,b
{ font-family: Verdana, Times New Roman, MS Sans Serif; font-size:10px; color:#000000; }

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

/* Schriftgroessen */
.size6  { font-size:6px; }
.size7  { font-size:7px; }
.size8  { font-size:8px; }
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.size18 { font-size:18px; }
.size20 { font-size:20px; }
.size22 { font-size:22px; }


/* TOP */
.navi-top	{ font-family: Arial; font-weight:bold; font-size:10px; color:#004397 }


/* NAVIGATION-LEFT */
.navi-left	{ font-family: Arial; font-weight:bold; font-size:10px; color:#000000 }
.navi-left2	{ font-family: Arial; font-weight:bold; font-size:11px; color:#0A328C }
.navi-ueb	{ font-family: Arial; font-weight:bold; font-size:12px; color:#0A328C }

/* CONTENT */
.navi			{ font-size:10px; color:#0A328C }
.txt-blue		{ font-size:10px; color:#0A328C }
.txt-blue12b	{ font-weight:bold; font-size:12px; color:#0A328C }
.txt-white11	{ font-weight:bold; font-size:11px; color:#FFFFFF }

/* NAVIGATION-RIGHT */
.navi-right	{ font-size:10px; color:#000000 }
.formular	{ color:#4C4C4C; background-color:#FFFFFF; border:1px solid #A5ACB2; }

/* FOOT */
.foot-navi	{ font-size:10px; color:#0A328C }

