body {
  background-color: #a4b0bd;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

a {
  color: #fcc500;
  text-decoration: none;
}

a:hover {
  color: #fcc500;
  text-decoration: underline;
}

#wrapper {
  background-color: #fff;
  margin: 0px auto;
  padding-bottom: 80px;
  width: 840px;
}

#header {
  background-color: #0b236b;
  height: 212px;
  position: relative;
}

#languages {
  background-color: #0b236b;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
}

#lang-sel {
  background-color: #0b236b;
  padding: 2px;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
}

#lang-sel .language a {
  background: url('../img/ui/lang/de.gif') no-repeat 2px 3px;
  color: #a4b0bd;
  display: none;
  padding: 2px;
  padding-bottom: 0;
  padding-left: 22px;
  margin-right: 2px;
  text-align: left;
}

#lang-sel:hover {}

#lang-sel .selected a {
  display: block;
}

#lang-sel.sfhover .language a,
#lang-sel:hover .language a {
  display: block;
}

#lang-sel .de a { background-image: url('../img/ui/lang/de.gif'); }

#lang-sel .en a { background-image: url('../img/ui/lang/en.gif'); }

#lang-sel .fr a { background-image: url('../img/ui/lang/fr.gif'); }

#lang-sel a:hover {
  background-color: #fcc500;
  background-color: #a4b0bd;
  color: #0b236b;
  text-decoration: none;
}

#logo {
  display: block;
  left: 330px;
  position: absolute;
  top: 0;
  width: 180px;
}

#navigation {
  left: 120px;
  position: absolute;
  bottom: 0;
}

  #navigation ul li {
    display: block;
    float: left;
    padding: 0;
    position: relative;
  }

  #navigation ul li ul {
    display: none;
  }
  
  #navigation ul li.pathpart ul,
  #navigation ul li.selected ul,
  #navigation ul li.sfhover ul,
  #navigation ul li:hover ul {
    display: block;
    left: 0;
    position: absolute;
    top: 18px;
    width: 120px;
  }
  
  #navigation ul li ul li {
    display: block;
    float: none;
  }
  
  #navigation a {
    color: #fff;
    display: inline-block;
  }
  
  #navigation li.pipe a {
    background: url('../img/ui/pipe.gif') no-repeat 0 0;
    margin-left: 10px;
    padding-left: 10px;
  }
  
  #navigation a.pathpart,
  #navigation a.selected  {
    font-weight: bold;
  }

  #navigation ul li ul li a {
    color: #0b236b;
    display: block;
  }

#content {
  float: left;
  margin-left: 120px;
  margin-top: 42px;
  width: 480px;
}

  #content h1 {
    color: #a4b0bd;
    font-family: 'helvetica neue', Arial, sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin: 18px 0;
  }
  
  #content h2 {
    color: #0b236b;
    font-family: 'helvetica neue', Arial, sans;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  
  #content ul + h2,
  #content p + h2 {
    margin-top: 18px;
  }
  
  #content p {
    color: #333;
    margin-bottom: 6px;
  }
  
  #content ul {}
  
  #content li {
    color: #333;
    list-style-type: square;
    margin-bottom: 6px;
    margin-left: 16px;
  }
  
  #content hr {
  	color: #fcc500;
  	background-color: #fcc500;
  	height: 1px;
  	border: 1px;
  	margin: 18px 0;
  }
  
  #content a {
    color: #0b236b;
    text-decoration: underline;
  }
  
  body#leistungen #content h1,
  body#wir-ueber-uns #content h1 {
    margin-bottom: 10px;
  }
  
/* BEGIN HELPERS */

.clearer {
  clear: both;
}

/* END HELPERS */