/* Zeigt bei allen Seiten einen vertikalen Scrollbalken an, auch wenn diese
sehr kurz sind wie z. B. Kontakt und Links */
html { height: 101%; } 

lsf {
	width: 60px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: white;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
    text-align: center;
}

table * {
    vertical-align:top;
}

img {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}


a:link, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

/* HHK just for fun! */
.line_dashed {
	border-bottom: 1px dashed #999;
	padding: 5px;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	color: #900;
	font-weight: normal;
	margin: 0px 0px 10px -5px;
	padding: 5px;
	border-bottom: 1px dashed #999;
}

h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #333;
	font-weight: normal;
	margin: 20px 0px 10px -1px;	
}

h3 {
	font-size: 1em;
	line-height: 1.2em;
	color: #333;
	font-weight: bold;
	margin: 20px 0px 10px -1px;	
}

q { /*inserted by Madeline Remse, May 10, 2013*/
  display: block;
  text-align: center;
  font-style:oblique;
  line-height: 1.7em;
  margin-top: 10px;
  margin-right: 50px;
  margin-bottom: 20px;
  margin-left: 50px;
}

hr {
	border: 0;
	border-top: 1px dashed #999;
}

.bu {
	font-size: 0.8em;
	line-height: 1.2em;
}

.bearbeiter {
	font-size: 0.8em;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #666;
}

.internetextnavig {
	font-size: 0.8em;
	text-align: right;
	line-height: 1.2em;
}

.seitenanker {
	font-size: 0.8em;
	text-align: right;
	line-height: 1.2em;
}

#topBar {
	height: 25px;
	background-color: #990000;
	margin-bottom: 15px;
	min-width: 982px;
}

#pageContainer {
    text-align: left;
    margin: 0px auto;
	border: solid 1px #fff;
	border-width: 0px 1px;
	min-width: 60px;
	width: 960px;
	position: relative;
	padding: 0px 10px 0px 10px;
}

#leftColumn {
	width: 220px;
	float: left;
}

#naviMainContainer li {
	margin-bottom: -1px;
	line-height:1.1em;
	margin:0px;
	padding:0px;
}

#naviMainContainer ul {
	margin: 0px 0px 0px 0px; /* HHK original 8px unten! */
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;  /* HHK von 0.9 geaendert! */
	font-weight: normal;
	line-height: 1.2em;
}

#naviMainContainer a {
	display: block;
	padding: 5px 5px 6px 1px;
	width: 200px;
	color: #000;
	background-color: #fff;
	border-top: 1px solid #fc6; 
}

a.naviMainContainer:link {
	color: #000;
	text-decoration: none;
	border-top: 1px solid #fc6;	
}

.lastNav {
	border-bottom: 1px solid #fc6;		
}




a.naviMainContainer:visited {
	color: #000;
	text-decoration: none;
}

#naviMainContainer a:hover {
	background-color: #efefef;
	color: #000;
	text-decoration: none;	
}

#naviMainContainer a.current {
	background-color:#efefef;
	color: #000;
	border-top: 1px solid #fc6; 
	font-weight: bold;		
}

#naviMainContainer a.current:visited {
	color:#000;
	border-top: 1px solid #fc6; 
}

#naviMainContainer a.current:hover {
	background-color: #efefef;
	color: #000;
	border-top: 1px solid #fc6; 
	text-decoration: none;			
}

.lastNavCurrent {
	border-bottom: 1px solid #fc6;		
}

#naviMainContainer a.lastNavCurrent {
	background-color:#efefef;
	color: #000;
	border-top: 1px solid #fc6; 
	font-weight: bold;		
}

#naviMainContainer a.lastNavCurrent:visited {
	color:#000;
	border-top: 1px solid #fc6; 
}

#naviMainContainer a.lastNavCurrent:hover {
	background-color: #efefef;
	color: #000;
	border-top: 1px solid #fc6; 
	text-decoration: none;			
}

/* Altes Menue Ebene2 START */
/* HHK erste aufklappbare ebene! */

#naviMainSub a {
	font-size: 0.9em;
	padding-left: 15px;
/*	border-top: 1px solid #00f; */
	border-top: 0px; 

}


#naviMainSub ul {
	margin: 0px 0px 0px 0px;
	line-height: 0.6em;
}
/* Altes Menue Ebene2 ENDE */

#naviMainContainer .sub{
        padding-left:10px;
        font-size:.9em;
        margin-top:0px;
        line-height:1.1em;
}
#naviMainContainer .sub a{
        width:190px;
        border-top:1px solid #fff;
        padding-top:3px;
        padding-bottom:5px;
}

#naviMainContainer .subsub{
        padding-left:18px;
        font-size:.8em;
        margin-top:0px;
        line-height:1em;
}

#naviMainContainer .subsub a{
        width:182px;
        border-top:1px solid #fff;
        padding-top:3px;
        padding-bottom:5px;
}

#naviMainContainer .subsubsub{
        padding-left:21px;
        font-size:.8em;
        font-style: italic;
        margin-top:0px;
        line-height:1em;
}

#naviMainContainer .subsubsub a{
        width:179px;
        border-top:1px solid #fff;
        padding-top:2px;
        padding-bottom:5px;
}




/* HHK alle naviSubContainer aus style_zentral.css eingefuegt! */

#naviSubContainer li {
	margin: 0px;
}

#naviSubContainer ul {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	list-style-type: none;
	font-weight: normal;
}

#naviSubContainer a {
	display: block;
	padding: 2px 5px 2px 1px;
	width: 200px;		
	background-color: #fff;
	border-top: 0px solid #b3cce7;
	border-bottom: 0px solid #e4e8ed;	
}

/* HHK */
#naviSubContainer a.firstNav {
/*	text-decoration: underline;*/
	padding: 8px 5px 0px 1px;
	border-top: 1px solid #fc6;		
}

#naviSubContainer a:link {
	color: #000;
}

#naviSubContainer a:visited {
	color:#000;
}

#naviSubContainer a:hover {
	color: #000;
	text-decoration: none;
	background-color: #efefef;	
}

#naviSubContainer a.current {
	background-color:#efefef;
	color: #000;
	font-weight: bold;		
}

#naviSubContainer a.current:visited {
	background-color:#efefef;
	color: #000;
	font-weight: bold;		
}

#naviSubContainer a.current:hover {
	background-color:#efefef;
	color: #000;
	font-weight: bold;		
}

#search {
	margin: 5px 0px 0px 50px;
	font-size: 0.9em;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
}

#search a {
	font-size: 0.8em;
	color: #666;
	text-transform: none;
	font-weight: normal;
	padding-top: 0px;
	padding-left: 0px;
}

#search a:link {
	color: #666;
	text-decoration: none;
}

#search a:visited {
	color: #666;
	text-decoration: none;
}

#search a:hover {
	color: #000;
	text-decoration: underline;
}

.cleaner {
	clear:both;
}

#wrap {
	float: left;
	margin: 0px;
	width: 528px;
}

#middleColumn {
	position: relative;
	float: left;
	width: 476px;
	border-left: 2px solid #900;
	border-right: 1px dashed #999;
	float: left;
	min-height: 500px;
	padding: 0px 20px 0px 20px;
}

#middleColumn2spalter {
	position: relative;
	float: left;
	width: 697px;
	border-left: 2px solid #900;
	border-right: 1px dashed #999;
	float:left;
	min-height: 500px;
	padding: 0px 20px 0px 20px;
}

#content {
	margin-top: 7px;
}

#content p {
	margin: 0px 0px 5px 0px;
}

#content ul {
	margin: 0px 0px 15px 15px;
	padding-left: 0px;
	list-style: none;
}

#content ul li {
	line-height: 1.4em;
	padding-left: 15px;
	background: url(/images/dot_liste_schwarz.gif) no-repeat;
	background-position: 0px 7px;
}

#naviHor {
	text-align: right;
	font-size: 0.8em;
	line-height: 0px;
	color: #666;
	/*padding-bottom: 0px; */ /* HHK geaendert von 16px */
	padding: 12px 8px 7px 0px;
}

#naviHorMid {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	line-height: 0px;
	color: #666;
	padding: 8px 229px 7px 0px;
}

#naviHor a:link, #naviHorMid a:link,
#naviHor a:visited, #naviHorMid a:visited {
	color: #666;
	text-decoration: none;
}

#naviHor a:hover, #naviHorMid a:hover  {
	color: #666;
	text-decoration: underline;
}

#ltnews {
	background-color: #efefef;
}

.pathway {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #666;
/*	padding-top: 8px;      HHK */
}

.pathway a:link {
	text-decoration: none;
	color: #666;	
}

.pathway a:visited {
	text-decoration: none;
	color: #666;	
}

.pathway a:hover {
	text-decoration: underline;
	color: #666;
}

/* HHK */
.top {
	position: relative;
/*	float: left; */
/*	padding-top: 30px;*/
/*	margin: 0px;*/
	margin-top:2em;
/*	padding-bottom:30px;*/
/*	padding-top:30px;*/
/*	border-bottom: 1px dashed #999;*/
}

.top_last {
	position: relative;
	float: left; 
/*	padding-top: 30px;*/
/*	margin: 0px;*/
	margin-top:3em;
}


#rightColumn {
	width: 200px;
	margin: 0px;
	float: right;
	min-height: 200px;
}

.keyVisual {
	height: 105px;
    width:  470px;
    margin-bottom:1.5em;
}

.bannerSeal {
    margin-bottom:1.5em;   
}

.boxRightDownload {
    margin-left:1em;
    width:120px;
    float:right;
}

.headlineRightColumn {
	line-height: 1.3em;
	border-bottom: 1px dashed #999;
	margin-bottom: 0.4em;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 0px;	
}

.boxRightColumn {
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	background-color: #efefef; 
	padding: 4px 7px 4px 7px;	
}


.headlineBoxRightColumn {
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #900;	
	font-weight: bold;	
	line-height: 1.2em;
}

a.headlineBoxRightColumn:link { color:#900; text-decoration: none; }
a.headlineBoxRightColumn:visited { color:#900; text-decoration: none; }
a.headlineBoxRightColumn:hover { color:#000; text-decoration: underline; }
a.headlineBoxRightColumn:active { color:#900; text-decoration: underline; }

.boxRightColumn img {
	margin: 5px 0px;	
}

.clear {
	overflow: hidden;
	clear: left;
	height: 1px;
	margin: -1px 0px 0px 0px;
	font-size: 1px;
}

.copyright {
	font-size: 0.9em;
	color: Black;
	text-align: center;
}

#footerBar {
	height: 25px;
	background-color: #900;
	margin: 0px 0px 17px 0px;
}

#footer {
	color: #2269B6;
}

#greyBar {
	height: 13px;
	background-color: #efefef;
	margin: 20px 0px 17px 0px;
}

#topBarInstitute {
	height: 25px;
	background-color: #990000;
	margin-bottom: 15px;
	min-width: 982px;
}

#universitaet {
	height: 25px;
	min-width: 982px;
}

.institutslogo {
	height: 50px; /* HHK geaendert von 83px */
}

#searchBoxRightColumn {
	width: 200px;
	background-color: #efefef;
	margin-bottom: 3px;
}

#searchBoxRightColumn #search {
	margin: 5px 0px 0px 5px;
}

.inputSearchRight {
	font-size: 0.9em;
	background-color: #fff;
	border: 1px solid #666;
	color: #666;
	padding-left: 2px;
	width: 130px;
}

.inputSearchRightButton {
	border: 0px solid #666;
	background: url(https://www.uni-heidelberg.de/images/uni/zentral/all/icon_search.gif) no-repeat;
	width: 13px;
	height: 23px;
	background-position: center;
}
	
#pageContainerVariabel {
    text-align: left;
    margin: 0px auto;
	border: solid 1px #fff;
	border-width: 0px 1px;
	position:relative;
	padding: 0px 10px 0px 10px;
	min-width: 740px;
}

#pageContainer2spalterVariabel {
    text-align: left;
    margin: 0px auto;
	border: solid 1px #fff;
	border-width: 0px 1px;
	position:relative;
	padding: 0px 10px 0px 10px;
	min-width: 520px;
}

#leftColumnVariabel {
	width: 220px;
	float: left;
	position: relative;
}

#wrapVariabel {
	margin-right: 220px;
	margin-left: 220px;
}

#topBarInstituteVariabel {
	height: 25px;
	background-color: #990000;
	margin-bottom: 15px;
	min-width: 770px;
}

#topBarInstitute2spalterVariabel {
	height: 25px;
	background-color: #990000;
	margin-bottom: 15px;
	min-width: 550px;
}

#universitaetVariabel {
	height: 25px;
	min-width: 770px;
}

#universitaet2spalterVariabel {
	height: 25px;
	min-width: 470px;
}

#middleColumn2spalterVariabel {
	margin-left: 220px;
	border-left: 2px solid #900;
	border-right: 1px dashed #999;
	min-height: 500px;
	padding: 0px 20px 0px 20px;
	min-width: 220px;
}

#rightColumnVariabel {
    float: right; width: 200px;
    margin: 0px; padding: 0px;
	min-height: 200px;
}

#leftColumn3spalterVariabel {
    float: left; width: 200px;
    margin: 0px; padding: 0px;
}

#wrap3spalterVariabel {
    margin: 0px 220px 0px 220px;
    padding: 0px 10px;
}

#middleColumnVariabel {
	min-height: 500px;
	padding: 0px 20px 0px 20px;
	border-left: 2px solid #900;
	border-right: 1px dashed #999;
	min-width: 220px;
}

.topVariabel {
	padding-top: 30px;
	margin: 0px;
}

/* NR for NBA page menu */
table#nba_menu {
    border:thin solid #AAA;
    font-size:small;
    max-height:10px;
    overflow:hidden;
    width:100%;
    margin-bottom:20px;
    border-collapse:collapse;
}

#nba_menu:hover {
    height:auto;
}

table#nba_menu tr td {
    vertical-align:top;
    width:25%;
    border:2px solid #AAA;
    padding:3px;
}
/*
table#nba_menu tr td p {
    font-weight:bold;
}
*/
table#nba_menu tr td ul {
    display:none;
    list-style-type:none;
}

table#nba_menu:hover tr td ul {
    display:block;
    list-style-type:none;
}

/* Index table for long sites */

#index * {
    margin:0;
    padding:0;
}

#index {    
    margin:0.4em 0 0.7em 0;          
    width:100%;
    text-align:left;
    background:#fff;
}
        
#index caption {
    display:none;
}

#index th {
    padding:0.2em 0.3em;
    font-weight:normal;
}

#index td {  

    width:33.3%;
    background:#efefef;
    
}

#index ul {
    margin:0;
    padding:0.5em 0.7em;
    list-style:none;
}

#index ul li {
    margin:0;
    padding:0;   
    line-height:1.5em;
    background:none;
}

#index ul li:before {
    content:"\2193";
    padding-right:0.4em;
}

/* Useful Formatting Classes */

.noWrap {
	white-space:nowrap;
}
.ndashSpaces {
    margin:0 0.167em;
}
ul.noBulletPoints  li {
    background: none;
    padding: 0; 
    margin-left: -1em;
}
.strike {
    text-decoration:line-through;
}
.paintRed {
    color: #900;
}
.paintLRed {
    color: #FF0000;
}
.paintGrey {
    color: #999;
}
.paintDGrey {
    color: #333 !important; 
}
.font1 {
  font-size:1.1em;
}
.font2 {
  font-size:1.2em;
}
.largeFont {
	font-size:1.5em;
}
.talign_l {
    text-align:left !important;
}
.talign_c {
    text-align:center !important;
}
.talign_r {
    text-align:right !important;
}
.float_r {
    float:right!important;
}
.at {
    vertical-align:middle;
    margin:0 0.15em;
	width: 11px;
	height: 12px;
}
ol.list_arabicNumbers  li {
    padding-top: 0.3em;    
}
ol.list_latinChars {
    list-style-type:lower-latin;
    list-style-type:lower-alpha;   
}
ol.list_latinChars li {
    /* Reverts the styles imposed in #content ul li */
    background: none!important;
	padding: 0!important;
}

.warningBar {
padding:0.4em;
background-color:#fc6;   
font-size:bigger;
}
/* Standard no border Table */
.t_noBorder td {
    padding:5px;
}
.t_noBorder th {
    padding:5px;
    min-width:6em;
}
.t_noBorder {
    border:none;
    width:100%;
}
/* Standard grey Header Table */
.t_greyHead td {
    padding:5px;
}
.t_greyHead th {
    padding:5px;
    min-width:6em;
}
.t_greyHead {
    border:none;
    width:100%;
}
.t_greyHead tr:first-child {
    background-color:#efefef;
}
.t_greyHead .name {
    white-space:nowrap;
    font-weight:bold;
}
/* Yellow Header Table (adaption from flyer) */
.t_yellowHead {
      text-align:center;
      border:none;
      width: 30em;/*Half of the page is 348px/24.16em*/
      float:none!important;
      margin-left:1em;
  }
  .t_yellowHead caption {
      text-align:center;
      border:2px solid #fff;
      border-top:0;
      border-bottom:0;
      padding:0.2em;
      background-color:#efefef;
  }
  .t_yellowHead th {
      padding:0.35em;
      background-color:#fc6;
      vertical-align:middle;
  }
  .t_yellowHead .thAlike {
      font-weight:bold;
      background-color:#fc6;
      vertical-align:middle;
  }
  .t_yellowHead td {
      background-color:#efefef;
  }
  .t_yellowHead .underline {
      background-color:#fff;
      font-size:smaller;
      text-align:right;
  }

.t_grid  td {
    border-bottom:1px solid #999;
}

.t_grid  th {
    background-color:#efefef;
    font-weight:normal;
}

.t_grid  {
    border-collapse:collapse;
    margin:0 0 8px 8px;
}

.t_grid  * {
    padding:5px;
}

#last_modified {
	font-size:0.6em;
  color:#000!important;
  text-align:center;
}
.comment {font-style:italic; background-color:#ffffcc;}

#searchBoxLeftColumn {
        width: 206px;
        background-color: #efefef;
        margin-bottom: 3px;
}

#searchBoxLeftColumn #search {
        margin: 5px 0px 0px 5px;
}

.keyVisual {
	height: 170px;
	width:  470px;
}

.tableContainerQuicklinks {
	width:216px;
	margin-left:-8px;
	text-align:left;
}

.tableContainerQuicklinks table {
	border:0; 
	margin-top:-1px;
	width:216px;
}

.tableContainerQuicklinks td {
	background-color: #e0e0e0; 
	padding: 2px 5px;
}

.headlineHP {
	margin-bottom: 5px;
	color: #900;	
	font-weight: bold;	
	line-height: 1.2em;
}

.news_entity {
	margin: 10px 0px 20px 0px;
}

.teaserImageHPleft {
	margin: 4px 15px 5px 0px; 
	float: left;
}
.teaserImageHPright {
	margin: 5px 0px 5px 15px; 
	float: left;
}

.container_box {
    width:100%;
    display:block;
    overflow:auto;
}
.body_box {
    min-height:7.7em;
    width:31.7em;
    float:left;
    margin:0;
    padding:0;
}
.left_box {
    float:left;
    padding-right:0.7em;
}
.right_box {
    width:14.52em;
    float:right;
    padding:0.42em 0.42em 0 0.7em;
    background-color:#efefef;
    margin:0 0 0.8em 0.8em;
}
/* The following classes add icons to hyperlinks, depending on the their respective target */
.externalLink:after {
    content:url(/images/icon_external_link.gif);
    padding-left:0.4em;
}
.downloadLink:after {
    content:url(/images/icon_download.gif);
    padding-left:0.4em;
}
.mailtoLink:after {
    content:url(/images/icon_mailto_link.gif);
    padding-left:0.4em;
}

.sitemap ul {
    margin:0;
    padding:0;
    display:inline;
}
.sitemap li {
    margin-left:2.5em;
}
.hpBannerRight {
    float:right; 
	width:200px; 
	height:170px; 
	text-align:center;
}
#hpHiddenLogo {
    display:none;
}

.ger:after {
	content: url("/images/Germany.png");
	padding-left: 5px;
}

.eng:after {
	content: url("/images/UK.png");
	padding-left: 5px;
}

/* Colibri */
  .publist a {
      cursor: pointer;
      color: #900;
      text-decoration: none;
  }

  .publist li {
      padding-bottom: 0.5rem;
  }

  .publist dialog {
      border-color: #900;
      padding: 1rem;
      max-width: 90%;
  }

  .publist dialog a {
      position: absolute;
      right: 1rem;
      bottom: 1rem;
  }

  .publist dialog pre {
      margin: 0;
      white-space: pre-wrap;
  }


