/* CSS Document Allgemein */

/* -----[ Grundsaetzliches ]----- */
body,h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,textarea,option,select {
 font-family:Arial,sans-serif,Verdana;
 color:#003871;
 font-size:10pt
}


/* -----[ Ueberschriften ]----- */
h1 { font-size:24pt;}
h2 { font-size:16pt;}
h3 { font-size:12pt; }
h4 { font-size:10pt; }
h5 { font-size:11px; font-weight:normal}
h6 { font-size:10px; font-weight:normal}


/* -----[ Links ]----- */
a:link    { color:#003871; text-decoration:underline; }
a:visited { color:#003871; text-decoration:underline; }
a:active  { color:#FF0000; text-decoration:none; }
a:hover   { color:#003871; text-decoration:none; }

a.oh_str_link:link    { color:#003871; text-decoration:none; }
a.oh_str_link:visited { color:#003871; text-decoration:none; }
a.oh_str_link:active  { color:#003871; text-decoration:none; }
a.oh_str_link:hover   { color:#003871; text-decoration:underline; }

a.small_link:link    {font-size:8pt;}
a.small_link:visited {font-size:8pt;}
a.small_link:active  {font-size:8pt;}

a.h3_link:link    {font-size:12pt;}
a.h3_link:visited {font-size:12pt;}
a.h3_link:active  {font-size:12pt;}

a.red_fett_link:link {font-weight: bold; color: #E2382A}
a.red_fett_link:visited {font-weight: bold; color: #E2382A}
a.red_fett_link:active {font-weight: bold; color: #E2382A}

a.black:link {color:#000000; }
a.black:visited {color:#000000; }
a.black:active {color:#000000; }

a.grey:link {color:#666666; }
a.grey:visited {color:#666666; }
a.grey:active {color:#666666; }

a.hell_grau:link {color:#808080; }
a.hell_grau:visited {color:#808080; }
a.hell_grau:active {color:808080; }

a.red_fett:link {  font-weight: bold; color: #E2382A}
a.red_fett:visited {  font-weight: bold; color: #E2382A}
a.red_fett:active {  font-weight: bold; color: #E2382A}


/* -----[ Absaetze ]----- */
.p { background-color: #FFFFFF}
.p_neu    { color:#E2382A; font-weight: bold}
.p_fett   { font-weight: bold; background-color: #FFFFFF}
.p_th     { color:#0099CC; font-weight: bold ; background-color: #DCDCDC ; vertical-align: bottom ;}
.p_th_s   { color:#0099CC; font-weight: bold ; background-color: #DCDCDC ; vertical-align: bottom ; text-align: center ;}
.p_punkte { color:#E2382A; background-color: #F8F8F8 ; text-align: center ; vertical-align: middle ;}


/* -----[ Tabellen - Zeilenhintergrund ]-----*/
tr.h_blau1 { background-color: #F4FCFD }
tr.h_blau2 { background-color: #CAEAF3 }
tr.d_blau  { background-color: #60B1D7 }


/* -----[ Sonstiges ]-----*/
.black { color:#000000 }
.grey  { color:#666666 }
.white { color:#FFFFFF }

.red      { color: #E2382A}
.red_fett { font-weight: bold; color: #E2382A}

.klein      { font-size:8pt; }
.klein_grau { font-size:8pt; color:#CCCCCC}

.reg { text-decoration:none; }

.ueber3 {font-size:12pt; }

