/* ----- für "Management in Social Organisations" spzielle CSS-Daten; 
         allgemeine CSS-Daten: 
         http://www.efh-darmstadt.de/efhd_serviceseiten.css ----- */


/* Schrift fett und farbig (hier dunkelrot) */
.farbigfett{ 
    color: #cc0000;
    }

/* Schrift fett und weiß */
.weissfett{ 
    color: #ffffff;
    font-weight:bold;
    }


/* ---- oberer Teil des Headers --- */

#headerbig{
    background-color: #336699;    /* dunkelblau */  
    color:            #ffffff;    /* weiße Schrift */
    }


/* ---- unterer Teil des Headers (mit Navigation) --- */

#headernavi{
    height:  110px;
    padding: 5px 10px 5px 25px; 
    background-color: #003366;    /* ganz dunkles Blau */  
    }


/* ----- Navigationsbereich ----- */
#navitable {
    color:       #ffffff;        /* Überschriften weiß */
    /* 
    border:1px solid red;  */
    }

#navitable a { 
    color:           #ffffff;    /* Links weiß */
    }
#navitable a:link,  #navitable a:visited{ }
#navitable a:focus, #navitable a:hover, #navitable a:active {
    color:#ffff00;              /* gelb */
    }


/* ---- Links im linken Teil der Seite --- */
#navi_leftside {
    width: 140px;
    background-color: #336699;    /* dunkelblau */  
    }

#navi_leftside ul{
    background-color: #336699;    /* dunkelblau */ 
    }


#navi_leftside a { 
    padding: 5px 0px 5px 0px; 

    color:           #ffffff;    /* Links weiß */
    }
#navi_leftside a:link,  #navi_leftside a:visited{ }
#navi_leftside a:focus, #navi_leftside a:hover, #navi_leftside a:active {
    color:#ffff00;              /* gelb */
    }


/* ----- Navigation von der Übersicht zu den Details ----- */

a.modul:link,a.modul:visited,a.modul:focus,a.modul:hover,a.modul:active {
    font-size: 1em; font-weight:normal; color:#000000;
    }
a.modul:link   { }
a.modul:visited{ }
a.modul:focus  {color:#ff0000; } 
a.modul:hover  {color:#ff0000; background-color:#cccccc; }
a.modul:active { }
