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