
/* schriftstil,abstände */

body {
margin-top: 20px; 
margin-bottom: 20px; 
color: #0066FF;  
background-color:white; 
font-family: verdana,arial; 
font-size: 10pt
}


table, tr, td { 
color: #0066FF ;
font-family: verdana,arial; 
font-size: 10pt
}

/* scrolleiste internet explorer ab vers.5.5 */

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



/* allgemeine links im text */

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

a:visited {
color:#0066FF; 
text-decoration:underline; 
font-family: Verdana;
}

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

a:hover {
color: white; 
background-color:#6699FF; 
text-decoration:none; 
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;}
