/* .......................................................................
Alle Menües im Head und Foot
http://www.phpinsider.com/compress_css.php
........................................................................ */
#head ul, #head ul li, #foot ul, #foot ul li, ul.lan_foot {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.lan_foot {
  float: right;
  padding: 5px 0 15px;
  display: none;
}
#head ul li, #foot ul li {
  float: left;
  position: relative;
}
ul.lan_foot li {
  float: left;
}
#head a, #head a:hover, #head a:visited, #foot a, #foot a:hover, #foot a:visited {
  color:#333;
  text-decoration: none;
  display: block;
}
#foot ul a, #foot ul a:hover, #foot ul a:visited {
  color:#fff;
}


/* head => menuMain */
/* ---------------------------------------------------------------------- */
#menuMain {
  position:absolute;
  bottom:0px;
  font-family: "InfoTextWebPro-Medium";
  font-size:18px;
  z-index: 2000;
}
/* 1. Ebene */
#menuMain ul li{
  position: static;
  height:auto;
  padding:0;
  /*margin-right:2px;*/
}
#menuMain ul li a{
  height:33px;
  padding:10px 10px 0 10px;
}
/* Aktiv */
#menuMain ul li.active a{
  background-color:#eee;
  color:#333;
}
/* Hover */
#menuMain ul li a:hover, #menuMain ul li a.hover{
  background-color:#333;
  color:#fff;
}
/* Maus im Submenue => siehe Javascript */
#menuMain ul li a.focusSubmenu{
  background-color:#f7f7f7;
  color:#333;
}

/* Submenü */
#menuMain .submenu{
  display:none;
  position: absolute;
  left:0;
  /* top:29px; */
  top:43px;
  /* padding-top:14px; */
  clear: left;
  width:940px;
  font-size:16px;
  z-index:100;
}

/* 2. Ebene */
#menuMain ul ul {
  position:relative;
  background-color:#f7f7f7;
  padding:15px 0 15px 0;
  height:1%;
  box-shadow: 0px 2px 3px #c4c4c4;
  -moz-box-shadow: 0px 2px 3px #c4c4c4;
  -webkit-box-shadow: 0px 2px 3px #c4c4c4;  
}
#menuMain ul li ul li{
  margin:0;
  padding:0;
  margin-left:10px;
  border-top:1px solid #d4d4d4;
  border-bottom:1px solid #d4d4d4;
  height:auto;
  /* font-size:16px; */
  font-size:14px;
}
#menuMain ul li ul li, #menuMain ul li:hover ul li{
  background:none;  
}
#menuMain ul li ul li a,#menuMain ul li.active ul li a{
  height:auto;
  padding:0;
  /* height:18px; */
  padding:4px 8px;
  background-color:transparent;
  color:#333;
  line-height: 18px;
}
/* Hover */
#menuMain ul li ul li a:hover{
  background-color:#333;
  color:#fff;
}

/* 3. Ebene */
#menuMain ul ul ul{
  padding:0;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
#menuMain ul li ul li ul li{
  /* float:none; rausgenommen wegen IE... */
  margin-left:0;
  border-bottom:none;
}
#menuMain ul li ul li ul li.last{
  /* border-bottom:1px solid #d4d4d4; */
}
#menuMain ul li ul li ul li a{
  height:auto;
  padding:7px 8px 7px 8px;
  color:#777 !important;
  font-family: "InfoTextWebPro" !important;

  
}
#menuMain ul li ul li ul li:hover a{
  color:#fff !important;
}

/* Bei mouseover einblenden */
#menuMain ul li:hover .submenu{
  display: block;
}

/* Standardbreite: 5 Spalten */
#menuMain ul li ul li{
  width:176px; /* 940/5 - 10 (margin-left) - 10/5 (damit ganz rechts auch noch Platz ist) */
  /* Standard 6 Spalten */
  width:145px;
}
/* Breite: 6 Spalten */
#menuMain ul li ul.cols6 li{
  width:145px;
}
/* Breite: 7 Spalten */
#menuMain ul li ul.cols7 li{
  width:123px;
}



/* head => menuThemes */
/* ---------------------------------------------------------------------- */
#menuThemes{
  position:absolute;
  right:-4px; /* margin-right vom li aufheben */
  top:51px;
  /*font-family: "InfoTextWebPro-Medium";*/
  font-family: "InfoTextWebPro";
  font-size:14px;
  z-index: 2100;
}
#menuThemes ul li{
  margin-right:4px;
  position:static;
}

#menuThemes ul li a{
  height:14px; /* 25px - (2*7) */
  padding:7px;
}
/* Aktiv, Maus im Submenü => siehe Javascript */
#menuThemes ul li.active a, #menuThemes ul li a.focusSubmenu{
  color:#333;
  background-repeat: repeat-x;
}

#menuThemes ul li.theme_10.active a, #menuThemes ul li.theme_10 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_diabetes.png);
}
#menuThemes ul li.theme_20.active a, #menuThemes ul li.theme_20 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_lunge.png);
}
#menuThemes ul li.theme_30.active a, #menuThemes ul li.theme_30 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_mental-health.png);
}
#menuThemes ul li.theme_40.active a, #menuThemes ul li.theme_40 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_herz.png);
}
#menuThemes ul li.theme_50.active a, #menuThemes ul li.theme_50 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_infektion.png);
}
#menuThemes ul li.theme_60.active a, #menuThemes ul li.theme_60 a.focusSubmenu{
  background-image: url(../../layout/head/bg_menuThemes_border_umwelt.png);
}
#menuThemes ul li.theme_all.active a{
  background-image: url(../../layout/head/bg_menuThemes_border_all.png);
}

/* Hover */
#menuThemes ul li a:hover, #menuThemes ul li a.hover{
  color:#fff;
}
#menuThemes ul li.theme_10 a:hover, #menuThemes ul.theme_10 li a.hover{
  background-color:#d43f37;
  background-position: 0 100px;
}
#menuThemes ul li.theme_20 a:hover, #menuThemes ul.theme_20 li a.hover{
  background-color:#00a5ec;
  background-position: 0 100px;
}
#menuThemes ul li.theme_30 a:hover, #menuThemes ul.theme_30 li a.hover{
  background-color:#4b1d70;
  background-position: 0 100px;
}
#menuThemes ul li.theme_40 a:hover, #menuThemes ul.theme_40 li a.hover{
  background-color:#a91043;
  background-position: 0 100px;
}
#menuThemes ul li.theme_50 a:hover, #menuThemes ul.theme_50 li a.hover{
  background-color:#f9b200;
  background-position: 0 100px;
}
#menuThemes ul li.theme_60 a:hover, #menuThemes ul.theme_60 li a.hover{
  background-color:#44b12c;
  background-position: 0 100px;
}
#menuThemes ul li.theme_all a:hover, #menuThemes ul.theme_all li a.hover{
  background-color:#333;
  background-position: 0 100px;
}

#menuThemes .submenu{
  display:none;
  position: absolute;
  left:0;
  top:28px;
  width:99%;
  background-color:#fff;
  font-size:16px;
  z-index:120;
  padding:23px 0 23px 0;
  background-repeat: no-repeat;
  background-position:13px 23px;
  box-shadow: 0px 2px 2px #c4c4c4;
  -moz-box-shadow: 0px 2px 2px #c4c4c4;
  -webkit-box-shadow: 0px 2px 2px #c4c4c4;
  min-width: 270px;
}

#menuThemes li.theme_10 .submenu{
  border-bottom:3px solid #d43f37;
  background-image:url(../../layout/head/bg_menuThemes_submenu_diabetes.png);
}
#menuThemes li.theme_20 .submenu{
  border-bottom:3px solid #00a5ec;
  background-image:url(../../layout/head/bg_menuThemes_submenu_lunge.png);
}
#menuThemes li.theme_30 .submenu{
  border-bottom:3px solid #4b1d70;
  background-image:url(../../layout/head/bg_menuThemes_submenu_mental-health.png);
}
#menuThemes li.theme_40 .submenu{
  border-bottom:3px solid #a91043;
  background-image:url(../../layout/head/bg_menuThemes_submenu_herz.png);
}
#menuThemes li.theme_50 .submenu{
  border-bottom:3px solid #f9b200;
  background-image:url(../../layout/head/bg_menuThemes_submenu_infektion.png);
}
#menuThemes li.theme_60 .submenu{
  border-bottom:3px solid #44b12c;
  background-image:url(../../layout/head/bg_menuThemes_submenu_umwelt.png);
}


/* 2. Ebene */
#menuThemes ul ul {
  position:relative;
}

/* Zurücksetzen */
#menuThemes ul li ul li{
  float:none;
  margin:0;
  padding:0;
  height:auto;
  background-color: none;
  border:none;
}
/* jetzt neu */
#menuThemes ul li ul li{
  border-top:1px solid #d5d5d5;
}
#menuThemes ul li ul li.last{
  border-bottom:1px solid #d5d5d5;
}
  
#menuThemes ul li ul li a,
#menuThemes ul li.active ul li a,
#menuThemes ul li.theme_10.active ul li a,
#menuThemes ul li.theme_20.active ul li a,
#menuThemes ul li.theme_30.active ul li a,
#menuThemes ul li.theme_40.active ul li a,
#menuThemes ul li.theme_50.active ul li a,
#menuThemes ul li.theme_60.active ul li a{
  margin:0;
  padding:0;
  padding:4px 9px;
  height:auto;
  background: none;
  color:#333;
}
/* Hover */
#menuThemes ul li ul li a:hover,
#menuThemes ul li.theme_10.active ul li a:hover,
#menuThemes ul li.theme_10 ul li a:hover,
#menuThemes ul li.theme_20 ul li a:hover,
#menuThemes ul li.theme_30 ul li a:hover,
#menuThemes ul li.theme_40 ul li a:hover,
#menuThemes ul li.theme_50 ul li a:hover,
#menuThemes ul li.theme_60 ul li a:hover{
  background-color:#333;
  color:#fff;
}

/* Inhalt Layer */
#menuThemes .themes-list-left, #menuThemes .themes-list-right{
  width:147px;
}
#menuThemes .themes-list-left{
  float: left;
  margin-left:104px;
}
#menuThemes .themes-list-right {
  float: right;
  margin-right:16px;
  font-family: "InfoTextWebPro";
  font-size:14px;
}
#menuThemes .themes-list-right img {
  margin-bottom:10px;
}
#menuThemes .themes-list-right p {
  /* background:url(../../layout/head/bg_a_more_diabetes.png) no-repeat 100% 92%; */
  background: transparent url(../../layout/content/more_int_red.png) no-repeat 100% 100%;
  display: block;
  padding-right: 10px;
}
#menuThemes .themes-list-right span.date{
  font-family: "InfoTextWebPro-Bold";
  font-size:15px;
}
#menuThemes .themes-list-right a,
#menuThemes .themes-list-right a:hover,
#menuThemes li.active .themes-list-right a:hover{
  margin:0;
  padding:0;
  height:auto;
  display:inline;
  color:#333 !important;
  background-color:transparent !important;
  background:none;
  background-position: -1000px -1000px; /* IE */
  line-height:18px;
}

#menuThemes .themes-list-right span a,
#menuThemes .themes-list-right span a:hover,
#menuThemes li.active .themes-list-right span a:hover {
  width:6px;
  height:9px;
}
#menuThemes .themes-list-right a.more em, #menuThemes .themes-list-right span a em{
  visibility: hidden;
}

/* Link 'more' */
/*
#menuThemes li.theme_10 .themes-list-right span a, #menuThemes li.theme_10 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_diabetes.png);
}
#menuThemes li.theme_20 .themes-list-right span a, #menuThemes li.theme_20 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_lunge.png);
}
#menuThemes li.theme_30 .themes-list-right span a, #menuThemes li.theme_30 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_mental-health.png);
}
#menuThemes li.theme_40 .themes-list-right span a, #menuThemes li.theme_40 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_herz.png);
}
#menuThemes li.theme_50 .themes-list-right span a, #menuThemes li.theme_50 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_infektion.png);
}
#menuThemes li.theme_60 .themes-list-right span a, #menuThemes li.theme_60 .themes-list-right span a:hover{
  background-image:url(../../layout/head/bg_a_more_umwelt.png);
}
*/

/* Bei mouseover einblenden */
#menuThemes ul li:hover .submenu{
  display: block;
}





/* head => menuLanguage */
/* ---------------------------------------------------------------------- */
#menuLanguage{
  position:absolute;
  right:8px;
  top:10px;
  font-family: "InfoTextWebPro-Medium";
  font-size:12px;
}
#menuLanguage ul li.last, #copyright ul li.last {
  padding-left:10px;
  background: url(../../layout/head/bg_menuLanguage_sep.png) no-repeat 3px 1px;
}
#menuLanguage ul li a.active, #menuLanguage ul a:hover, #copyright ul a.active, #copyright ul a:hover {
  color:#919191;
}


/* head => menuLink */
/* ---------------------------------------------------------------------- */
#menuLink, #menuLink a{
  width:80px;
  height:28px;
}
#menuLink{
  border:1px solid #d4d4d4;
  position: absolute;
  left:10px;
  bottom:10px;
  font-family: "InfoTextWebPro-Medium";
  display:none;
}
#menuLink a{
  font-size:16px;
  padding:4px 0 0 25px;
  background: url(../../layout/head/bg_menuLink.png) no-repeat 10px 8px;
}


/* menuBreadcrumb */
/* ---------------------------------------------------------------------- */
#menuBreadcrumb div.bread{
  margin:14px 0 19px 10px;
}
#menuBreadcrumb ul {
  list-style:none;
  padding:0;
  margin:0;
  font-size:11px;
}
#menuBreadcrumb ul li {
  float:left;
  position:relative;
  background: url(../../layout/head/bg_breadcrumb_sep.png) no-repeat left 3px;
  padding:0 0 0 12px;
  margin:0 9px 0 0;
}
#menuBreadcrumb ul li.first{
  padding-left:0;
  background: none;
}
#menuBreadcrumb ul li.last{
  background-image:url(../../layout/head/bg_breadcrumb_sep_last.png);
}
#menuBreadcrumb ul li a{
  color:#333;
  text-decoration:none;
  font-size:14px;
}
#menuBreadcrumb ul li a:hover, #menuBreadcrumb ul li.last a{
  color:#8c8c8c;
}


/* foot => menuInstitutes */
/* ---------------------------------------------------------------------- */
#menuInstitutes{
  position:absolute;
  left:0;
  top:0;
  font-size:14px;
  z-index: 3000;
}
#menuInstitutes ul li{
  background: transparent url(../../layout/foot/bg_menuInstitutes_li.png) no-repeat 13px 15px;
  height:26px;
  position:static;
  padding:9px 13px 0 33px;
  position:relative;
}
#menuInstitutes ul li.first{
  margin-left:10px;
}
#menuInstitutes ul li:hover, #menuInstitutes ul li.first:hover{
  /*background-color:#505050;*/
  background: #505050 url(../../layout/foot/bg_menuInstitutes_li.png) no-repeat 13px -15px;
}

#menuInstitutes .menu-loader {
    padding-left: 25px;
    background: transparent url(../../layout/foot/ajax-loader.gif) no-repeat;
    margin-left: 10px;
}

/* Submenu allgemein */
#menuInstitutes .submenu{
  display:none;
  position:absolute;
  left:0;
  bottom:35px;
  background-color:#505050;
  clear: left;
  font-size:13px;
  z-index:9999;
  box-shadow: 1px -2px 1px #c4c4c4;
  -moz-box-shadow: 1px -2px 1px #c4c4c4;
  -webkit-box-shadow: 1px -2px 1px #c4c4c4;
  width:288px;
  padding:15px 14px 20px 14px;
}

/* Submenu (Institute) */
#menuInstitutes ul li.institutes .submenu{
  width:854px;
  padding-left:0;
  padding-right:0;  
}
/* Überschrift bei den Instituten */
#menuInstitutes ul li.institutes span{
  font-family: "InfoTextWebPro-Bold";
  color:#fff;
}

/* Letztes Submenu (KKGs) */
#menuInstitutes ul li.last .submenu{
}


/* 2. Ebene */
#menuInstitutes ul ul {
}
#menuInstitutes ul li ul li{
  margin:0;
  padding:0;
  height:auto;
  
  float:none;
  background:none;
  border-top:1px solid #666;
}
#menuInstitutes ul li ul li span{
  display:block;
}
#menuInstitutes ul li ul li a{
  padding:5px 0 5px 7px;
  
  /* ************************************************* */
  /* geänderte Größe im Footermenü  */
  /* ************************************************* */
  padding:3px 0 3px 7px;
  
}
#menuInstitutes ul li ul li span {
  padding:5px 0 5px 0;
}
#menuInstitutes ul li ul li:hover, #menuInstitutes ul li ul li:hover a, #menuInstitutes ul li ul li:hover a:hover{
  color:#333;
  background-color:#fff !important;
}
#menuInstitutes ul li ul li span:hover{
  background-color:#505050;
}
#menuInstitutes ul li ul li.last{
  border-bottom:1px solid #666;
}
#menuInstitutes .inst-list-left, #menuInstitutes .inst-list-right {
  float: left;
  width: 406px;
  padding:0 7px 0 14px;
}
#menuInstitutes .inst-list-right {
  float: right;
  padding:0 14px 0 7px;  
}

/* Bei mouseover einblenden */
#menuInstitutes ul li:hover .submenu{
  display: block;
}

/* foot => menuService */
/* ---------------------------------------------------------------------- */
#menuService{
  position:absolute;
  right:82px;
  top:11px;
  font-size:13px;
}
#menuService ul {
  /*display: inline;*/
  float: left;
}
#menuService ul li{
  margin-right:28px;
}
#menuService ul li.active a, #menuService ul li a:hover {
  color:#919191;
}

#menuService ul > .fa{display:none;}

/* Sitemap für Mobilgeräte */
/* ---------------------------------------------------------------------- */
.cbox.sitemap {
  font-size:18px;
  background: transparent;
}
.cbox.sitemap ul {
  list-style: none;
}
.cbox.sitemap li {
  margin-bottom: 7px;
  padding: 0 0 0 40px;
  position: relative;
  border-bottom: 0 none;
}
.cbox.sitemap li:hover {
  background: #fff url(../../layout/content/bg_tabs_arrows.png) no-repeat 96% -92px;
}
.cbox.sitemap li li {
  margin-bottom: 0;
  padding: 0;
}
.cbox.sitemap li li:hover {
  background: #f7f7f7 url(../../layout/content/bg_tabs_arrows.png) no-repeat 96% -92px;
}
.cbox.sitemap li a {
  display: block;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 0 10px 50px;
  margin-left: -40px;
  border-right: 1px solid #e2e2e2;
  -webkit-box-shadow: 0 2px 2px -2px #d4d4d4;
  -moz-box-shadow: 0 2px 2px -2px #d4d4d4;
  box-shadow: 0 2px 2px -2px #d4d4d4;
  background: #fff url(../../layout/content/bg_tabs_arrows.png) no-repeat 96% -92px;
}
#content .cbox.sitemap li a span {
  border-bottom: 0 none;
  font-family: "InfoTextWebPro-Medium";
  margin-left: 0;
}
#content .cbox.sitemap li li a span {
  border-bottom: 0 none;
  font-family: "InfoTextWebPro";
  margin-left: 0;
}
#content .cbox.sitemap li a:hover span {
  color: #333;
}
.cbox.sitemap ul li li a {
  padding-left: 60px;
  border-left: 0 none;
  border-right: 0 none;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  background: #f7f7f7 url(../../layout/content/bg_tabs_arrows.png) no-repeat 96% -92px;
}
.sitemap ul li li li a {
  padding-left: 70px;
}

/* Grafik Plus/Minus */
.cbox.sitemap .treeview .hitarea {
  background: transparent url(../../layout/content/bg_plus_minus.png) no-repeat 8px -91px;
  border-right: 1px solid #d4d4d4;
  height: 39px;
  width: 40px;
  margin-left: -40px;
  float: left;
  cursor: pointer;
}
/* fix für IE6 */
* html .cbox.sitemap .hitarea {
  display: inline;
  float:none;
}
.cbox.sitemap .treeview a.selected {
  background-color: #eee;
}
.cbox.sitemap .treeview .expandable-hitarea {
  background-position: 8px 7px;
}
.cbox.sitemap .treeview li li .expandable-hitarea {
  background: #f7f7f7 url(../../layout/content/bg_plus_minus.png) no-repeat 8px 7px;
}
.cbox.sitemap .treeview li li .collapsable-hitarea {
  background: #f7f7f7 url(../../layout/content/bg_plus_minus.png) no-repeat 8px -91px;
}
/* zu lange Texte beschneiden */
.cbox.sitemap .treeview span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  display: block;
}
/* Sitemap für Mobilgeräte Fokusthemen */
/* ---------------------------------------------------------------------- */
.cbox.sitemap.themes ul li {
  margin-bottom: 0;
  background: #fff url(../../layout/content/bg_tabs_arrows.png) no-repeat 96% -92px;
}
.cbox.sitemap.themes ul li a {
  padding-left: 50px;
}
.cbox.sitemap.themes ul li.theme_19035 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px -165px;
}
.cbox.sitemap.themes ul li.theme_19036 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px -60px; /*10px -130px;*/
}
.cbox.sitemap.themes ul li.theme_19037 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px -25px; /*10px -95px;*/
}
.cbox.sitemap.themes ul li.theme_19038 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px -130px; /*10px -60px;*/
}
.cbox.sitemap.themes ul li.theme_19039 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px -95px; /*10px -25px;*/
}
.cbox.sitemap.themes ul li.theme_19040 a {
  background: transparent url(../../layout/content/bg_fokusthemen_sprite.png) no-repeat 10px 10px;
}

/* Menü Institute/Departments/... */
/* ---------------------------------------------------------------------- */

#c56403 .content-detail,
#c56405 .content-detail,
#c56407 .content-detail {
  background: transparent;
  padding: 0;
}
#c56403 ul,
#c56405 ul,
#c56407 ul {
  list-style: none;
  margin: 0;
}
#content #c56403 li,
#content #c56405 li,
#content #c56407 li{
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}
#content #c56403 li a,
#content #c56403 li span,
#content #c56405 li a,
#content #c56405 li span,
#content #c56407 li a,
#content #c56407 li span {
  background: #333;
  margin: 0;
  padding: 6px 20px 5px 15px;
  border-bottom: 0 none;
  display: block;
  color: #fff;
}
#content #c56403 li a,
#content #c56405 li a,
#content #c56407 li a {
  background: #333 url(../../layout/foot/bg_menuInstitutes_li_handheld.png) no-repeat 100% 10px;
}
#content #c56403 li span,
#content #c56405 li span,
#content #c56407 li span {
  padding-left: 8px;
}
#content #c56403 li a:hover,
#content #c56405 li a:hover,
#content #c56407 li a:hover {
  background: #505050 url(../../layout/foot/bg_menuInstitutes_li_handheld.png) no-repeat 100% 10px;
  color: #fff;
}

