
/* schriftstil,abstände */

body {
margin:20px;
color:white;
background-color:#000000;
font-family:verdana,arial;
font-size:9pt;
}


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

/* scrolleiste internet explorer ab vers.5.5 */

body {
scrollbar-arrow-color:white;
scrollbar-base-color:#636a84;
scrollbar-highlight-color:#e6e6e6;
scrollbar-shadow-color:black;
SCROLLBAR-TRACK-COLOR:#000000;
}



/* menue linke seite */


#menu1 a {
display:block;
background-color:#737C95;
color:silver;
text-decoration:none;
font-size:10pt;
width:175px;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin:0px auto;
border-bottom:solid 1px #e6e6e6;
}

#menu1 a:visited{
background-color:#737C95;
color:silver;
text-decoration:none;
font-size:10pt;
width:175px;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin:0px auto;
border-bottom:solid 1px #e6e6e6;
}

#menu1 a:active{
background-color:#737C95;
color:silver;
text-decoration:none;
font-size:10pt;
width:175px;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin:0px auto;
border-bottom:solid 1px #e6e6e6;
}

#menu1 a:hover {
background-color:silver;
color:#445543;
text-decoration:none;
font-size:10pt;
width:175px;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin:0px auto ;
border-bottom:solid 1px #e6e6e6;
}

#speiseplan td {
text-decoration:none ;
}

#speiseplan td:hover {
background-color:silver;
color:#445543;
border-bottom:solid 1px #e6e6e6;
}
/* menütitel,seitentitel */

.rubrik {
background-color:#646B84;
color:silver;
text-decoration:none;
font-size:10pt;
width:175px;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin: 0px auto;
border-bottom:solid 1px #e6e6e6;
border-top:solid 1px #e6e6e6;
height:19px;
}

.leiste {
background-color:#646B84;
color:silver;
text-decoration:none ;
font-size:10pt;
padding-left:2px;
padding-bottom:2px;
padding-top:2px;
margin:0px auto;
height:19px;
}


/* allgemeine links im text */

a:link{
color:#00008a;
text-decoration:underline;
}

a:visited{
color:#00008a;
text-decoration:underline;
}

a:active{
color:white;
text-decoration:underline;
}

a:hover{
color:#ffffff;
background-color:#737C95;
text-decoration:none;
}

/* uhr - datum */

input.datum {
background-color:#646B84;
color:white;
border:solid 0px;
}

input.zeit{
background-color:#646B84;
color:white;
border:solid 0px
}

form {
margin-bottom:0px;
}
