/* 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:#d44100; }
a.free:hover			{ text-decoration:underline; font-weight:bold; color:#c4670d; }
a.top-navi:hover		{ text-decoration:none; color:#906; }
a.foot-navi:hover		{ text-decoration:none; color:#fd6928; }
a.fenster-navi:hover	{ text-decoration:none; color:#FF0000; }
a.navi-content:hover	{ text-decoration:none; font-weight:bold; color:#FF0000; }

/* 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-size:10px }

/* 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  { color: #a61ba6; font-size:13px; font-family: sans-serif; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { color: #000; font-size:14px; font-family: verdana; font-weight: lighter; }
.size15 { font-size:15px; }
.size16 { color: #ec61d7; font-size:16px; font-weight: bolder; }
.size18 { color: #8b008b; font-size:18px; font-weight: bolder; text-decoration: none; }
.size20 { font-size:20px; }

.fenster-txt	{ font-size:10px; color:#990066 ; font-family: Verdana; }


.foot-navi		{ font-size:12px; color:#ff7800 ; font-family: sans-serif; font-weight: normal; }
.foot-txt		{ font-size:11px; color:#FFFFFF }



