
/* schriftstil,abstände */

body
{margin-top: 8px; margin-left: 8px; margin-right: 8px;margin-bottom: 8px; color: black;  background-color:#A72C31; font-family: verdana,arial; font-size: 10pt;}


table,tr,td
{ color: black ;font-family: verdana,arial; font-size: 10pt}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #a72c31; scrollbar-base-color: #a72c31;
scrollbar-highlight-color : #fedbb4; scrollbar-shadow-color : #fedbb4;
SCROLLBAR-TRACK-COLOR: #a72c31;}



/* menue linke und rechte seite */


#menu a {display: block;
background-color:#A72C31;
color:black; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
width:140px;

border-bottom:solid 1px #A72C31;
border-top:solid 1px #A72C31;
}

#menu a:visited{background-color:#A72C31;
color:black;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt; width:140px;

border-bottom:solid 1px #A72C31;
border-top:solid 1px #A72C31;
}

#menu a:active{background-color:#A72C31; color:#a72c31;text-decoration:none;font-family:verdana, sans-serif; font-size: 10pt;width:140px;

border-bottom:solid 1px #A72C31;
border-top:solid 1px #A72C31;6;
}

#menu a:hover {background-color:#f7931d;
color: #a72c31;
text-decoration:none ; font-family:verdana, sans-serif; font-color:#a72c31; font-size:10pt;
width:140px; 

border-bottom:solid 1px #a72c31;
border-top:solid 1px #a72c31;
}

/* rubrikname*/

.rubrik {background-color:#f7931d; color:#a72c31;text-decoration:#a72c31 ;font-family:verdana, sans-serif; font-size: 10pt;width:140px;
border-bottom:solid 1px #DEE5E5;
border-top:solid 1px #DEE5E5;
height:19px;
}

/* seitentitel, fuss und kopfleiste */

.leiste {background-color:#DEE5E5; color:white;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;

height:17px;

}


/* allgemeine links im text */

a:link{ color: black; text-decoration:underline; ;font-family: verdana;}

a:visited{color: black;text-decoration:underline;font-family: verdana;}

a:active{ color:black;text-decoration:underline;font-family: verdana;}

a:hover{ color: #a72c31;background-color:#a72c31;  text-decoration:none;font-family: verdana;}

/* uhr - datum */

input.datum {
font-size:9pt;
background-color:#DEE5E5;
color:#005a53;
border:solid 0px;
}

input.zeit{
font-size:9pt;
background-color:#DEE5E5;
color:#005a53;
border:solid 0px
}

form {margin-bottom:0px;}