/* Allgemeines CSS Document */

/* -----[ Allgemeines ]----- */
body,p,ul,ol,li,div,td,th,address,blockquote,nobr,a,b,i,textarea,option,select,input {
  font-family: arial,tahoma,verdana;
  font-size: 11px;
  color: #000000 
}

/* -----[ 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}

td.ueberschrift	{ 
  font-size:12pt;
  color:blue;
  font-weight:bold
}

/* -----[ Links ]----- */
a.mini         { text-decoration: none; font-size: 9px }
a.mini:link    { text-decoration: none; font-size: 9px }
a.mini:hover   { text-decoration: none; font-size: 9px; font-style: normal;color: #CC6600 }
a.mini:visited { text-decoration: none; font-size: 9px }
a.mini:active  { text-decoration: none; font-size: 9px }

a.link_grau         { text-decoration: none }
a.link_grau:link    { text-decoration: none }
a.link_grau:hover   { text-decoration: none; color: #CC6600 }
a.link_grau:visited { text-decoration: none }
a.link_grau:active  { text-decoration: none }

a.normal:link    { text-decoration: underline; font-size: 12px; color: #000000 }
a.normal:visited { text-decoration: underline; font-size: 12px; color: #000000 }
a.normal:hover   { text-decoration: none; font-size: 12px; color: #000000 }
a.normal:active  { text-decoration: none; font-size: 12px; color: #000000 }

a.normal_13:link    { text-decoration: underline; font-size: 12px; color: #000000 }
a.normal_13:visited { text-decoration: underline; font-size: 12px; color: #000000 }
a.normal_13:hover   { text-decoration: none; font-size: 12px; color: #000000 }
a.normal_13:active  { text-decoration: none; font-size: 12px; color: #000000 }

/* -----[ Sonstiges ]----- */
.big       { font-size: 22px; color: #999999 }
.small     { font-size: 9px }
.subt      { color: #999999 }
.bigfat    { font-size: 16px; color: #999999; font-weight:bold }

