

/*---Betrifft den Bereich Scrollbar---*/



body        {scrollbar-face-color: #EFEFEF);
scrollbar-highlight-color: #000000;         /* Scrollbalken-rand-rechter */
scrollbar-shadow-color: #3F0000;            /* Scrollbalken-rand-rechter */
scrollbar-base-color:#EFEFEF;               /* Gelb Scrollbalken */
scrollbar-3dlight-color: #6B6B6B;           /* Schwarzer-linker-3DEffeckt Scrollbalken-rand */
scrollbar-arrow-color: #000000;             /* Scrollbar-Pfeile rot */
scrollbar-track-color: #B5B5B5;             /* Scrollbar-hintergrund dunkelrot */
scrollbar-darkshadow-color: #00007F);



        }


.active {filter: chroma();}
.inactive {filter: gray();}


#maxime{
position:absolute;
width:250; // Hier können Sie die Größe des Notizzettels bestimmen
padding:6px;
background-color : #FFFFC0;
border : 1px solid black; //Hier können Sie die Rahmenstärke
visibility : hidden;
z-index : 100;
cursor : hand;
}



/*---Betrifft den Bereich Link---*/



A:link { color: #00007F; text-decoration: none; font-weight : bold}
A:visited { color : #00007F; text-decoration: none; font-weight : bold}
A:hover {color: #CC0000;text-decoration: none; font-weight : bold}
A:active {color: #00007F; text-decoration: none; font-weight : bold}

/*Folgende Möglichkeiten stehen zur verfügung: line-height : 150%; text-align : justify ; color : #8484C2; font-weight : bold; font-size : 110% ;*/



/*---Betrifft den Bereich der Schrifttypen---*/

body {
 font-family: VERDANA;
 color: #000000;
}


small {                                /* Schriftgröße für Copyright und Bildschirmschoner*/
 font-family: Arial;
 font-size: 10;
 color: #000000;
}

div {                                  /* IT-Berufe (blau)*/
 color: #00007F;
 font-family: VERDANA;
 font-size: 15;
 text-align: center;
 font-weight: bold;
}


h1 {                                   /* Downloadanzahlen*/
 font-family: VERDANA;
 font-weight: bold;
 color: #007070;
 font-size: 10;
}

h2          {                          /* (weiß) normale Schrift*/
        color: #4F4F4F;
        font-size: 10;
        font-family: VERDANA;
        }

h3       {                             /* Herzlich Willkommen (orange)*/
        color: #FF9F00;
        font-size: 25;
        font-style: italic;
        text-decoration: underline;
        font-family: Times New Roman;
        }

h4           {                         /* Normler Text (schwarz)für Kontaktformular*/
         font-family: Arial;
         font-size: 12;
         color: #000000;
         font-weight: bold;
        }

p          {                           /* Normler Text (schwarz)*/
         font-family: VERDANA;
         font-size: 10;
         color: #000000;
         align=justify;
        }

h5         {                           /* Normaler Text (weis) für Webfarben */
         font-family: Arial;
         font-size: 12;
         color: #000000;
         align=justify;
         }


h6       {                             /* Überschrift 1 (blau)*/
        color: #00007F;
        font-size: 20;
        font-family: Arial;
        font-weight: bold;
        font-style: italic;
        }


/*-------------------------------------------------------------------------------------------------*/