

/***
 * Default
***/

td   { font-family:Arial,Helvetica,Verdana; font-size:13px; color:#000000; }



/***
 * Farben
***/

.white  { background:#FFFFFF; color:#000000; }
.black  { background:#000000; color:#FFFFFF; }
.grey   { background:#202020; color:#FFFFFF; }
.grey2  { background:#404040; color:#FFFFFF; }
.grey3  { background:#E7E7E7; color:#000000; }
.yellow { background:#FFC600; color:#000000; }


.text15 {
	line-height: 20px;
	}

.menu {
	background:#FFFFFF;
	}

.menu2 {
	background:#FFFFFF url(../images/figuren_rechts.png) top repeat-y;
	}

.titelbild {
	padding: 10 0 10 0px;
	}

.menutext {
	background:#FFFFFF;
	color: #000000;
	padding: 2 0 7 0px;
	font-size: 12px;
	}

.tickertext {
	color: #ffffff;
	padding: 2px;
	}


/***
 * Schrift-Grössen / Farben
***/

.textgr2   { font-size:23px; }
.textgr    { font-size:15px; }
.text      { font-size:13px; }
.textkl    { font-size:11px; }
.textkl2   { font-size:11px; }

.textwgr   { color:#ffffff; font-size:15px; }
.textw     { color:#ffffff; font-size:13px; }
.textwkl   { color:#ffffff; font-size:12px; }
.textwkl2  { color:#ffffff; font-size:11px; }



/***
 * Formular-Felder
***/

input     { font-family:Arial; font-size:13px; }
select    { font-family:Arial; font-size:13px; }
textarea  { font-family:Arial; font-size:13px; }

.formular { background:#D1D8DB; border:1px solid #6E828A; }



/***
 * Normale Links (Gelb)
***/

A:link    { color:#bb011c; text-decoration:none; }
A:visited { color:#bb011c; text-decoration:none; }
A:hover   { color:#6b0000; text-decoration:underline; }
A:active  { color:#6b0000; text-decoration:underline; }


/***
 * Weisse Links
***/

A.nav:link    { color:#000000; font-size:14px; line-height:18px; text-decoration:none; }
A.nav:visited { color:#000000; font-size:14px; line-height:18px; text-decoration:none; }
A.nav:hover   { color:#FFC600; font-size:14px; line-height:18px; text-decoration:underline; }
A.nav:active  { color:#FFC600; font-size:14px; line-height:18px; text-decoration:underline; }


/***
 * Schwarze Links
***/

A.linkb:link    { color:#000000; text-decoration:none; }
A.linkb:visited { color:#000000; text-decoration:none; }
A.linkb:hover   { color:#FFFFFF; text-decoration:underline; }
A.linkb:active  { color:#FFFFFF; text-decoration:underline; }




