/* $Id: styles.css,v 1.5 2003/04/07 09:38:58 richard Exp $ */

/* Blocksatz */
body { text-align:justify; }

/* Include child elements because netscape 4.x doesn't seem to handle inheritance very well.  */
/* Schrift Sans-Serif */
body,table,th,tr,td,a,form,input,select,option,textarea,p,ol,ul,li { font-family:Helvetica,Arial,Sans-Serif; font-size:12pt; background-color:#ffffff; }

/* links nicht unterstrichen, fett, farbig */
a { text-decoration:none; font-weight:bold; color:darkgreen; }
// a { text-decoration:none; font-weight:bold; color:#D9D400; }
/* ns 4 mag die nächsten 3 nicht */
/* a:link { text-decoration:none; font-weight:bold; color:darkgreen; } noch nicht besucht */
/* a:active { text-decoration:none; font-weight:bold; color:green; } gerade angeklickt */
a:visited { text-decoration:none; font-weight:bold; color:grey; } /* bereits besucht */
/* a:hover { text-decoration:none; font-weight:bold; color:lightgreen; text-decoration:underline; } */
a:hover { text-decoration:none; font-weight:bold; text-decoration:underline; } /* mouseseover */
/* a:hover {  text-decoration:none; font-weight:bold; color:blue; text-transform:uppercase; } */
a:focus { text-decoration:none; font-weight:bold; color:lightgreen; } /* Fokus mit Tab */

/* grundsätzlich keine Bilderrahmen */
img { border:none; }

/* eigene klassen für elemente definieren */

/* hinweise */
.hinweis { font-size:10pt; }

