/*
Die Datei ist in folgende Bereiche aufgeteilt
- Definitionen auf HTML Tag Ebene
- CSS-Klassen
  - globale
  - spezifische
*/
.headerlogo-light
{
    width: 154px;
    height: 25px;
    background: url("/fizWebCloud/javax.faces.resource/benu/css-images/logo-light.png.xhtml?ln=css" ) no-repeat left;
    background-size: 75px 25px;
}

.headerlogo-dim
{
    width: 154px;
    height: 25px;
    background: url("/fizWebCloud/javax.faces.resource/benu/css-images/logo-dim.png.xhtml?ln=css" ) no-repeat left;
    background-size: 75px 25px;
}

.headerlogo-dark
{
    width: 154px;
    height: 25px;
    background: url("/fizWebCloud/javax.faces.resource/benu/css-images/logo-dark.png.xhtml?ln=css" ) no-repeat left;
    background-size: 75px 25px;
}

.headerlogo span
{
	display: none;
}

