/* =Body
-------------------------------------------------- */

body {
  margin: 0 auto;
  padding: 0;
  background: #CCC url("../images/index-bg.gif") repeat-y top center;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font: small Verdana, Sans-serif;
  color: #000;
  }

html, body, table {
  min-height: 100%;
  width: 100%;
  height: 100%
  }

table#center {
  position: absolute;
  top: 0;
  left: 0;
  }

td {
  height: 100%;
  text-align: center; /*for stupid MSIE */
  }

.hide {
  display: none;
  }

h1 {
  display: block;
  width: 300px;
  height: 149px;
  margin: 0;
  padding: 0;
  background: url("../images/logo-ifm-entrance.gif") no-repeat center center;
  }

/* =Entrance
-------------------------------------------------- */

#Entrance {
  position: relative;
  margin: 0 auto;
  width: 300px;
  height: 178px;
  text-align: left;
  }

#Entrance ul {
  margin: 0;
  padding: 10px 0 0 0px;
  list-style-type: none;
  }
#Entrance ul li {
  float: left;
  margin: 0 10px;
  padding: 0;
  list-style-type: none;
  }

#Entrance ul li a:link,
#Entrance ul li a:visited {
  display: block;
  height: 16px;
  }

#Entrance ul li#deutsch {
  background: url("../images/entrance-de-h.gif") no-repeat center center;
  }
#Entrance ul li#deutsch a:link,
#Entrance ul li#deutsch a:visited {
  width: 57px;
  background: url("../images/entrance-de.gif") no-repeat center center;
  }
#Entrance ul li#deutsch a:hover {
  background: url("../images/entrance-de-h.gif") no-repeat center center;
  }

#Entrance ul li#english {
  background: url("../images/entrance-en-h.gif") no-repeat center center;
  }
#Entrance ul li#english a:link,
#Entrance ul li#english a:visited {
  width: 55px;
  background: url("../images/entrance-en.gif") no-repeat center center;
  }
#Entrance ul li#english a:hover {
  background: url("../images/entrance-en-h.gif") no-repeat center center;
  }
  
#Entrance ul li#russisch {
  background: url("../images/entrance-ru-h.gif") no-repeat center center;
  }
#Entrance ul li#russisch a:link,
#Entrance ul li#russisch a:visited {
  width: 60px;
  background: url("../images/entrance-ru.gif") no-repeat center center;
  }
#Entrance ul li#russisch a:hover {
  background: url("../images/entrance-ru-h.gif") no-repeat center center;
  }
  
  
#Entrance ul li#arabisch {
  background: url("../images/entrance-ar-h.gif") no-repeat center center;
  }
#Entrance ul li#arabisch a:link,
#Entrance ul li#arabisch a:visited {
  width: 37px;
  background: url("../images/entrance-ar.gif") no-repeat center center;
  }
#Entrance ul li#arabisch a:hover {
  background: url("../images/entrance-ar-h.gif") no-repeat center center;
  }

