﻿.fce_history_year {
  color:#7a1;  
  font-weight:bold;
  width:45px;
}
#fce_twocolumns {
  margin-bottom:0.6em;
}
  #fce_twocolumns *, #fce_twocolumns * * * {
    padding:0;
    margin:0;
  }
  #fce_twocolumns ul {
    margin-bottom:1.5em;
  }
  #fce_twocolumns .columns ul li.act ul {
    margin-bottom:0;
  }
  #fce_twocolumns .columns ul li.act ul .description {
    padding:2px 35px 4px 0;
  }
  
  #fce_twocolumns h2 {
    font-weight:bold;
    color:#7a1;
  }
  
  #fce_twocolumns p {
    margin:0;
    padding:0;
    width: auto;
  }
  
  #fce_twocolumns .description {
    cursor:pointer;
    padding:0;
  }
  
  #fce_twocolumns ul>li>ul li {
    color:#7a1;
  }
  
  #fce_twocolumns .teaser {
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:top right;
    border-bottom:1px dotted #bbb;
  }
  
  /* ul inserts new line, hide if not act */
  #fce_twocolumns ul>li>ul {
    display:none;
  }
  
  /* but show if act/hover */
  #fce_twocolumns ul>li.act ul, .nojs #fce_twocolumns ul>li:hover ul {
    display:block;
  }
  
  /* decrease line-height in sublist elements */
  #fce_twocolumns ul>li li {
    line-height:1.5em;
    margin:0;
  }
  
  #fce_twocolumns .teaser:hover {
    padding-right:20px;
    background-image:url('../images/common/arrow-down.gif');
  }
  
  #fce_twocolumns li.act:hover .teaser {
    padding-right:20px;
    background-image:url('../images/common/arrow-up.gif');    
  }
  
  /* lists in list */  
  #fce_twocolumns ul>li>ul>li>ul {
    margin-left:1.5em;
    /* list-style-image:url('../images/common/list.gif'); */
  }
  
  #fce_twocolumns ul>li>ul>li>ul>li {
  }

  #fce_twocolumns .columns {
    width:40%;
      }
  
  #fce_twocolumns #fce_twocolumns_1.columns {
    float:left;
  }
  
  #fce_twocolumns #fce_twocolumns_2.columns {
    float:left;
  }

#fce_threecolumns {
  padding-right:0;
  margin-bottom:0.6em;
  margin-left:-60px;
}
  
  #fce_threecolumns h2 {
    font-weight:bold;
    color:#7a1;
  }
  
  #fce_threecolumns p {
    margin:0;
    padding:0;
    width: auto;
  }
  
  #fce_threecolumns .description {
    cursor:pointer;
  }
  
  #fce_threecolumns ul>li>ul li {
    color:#7a1;
  }
  
  #fce_threecolumns .teaser {
    cursor:pointer;
    background-repeat:no-repeat;
    background-position:top right;
    border-bottom:1px dotted #bbb;
  }
  
  /* ul inserts new line, hide if not act */
  #fce_threecolumns ul>li>ul {
    display:none;
  }
  
  /* but show if act/hover */
  #fce_threecolumns ul>li.act ul, .nojs #fce_threecolumns ul>li:hover ul {
    display:block;
  }
  
  /* decrease line-height in sublist elements */
  #fce_threecolumns ul>li li {
    line-height:1.5em;
    margin:0;
  }
  
  #fce_threecolumns .teaser:hover {
    padding-right:20px;
    background-image:url('../images/common/arrow-down.gif');
  }
  
  #fce_threecolumns li.act:hover .teaser {
    padding-right:20px;
    background-image:url('../images/common/arrow-up.gif');    
  }
  
  /* lists in list */  
  #fce_threecolumns ul>li>ul>li>ul {
    margin-left:1.5em;
    list-style-image:url('../images/common/list.gif');
  }
  
  #fce_threecolumns ul>li>ul>li>ul>li {
  }

  #fce_threecolumns .columns {
    display:table-cell;
    padding-left:60px;
  }
  
  #fce_threecolumns #fce_threecolumns_1.columns, #fce_threecolumns #fce_threecolumns_2.columns {
  	width: 215px;
  }
  
  #fce_threecolumns #fce_threecolumns_3.columns {
  	width: 200px;
  }


#fce_history {
  width:500px;
}
  #fce_history dt {
    font-weight:bold;
    position:absolute;
  }
  #fce_history dd {
    background:url('../images/common/bullet.gif') no-repeat top left;
    margin-left:80px;
    padding:0 0 1em 12px;
    white-space:pre;
  }
  
  
#fce_blattnav {
  position: relative;
  width: 744px;
  height: 135px;
  background-color: #f1f1f1;
  margin-top:50px;
  /* space for the footer */
  overflow:visible;
}

  #fce_blattnav .vcard {
    display: none;
  }

  #fce_blattnav strong {
    color: #555;
    font-weight: bold;
  }
  #fce_blattnav .blatt, #fce_blattnav .blatt-act {
    margin-top: 190px;
    /* line up leaves next to each other */
    float:left;
    background:#fff url('../images/common/blatt.gif') no-repeat center;
    width:29px;
    height:23px;
    /* distribute leaves without leaving empty space (would cause flicker) */
    padding:0 10px;
    cursor:pointer;
  }
  
  #fce_blattnav .blatt img, #fce_blattnav .blatt-act img {
    position: absolute;
      bottom:0;
    /* hide by default */
    visibility:hidden;
    z-index:0;
  }
  #fce_blattnav .blatt .name, #fce_blattnav .blatt-act .name {
    position: absolute;
      bottom:-38px;
    width:300px;
    /* hide by default */
    visibility:hidden;
    z-index:50;
  }
  
  #fce_blattnav .blatt p, #fce_blattnav .blatt-act p {
    display:inline;
  }
  
  /* show name and picture when blatt is activated */
   #fce_blattnav .blatt-act .name, #fce_blattnav .blatt-act img {
    visibility:visible;
  }
  
  #fce_blattnav .blatt-act {
    background-image:url('../images/common/blatt-act.gif');    
  }
  
  /* hover takes precedence */
  #fce_blattnav .blatt:hover .name {
    z-index:100;
  }
  
#fce_overview {
  position:relative;
    /* save some vertical space */
    top:-15px;
  width:100%;
}

  #fce_overview .row {
    width:100%;
  }
  
  
  #fce_overview .entry {
    width:44%;
    float:left;
    margin-bottom:4em;
    margin-right:5%;
  }

    #fce_overview .entry .imgwrapper {
      position:relative;
      /* "expand" image to this height */
      height:100px;
    }
    
    #fce_overview .entry .imgbottom {
      position:absolute;
      bottom:0;
      width:100%;
    }
    
    #fce_overview .entry img {
      /* block required to make margin:auto work */
      display:block;
      margin:auto;
      padding-right:35px;
    }
    
    #fce_overview .entry p {
      margin:0;
    }
    
    #fce_overview h2 {
      margin-top:8px;
      padding:0;
      color:#7a1;
    }
    
#fce_reference {
  position:relative;
  width:100%;
}
  #fce_reference table {
    
  }
    
    #fce_reference table p {
      display:inline;
    }

  #fce_ref_container {
    width:100%;
    float:left;
    margin-right:-440px;
  }
    #fce_reference #container h1 {
      /* fce_reference is already aligned to second entry of navigation */
      padding-top:0;
    }
    #fce_reference #description {
      margin-right:440px;
      /* make sure, subnav remains at the same vertical position 
         if description height doesn't exceed the specified limit
      */
      min-height:360px;
    }
      #fce_reference #description p {
        max-width:none;
        padding-right:25px;
      }
    
  #fce_reference .image {
    float:right;
    position:relative;
      margin-top:-25px;
      padding-top:25px;
      overflow:hidden;
      top:-3em;
      height:477px;
      width:380px;
  }
    #fce_reference .image img {
      float:right;
    }
    #fce_reference .image button {
      background:#fff url('../images/common/arrow-right.gif') no-repeat right scroll;
      display:block;
      cursor:pointer;
      position:absolute;
        margin:0;
        padding:2px 18px 4px 10px;
        right:0;
        bottom:477px;
        left:auto;
        height:auto;
        width:auto;
    }
    
  #fce_reference #subnav {
    background:url('../images/common/line.gif') repeat-x top right;
    position:absolute;
      /* frame subnav, assumes img height of 477px */
      bottom:-70px;
      height:90px;
      width:100%;
      overflow:hidden;
      z-index:10;
  }
    #fce_reference #subnav ul {
      float:right;
      list-style-type:none;
      padding:5px 30px 0 0;
    }
    
      #fce_reference #subnav li {
        position:relative;
          height:80px;
          float:left;
          padding:5px;
          margin:0 12px;
      }
      
      #fce_reference #subnav li:hover {
      }
      
        #fce_reference #subnav li img {
          /* assume and force an img height of 80px; scale width accordingly, if needed */
          height:80px;
          width:auto;
        }
      
        #fce_reference #subnav li.active {
          border-color:#c1ea6e;
        }
      #fce_reference #slider {
        position:absolute;
        height:100%;
        width:100%;
        overflow:hidden;
        padding:0;
        margin:0;
      }
        #fce_reference .forward, #fce_reference .backward {
          cursor:pointer;
          display:block;
          position:absolute;
            bottom:-91px;
            /* make bottom margin as wide as a line height so it can be positioned precisely */
            margin-bottom:1.85em;
            padding-left:30px;
            height:90px;
            width:0;
            overflow:hidden;
        }
          #fce_reference .forward {
            background:#fff url('../images/common/arrow-right.gif') no-repeat center scroll;
            left:100%;
          }
          #fce_reference .backward {
            background:#fff url('../images/common/arrow-left.gif') no-repeat center scroll;
            right:100%;
          }
        #fce_reference #slider ul {
          position:absolute;
            width:100%;
            margin:0;
            padding:0;
        }
          #fce_reference #slider ul li {
            overflow:hidden;
            width:16.6%;
            margin:5px 0 0;
            padding:0;
          }
          #fce_reference #slider li:hover {
          }
          
            #fce_reference #slider li img {
              display:block;
              margin:auto;
            }

#content .toggle_item {
	margin-bottom: 1.5em;
	margin-top: -1.7em;
}
	
	#content .toggle_item h2 {
		font-weight: bold;
		color: #7a1;
	}
	
	#content .toggle_item br.spacer_ {
		display: none;
	}
	
	#content .toggle_item > a {
		line-height: inherit;
		color: #7a1;
	}
	
	#content .toggle_item  p {
		margin-bottom: 0;
	}
	
	#content .toggle_item .more {
		margin-top: .5em;
		display: none;
	}
	
	#content .toggle_item .more, #content .toggle_item .more p, #content .toggle_item .more ul li {
		font-size: 11px;
		line-height: 1.9em;
	}
	
	#content .toggle_item.active .more {
		display: block;
	}
	
	#content .toggle_item a.toggle {
		cursor: pointer;
	}
	
	#content .toggle_item ul {
		list-style-position: outside 
		list-style-type: square;
		margin-left: 12px;
	}

