/* Zusätzliche CSS-Stilvorlagen für Museum Schillerhaus */

/* 
Leitfarbe: #900 (dunkelrot)
hell: #c66
dunkel: #933
*/

/* 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 Schillerhaus */  

#hauptnavi_sch {
  float:left;
  width:170px;
  margin-top:0px;
  margin-right:20px; /* Abstand zur Seite */
  margin-bottom:10px;
  }
#hauptnavi_sch ul {
  list-style:none;
  border-bottom:1px solid #aaa;
  }
#hauptnavi_sch ul li {
  border-left:1px solid #aaa;
  background-color:#900; /* Farbe für "Klammer" bei aufgeklappter Ebene 2 */
  }
#hauptnavi_sch 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_sch ul li a:hover { /* Buttons bei Rollover */
  border-top:1px solid #c66;
  background: #900 url(../bilder/hg_ro_sch.gif) top left repeat-x;
  border-right:1px solid #933;
  border-bottom:1px solid #933;
  }
  
/* Button 1. Ebene an */
#hauptnavi_sch ul li[rel=an] a { 
  background-color:#900; 
  border-top:1px solid #c66;
  border-right:1px solid #933; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #900; 
  }
#hauptnavi_sch ul li[rel=an] ul { 
  border-right:1px solid #933; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #900;
  }

/* Button 1. Ebene Pfadmarkierung: Dunklere Markierung der Hauptrubrik auf untergeordneten Seiten */
#hauptnavi_sch ul li[rel=pfad]{
  background-color:#933;
  }
#hauptnavi_sch ul li[rel=pfad] a {
  background-color:#933;
  border-top:1px solid #900;
  border-right:1px solid #822; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #933; 
  }
#hauptnavi_sch ul li[rel=pfad] ul {
  border-right:1px solid #822; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #933;
  }


/* Hauptnavigation Schillerhaus 2. Ebene */

/* Einrückung */
#hauptnavi_sch ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }
  
/* Button 2. Ebene aus */  
#hauptnavi_sch ul li[rel=an] ul li a,
#hauptnavi_sch 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_sch ul li[rel=pfad] ul li[rel=an] a {
  background-color:#900; 
  border-top:1px solid #c66;
  border-right:1px solid #933; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #900;
  }
#hauptnavi_sch ul li[rel=pfad] ul li[rel=an] ul {
  border-right:1px solid #933; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #900;
  }
    
/* Button 2. Ebene Pfadmarkierung */
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] {
  background-color:#555; /* statt #444 */
  }
#hauptnavi_sch 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_sch ul li[rel=pfad] ul li[rel=pfad] ul {
  border-right:1px solid #444; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #555;
  }


/*Hauptnavigation Schillerhaus 3. Ebene */

/* Einrückung */
#hauptnavi_sch ul li ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }

/* Button 3. Ebene aus */
#hauptnavi_sch ul li[rel=pfad] ul li[rel=an] ul li a,
#hauptnavi_sch 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_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a{
  background-color:#900; 
  border-top:1px solid #c66;
  border-right:1px solid #933; /* Schatten rechts 1. Teil */
  border-bottom:1px solid #900;
  color:#333;
  }
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul {
  border-right:1px solid #933; /* Schatten rechts 2. Teil */
  border-bottom:1px solid #900;
  }
  
/* Button 3. Ebene Pfadmarkierung */
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] {
  background-color:#333; /* statt #222 */
  }
#hauptnavi_sch 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_sch 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 Schillerhaus 4. Ebene */

/* Einrückung */
#hauptnavi_sch ul li ul li ul li ul li {
  position:relative; left:-6px; 
  margin-bottom:-1px;
  }
  
/* Button 4. Ebene aus */  
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul li a,
#hauptnavi_sch 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_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a {
  background-color:#900; 
  border-top:1px solid #c66;
  border-right:1px solid #933; /* Schatten rechts */ 
  border-bottom:1px solid #933;
  color:#333; 
  }


/* Buttons alle Ebenen bei Rollover */

#hauptnavi_sch ul li a:hover, 
#hauptnavi_sch ul li[rel=an] ul li a:hover, 
#hauptnavi_sch ul li[rel=pfad] ul li a:hover, 
#hauptnavi_sch ul li[rel=pfad] ul li[rel=an] ul li a:hover,
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li a:hover, 
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] ul li a:hover,
#hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] ul li a:hover {
  border-top:1px solid #c66;
  background: #900 url(../bilder/hg_ro_sch.gif) top left repeat-x;
  border-right:1px solid #933;
  border-bottom:1px solid #933;
  }
#hauptnavi_sch ul li[rel=an] a:hover, #hauptnavi_sch ul li[rel=an] a:hover, #hauptnavi_sch ul li[rel=pfad] ul li[rel=an] a:hover, #hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=an] a:hover,
#hauptnavi_sch ul li[rel=pfad] a:hover, #hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] a:hover, #hauptnavi_sch ul li[rel=pfad] ul li[rel=pfad] ul li[rel=pfad] a:hover {
  border-bottom:1px solid #900;
  }
  

  
  
  
/* 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_sch.gif) bottom left repeat-x;
  /*border-bottom:10px solid #900;*/
  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 #900; border-top:7px solid #900; 
  }


/******************************************************************************/
/* Abweichende Befehle für IE6 */


* html #hauptnavi_sch ul { display:block; width:170px; }
* html #hauptnavi_sch li { float:left; width:170px; height:19px; }
* html #hauptnavi_sch li .an a { height:19px; }

* html #seite .sp_haupt { width:590px; /* statt 510px inkl. padding-left:50px; padding-right:30px; */ }
