/*****************************************************
 ************** Farben       ***************
 *****************************************************
 Rot: #990000;

******************************************************/
* {}

html, body {  
    height: 100.1%;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    background: #ffffff;
}

#topBar {height: 25px; background: #990000; margin-bottom: 15px; }
#universitaet { text-align: center; margin-bottom: 15px;}

#fullheightcontainer {
    width: 940px;
    min-height: 100.1%;   
    margin: 0px auto;
}

#leftBox {float: left; width: 200px; }
#conBox {float: left; width: 510px; margin: 0px; background: transparent; }
#rightBox {float: left; width: 200px; margin: 0px; margin-left: 20px; min-height: 200px;}  
   


/*-------content elements definition-------*/


#logo {margin-bottom: 35px;}
#navigation { }
#head_img {}
#info_navi { font-size: 0.8em; text-align: left; line-height: 1.2em; padding: 10px 0px 0px 0px; margin: 0px; }
#info_navi a:link, a:visited { color: #000000; }
#info_navi a:hover {color: #900;}
#sprungmarke { font-size: 0.8em; text-align: left; line-height: 1.2em; padding: 5px 0px 0px 0px; margin: 0px; }
#bild {margin-bottom: 8px;}
#sprache {font-size: 0.8em;}
.top img { border: 0px; padding-top: 60px;  }
#footer {height: 25px; margin-top: 60px; background: #990000; margin-bottom: 15px; width: 940px;}
#copyright { text-align: center; font-size: 0.9em; margin-bottom: 40px; width: 940px;}
#teaserbox { width: 190px; background: #efefef; margin-top: 10px; padding: 5px; font-size: 0.9em; color: #666666;}

/*---------------- PERSONAL PROFILES ----------------*/
#hintergrund {background: #efefef; border-bottom: 1px dashed #999;}
#passbild {float: left; width: 180px; padding: 26px 0 20px 20px; }
#daten {float: left; padding: 22px 10px 20px 0px; width: 280px; }
#publikationen {padding-top: 20px;}
   
/*---------------- css classes to deactivate floats----------------*/
.clearer {
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: -1px;
    font-size: 1px;
    line-height: 1px;
}
.clearfix:after {
      content: ".";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
}
.clearfix {
      display: inline-block;
}
/* without IE Mac \*/
* html .clearfix {
      height: 1%;
}
.clearfix {
      display: block;
}
/* End without IE Mac */
