body, td, div, span
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 12px;
   color: black;
   font-weight: normal;
 }

strong
 {
   font-weight: bold;
 }

.navitext
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: bold;
   font-size: 11px;
   color: #999999;
   font-weight: bold;
 }

.legaltext
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 10px;
   color: #666666;
   font-weight: normal;
 }

.legaltextlink
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 10px;
   color: #666666;
   font-weight: normal;
 }

.legaltextlink:hover
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 10px;
   color: #990000;
   font-weight: normal;
 }

.legaltextbig
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 11px;
   color: #666666;
   font-weight: normal;
 }

.small
 {
   font-size: 10px;
 }

.smallgrey
 {
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-size: 10px;
   color: #4d4d4d;
   font-weight: normal;
 }

.greytext
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #767676;
   font-weight: normal;
 }

.teasertext
 {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10px;
  color: #4b4b4b;
  font-weight: normal;
  text-decoration: none;
  padding-right:6px;
 }

.link
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color: #990000;
   font-weight: normal;
         text-decoration: none;
    }

.link:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkblack
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkblack:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linksmall
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #990000;
   font-weight: normal;
         text-decoration: none;
    }

.linksmall:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linksmallgrey
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #4d4d4d;
   font-weight: normal;
         text-decoration: none;
    }

.linksmallgrey:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkunderlinedsmall
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #990000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkunderlinedsmall:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkunderlined
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   color: #990000;
   font-weight: normal;
         text-decoration: underline;
    }

.linkunderlined:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 12px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.teaserlink
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #990000;
   font-weight: normal;
         text-decoration: none;
    }

.teaserlink:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.teaserlinksmall
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 10px;
   color: #990000;
   font-weight: normal;
         text-decoration: none;
    }

.teaserlinksmall:hover
 {
         font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   font-size: 10px;
   color: #000000;
   font-weight: normal;
         text-decoration: underline;
    }

.red
 {
   color: #990000;
    }

.grey
 {
   color: #4d4d4d;
    }

.darkgrey
 {
   color: #4e4e4e;
 }
 
.white
 {
   color: white;
    }

.small
 {
   font-size: 11px;
 }

a.doch { color:black; }
a.doch:hover { color:black; }
a.doch:visited { color:black; }

.submenulayer {
    display:none;
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    background-color:#ffffff;
    position:absolute;
    z-index:10;
    padding-top:8px;
    padding-right:4px;
}

*html .submenulayer {
    margin-top:25px;
    margin-left:-100%;
}

.ddnormal {
    font-size:11px;
    background-color:#f1f1f1;
}

.ddover {
    font-size:11px;
    background-color:#dcdcdc;
    cursor:hand;
}

.link2
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color:#000000;
   font-weight: normal;
   text-decoration: none;
}

.link3
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color:#ffffff;
   font-weight: normal;
   text-decoration: none;
}

.link4
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color: #4d4d4d;
   font-weight: normal;
   text-decoration: none;
}

.link5
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color: #4d4d4d;
   font-weight: normal;
   text-decoration: none;
}

.link5:hover
 {
   font-family: Arial, Helvetica, sans-serif;
   font-style: normal;
   color: #4d4d4d;
   font-weight: normal;
   text-decoration: underline;
}

.smallpmstart {
    font-size:9px;
}

.startpageteasers a { display:block; }

.layerdiv { position:absolute;left:75px;top:-16px; }
.layertd { background:url(/gfx/navi/layer/l_bg.gif);padding:4px 4px 0px; }
.layertd a { display:block; width:95px; }

.layercontainer a { display:block; text-decoration:none; color:#B3B3B3; font-size:11px; padding-bottom:2px; }
.layercontainer a div { color:#B3B3B3; font-size:11px; }
.layercontainer a:hover, .layercontainer a:hover div { color:#FFF; }
#globhome .layercontainer a { width:230px; }
#standorte .layercontainer a { width:63px; }
#standorte .layercontainer table a { width:80px; }
#alumni .layercontainer a { width:140px; }
.layercountry { clear:both; float:left; }
.layerurl { text-align:right; }



/* PRINT STYLES */
#print_logo   { display: none; }
#main_content { width: 200px;  color:red;}
#page_printButton  {
    width:100%;
    text-align:right;
    margin-top  : 16px;
}

/* VEROEFFENTLICHUNGEN */
.thema {}
#themaimage {float: left;}
#thematitle {margin-left: 70px;}
#themasubtitle {margin-left: 70px;}
#thematext {margin-left: 70px;}
#themalink {margin-left: 70px;}
#themaimage img {border: 0px;}
.linkbold {font-weight: bold; }
.linkbold:hover
 {
   font-family: Arial, Helvetica, sans-serif;   
   color: red;
   font-weight: bold;
   text-decoration: underline;
}
.themahr {height:1px;margin-top:1px;}
.dhclearfix {clear: both; padding-bottom: 30px;}
.optlevel2{margin-left: 10px;}
.detaillinks { padding-top: 20px;}
.actionbar {
    text-align: right; 
    margin-top: -38px;
}

.actionbar img { border: 0px; }
.actionbar a { margin-left: 10px; }

.alumni_detail_formular { border:1px solid #CCC; background-color:#F4F4F4; }
.alumni_detail_formular td {padding: 5px; }