/* Für Layout allgemein */	    
body {     
    background-image: url(img/layout/presse_hg_neu.jpg); 
    background-repeat: repeat-x;
}

.topbereich {
    background-image: url(img/layout/presse_bild.jpg);     
}

/* Für den Navigationsbereich */

.topnavi {
	background-image: url(img/navigation/topnav/presse_strich_hg.gif);
}

.seitennavigation {
    border-right: 1px dashed #99999E;  
}
.seitennavigation ul li a:hover {
    color: #99999E; 
    background-image: url(img/navigation/presse_marker.png);   
}

.seitennavigation *.aktiv {
    color: #99999E; 
}

.seitennavigation ul.ebene2.aktiv * {
    color: #99999E; 
}

     /* Hellere Hintergrundsfarbe für die Seitennavigation*/
.hg-bereich {
    background-color: #EEEEF0;
}

#themen h2 {    
    background-image: url(img/navigation/presse_themen.jpg);    
}


#home:hover, #home.aktiv {
   color: #99999E;
}
/* Alphabetischer Seitennavigator für Zahnlexikon */             
          
#navigation-a-z li {                
	background-color: #EEEEF0;
}

#navigation-a-z li.aktiv, #navigation-a-z li:hover {
    border: 1px solid #99999E;
}

#navigation-a-z, #navigation-a-z * {
   	color: #99999E;
}

#brotkrumen a:hover {
    color: #99999E;  
}

/* Für den Text-Bereich */

*.inhaltsbereich h2.ueberschriftlink a {    
   color: #99999E;
}

*.inhaltsbereich h2 {   color: #99999E;    
}

*.inhaltsbereich h4 {
    color: #99999E;     
}

*.inhaltsbereich h5 {    color: #99999E; 
}

*.inhaltsbereich a:hover, *.inhaltsbereich a:hover * {
    color: #99999E;  
}

.copyright  {
    color: #99999E; 
}

*.inhaltsbereich ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen_presse.gif);
}

/* Für die Bilder */

*.inhaltsbereich *.textbild {
      background-color: #EEEEF0;
}

*.inhaltsbereich *.kollektionsbild {
     background-color: #EEEEF0;
}

*.inhaltsbereich *.grossbild {
      background-color: #EEEEF0;
}

*.inhaltsbereich *.organigramm {
      background-color: #EEEEF0;
}

/* Für die Kollektionen */

*.inhaltsbereich *.kollektion-standard-eintrag.typ1 h2 { /* = Dokumentenüberschrift */
    color: #99999E;
}

*.inhaltsbereich *.kollektion-standard-eintrag.typ1 ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen_presse.gif);
}

ul.kollektion-blaettern {
	color: #48484a;
}

ul.kollektion-blaettern li {
	background-color: #99999E;
}

ul.kollektion-blaettern li a {
	background-color: #99999E;
	color: #48484a;
}

ul.kollektion-blaettern li ul li.aktiv a {
	background-color: #48484a;
}

ul.kollektion-blaettern li a:hover {
	background-color: #48484a;
}

/* für Fehlermeldung */
div.fehlermeldung-rahmen {
    border: 4px solid #7B7A80;
}

/* für Fehlermeldung 17.11.08 duong  im Zusammenhang mit Versenden */
div.fehlermeldung {
    border: 1px dashed #99999E	;
}

div.fehlermeldung, div.fehlermeldung * {
    color: #99999E;
}

div.fehlermeldung h3 {
    background-color: #99999E;
}

div.fehlermeldung div.footer {
    background-color: #99999E;
}

/* für Hinweis 17.11.08 duong im Zusammenhang mit Versenden */
div.hinweis-rahmen {
    border: 4px solid #99999E;
}

div.hinweis {
    border: 1px dashed #99999E
}

div.hinweis, div.hinweis * {
    color: #99999E;
}

div.hinweis h3 {
    background-color: #C8C9CD;
    color: #FFFFFF;
}

div.hinweis div.footer {
    background-color: #C8C9CD;
}   

/* für Versendenformular Presse 17.11.08 duong #B7B7B7; */

form.formular {
	background-color: #C2C3C5;
	color: #EEEEF0;
}

form.formular h2 {
	background: url("img/formulare/formular-links-dunkel-hellPR.gif") left top
	no-repeat;
}

form.formular fieldset {
	background-image: url("img/formulare/formular-links-weissPR.gif");
}

form.formular div {
	color: #EEEEF0;
}

form.formular div label {
	color: #EEEEF0;
}

form.formular input,form.formular textarea,form.formular select {
	color: #000000;
}

form.formular fieldset.buttons input:hover {
	background: #000000;
}

form.formular input:focus, form.formular textarea:focus, form.formular select:focus {
	background-color: #EEEEF0;
}

