/* Das ist die zentrale Stildatei */
/* hier werden alle Stilelemente der gesamten Homepage zentral verwaltet */



/* Standardschrift - Stl:  */
  * { color:#2160B3; }

  
/* Andere Schriftstile : */  

  .t5 { font-family:Times,Arial,sans-serif; font-size:x-large; color:#FBFEC6; }
  .t4 { font-family:Times,Arial,sans-serif; font-size:large; color:#FBFEC6; }
  .t3 { font-family:Times,Arial,sans-serif; font-size:normal; color:#FBFEC6; }
  .t2 { font-family:Times,Arial,sans-serif; font-size:small; color:#FBFEC6; }
  .t1 { font-family:Times,Arial,sans-serif; font-size:xx-small; color:#FBFEC6; }
  
  .t3b { font-family:Times,Arial,sans-serif; font-size:normal; color:#2160B3; }
  .t3r { font-family:Times,Arial,sans-serif; font-size:normal; color:red; }
  
.redtext { font-family:Times,Arial,sans-serif; font-size:14; color:red; }   


/* Stil fuer eine duenne Linie mit class-Befehl im Code */
.l1.l1 { border-style: solid; color:red; border-bottom:1px }
  
/* Stil f&uuml;r Links */  
  a:link { color:#red; text-decoration:underline; }
  a:visited { color:#red; text-decoration:underline; }
  a:active { color:red; text-decoration:underline; }
  a.hover { color:blue; text-decoration:none; }
  a:an { color:red; text-decoration:none; }


.rbroundbox { background: url(../roundbox/nt.gif) repeat; }
.rbtop div { background: url(../roundbox/tl.gif) no-repeat top left; }
.rbtop { background: url(../roundbox/tr.gif) no-repeat top right; }
.rbbot div { background: url(../roundbox/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../roundbox/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 90%; margin: 1em auto; }  
