/* css Datei für workout*/
/* Hauptformatierung */
body, h1, h2, h3, ol, form, img, li {
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
	margin: 0;
	background-color: #000000;
}

input, select { 
	color: #FFFFFF; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	border: gray /* wenn man dieses border: gray dem body mitgeben, steigt NS 4.7 aus - zumindest auf dem Mac ... */
}

.kursiv {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: italic; /*nur fuer das alpha kursiv*/
}
.text {
	color: #CCCCCC;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.text_bold {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body_gross_bold, .menue {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	color: #E98315;
	text-decoration: none;
}
/*für die Textlinks*/
.zwo a:link, .zwo a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.zwo a:hover, .zwo a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Links und aehnliche */
a.menue:link, a.menue:visited {
	text-decoration: none;
	color: #E98315;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: none;
}
a.menue:active, a.menue:hover {
	text-decoration: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: bold;
}
/* für normale Textlinks */
a.text:link, a.text:visited {
	text-decoration: underline;
	color: #E98315;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
a.text:active, a.text:hover {
	text-decoration: underline;
	color: #E98315;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.pseudolink { /*fuer unverlinktes glied von evtl. sprachwexel*/
	color: #CCCCCC; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
/*wirkt sich nur auf die trennstriche in navi aus ...*/
.subnavi { 
	color: #CCCCCC; 
	font-size: 10px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

/* andere 9-13  */
.unterschrift { /* basix table-module! */
	color: #CCCCCC; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_orange { /* basix table-module! */
	color: E98315; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_weis_duenn { 
	color: white; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_gross {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Groessere */
.ueberschrift_titel {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.menue_rahmen {
	border: 1px solid #FF6600;
}
.text_flatter {
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	text-indent: 0em;
	white-space: normal;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
.tabelle_termine {
	margin: 1cm;
	padding: 2px;
}
.Titelschrift_gross {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #E98315;
}
.weisse_Zelle {
	background-color: #FFFFFF;
	text-decoration: none;
}
.plan_kl_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.plan_gross_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.Zelle_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.menue_weiss {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
}
