body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

#imSite {
    width: 988px;
    margin: 15px auto;
    text-align: left;
}

#imHeader {
    height: 145px;
    background-image: url(wuerfel.jpg);
    background-repeat: no-repeat;
    background-position: 20px 10px;
}

#imHeader > h1 {
  top: 20px;
  left: 190px;
  font-size: 40px;
  margin-top: 0;
  color: #C00000;
  font-family: Arial, sans-serif;
}

#imHeader > a {
  position: absolute;
  top: 66px;
  left: 190px;
  font-size: 30px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: #0000FF;
}

#imHeader > a:hover {
  text-decoration: underline;
}

#imHeader > a > span {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 10px;
  fill: #0000FF;
}

.layout.horizontal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.layout.center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#imBody {
    background-color: #C0C0C0;
}

#imMenuMain {
    height: 30px;
    padding: 1px 7px 0 7px;
    background-color: #C0C0C0;
}

#imContent {
    clear: left;
    padding: 1px 7px 0 7px;
}

#imFooter {
    clear: both;
    height: 25px;
    background-color: #C0C0C0;
}

#imFooter_L {
    margin: 5px 0 0 7px;
    float: left;
}

#imFooter_R {
    margin: 5px 7px 0 0;
    float: right;
}
