@charset "utf-8";
/* CSS Document */
body{
  background-color:#E1E1E1;
  margin:0;
  padding:101px 0 15px 0;
  overflow:hidden;
 }

 div#header{
  position:absolute;
  background-image:url(../img/header.jpg);
  top:0;
  left:50%;
  margin-left:-495px;
  width:990px;
  height:100px;
  }
 div#left-sidebar{
  position:absolute;
  background-color:#E1E1E1;
  top:header-<length>;
  left:50%;
  margin-left:-505px;
  width:180px;
  height:100%;
 }
 div#footer{
  position:absolute;
  background-image:url(../img/footer.jpg);
  bottom:0;
  left:50%;
  margin-left:-495px;
  width:990px;
  height:15px;
 }

 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#left-sidebar{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
  }

* html div#content{
  left:50%;
  margin-left:-325px;
  background-color: #EDEBEB;
  width:750px;
  height:100%;
  overflow:auto;
  position: relative; }



 .iframe
 {
  background-color:#FFFFFF;
  width:740px;
  height:100%;
  margin-left:10px;
  overflow:auto;
 }

  .iframe-nav
 {
  margin-left:0px;
  width:180px;
  height:100%;
 }

#logo-uni-leipzig
  {
  background-image:url(../img/logo-uni-leipzig.jpg);
  background-repeat:no-repeat;
  background-position:right;
  margin-top:5px;
  width:920px;
  height:25px;
 }

#logo-slavistik
  {
  background-image:url(../img/logo-slavistk.jpg);
  padding-top: 0px;
  border-collapse:separate;
  background-position:left;
  margin-top:28px;
  margin-left:170px;
  width:160px;
  height:20px;
 }


html, body {
 height:100%;
 background-color:#E1E1E1;
 }

html>body #content {
  left:50%;
  margin-left:-325px;
  background-color: #EDEBEB;
  width:750px;
  top:100px;
  bottom:15px;
  position: absolute; }


.iframe
 {
  background-color:#EDEBEB;
  width:740px;
  margin-left:10px;
  overflow:auto;
 }


#suche{
  left:50%;
  margin-left:+246px;
  text-align:right;
  width:180px;
  top:65px;
  position: absolute; }

#uni{
  background-image:url(../img/uni.jpg);
  left:50%;
  margin-left:-495px;
  width:100px;
  height:100px;
  top:0px;
  position: absolute; }
