/* infothek.css (ltr) */

/*----- Hintergrundfarbe gesamte Seite --------*/

#bodyTyp4, #bodyTyp3, #bodyTyp2, #bodyTyp1
{ background-color: #d6cee3;
  background-image: url('http://www.goethe.de/css3/projekte/cn_de-cn/img/streifen_bre.jpg');
  background-repeat: repeat-x;  }

/*------------------ Schriftfarben -------------------*/

a
{ color: #31237B; } /* Link-Blau */

a:hover
{ color: #31237B; }

#hauptnavi a
{ color: #31237B; } /* Weiß */

.breadcrumbLink,
.schwarzorange
{ color: #31237B; } /* Link-Blau */

/*----------- Hauptnavigation quer ------------*/
 
#hauptnavi li a:hover  /* hintergrund Menüpunkt bei Hoover */
{ background: #31237B; }
  
#hauptnavi li.active
{ background: #31237B; }
 
/*------------------ linke Navi Farben-------------------*/

#linkenavi li a					/* Farbe erste Ebene linke Navi */
{ background: #D0C9F0; }

#linkenavi ul ul li a			/* Farbe zweite Ebene linke Navi */
{ background: #F4F3FB; }

#linkenavi ul ul ul li a		/* Farbe dritte Ebene linke Navi */
{ background: #f8f7ff; }

#linkenavi ul li a:hover,	
#linkenavi ul li span.active,
#linkenavi ul li span.active a	/* Farben bei Hover und aktivem Menpunkte */
{ background-color: #D0C9F0; }

#linkenavi ul ul li a:hover,	
#linkenavi ul ul li span.active,
#linkenavi ul ul li span.active a
{ background-color: #F4F3FB; } 
#linkenavi ul ul ul li a:hover,	
#linkenavi ul ul ul li span.active,
#linkenavi ul ul ul li span.active a
{ background-color: #f8f7ff; } 


  
/*--------- Definitionen für runde Ecken -----------*/
  
.xboxcontent 
{ background: #F4F3FB;
  display: block; 
  overflow: hidden;
  padding: 8px;
  border: 1px solid #B8B8B8;}
  
  
.linkbox
{ display: block;
  clear: left;
  margin: 0 0 15px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #322380; }
  
h3.introuschrift
{ background: #322380;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 6px;
  color: white; }

h3.introuschrift a
{ color: white; }

.text
{ background: #f4f4f4;
  padding: 7px 6px;
  margin: 1px 0px; }


