/* Für Layout allgemein */

body {     
    background-image: url(img/layout/zahnaerzte_hg_neuere.jpg);
    background-repeat: repeat-x;
}

.topbereich {
    background-image: url(img/layout/zahnaerzte_bild.jpg);     
}

/* Für den Navigationsbereich */

.topnavi {
	background-image: url(img/navigation/topnav/zahnaerzte_strich_hg.gif);
}

.seitennavigation {
    border-right: 1px dashed #334282; 
}
.seitennavigation ul li a:hover {
    color: #334282; 
    background-image: url(img/navigation/zahnaerzte_marker.png);   
}

.seitennavigation *.aktiv {
    color: #334282; 
}

.seitennavigation ul.ebene2.aktiv * {
    color: #334282; 
}

.hg-bereich {
    background-color: #ECF0FB;
}

#themen h2 {    
    background-image: url(img/navigation/zahnaerzte_themen.jpg);    
}

#home:hover, #home.aktiv {
    color: #334282;
}

/* Alphabetischer Seitennavigator für Zahnlexikon und Praxistipps */
#navigation-a-z li {                
	background-color: #ECF0FB;
}

#navigation-a-z li.aktiv, #navigation-a-z li:hover {
    border: 1px solid #334282;
}

#navigation-a-z, #navigation-a-z * {
   	color: #334282;
}

#brotkrumen a:hover {
    color: #334282;  
}

/* Für den Text-Bereich */

*.inhaltsbereich h2.ueberschriftlink a {    
   color: #334282;
}

*.inhaltsbereich h2 { /* = Überschrift */    
   color: #334282;    
}

*.inhaltsbereich h4 { /* = Unterüberschrift */
    color: #334282;     
}

*.inhaltsbereich h5 { /* = Überschrift für weiterführende Information/Links am Ende des Textes */
    color: #334282; 
}

*.inhaltsbereich h6 { /* = Rubrik */
    color: #334282;  
}
*.inhaltsbereich h8 {/* = Unterüberschrift fürs BKV*/
    color: #334282;  
}

*.inhaltsbereich a:hover, *.inhaltsbereich a:hover * {
    color: #334282;
}

*.inhaltsbereich *.textbereichsfarbefett { /* Trefferanzeige in Kleinanzeigen und Patientenfragen */
    font-weight: bold;
    color: #334282;
}

*.inhaltsbereich ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen_zahnaerzte.gif);
}

.copyright {
    color: #334282;
}

/* Für die Bilder */

*.inhaltsbereich *.textbild {
     background-color: #ECF0FB;
}

*.inhaltsbereich *.kollektionsbild {
     background-color: #ECF0FB;
}

*.inhaltsbereich *.grossbild {
     background-color: #ECF0FB;
}

*.inhaltsbereich *.organigramm {
     background-color: #ECF0FB;
}

/* Für die Kollektionen */

*.inhaltsbereich *.kollektion-standard-eintrag.typ1 h2 { /* = Dokumentenüberschrift */
    color: #334282;
}

*.inhaltsbereich *.kollektion-standard-eintrag.typ1 ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen.gif);
}

ul.kollektion-blaettern {
	color: #334282;
}

ul.kollektion-blaettern li {
	background-color: #CDD7F0;
}

ul.kollektion-blaettern li a {
	background-color: #CDD7F0;
	color: #334282;
}

ul.kollektion-blaettern li ul li.aktiv a {
	background-color: #334282;
}

ul.kollektion-blaettern li a:hover {
	background-color: #334282;
}

/* für Fehlermeldung */
       
div.fehlermeldung-rahmen {
    border: 4px solid #7284B9;
}

div.fehlermeldung {
    border: 1px dashed #4A5D95;
}

div.fehlermeldung, div.fehlermeldung * {
    color: #334282;
}

div.fehlermeldung h3 {
    background-color: #4A5D95;
}

div.fehlermeldung div.footer {
    background-color: #4A5D95;
}

/* für Hinweise */

div.hinweis-rahmen {
    border: 4px solid #7284B9;
}

div.hinweis {
    border: 1px dashed #696A6F;
}

div.hinweis, div.hinweis * {
    color: #334282;
}

div.hinweis h3 {
    background-color: #E3E9F8;
    color: #334282;
}

div.hinweis div.footer {
    background-color: #E3E9F8;
}

/* für Formulare */
/*
	Zielgruppe "Zahnaerzte"
		select hell: #E4E8F6
		hellblau:    #A4B2D7
		dunkelblau:  #334282
*/

form.formular {
	background-color: #A4B2D7;
	color: #FFFFFF;
}
 
form.formular h2 {
	background: url("img/formulare/formular-links-dunkel-hellZA.gif") left top
		no-repeat;
}

form.formular fieldset {
	background-image: url("img/formulare/formular-links-weissZA.gif");
}

form.formular div {
	color: #334282;
}

form.formular div label {
	color: #FFFFFF;
}

form.formular input,form.formular textarea,form.formular select {
	color: #334282;
}

form.formular fieldset.buttons input:hover {
	background: #334282;
}

form.formular input:focus,form.formular textarea:focus,form.formular select:focus {
	background-color: #E4E8F6;
}

/* Kleinanzeige */
div.kontaktTemplate, div.kontaktTemplate span, div.kontaktTemplate * {
	font-weight: bold;
	color: #334282;
}

/* scheint laut Dorothe ueberfluessig zu sein
*.inhaltsbereich *.kollektion-standard-eintrag.typ2 h3 {
    color: #334282;
}
*/

/* Folgendes scheint laut Dorothe überflüssig, taucht aber im code auf (eboe) */ 

.topnavi-hg {
    background-color: #334282;
}

