html {
  height: 100%;
  background-color: #f0f5f8;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(body_bg.png) no-repeat center bottom #f3f7f9;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #313131;
  min-height: 100%;
  line-height: 1.1;
}

#page {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

#main {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#logoimg {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#logo {
  display: block;
  height: 140px;
}

#header {
  padding-top: 10px;
  background-color: #f0f5f8;
}

/* CONTENT */

.one-sidebar #content {
  padding-left: 35px;
}

.front #content {
  width: 100%;
}

#content {
  width: 665px;
  display: inline-block;
}

#main {
  background-color: #FFF;
  border: 1px solid #a1b1bb;
  padding: 10px 35px;
}

#page-title {
  color: #2a5572;
  margin: 25px 0px;
  font-size: 18px;
  font-weight: normal;
}

.front #block-system-main {
  margin-bottom: 20px;
}

/* BLÖCKE */

#sidebar-first {
  float: left;
  width: 143px;
  display: inline-block;
  border-right: 1px solid #a1b1bb;
}

#block-menu-block-1 {
  width: 100px;
  text-align: center;
}

#block-menu-block-1 h2 {
  color: #2a5572;
  margin: 25px 0px;
  font-size: 18px;
  font-weight: normal;
}

#block-menu-block-1 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#block-menu-block-1 li {
  list-style: none;
  list-style-type: none;
  padding: 6px 5px;
  margin: 0px;
  text-align: center;
  border-bottom: 1px solid #a1b1bb;
}

#block-menu-block-1 li.last {
  border-bottom: none;
}

#block-menu-block-1 li a {
  display: inline-block;
  width: 80px;
  padding: 13px 5px;
  color: #2a5572;
  text-decoration: none;
}

#block-menu-block-1 li a.active,
#block-menu-block-1 li a:hover {
  background-color: #e0e5e8;
}

.front #content .block-block {
  display: inline-block;
  width: 230px;
  margin-left: 30px;
  margin-right: 20px;
  vertical-align: middle;
}

.front #content .block-block h2 a {
  color: #FFF;
  text-decoration: none;
}

.front #content .block-block .content p {
  margin: 0px;
}

.front #content .block-block .content {
  padding: 10px;
  border-left: 1px solid #a8b2b8;
  border-right: 1px solid #a8b2b8;
  border-bottom: 1px solid #a8b2b8;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-height: 190px;
  font-size: 12px;
}
