/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link		{ text-decoration:none; font-weight:bold; color:#292623; }
a:visited	{ text-decoration:none; font-weight:bold; color:#292623; }
a:active	{ text-decoration:none; font-weight:bold; color:#292623; }
a:hover		{ color:#FF6319; }

/* 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
{ font-family: Verdana, Arial, Times New Roman, MS Sans Serif; font-size:10px; color:#292623; }

/* 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; }

