/* Created by Gregor Dunica */
/* program-css */
/* Fuer alle Webseiten */
/* Created at 08/2004 */
/* Last Update 08/2004 */


/* {vlink="blue" alink="blue" link="blue"} */

body
{
  scrollbar-base-color: white;
  scrollbar-3dlight-color: white;
  scrollbar-arrow-color: white;
  scrollbar-darkshadow-color: white;
  scrollbar-face-color: navy;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
  scrollbar-track-color: white;
}

h1
{
background-color: white;
color: black;
font-size: 16px;
font-family: arial, times new roman, impact;
margin: 1px;
text-align: left;
font-weight: bolder;
font-stretch: extra-expanded;

padding-left: 0px;
border-top-style: inset;
border-top-color: none;
border-top-width: 0px;
border-bottom-style: solid;
border-bottom-color: black;
border-bottom-width: 5px;
border-left-style: solid;
border-left-color: black;
border-left-width: 0px;
}

h2
{
background-color: none;
color: navy;
font-size: 14px;
font-family: arial, times new roman, impact;
margin: 0px;
text-align: left;
padding:2px;
font-weight: bolder;
}


h3
{
background-color: black;
color: white;
font-size: 16px;
font-family: arial, times new roman, impact;
margin: 0px;
text-align: right;
font-weight: bolder;
font-stretch: extra-expanded;
padding:2px;
}

h4
{
background-color: none;
color: navy;
font-size: 10px;
font-family: arial, times new roman;
margin: 0px;
text-align: left;
font-weight: bolder;
padding:1px;
}


h5
{
background-color: none;
color: black;
font-size: 16px;
font-family: arial, times new roman, impact;
margin: 0px;
text-align: left;

font-weight: bolder;
font-stretch: extra-expanded;
}


td,table,font,tr
{
font-size: 12px;
font-family: arial, times new roman, impact;
/*text-align: justify;*/
}


li,ul
{
font-size: 12px;
font-family: arial, verdana, times new roman, impact;
text-align: left;
margin-left: 10px;
color: black;
text-align: left;
word-spacing: 1px;
/*text-align: justify;*/
}

/************************************* Link Klassen ***************************************/
/* farbe-Klassen */


   /* Hauptlinks Oben */
        a.farbe1 {color: navy; text-decoration:none;  font-family:arial;font-size:12px;  background-color:none;  padding: 0px; border-style: none;}
        a.farbe1:hover, a.farbe:alink { color:white; text-decoration: none; background-color:navy;}
        a.farbe1:link {color: navy; background-color:none;}
        a.farbe1:vlink {color: navy; background-color:none;}

   /* Textlinks */
        a.farbe2 { color: lightslategray; text-decoration:underline; font-family: arial; font-size: 10px;}
        a.farbe2:hover, a.farbe:alink { color: white; text-decoration: underline;background-color: lightslategray;}
        a.farbe2:link { color: lightslategray; }
        a.farbe2:vlink { color: lightslategray; }

   /* Textlinks */
        a.farbe3 { color: navy; text-decoration:none; font-family: arial;background-color: none; font-size: 12px;padding: 0px; border-style: none;}
        a.farbe3:hover, a.farbe:alink { color: navy; text-decoration: underline;background-color: white;}
        a.farbe3:link { color: white; }
        a.farbe3:vlink { color: white; }

   /* Textlinks */
        a.farbe4 { color:yellow; text-decoration:none; font-family: arial; font-size: 12px;background-color:none;}
        a.farbe4:hover, a.farbe:alink { color: black; text-decoration: underline;background-color:yellow;}
        a.farbe4:link { color:yellow; }
        a.farbe4:vlink { color:yellow; }