/* CSS für kont_........... Seiten */

 /* Festlegung der Schriftart f&uuml;r alle Dokumente und alle Tags (au&szlig;er "a" und "h1"..."h6") */
  body, p, td, th, div, ol, ul, li, dl, dt, dd, input, textarea, select
    { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:10pt; color:rgb(0,51,153); }

   body { background-color:rgb(255,255,255); }


  /* Festlegung der Schriftart f&uuml;r "a" */
  a { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:10pt;  }


  /* Festlegung der Schriftart f&uuml;r "h1"..."h6" */
  h1, h2, h3, h4, h5, h6 
  { font-family:Verdana,Arial,Helvetica,Sans-Serif; }
h1
{font-size:13pt; color:rgb(0,51,153); }
h2
{font-size:12pt; color:rgb(0,51,153); }
h3
{font-size:11pt; color:rgb(0,51,153); }
h4, h5, h6
 {font-size:11pt; color:rgb(0,51,153); }
 
 
  /* Gestaltung aller "normalen" Links */
  a:link { color:rgb(0,51,153); }
a:active { color:rgb(0,51,153); }
a:visited { color:rgb(102,153,204); }

.fett  {font-weight:bolder;}
.rahmen01{border-bottom:1px solid rgb(0,51,153); border-right:1px solid rgb(0,51,153);}
td.bg01{background-color:rgb(255,255,204);}
tr.bg01{background-color:rgb(255,255,204);}
.bg00{background-color:rgb(255,255,204);}
.padd00{padding:4px;}
