
/* schriftstil,abstände */

body
{ color: white;background-color:#FFCC00;font-family:verdana,arial; font-size: 10pt;}


table, tr, td
{margin-top: 0px; margin-left: 0px; margin-right: 0px; color: white ;font-family: verdana,arial; font-size: 10pt; }

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: #FFCC00;
scrollbar-highlight-color :white; scrollbar-shadow-color : white;
SCROLLBAR-TRACK-COLOR:#FFCC00;}


/* allgemeine links im text */

a:link{ color: black; text-decoration: none;font-family: verdana; font-size: 10pt; }

a:visited{color: black;text-decoration:none;font-family: verdana; font-size: 10pt; }

a:active{ color: black;text-decoration:none;font-family: verdana; font-size: 10pt; }

a:hover{ color: "ffffff";background-color:black;text-decoration:none;font-family: verdana; font-size: 10pt;}

/* formular */

/** textfelder **/
input, textarea {background-color:white;color:black}

/** absenden-button **/
input.sub {background-color:#ffcc00;color:black;border:solid 1px #ffffff;width:120}

/** zurücksetzen-button **/
input.res {background-color:#435885;color:white;border:solid 1px #e6e6e6;width:120}

/** runde auswahl-felder **/
input.radiobutton {background-color:#e6e6e6;}