
/* Standardschrift ------------------------------------- */
body {
font-family: Verdana, Arial, Helvetica, Trebuchet, sans-serif;
font-size: 11px;
color: #ffffff;
scrollbar-face-color: #1C4902;
scrollbar-shadow-color: #071F00; 
scrollbar-highlight-color: #071F00;
scrollbar-3dlight-color: #071F00; 
scrollbar-darkshadow-color: #071F00;
scrollbar-track-color: #071F00; 
scrollbar-arrow-color: #071F00
}

td {
font-family: Verdana, Arial, Helvetica, Trebuchet, sans-serif;
font-size: 11px;
color: #ffffff;
}


/* Links und Hover ------------------------------------- */
.menulink {
font-family: Arial, Helvetica, Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #92B97C;
}

a { font-family: Verdana, Arial, Helvetica, Trebuchet, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: underline;
color: #F6ED00;
}

a:hover {
color: #ffffff;
}

a:active {
color: #F6ED00;
}


/* Systemmeldungen ------------------------------------- */
.message {
font-family: Arial, Helvetica, Trebuchet, sans-serif;
font-size: 11px;
font-weight: bold;
color: #F6ED00;
}


/* <FORM> Styles --------------------------------------- */
.input {
border-width:1px;
border-style:solid;
border-color:#071F00;
color:#ffffff;
background-color:#103D02;
font-family: Verdana;
font-size=11px;
height=16px;
width=280px;
}

.textarea {
border-width:1px;
border-style:solid;
border-color:#071F00;
color:#ffffff;
background-color:#103D02;
font-family: Verdana;
font-size=11px;
height=140px;
width=320px;
}
