/* Zusätzliche CSS-Stilvorlagen für Museum Weltkulturen */

/* 
Leitfarbe: #f00 (rot)
hell: #f66
dunkel: #c33
*/


/* Hauptnavigation rechts */

/* Markierte Rubrik Museen grau statt magenta */
#hauptnavi li .an a,/*alt*/
#hauptnavi .rubrik#n12 a { 
  background-color:#666;
  border-top:1px solid #aaa; border-right:1px solid #aaa;
  }

/* 2. Menüebene bei Museen NICHT zeigen */
#hauptnavi #n12 #hauptnavi_e2 {
  display: none;
  }


/* Hauptnavigation Weltkulturen */  

#hauptnavi_wel {
  float:left;
  width:170px;
  margin-top:0px;
  margin-right:20px; /* Abstand zur Seite */
  margin-bottom:10px;
  }
#hauptnavi_wel ul {
  list-style:none;
  border-bottom:1px solid #aaa;
  }
#hauptnavi_wel ul li {
  border-left:1px solid #aaa;
  background-color:#f00; /* Farbe für "Klammer" bei aufgeklappter Ebene 2 */
  }
#hauptnavi_wel ul li a { /* Buttons im Normalzustand */
  display:block;
  padding-top:1px;
  font-family:Arial, Helvetica, sans-serif; font-size:12px;
  color:#fff;
  line-height:15px;
  padding-top:2px; padding-bottom:2px;
  padding-left:10px;
  background-color:#888;
  border-top:1px solid #aaa; border-right:1px solid #aaa;
  border-bottom:1px solid #888;
  }
#hauptnavi_wel ul li a:hover { /* Buttons bei Rollover */
  border-top:1px solid #f66;
  background: #f00 url(../bilder/hg_ro_wel.gif) top left repeat-x;
  border-right:1px solid #c33;
  border-bottom:1px solid #c33;
  }
  
/* Button 1. Ebene an */
#hauptnavi_wel ul li[rel=an] a { 
  background-color:#f00; 
  border-top:1px solid #f66;
  border-right:1px solid #c33; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #f00;
  }
#hauptnavi_wel ul li[rel=an] ul { 
  border-right:1px solid #c33; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #f00;
  }

/* Button 1. Ebene Pfadmarkierung: Dunklere Markierung der Hauptrubrik auf untergeordneten Seiten */
#hauptnavi_wel ul li[rel=pfad]{
  background-color:#c33;
  }
#hauptnavi_wel ul li[rel=pfad] a {
  background-color:#c33;
  border-top:1px solid #f00;
  border-right:1px solid #b22; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #c33;  
  }
#hauptnavi_wel ul li[rel=pfad] ul {
  border-right:1px solid #b22; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #c33;
  }


/* Hauptnavigation Weltkulturen 2. Ebene */

/* Einrückung */
#hauptnavi_wel ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }
  
/* Button 2. Ebene aus */  
#hauptnavi_wel ul li[rel=an] ul li a,
#hauptnavi_wel ul li[rel=pfad] ul li a { 
  display:block;
  background-color:#444;
  border-top:1px solid #aaa; 
  border-right:1px solid #333; /* Schatten rechts */
  border-bottom:1px solid #444;
  color:#fff;
  }
    
/* Button 2. Ebene an */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=an] a {
  background-color:#f00; 
  border-top:1px solid #f66;
  border-right:1px solid #c33; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #f00; 
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=an] ul {
  border-right:1px solid #c33; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #f00;
  }
    
/* Button 2. Ebene Pfadmarkierung */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] {
  background-color:#555; /* statt #444 */
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] a {
  display:block;
  background-color:#555; /* statt #444 */
  border-top:1px solid #aaa;
  border-right:1px solid #444; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #555;
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul {
  border-right:1px solid #444; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #555;
  }


/*Hauptnavigation Weltkulturen 3. Ebene */

/* Einrückung */
#hauptnavi_wel ul li ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }

/* Button 3. Ebene aus */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=an] ul li a,
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li a {
  background-color:#222;
  display:block;
  border-top:1px solid #aaa; 
  border-right:1px solid #111; /* Schatten rechts */ 
  border-bottom:1px solid #aaa;
  color:#fff;
  }
  
/* Button 3. Ebene an */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a{
  background-color:#f00; 
  border-top:1px solid #f66;
  border-right:1px solid #c33; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #f00;
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul {
  border-right:1px solid #c33; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #f00;
  }
  
/* Button 3. Ebene Pfadmarkierung */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] {
  background-color:#333; /* statt #222 */
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] a {
  background-color:#333; /* statt #222 */
  display:block;
  border-top:1px solid #aaa; 
  border-right:1px solid #222; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #333;
  color:#fff;
  }
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul {
  border-right:1px solid #222; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #333;
  }


/* Hauptnavigation Weltkulturen 4. Ebene */

/* Einrückung */
#hauptnavi_wel ul li ul li ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }
  
/* Button 4. Ebene aus */  
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul li a,
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul li a {
  background-color:#000;
  display:block;
  border-top:1px solid #aaa; 
  border-right:1px solid #000; 
  border-bottom:1px solid #aaa; 
  color:#fff;
  }  
  
/* Button 4. Ebene an */
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a {
  background-color:#f00; 
  border-top:1px solid #f66;
  border-right:1px solid #c33; /* Schatten rechts */ 
  border-bottom:1px solid #c33; 
  }


/* Buttons alle Ebenen bei Rollover */

#hauptnavi_wel ul li a:hover, 
#hauptnavi_wel ul li[rel=an] ul li a:hover, 
#hauptnavi_wel ul li[rel=pfad] ul li a:hover, 
#hauptnavi_wel ul li[rel=pfad] ul li[rel=an] ul li a:hover,
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li a:hover, 
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul li a:hover,
#hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul li a:hover {
  border-top:1px solid #f66;
  background: #f00 url(../bilder/hg_ro_wel.gif) top left repeat-x;
  border-right:1px solid #c33;
  border-bottom:1px solid #c33;
  }
#hauptnavi_wel ul li[rel=an] a:hover, #hauptnavi_wel ul li[rel=an] a:hover, #hauptnavi_wel ul li[rel=pfad] ul li[rel=an] a:hover, #hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a:hover,
#hauptnavi_wel ul li[rel=pfad] a:hover, #hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] a:hover, #hauptnavi_wel ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] a:hover {
  border-bottom:1px solid #f00;
  }
  
  
  
  
/* Seite */
  
#seite {
  float:left;
  width:590px; min-height:570px;
  background-color:#fff;
  margin-bottom:10px;
  }
#seite .sp_haupt {
  width:510px;
  padding-left:50px; padding-right:30px; padding-bottom:30px;
  }
  
#bildkopf {
  width:530px; height:170px;
  background:#ccc url(../bilder/hg_bildkopf_wel.gif) bottom left repeat-x;
  /*border-bottom:10px solid #f00;*/
  padding-left:60px;
  }
#bildkopf img {
  margin-right:5px;
  float:left;
  }
#bildkopf .bu {
  padding-top:159px; margin-left:10px;
  }
  


/* Box in Leitfarbe: TYPO3 "Rahmen mit gelbem Hintergrund" */  
.csc-frame-frame2 { 
  border:1px solid #f00; border-top:7px solid #f00; 
  }



/******************************************************************************/
/* Abweichende Befehle für IE6 */


* html #hauptnavi_wel ul { display:block; width:170px; }
* html #hauptnavi_wel li { float:left; width:170px; height:19px; }
* html #hauptnavi_wel li .an a { height:19px; }

* html #seite .sp_haupt { width:590px; /* statt 510px inkl. padding-left:50px; padding-right:30px; */ }
