/* Datei: style.css */

/* Stlylesheet für die neue Homepage       */
/* Klassen meistens mit class="" ansprechen */



/* Style der Kopfzeile */

*.Kopfzeile { font-family:"Arial"; font-size:19px; color:#FFFFFF; font-weight:bold; }


/* Style der Überschriften und Texte */

*.ContentHeader { font-family:"Arial"; font-size:17px; color:#932055; } /* Überschriften */
*.ContentText { font-family:"Arial"; font-size:15px; color:#000000; } /* allgemeiner Text */
*.KontaktText { font-family:"Arial"; font-size:13px; color:#000000; } /* kleiner Text für Kontaktaufnahme */
*.Adresse { font-family:"Arial"; font-size:17px; color:#000000; } /* Style der Adresse auf der Startseite */


/* Style der Links */

*.MenuItemLink { font-family:"Arial"; color:#3CC891; font-size:15px; text-decoration:none; } /* Menülinks (Oberpunkte) */
*.MenuItemLink:hover { text-decoration:none; background-color:#3CC891; color:#FFFFFF; } /* Menülinks (Oberpunkte):Mouseover */
*.MenuItemLink:active { text-decoration:none; background-color:#3CC891; color:#FFFFFF; }
*.MenuItemLink:focus { text-decoration:none; background-color:#3CC891; color:#FFFFFF; }
*.MenuLink { font-family:"Arial"; color:#000000; font-size:13px; text-decoration:none; } /* Menülinks (Unterpunkte) */
*.MenuLink:hover { text-decoration:none; background-color:#3CC891; color:#FFFFFF; } /* Menülinks (Unterpunkte):Mouseover */
*.MenuLink:active { text-decoration:none; background-color:#3CC891; color:#FFFFFF; }
*.Link_Download { font-family:"Arial"; font-size:15px; color:#000000; text-decoration:none; } /* Downloadlinks */
*.Link_Download:hover { text-decoration:underline; } /* Downloadlinks:Mouseover */
*.Link_Zurueck { font-family:"Arial"; font-size:15px; background-color:#932055; color:#FFFFFF; text-decoration:none; font-weight:bold;} /* Zurück zur Auswahl (Adminmenü) */
*.Link_Zurueck:hover { text-decoration:none; background-color:#3CC891; color:#FFFFFF; } /* Zurück zur Auswahl (Adminmenü):Mouseover */
*.Link_Text { font-family:"Arial"; font-size:15px; color:#000000; text-decoration:underline; } /* Links im Fließtext (groß) */
*.Link_Text:hover { text-decoration:none; background color:#932055; color:#FFFFFF; } /* Links im Fließtext:Mouseover (groß) */
*.Link_Text_k { font-family:"Arial"; font-size:13px; color:#000000; text-decoration:underline; } /* Links im Fließtext (klein) */
*.Link_Text_k:hover { text-decoration:none; background color:#932055; color:#FFFFFF; } /* Links im Fließtext:Mouseover (klein) */


/* Style der Fussnote */

*.Fusszeile { font-family:"Arial"; font-size:11px; color:#FFFFFF; }