

/************************************************************************
 * Template-Container
 ************************************************************************/

body {
  margin: 0;
  padding: 0;
  text-align: center;
}

.clearer {
  clear: both;
  height: 1px;
}




/* Container */
#container {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}


/* Bereich Branding */
#header {
  position: relative;
  width: 950px;
  height: 150px;
  margin: 0;
  padding: 1px 0;
}

#branding {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 15px;
}

#navi-top {
  position: absolute;
  left: 20px;
  bottom: 20px;
  height: 30px;
  padding: 1px 0;
  margin: -2px 0 0 0;
}

#navi-top ul.deep1 {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

#navi-top ul.deep1 li {
  float: left;
  line-height: 29px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-indent: 0;
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #fff;
}

#navi-top ul.deep1 li:last-child {
  border-right: none;
}

#navi-top ul.deep1 li a {
  text-decoration: none;
  display: block;
}


/* Bereich Content */
#content-wrapper {
  position: relative;
  width: 950px;
  margin: 20px 0;
  padding: 10px 0;
}

#content-main-wrapper {
  position: relative;
  float: right;
  width: 320px;
  margin: 0 40px;
  padding: 0 20px;
}

#content-main {
  width: 320px;
  padding: 15px 0;
}

/* Content unter der Navigation */
#content-sub {
  position: relative;
  width: 370px;
  margin: 0 60px;
  float: left;
}

/* Bereich Infobar */

#info-bar {
  position: relative;
  clear: both;
  width: 830px;  
  margin: 0;
  padding: 5px 60px;
}

#navi-service {
  position: absolute;
  top: 0;
  right: 30px;
  width: 50%;
  height: 25px;
  margin: 0;
  padding: 5px 0 0 0;
  text-align: right;
}
