
/* schriftstil,abstände */

body
{margin-top: 20px; margin-bottom: 20px; color: #999999; background color: black; font-family: verdana; font-size: 8pt}

table, tr, td
{background-color: black; font-color: #999999; font-family: verdana; font-size: 8pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: white; scrollbar-base-color: #999999;
scrollbar-highlight-color: white; scrollbar-shadow-color: white;
scrollbar-track-color: black}



/* allgemeine links im text */

a:link{color: #999999; text-decoration: underline; font-family: Verdana}

a:visited{color: white; text-decoration: underline; font-family: Verdana}

a:active{color: #CC0000; text-decoration: underline; font-family: Verdana}

a:hover{color: #FF6600; text-decoration: underline; font-family: Verdana}

/* uhr - datum */

input.datum {
font-size: 9pt;
background-color: #6699FF;
color: white;
border: solid 0px;
}

input.zeit{
font-size: 9pt;
background-color: #6699FF;
color: white;
border: solid 0px;
}

form {margin-bottom: 0px;}
