/* 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:#FD8403; }

/* 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, Arial, Times New Roman, MS Sans Serif; font-size:11px; color:#565656; }

/* 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;}
.size17 { font-size:17px; }
.size18 { font-size:18px; }
.size19 { font-size:19px; }
.size20 { font-size:20px; }
.size30 { font-size:30px; }

.start				{ font-size:10px; color:#FFFFFF; }

.top-navi			{ font-size:10px; color:#a8b7d7; }
.top-navi2			{ font-weight:bold; font-size:11px; color:#565656; }
.top-navi3			{ font-weight:bold; font-size:11px; color:#FFFFFF; }



.left-navi			{ font-weight:bold;  font-size:11px; color:#565656; }
.left-top-point		{ font-weight:bold;  font-size:11px; color:#f7b80d; }

.txt				{ font-size:11px; color:#565656; line-height: 150%;}
.txt-link-blue		{ font-size:11px; color:#3985bd; line-height: 150%;}
.txt-link-blue10	{ font-size:10px; color:#3985bd; line-height: 150%;}


.foot-navi			{ font-size:10px; color:#ababab; }


.orange11			{ font-weight:bold; font-size:11px; color:#faa105; }

.formular	{ color:#6b6b6b; font-size:14px; background-color:#FFFFFF; border:1px solid #6b6b6b; }



