/* Für Layout allgemein */
body {     
    background-image: url(img/layout/patienten_hg_neu.jpg);
    background-repeat: repeat-x;
}
.topbereich {
    background-image: url(img/layout/patienten_bild.jpg);     
}

/* Für den Navigationsbereich */
.topnavi {
	background-image: url(img/navigation/topnav/patientenstrich_strich_hg.gif);
}

.seitennavigation {
    border-right: 1px dashed #9D1D89;
}

.seitennavigation ul li a:hover {
    color: #9D1D89; 
    background-image: url(img/navigation/patienten_marker.png);   
}

.seitennavigation *.aktiv {
    color: #9D1D89; 
}

.seitennavigation ul.ebene2.aktiv * {
    color: #9D1D89; 
}

.hg-bereich {
    background-color: #FDEDFA;
}

#themen h2 {    
    background-image: url(img/navigation/patienten_themen.jpg);    
}

#home:hover, #home.aktiv {
   color: #9D1D89;
}

/*------------- Alphabetischer Seitennavigator für Zahnlexikon---------------*/    

#navigation-a-z li {                
	background-color: #FDEDFA; 
}

#navigation-a-z li.aktiv, #navigation-a-z li:hover {
    border: 1px solid #9D1D89;
}

#navigation-a-z, #navigation-a-z * {
   	color: #9D1D89; 
}

#brotkrumen a:hover {
    color: #9D1D89;  
}

/* Für den Text-Bereich */

*.inhaltsbereich h2.ueberschriftlink a {    
   color: #9D1D89;
}

*.inhaltsbereich h2 {    
   color: #9D1D89;    
}

*.inhaltsbereich h4 {
    color: #9D1D89;     
}

*.inhaltsbereich h5 {
    color: #9D1D89; 
}

*.inhaltsbereich a:hover, *.inhaltsbereich a:hover * {
    color: #9D1D89;  
}

*.inhaltsbereich *.textbereichsfarbefett {
    font-weight: bold;
    color: #9D1D89;
}

*.inhaltsbereich ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen_patienten.gif);
}

.copyright  {
    color: #9D1D89; 
}


/* Für die Bilder */

*.inhaltsbereich *.textbild {
     background-color: #FDEDFA;
}

*.inhaltsbereich *.kollektionsbild {
     background-color: #FDEDFA;
}

*.inhaltsbereich *.grossbild {
     background-color: #FDEDFA;
}

*.inhaltsbereich *.organigramm {
     background-color: #FDEDFA;
}


/* Für die Kollektionen */
*.inhaltsbereich *.kollektion-standard-eintrag.typ1 h2 { /* = Dokumentenüberschrift */
    color: #9D1D89;
}

*.inhaltsbereich *.kollektion-standard-eintrag.typ1 ul {
    list-style-image: url(img/allgemein/aufzaehlungszeichen_patienten.gif);
}

ul.kollektion-blaettern {
	color: #9D1D89;
}

ul.kollektion-blaettern li {
	background-color: #D09EC8;
}

ul.kollektion-blaettern li a {
	background-color: #D09EC8;
	color: #9D1D89;
}

ul.kollektion-blaettern li ul li.aktiv a {
	background-color: #9D1D89;
}

ul.kollektion-blaettern li a:hover {
	background-color: #9D1D89;
}

/* für Fehlermeldung  */
div.fehlermeldung-rahmen {
    border: 4px solid #d09ec8;
}
       
div.fehlermeldung {
    border: 1px dashed #9d1d89;
}
       
div.fehlermeldung, div.fehlermeldung * {
    color: #9d1d89;
}

div.fehlermeldung h3 {
    background-color: #9d1d89;
}

div.fehlermeldung div.footer {
    background-color: #9d1d89;
}

/* für Hinweise */
div.hinweis-rahmen {
    border: 4px solid #9d1d89;
}

div.hinweis {
    border: 1px dashed #9d1d89;
}

div.hinweis, div.hinweis * {
    color: #9d1d89;
}

div.hinweis h3 {
    background-color: #d09ec8;
    color: #FFFFFF;
}

div.hinweis div.footer {
    background-color: #d09ec8;
}

/* für Formulare */

/*
	Zielgruppe "Patienten"
		select hell: #F8E6F5		
		hellviolett: #D09EC8
		dunkelviolett: #9D1D89
*/

form.formular {
	background-color: #D09EC8;
	color: #FFFFFF;
}

form.formular h2 {
	background: url("img/formulare/formular-links-dunkel-hellPA.gif") left top
		no-repeat;
}

form.formular fieldset {
	background-image: url("img/formulare/formular-links-weissPA.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: #9D1D89;
}

form.formular input:focus,form.formular textarea:focus,form.formular select:focus {
	background-color: #F8E6F5;
}

