/* Allgemein */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    font-size: 9pt;
    padding: 0;
    margin: 0;
}

body:hover { background: inherit; }

table, tr, td {
    font-size:9pt;
    /* inherit funktioniert im IE aus irgendwelchen Grnden nicht*/
}

h1 {
    font-size: 12pt;    
    background-color: #ffe7bd;
    padding: 6px;
}

h2 {
    font-size: 11pt;
    margin: 0 0 1em 0;
    color: #005577;
    border-bottom: 1px solid #cccccc;
}

h3 {
    font-size: 10pt;
}

a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #005577;     
    text-decoration:none;
}

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

a:hover {
    color: black;
}

#content a:hover {
    background-color: #eeeeee;
}

a.extern{
     background: url(../icons/extern.gif) center right no-repeat;
    padding-right: 13px;     
}

.nobr{
    white-space:nowrap;
}

.center{
    text-align: center;
}

/* Bild von der Uni, sowie Seitenheader */
#identityimage {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}

#heading {
    position: absolute;
    z-index: 6;
    top: 10px;
    left: 230px;    
    font-size: 16px;
    font-weight: bold;
    color: black;
}

#heading a {
    color: black;
}

#logo{
    width: 220px; 
    height: 66px;
    position: absolute;
    top: 2px;
    right: 1px;
}

/* Navigationsleiste oben */
#navtop {
    position: absolute;
    width:100%;
    min-width: 800px;
    left: 0px;
    top: 69px;
    z-index: 0;
}

#navtop table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
}

#navtop table #navtop1 {
    height: 22px;
    color: #ffffff;
    background-color: #efa208;
}

#navtop table #navtop2 {
    height: 42px;
    color: #ffffff;
    background-color: #dddddd;
}

#navtop table #navtop2 td.selected {
    height: 42px;
    color: #ffffff;
    background-color: #ffffff;
}

#navtop table #navtop1 a {
    color: black;
}

#navtop table #navtop1 a:hover {
    color: #ffffff;
}

#navtop table #navtop2 a {
    color: black;
}

#navtop table #navtop2 a:hover {
    color: #005577; 
}


img{
    border: none; /*Verhindert bei BildLink den blauen Rahmen*/
}


/* Navigation links */






#leftnav {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-top: 137px;
    min-height: 400px;
    width: 219px;
    font-weight: bolder;
    background-color: #ffe7bd;
    padding-top: 50px;
    z-index: 5;
}





#leftnav ul {
    list-style-image: url(../img/nav_arrow.gif);
    list-style-position: inside;
    padding-left: 0px;
    margin: 0;
    margin-top: 0px;
    background-color: #ffe7bd;
}

#leftnav ul li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: solid #bebcbc 1px;

}

#leftnav li.selected {
    background-color: #ffffff;
}

#leftnav ul li ul {
    font-weight: normal;
    /*font-size: smaller;*/
    list-style-image: url(../img/nav_arrow.gif);
    list-style-position: inside;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color:  #ffe7bd;
}

#leftnav ul li ul li {
    padding-top: 0px;
    padding-left: 14px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#leftnav ul li ul li.selected {

    background-color: #ffffff;
}



















/* Inhalt der Seite */
#content {
    background-color: #ffffff;
    margin-top: 150px;
    margin-left: 240px;
    padding: 5px;
    z-index: 5;
}

#content a {
    /*font-size: 12px;*/
    padding-top: 2px;
}

#content #main-page-title h1 {
    font-size: 18pt;    
    color: #005577;
    background-color: #ffffff;
    margin-top: 2em;
    margin-bottom: 0.1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    /* padding: 6px; */
}

#content #main-page-title h2 {
    font-size: 12pt;    
    color: black;
    background-color: #ffffff;
    margin-top: 0.1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: 0;
    /* padding: 6px; */
}

#content #main-page-newsbox {
    width: 70%;
    margin-top: 3em;
    padding: 3px 3px 3px 3px;
    background-color: #ffe7bd;
}

#content ul {
    list-style-image: url(../img/nav_arrow.gif);
    list-style-position: outside;
}

#content #main-page-address {
    margin-top: 5em;
    text-align: center;
    color: #005577;
}



#footer {
  background-color: #DDDDDD;
  margin-top: 20px;
  padding: 0px;
  z-index: 6;
  text-align: center;
  width: 100%;
  bottom:0px;
}

#footer {
  background-color: #DDDDDD;
  margin-top: 20px;

  padding: 0px;
  z-index: 6;
  text-align: center;
  width: 100%;
  bottom:0px;
}


/* Behebt einen sehr �gerlichen IE-Bug, der massive Probleme beim Repainting
    von Listen verursacht */
ul {
    position: relative;  
}
