

/* schriftstil,abstände */

body
 { color: green; font-size: 10pt; font-family: verdana, arial; background-color: #ffffff; margin: 0px }


table,tr,td
 { color: green; font-size: 10pt; font-family: verdana, arial }

/* scrolleiste internet explorer ab vers.5.5 */

body
 { color: yellow; scrollbar-arrow-color: #8f8f8f; scrollbar-base-color: #ffffff; scrollbar-highlight-color: #8f8f8f; scrollbar-shadow-color: #e6e6e6; scrollbar-track-color: #e6e6e6 }


/* menue linke seite */


td.menu { color: green; font-size: 9pt; font-family: verdana, sans-serif; text-decoration: none; background-color: white; display: block; width: 170px }
#menu1 a  { color: green; font-size: 9pt; font-family: verdana, sans-serif; text-decoration: none; background-color: white; display: block; width: 170px }


#menu1 a:visited { color: green; font-size: 9pt; font-family: verdana, sans-serif; text-decoration: none; background-color: white; width: 170px }


#menu1 a:active { color: green; font-size: 9pt; font-family: verdana, sans-serif; text-decoration: none; background-color: white; width: 170px }


#menu1 a:hover  { color: black; font-size: 9pt; font-family: verdana, sans-serif; text-decoration: none; background-color: white; width: 170px }



/* allgemeine links im text */

a:link  { color:green; font-size: 10pt; font-family: verdana; text-decoration: none }

a:visited  { color: green; font-size: 10pt; font-family: verdana; text-decoration: none }

a:active { color: green; font-size: 10pt; font-family: verdana; text-decoration: none }

a:hover { color: red; font-size: 10pt; font-family: verdana; text-decoration: none }

