/*++++++++++++++ System Colors +++++++++++++++++*/
/*+++Content_0 (yellow)+++RGB:193,193,0+++Hex:#C1C100++*/

body,html {
scrollbar-arrow-color: #005300;
scrollbar-base-color: black;
scrollbar-dark-shadow-color: black;
scrollbar-3dlight-color:#444444;
scrollbar-face-color: #A5B183;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #6A571E;
scrollbar-darkshadow-color: black;
scrollbar-track-color:#F3EBD3;
 }
 
/* body,html {
scrollbar-arrow-color: #4f4f4f;
scrollbar-base-color: #FED273;
scrollbar-dark-shadow-color: black;
scrollbar-3dlight-color:#444444;
scrollbar-face-color: #FED273;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #4f4f4f;
scrollbar-darkshadow-color: black;
 }
 */

/*++++++++++++++ Text Styles +++++++++++++++++*/
.white-small { color:white; font-family: arial; font-size: 11px }
.gray-small{font-family:arial;font-size:11px;color:gray}
.black-large { color:black; font-family: arial; font-size: 14px }
.black-small { color:black; font-family: arial; font-size: 12px }
.black-verysmall { color:black; font-family: arial; font-size: 11px }
.header1 { color:#FFCC00; font-family: arial; font-size: 16px }
.header2 { color:black; font-family: arial; font-size: 16px }
.apricot { color:#FED273; font-family: arial; font-size: 11px }
.red { color:#990000; font-family: arial; font-size: 11px }
.white { color:white; font-family: arial; font-size: 12px }

/*++++++++++++++ Formular Styles +++++++++++++++++*/
.inputs {
background-color: #FED273;
font-family: Arial;
border: #4f4f4f 1px solid;
font-size: 11px;
color: #000000;
font-weight: normal
}
.inputsextern {
background-color: #E4E4E4;
font-family: Arial;
border: #4f4f4f 1px solid;
font-size: 11px;
color: #000000;
font-weight: normal
}

/*++++++++++++++ Href Link Styles +++++++++++++++++*/
a.small:link{ color:#004500; text-decoration:underline; font-family: arial; font-size: 11px; }
a.small:visited { color:#004500; text-decoration:underline; font-family: arial; font-size: 11px; }
a.small:hover { color:#CC5200; text-decoration:none; font-family: arial; font-size: 11px; }

a.large:link{ color:#004500; text-decoration:underline; font-family: arial; font-size: 12px; }
a.large:visited { color:#004500; text-decoration:underline; font-family: arial; font-size: 12px; }
a.large:hover { color:#CC5200; text-decoration:none; font-family: arial; font-size: 12px; }

a.apricot-white:link{ color:#FED273; text-decoration:none; font-family: arial; font-size: 12px; }
a.apricot-white:visited { color:#FED273; text-decoration:none; font-family: arial; font-size: 12px; }
a.apricot-white:hover { color:#FFFFFF; text-decoration:none; font-family: arial; font-size: 12px; }
