/**
* "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
*
* (en) Screen layout for YAML examples
* (de) Bildschirmlayout für YAML-Beispiele
*
* @copyright       Copyright 2005-2010, Dirk Jesse
* @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
* @link            http://www.yaml.de
* @package         yaml
* @version         3.3
* @revision        $Revision:426 $
* @lastmodified    $Date: 2010-09-14 21:19:30 +0200 (Di, 14 Sep 2010) $
*/

@media screen, projection {

  /* footermenu_left: icons */
  .nav_icons-icon_print {
    float: left;
    cursor: pointer;
  }

  .nav_icons-icon_recommend {
    padding-left: 32px;
    padding-top: 0px;
    cursor: pointer;

  }

  .nav_icons-print { display:none; }



  /* semi-transparent background, remove later (made via js) */
  .bg_semitransparent {
    background:url("../../images/bg_greylines.png") repeat scroll 0 0 transparent;
    z-index: 150;
  }

  .precontent { margin-bottom: 20px; }

  #background {
    position: absolute;
    top: 202px;
    left: 0px;
    right: 0px;
  }


  /* begin: themensuche - only copy this part! */  

  #main.nav_topics-active {
    padding-top: 1px;
  }

  .nav_topics {
    position: relative;
  }

  div.nav_topics ul.newline { clear:left; }

  div.nav_topics_sub,
  div.nav_topics_label {
    float: left;
  }

  .nav_topics_label {
    background: url("../../images/bg_themensuche.png") no-repeat scroll 102px 17px transparent;
    font-weight: bold;
    padding-right: 3px;
    padding-top: 15px;
    width: 196px;
  }

  /* display mouse as a cursor */
  div.nav_topics_sub_title {
    cursor: pointer;
  }

  /* red, green and blue background of header row */
  .nav_topics .nav_topics_sub_pre,
  .nav_topics .nav_topics_sub_post {
    background: none no-repeat scroll 0 0 transparent;
    float: left;
    height: 41px;
    width: 50px;
  }

  div.nav_topics .nav_topics_sub_title {
    background: url("../../images/icon_arrow_right.png") no-repeat scroll 0 15px transparent;
    color: #595959;
    float: left;
    line-height: 41px;
    padding: 0 0 0 14px;
    vertical-align: baseline;
  }

  div.nav_topics-active div.nav_topics_sub_title,
  div.nav_topics_sub_title:hover { background:0 none; }

  /* ul list image: > (white and black on hover) */
  #nav div.nav_topics div.layer_bottom ul {
    float:left;
    margin-left:16px;
    margin-top:0px;
    margin-bottom:24px;
    width: 172px;
  }    


  .nav_topics-active .nav_topics_sub_title,
  .nav_topics-active .nav_topics_sub_pre,
  .nav_topics-active .nav_topics_sub_post {
    position:relative;
    height: 50px;
    z-index: 1300;
  }    

  /**************************** green ************************************/
  /* upper row image */

  div.nav_topics_1:hover .nav_topics_sub_pre,
  div.nav_topics_1.nav_topics-active .nav_topics_sub_pre {
    background: url("../../images/nav_topics_top-green_l.png") no-repeat scroll left top transparent;  
  }

  div.nav_topics_1:hover .nav_topics_sub_title,
  div.nav_topics_1.nav_topics-active .nav_topics_sub_title {
    background-color: #5BAC26;
    color:#FFFFFF;    
  }

  div.nav_topics_1:hover .nav_topics_sub_post,
  div.nav_topics_1.nav_topics-active .nav_topics_sub_post {
    background: url("../../images/nav_topics_top-green_r.png") no-repeat scroll left top transparent;  
  }

  #nav div.nav_topics_1 div.layer_bottom ul li.level-1 a {
    background:url("../../images/nav_topics_listarrow_green.gif") no-repeat scroll left 10px transparent;  
  }

  #nav div.nav_topics_1 div.layer_bottom ul li.level-1 a:hover {
    background:url("../../images/nav_topics_listarrow_green-active.gif") no-repeat scroll left 10px transparent;
  }

  /* link level 2 background image */
  #nav div.nav_topics_1 div.layer_bottom li.level-2 a {
    background: url("../../images/nav_topics_listarrow_small_green.gif") no-repeat scroll 5px 9px transparent;
    margin-left: 6px;
  }

  #nav div.nav_topics_1 div.layer_bottom li.level-2 a:hover {
    background:url("../../images/nav_topics_listarrow_small_green-active.gif") no-repeat scroll 5px 11px transparent;
  }

  /* link level 3 background image */
  #nav div.nav_topics_1 div.layer_bottom li.level-3 a {
    background: url("../../images/nav_topics_listplus_green.gif") no-repeat scroll 4px 8px transparent;
    margin-left: 14px;
  }

  #nav div.nav_topics_1 div.layer_bottom li.level-3 a:hover {
    background:url("../../images/nav_topics_listplus_green-active.gif") no-repeat scroll 4px 8px transparent;
  }

  /**************************** blue ************************************/
  /* upper row image */
  div.nav_topics_2:hover .nav_topics_sub_pre,
  div.nav_topics_2.nav_topics-active .nav_topics_sub_pre {
    background: url("../../images/nav_topics_top-blue_l.png") no-repeat scroll left top transparent;  
  }

  div.nav_topics_2:hover .nav_topics_sub_title,
  div.nav_topics_2.nav_topics-active .nav_topics_sub_title {
    background-color: #3F0AB4;
    color:#FFFFFF;    
  }

  div.nav_topics_2:hover .nav_topics_sub_post,
  div.nav_topics_2.nav_topics-active .nav_topics_sub_post {
    background: url("../../images/nav_topics_top-blue_r.png") no-repeat scroll left top transparent;  
  }

  #nav div.nav_topics_2 div.layer_bottom ul li.level-1 a {
    background:url("../../images/nav_topics_listarrow_blue.gif") no-repeat scroll left 10px transparent;  
  }

  #nav div.nav_topics_2 div.layer_bottom ul li.level-1 a:hover {
    background:url("../../images/nav_topics_listarrow_blue-active.gif") no-repeat scroll left 10px transparent;
  }

  /* link level 2 background image */
  #nav div.nav_topics_2 div.layer_bottom li.level-2 a {
    background: url("../../images/nav_topics_listarrow_small_blue.gif") no-repeat scroll 5px 9px transparent;
    margin-left: 6px;
  }

  #nav div.nav_topics_2 div.layer_bottom li.level-2 a:hover {
    background:url("../../images/nav_topics_listarrow_small_blue-active.gif") no-repeat scroll 5px 11px transparent;
  }

  /* link level 3 background image */
  #nav div.nav_topics_2 div.layer_bottom li.level-3 a {
    background: url("../../images/nav_topics_listplus_blue.gif") no-repeat scroll 4px 8px transparent;
    margin-left: 14px;
  }

  #nav div.nav_topics_2 div.layer_bottom li.level-3 a:hover {
    background:url("../../images/nav_topics_listplus_blue-active.gif") no-repeat scroll 4px 8px transparent;
  }

  /**************************** red ************************************/
  /* upper row image */
  div.nav_topics_3:hover .nav_topics_sub_pre,
  div.nav_topics_3.nav_topics-active .nav_topics_sub_pre {
    background: url("../../images/nav_topics_top-red_l.png") no-repeat scroll left top transparent;  
  }

  div.nav_topics_3:hover .nav_topics_sub_title,
  div.nav_topics_3.nav_topics-active .nav_topics_sub_title {
    background-color: #D60505;
    color:#FFFFFF;    
  }

  div.nav_topics_3:hover .nav_topics_sub_post,
  div.nav_topics_3.nav_topics-active .nav_topics_sub_post {
    background: url("../../images/nav_topics_top-red_r.png") no-repeat scroll left top transparent;  
  }

  #nav div.nav_topics_3 div.layer_bottom ul li.level-1 a {
    background:url("../../images/nav_topics_listarrow_red.gif") no-repeat scroll left 10px transparent;  
  }

  #nav div.nav_topics_3 div.layer_bottom ul li.level-1 a:hover {
    background:url("../../images/nav_topics_listarrow_red-active.gif") no-repeat scroll left 10px transparent;
  }

  /* link level 2 background image */
  #nav div.nav_topics_3 div.layer_bottom li.level-2 a {
    background: url("../../images/nav_topics_listarrow_small_red.gif") no-repeat scroll 5px 9px transparent;
    margin-left: 6px;
  }

  #nav div.nav_topics_3 div.layer_bottom li.level-2 a:hover {
    background:url("../../images/nav_topics_listarrow_small_red-active.gif") no-repeat scroll 5px 11px transparent;
  }

  /* link level 3 background image */
  #nav div.nav_topics_3 div.layer_bottom li.level-3 a {
    background: url("../../images/nav_topics_listplus_red.gif") no-repeat scroll 4px 8px transparent;
    margin-left: 14px;
  }

  #nav div.nav_topics_3 div.layer_bottom li.level-3 a:hover {
    background:url("../../images/nav_topics_listplus_red-active.gif") no-repeat scroll 4px 8px transparent;
  }

  /**************************** yellow ************************************/
  /* upper row image */
  div.nav_topics_4:hover .nav_topics_sub_pre,
  div.nav_topics_4.nav_topics-active .nav_topics_sub_pre {
    background: url("../../images/nav_topics_top-yellow_l.png") no-repeat scroll left top transparent;
  }

  div.nav_topics_4:hover .nav_topics_sub_title,
  div.nav_topics_4.nav_topics-active .nav_topics_sub_title {
    background-color: #FFEE01;
    color:#000000;
  }

  div.nav_topics_4:hover .nav_topics_sub_post,
  div.nav_topics_4.nav_topics-active .nav_topics_sub_post {
    background: url("../../images/nav_topics_top-yellow_r.png") no-repeat scroll left top transparent;
  }

  #nav div.nav_topics_4 div.layer_bottom ul li.level-1 a {
    background:url("../../images/nav_topics_listarrow_yellow.gif") no-repeat scroll left 10px transparent;
  }

  #nav div.nav_topics_4 div.layer_bottom ul li.level-1 a:hover {
    background:url("../../images/nav_topics_listarrow_yellow-active.gif") no-repeat scroll left 10px transparent;
  }

  /* link level 2 background image */
  #nav div.nav_topics_4 div.layer_bottom li.level-2 a {
    background: url("../../images/nav_topics_listarrow_small_yellow.gif") no-repeat scroll 5px 9px transparent;
    margin-left: 6px;
  }

  #nav div.nav_topics_4 div.layer_bottom li.level-2 a:hover {
    background:url("../../images/nav_topics_listarrow_small_yellow-active.gif") no-repeat scroll 5px 11px transparent;
  }

  /* link level 3 background image */
  #nav div.nav_topics_4 div.layer_bottom li.level-3 a {
    background: url("../../images/nav_topics_listplus_yellow.gif") no-repeat scroll 4px 8px transparent;
    margin-left: 14px;
  }

  #nav div.nav_topics_4 div.layer_bottom li.level-3 a:hover {
    background:url("../../images/nav_topics_listplus_yellow-active.gif") no-repeat scroll 4px 8px transparent;
  }

  /**************************** wblue ************************************/
  /* upper row image */
  div.nav_topics_5:hover .nav_topics_sub_pre,
  div.nav_topics_5.nav_topics-active .nav_topics_sub_pre {
    background: url("../../images/nav_topics_top-wblue_l.png") no-repeat scroll left top transparent;
  }

  div.nav_topics_5:hover .nav_topics_sub_title,
  div.nav_topics_5.nav_topics-active .nav_topics_sub_title {
    background-color: #007AD9;
    color:#FFFFFF;
  }

  div.nav_topics_5:hover .nav_topics_sub_post,
  div.nav_topics_5.nav_topics-active .nav_topics_sub_post {
    background: url("../../images/nav_topics_top-wblue_r.png") no-repeat scroll left top transparent;
  }
  
  /*********************************************************************/
  
  

  div.nav_topics_layer {
    left: 0;
    position: absolute;
    top: 42px;
    z-index: 1200;
    display: none;
    cursor:default;
    /*background-color: green;*/
  }

  div.nav_topics-active div.nav_topics_layer { display: block; }


  /*** new part, has to be edited probably... ***/
  /* the topic search bottom layer: top (border-like image) */
  div.nav_topics_layer div.layer_top {
    height:21px;
  }

  /* set different backgrounds for blue, red and green item */
  div.nav_topics_1 div.layer_top {
    background:url("../../images/nav_layer_topics_green-top.png") no-repeat scroll 2px 0px transparent;  
  }

  div.nav_topics_2 div.layer_top {
    background:url("../../images/nav_layer_topics_blue-top.png") no-repeat scroll 2px 0px transparent;  
  }

  div.nav_topics_3 div.layer_top {
    background:url("../../images/nav_layer_topics_red-top.png") no-repeat scroll 2px 0px transparent;  
  }  

  /* the topic search bottom layer: bottom (list content) */
  div.nav_topics_layer div.layer_bottom {
    /*background: none no-repeat scroll 0 0 #3F0AB4;*/
    border-bottom: 7px solid #FFFFFF;
    border-left: 7px solid #FFFFFF;
    border-right: 7px solid #FFFFFF;
    min-height: 270px;
    width: 972px;
    overflow:hidden;
  }

  #nav div.nav_topics_1 div.layer_bottom {
    background: none no-repeat scroll 0 0 #5BAC26;
  }

  #nav div.nav_topics_2 div.layer_bottom {
    background: none no-repeat scroll 0 0 #3F0AB4;
  }

  #nav div.nav_topics_3 div.layer_bottom {
    background: none no-repeat scroll 0 0 #D60505;
  }


  /* list configuration: level 1 */
  #nav div.nav_topics_layer div.layer_bottom li.level-1 {
    float:none;
  }

  /* list configuration: level 2 */
  #nav div.nav_topics_layer div.layer_bottom li.level-2 {
    float:none;
  }

  /* list configuration: level 3 */
  #nav div.nav_topics_layer div.layer_bottom li.level-3 {
    float:none;
  }

  /* list configuration: level 4 */
  #nav div.nav_topics_layer div.layer_bottom li.level-4 {
    float:none;
  }

  /* link settings: general */
  #nav div.nav_topics_layer div.layer_bottom li a {
    margin-left:5px;
    color:#FFFFFF;
    padding-left:14px;
  }

  /* link settings: first list item */
  #nav div.nav_topics_layer div.layer_bottom li.level-1 a {
    font-size:12px;
    font-weight:bold;
    line-height:1.5em;
  }

  /*** end: new part ***/





  /* specia styles for the rektor in the list page */
  div.vcard-addressgroup-VERWALTUNG.rektor p.bodytext {
    margin-bottom:0px;
  }

  div.vcard-addressgroup-VERWALTUNG.rektor div.desc {
    margin-top:25px;
  }

  /* special styles for the rektor detail page table */
  .table-rektor tr {

  }

  /* special styles for the vcard personlist list items */
  div.vcard-personlist li {
    padding-left:0px !important;
    background:0 none !important;
  }

  .table-rektor th {
    width:125px;
    /*border-right:2px solid #000000;*/
    background:url("../../images/table_rektor-border-right.gif") repeat-y scroll 134px 0px transparent !important;
    padding:10px auto 5px 20px;
    border-bottom: 1px dotted #A5A5A5;
    vertical-align:top;
  }

  .table-rektor td {
    padding:5px 200px 10px 20px;  
    border-bottom: 1px dotted #A5A5A5;
    vertical-align:top;    
  }

  .table-rektor {
    border-top:1px dotted #5A5A5A;
    border-bottom:none repeat scroll 0 0 transparent;
  }

  /*.table-rektor tr.odd {
    height:5px;
  }
  
  .table-rektor tr.tr-odd th,
  .table-rektor tr.tr-odd td {
    background:0 none !important;
    border-bottom:0 none;
    padding:0;
  }*/



  /**
  * (en) Forcing vertical scrollbars in IE8, Firefox, Webkit & Opera
  * (de) Erzwingen vertikaler Scrollbalken in IE8, Firefox, Webkit & Opera
  *
  * @workaround
  * @affected IE8, FF, Webkit, Opera
  * @css-for all
  * @valid CSS3
  */

  body { overflow-y:scroll; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting YAML's  basic layout elements
  * (de) Gestaltung des YAML Basis-Layouts
  */

  /* (en) Marginal areas & page background */
  /* (de) Randbereiche & Seitenhintergrund */
  body { background:#ffffff; padding:0; }

  /* (en) Centering layout in old IE-versions */
  /* (de) Zentrierung des Layouts in alten IE-versionen */
  body { text-align:center; }
  .page_margins { text-align:left; margin:0 auto; }

  /* (en) Layout:width, background, borders */
  /* (de) Layout:Breite, Hintergrund, Rahmen */
  .page_margins { width:986px; background:#fff; }
  .page { padding:0px; }

  #header {
    color:#000;
    background:#fff repeat-x top left;
    /*padding:45px 2em 1em 20px;*/
    height:154px;
    position:relative;
    border-top:2px solid #000000;
  }

  /* mhs logo */
  #logoimage {
    left: 0;
    position: absolute;
    top: 60px;
  }

  /* (en) #topnav gets absolute positioning within #header */
  /* (de) #topnav wird innerhalb von #header absolut positioniert */
  #topnav, #langnav {
    background: none repeat scroll 0 0 transparent;
    color: #AAAAAA;
    float: right;
    text-align: right;
    padding-top: 12px;
  }

  #topnav a,
  #langnav a {
    /* overflow:hidden; */
    float:left;
    list-style:none outside none;
    padding: 0 6px;
    background:url("../../images/bg_topnav.gif") no-repeat scroll right 1px transparent;
  }

  #langnav a {
    background:url("../../images/bg_topnav.gif") no-repeat scroll left 1px transparent;
    color: #999999;
  }

  #topnav a.lastitem { background:none; }
  #langnav a.active { display: none; }

  /* social icons/radio navigation */
  #nav_soc {
    background: none repeat scroll 0 0 transparent;
    color: #AAAAAA;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 7px;
    align-items: center;
    display: flex;

  }
  #nav_soc  li {
    float: left;
    list-style: none outside none;
    margin: 0 4px;
    overflow: hidden;
  }
  
  /* social icons for facebook, youtube and horads */
  #nav_soc .soc-item {
    float: left;
    margin-left: 20px;
  }

  /* horizontal navigation */
  #nav {
    border-bottom: 1px dotted #333333;
    border-top: 2px solid #333333;
    height: 41px;
  }

  #nav p {
    float: left;
    font-weight: bold;
    margin-top: 16px;
  }

  #nav ul {
    display: inline;
    float: left;
    margin: 12px 0 0 110px;
    padding: 0;
  }

  #nav ul li {
    /* (en|de) Bugfix:IE - Doubled Float Margin Bug */
    display:inline;
    float:left; /* LTR */
    font-size:1.0em;
    line-height:1em;
    list-style-type:none;
    margin:0;
    padding:0;
  }

  #nav ul li a,
  #nav ul li strong {
    background:transparent;
    color:#595959;
    display:block;
    font-size:1em;
    margin:0;
    padding:0.5em 0.8em 0.5em 0.8em;
    text-decoration:none;
    width:auto;
  }

  #nav ul li a:focus,
  #nav ul li a:hover,
  #nav ul li a:active  { background:none; color:#333; text-decoration:none; outline: 0 none; }

  #nav ul li.active {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background:#272727 url("images/shiny_buttons/background_active.png") repeat-x center right;
    border-left:1px #444 solid;
    border-right:1px #888 solid;
  }

  #nav ul li.active strong,
  #nav ul li.active a:focus,
  #nav ul li.active a:hover,
  #nav ul li.active a:active { background:transparent; color:#fff; text-decoration:none; }


  /* left navigation (vlist style) */
  #nav_left {
    margin-top: 0px;  /* before: 24px, dunno why exactly this was set... */
  }

  #nav_left ul {
    list-style: none outside none;
    margin:0 0 0px 0px;
  }

  #nav_left ul.level-1-outer {
    border-bottom:1px solid #000000;
  }

  #nav_left li {
    line-height: 16px;
    border-top: 1px solid #000000;
    margin:0px;
  }

  #nav_left li.spacer { line-height:22px; }  

  #nav_left li.level-1,
  #nav_left li.level-2,
  #nav_left li.level-3 {
    background:url("../../images/bg_nav_left.gif") no-repeat scroll left 8px transparent;
  }

  #nav_left li.active {  
    background: url("../../images/bg_nav_left-active.gif") no-repeat scroll left 10px transparent;
    /*border-bottom:1px solid #000000;
    padding: 0 0 0 10px;*/
  }

  #nav_left li a:hover { color: #000000; background-color:#efefef; text-decoration:none; }
  #nav_left li a { display:block; color:#5A5A5A; }
  #nnav_left li.active a {
    color:#000000;
    background:url("../../images/bg_nav_active.png") no-repeat scroll right 0px transparent;
  }
  #nav_left a.active {
    color:#000000;
    background:url("../../images/bg_nav_active.png") no-repeat scroll right 0px transparent;
  }

  #nav_left li.active ul a { color:#5A5A5A; }

  #nnav_left li.active ul a { background:none; }
  #nav_left li.root {
    border-top:2px solid #000000;
    border-bottom:1px solid #000000;
  }

  #nav_left li.level-1 a { padding:3px 0px 3px 10px; }
  #nav_left li.level-2 a { padding:3px 0px 3px 20px; }
  #nav_left li.level-3 a { padding:3px 0px 3px 30px; }

  #nav_left li.level-1.active { background: url("../../images/bg_nav_left-active.gif") no-repeat scroll 0px 8px transparent; }
  #nav_left li.level-2.active { background: url("../../images/bg_nav_left-active.gif") no-repeat scroll 10px 8px transparent; }
  #nav_left li.level-3.active { background: url("../../images/bg_nav_left-active.gif") no-repeat scroll 20px 8px transparent; }

  #nav_left li.level-1 { background: url("../../images/bg_nav_left.gif") no-repeat scroll 1px 8px transparent; }
  #nav_left li.level-2 { background: url("../../images/bg_nav_left.gif") no-repeat scroll 11px 8px transparent; }
  #nav_left li.level-3 { background: url("../../images/bg_nav_left.gif") no-repeat scroll 21px 8px transparent; }

  /* breadcrumb navigation */
  #nav_breadcrumb {
    border-bottom:1px solid #000000;
    padding-bottom: 3px;
    overflow: hidden;
  }

  #nav_breadcrumb ul { list-style: none outside none; padding-bottom: 27px; margin:0; }
  #nav_breadcrumb  li {
    float:left;
    display:inline;
    line-height: 13px;
    background: url("../../images/icon_arrow_right.png") no-repeat scroll 0 2px transparent;
    padding-left: 12px;
  }
  #nav_breadcrumb  li , #nav_breadcrumb  li  a { color:#6D6D6D; }


  #main { /*background:#fff;*/padding:10px 0; }

  #footer {
    background: url("../../images/mhs_bg_footer.png") no-repeat scroll 0px 24px transparent;
    color: #666666;
    height: 120px;
    padding: 0;
  }

  /* (en) Backup for correct positioning */
  /* (de) Absicherung korrekte Positionierung */
  #header, #nav, #main, #footer { clear:both; }

  /*------------------------------------------------------------------------------------------------------*/

  /**
  * (en) Formatting content container
  * (de) Formatierung der Inhalts-Container
  */


  #col1 { width:200px; padding-right: 43px; padding-left: 4px; }
  #col1_content { padding: 30px 0 10px 0; }

  #col2 {     
    float: left;
    margin: 0 0;
    width: 510px;
  }
  #col2_content { padding:0px 0px 0px 0px; }

  #col3 { margin:0 0 0 786px; }
  #col3_content {
    margin: 0 0 0 0;
    padding: 30px 0 0 0;
  }

  /* main content area in #col2_content */
  #main_content {
    margin: 0px 0 0 0; /* was 16px */
  }

  /* hiding columns for alternative layout: */
  .hideAll #col1,
  .hideAll #col3,
  .hidecol1 #col1,
  .hidecol3 #col3 { display: none; }

  .hideAll #col2,
  .hidecol1 #col2 { margin-left: 0; width:986px !important; }

  .hideAll #col2,
  .hidecol3 #col2 { margin-right: 0; width:739px; }

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * (en) Styling of layout specific elements
  * (de) Gestaltung layoutabhängiger Elemente
  */

  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#000;
  }

  #header span { color:#999; }

  #topnav a { color:#999; font-weight:normal; text-decoration:none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { text-decoration:none; background-color:transparent; }

  #footer a { color:#999; background:transparent; font-weight:bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color:#4D87C7; background-color:transparent; text-decoration:none; }

  #footermenu_right {
    background: none repeat scroll 0 0 transparent;
    border-top: 2px solid #000000;
    color: #AAAAAA;
    font-size: 9px;
    font-weight: normal;
    padding: 5px 14px 0 0;
  }

  #footermenu_right li { overflow:hidden; float:right;margin-right: 20px; }

  #footermenu_left {
    font-size: 9px;
    font-weight: normal;
    padding: 3px 0 5px 20px;
  }




  /** menu items **/
  /* quicklinks (csc-menu or csc-menu-def) */
  #col3 ul.csc-menu {
    border-bottom: 1px solid #000000;
    list-style: none outside none;
    margin: 5px 0 32px;
    padding: 0 0 8px;  
  }

  #col3 ul.csc-menu li {
    background: url("../../images/icon_arrow_right.png") no-repeat scroll 0 4px transparent;
    margin: 0;
    padding-left: 16px;
  }
  #col3 ul.csc-menu li a { color:#91125F; }


  /* elements in content */
  div.csc-default { /*margin-bottom: 32px;*/ }  /* before: 32px */

  /**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Skiplinks
  *
  * (en) Visual styling for skiplink navigation
  * (de) Visuelle Gestaltung der Skiplink-Navigation
  *
  * @section content-skiplinks
  */

  #skiplinks a.skip:focus,
  #skiplinks a.skip:active {
    color:#fff;
    background:#333;
    border-bottom:1px #000 solid;
    padding:10px 0;
    text-decoration:none;
  }

  div.csc-default {
    overflow:hidden;
  }

  div.csc-frame-rulerBefore {
    border-top: 1px solid #000000;
    padding: 16px 0;
  }

  div.csc-frame-rulerAfter {
    border-bottom: 1px solid #000000;
    padding: 16px 0;
  }


  /* removes the justified text align in col3: */
  #col3 p.bodytext {
    text-align: left;
  }




  /* download links (profile, element #22) */
  table.csc-uploads-0,
  ul.csc-uploads-0 {
    border-top:1px solid #000000;
    border-bottom: 0 none;
    width:100%;
  }

  table.csc-uploads-0 tr.tr-odd,
  table.csc-uploads-0 tr.tr-even,
  ul.csc-uploads-0 li.li-odd,
  ul.csc-uploads-0 li.li-even {
    height:22px;
  }

  table.csc-uploads-0 td,
  ul.csc-uploads-0 li {
    padding:0px !important;
    margin-top: 0px !important;
    background: none !important;
    height: 21px !important;
    border-bottom:1px solid #000;
  }

  table.csc-uploads-0 tr:hover td,
  ul.csc-uploads-0 li:hover {
    background: url("../../images/csc-menu_active.png") no-repeat scroll 0 0 transparent !important;;
  }

  ul.csc-uploads-0 span {
    text-decoration: none !important;
    margin-top: 3px;
  }

  table.csc-uploads-0 a,
  ul.csc-uploads-0 a {
    background:url("../../images/icon_file.png") no-repeat scroll 0 1px transparent;
    padding-left:16px;
    text-decoration: none;
  }

  table.csc-uploads-0 p,
  ul.csc-uploads-0 p {
    margin:0px;
  }

  /* styling some css styled content elements */
  .csc-textpic-intext-left .csc-textpic-text {
    padding-top:6px;
  }

  /* nav topics: additional link for wilhelmatheater */
  .nav_topics_additionallink {
    background:url("../../images/icon_arrow_right.png") no-repeat scroll 0 15px transparent;
    float: left;
    line-height: 41px;
    padding: 0 0 0 12px;
    vertical-align: baseline;
  }  

  /* audio links */  
  .icon-audio {  
    background: url(../../images/icon_audio.png) 3px 0px no-repeat;
    padding-left: 20px;
  }
  .icon-audio a {
    padding-left: 36px;  
  }

}
