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



/* 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,option,select,input,br,b

{ font-family: Verdana, Times New Roman, MS Sans Serif, Arial; font-size:8pt }



/* Definition h1 bis h6 */

h1 { font-weight:bold; font-size:14pt;}

h2 { font-weight:bold; font-size:16pt;}

h3 { font-weight:bold; font-size:14pt;}

h4 { font-weight:bold; font-size:12pt;}

h5 { font-weight:bold; font-size:10pt;}

h6 { font-weight:bold; font-size:8pt;}



/* Schriftgroessen */

.size6  { font-size:6pt; }

.size7  { font-size:7pt; }

.size8  { font-size:8pt; }

.size9  { font-size:9pt; }

.size10 { font-size:10pt;}

.size11 { font-size:11pt; }

.size12 { font-size:12pt; font-family: Arial; font-weight:bold; }

.size13 { font-size:13pt; }

.size14 { font-size:14pt; }

.size15 { font-size:15pt; }

.size16 { font-size:16pt; }



.size_orange	{ font-size:8pt; color:#FC6302; }

.size_orangeB	{ font-weight:bold; font-size:8pt; color:#FC6302; }

.size_gelbB		{ font-weight:bold; font-size:8pt; color:#FDF404; }

LI {

	MARGIN-BOTTOM: 8pt

}


.tab-fuss-zelle {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 background-color: #0066CC;
 border-color: #000000;
 border-style: solid;
 border-width: 1px;
 padding: 5px;
 margin: 5px;
 width: auto;
 }

a.tab-fuss-link:link, a.tab-fuss-link:visited, a.tab-fuss-link:active  {
	padding: 2px;
	width: 160px;
	text-align: center;
	background: #2B3745;
	color: #ffffff;
	font-size:12px;
	display: block;
	text-decoration:underline;
	border-color: #000000;
    border-style: solid;
    border-width: 1px;
	margin-left: auto;
    margin-right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    }

a.tab-fuss-link:hover {
	padding: 2px;
	width: 160px;
	text-align: center;
	background: #cccccc;
	color: #000000;
	font-size:12px;
	display: block;
	text-decoration:none;
	border-color: #000000;
    border-style: solid;
    border-width: 1px;
	margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.tab-fuss-klein {
    color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}