/* Erläuterungen
body		Dokument
h1..h2		Überschrift 1 bis ..
p			Textabsätze
li			Listeneinträge

*/

/*@font-face { font-family:MachineItcDEE; src:local(MachineItcDEE), url(downloads/info/ME10013D.ttf) format(TrueType); }
*/

SELECT {
 background-color: aliceblue;
 font: 12pt Verdana, Arial, sans-serif;
}

body {
 scrollbar-3dlight-color: #8DC9BO;
 scrollbar-arrow-color: #666666;
 scrollbar-darkshadow-color: #FFFFFF;
 scrollbar-face-color: #E0E0D7;
 scrollbar-highlight-color: #8DC9BO;
 scrollbar-shadow-color: #999999;
 scrollbar-track-color: #ECE9D8;
}

h2,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,body {
	font-family: Arial, Verdana, Helvetica, sans-serif; }

.Titel { color: #333333; font-size: 18px; font-weight: bold; }
.Titel_blau { color:#003366; font-size: 18px; font-weight: bold; }
/* Formatierung für die Titel der Seiten im grauen Rahmen */

a:visited { color: #333333;	text-decoration: none; }
a:hover { text-decoration: underline; color:#FF0000; }
a:link { color: #333333; text-decoration: none; }
a:active { text-decoration: none; color: #99000; }

h2 { font-size:21px; margin-bottom:18px; }
h3 { color: #003366; font-size: 16px; }
h4 { font-size:13px; }

li { margin-top:3px; }

code,kbd,tt { color:#0000C0; }

var { font-style:normal; color:#0000C0; }

blockquote,cite { font-style:italic; }

.rot { color:#FF0000; }
.weiss { color:#FFFFFF; }
.schwarz { color:#000000; }
.iFrame_aktiv { color:#FF0000; }
.blau { color:#003366; }

.Link_Anker { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #0000FF; font-weight: bold; }
/* Formatierung der Anker im Dokument selbst */
.1_Buchstabe { text-indent:30px; font-weight:bold; color:#000099; font-size: 19px; margin-right:1px; }
/* Formatierung erster eingerückter Buchstabe im Text*/
.Massentext { font-size:13px; font-weight:bold; }
.MT_blau { font-size:13px; font-weight:bold; color:#003366; }
.MT_kl_aktiv { font-size:12px; font-weight:bold; color:#FF0000; }
/* sämtlicher normaler Text auf einer Seite in fetter Schrift */
.MT_normal { font-size:13px; font-weight:normal; }
.MT_klein { font-size:12px; font-weight:bold; }
.MT_klein_normal { font-size:12px; font-weight:normal; }
/* sämtlicher normaler Text auf einer Seite in fetter Schrift */

/* Teilüberschriften im Text */
.gr_Massentext { font-size:17px; font-weight:bold; }
/* sämtlicher großer Text auf einer Seite */
.gr_MT_normal { font-size:17px; font-weight:normal; }
/* sämtlicher großer Text auf einer Seite */
.Tab_Namen { font-size:13px; font-weight:normal }
/* Name und Vorname in einer Tabelle */
.Tab_KGew { font-size:12px; font-weight:normal; font-style: italic; }
/* Körpergewicht */
.Tab_Gew { font-size:13px; font-weight:normal; font-style: normal; }
/* Leistungen in KB / BD / KH */
.Tab_Total { font-size:13px; font-weight:bold; font-style: normal; }
/* Total in kg */
.Tab_Wilks { font-size:13px; font-weight:bold; font-style: italic; }
/* Total in Wilks */
.Tab_Mannsch { font-size:17px; font-weight:bold; font-style: normal; color: #FF0000 }
/* Mannschaftsergebnis */

.Menu_text { font-size:13px; font-weight:bold }
.moduleRow { background-color:#FFFFFF}
.moduleRowOver { background-color:#003366; color:#FFFFFF }

ins { color:#009900; font-weight:bold; text-decoration:none; }

del { color:#990000; font-weight:bold; text-decoration:line-through; }