body {
  background: #f0ede2 url(../images/background.png) repeat-x left 130px;
  text-align: center;
  font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif;
}

.clear {
  clear: both;
}

.spacer-20 {
  height: 20px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

ul.list {
  list-style-type: disc;
}

ul.list li {
  margin-left: 40px;
  margin-bottom: 10px;
  font-size: 13px;
}

ul.list li a {
  color: #41403C;
}

#wrapper {
  width: 965px;
  margin: 0px auto;
  text-align: left;
}

#header {
  height: 130px;
  background: url(../images/header.png) no-repeat;
  position: relative;
}

#logo {
  background: url(../images/logo-en.png) no-repeat;
  width: 355px;
  height: 90px;
  position: absolute;
  top: 20px;
  left: 0px;
  display: block;
}

#language {
  position: absolute;
  font-size: 12px;
  right: 0px;
  top: 0px;
  padding: 10px;
  background: #e0ddd3;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  
}

#language a {
  color: #62605a;
  padding: 5px 5px 5px 26px;
  text-decoration: none;
}

#language a.us {
  background: url(../images/language-us.png) no-repeat left center;
}

#language a.de {
  background: url(../images/language-de.png) no-repeat left center;
}

#topbanner {
  height: 90px;
  margin: 20px 0px;
  position: absolute;
  right: 0px;
}

#navigation {
  height: 100px;
}

#main-navigation li.item {
  float: left;
  background: url(../images/navigation-item.png) no-repeat;
  padding-right: 10px;
  width: 129px;
}

#main-navigation li.last {
  padding-right: 0px;
}

#main-navigation li.item a {
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  color: #41403c;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff6ad;
}

#main-navigation li.active, 
#main-navigation li.hover {
  background: url(../images/navigation-arrow.gif) no-repeat bottom center;
}

#main-navigation li.active ul.sub-navigation, 
#main-navigation li.hover ul.sub-navigation {
  display: block;
}

#main-navigation li ul.sub-navigation {
  position: absolute;
  display: none;
}

#main-navigation li ul.sub-navigation li {
  float: left;
  margin-right: 10px;
  width: 129px;
}

#main-navigation li ul.sub-navigation li a {
  font-size: 12px;
  text-shadow: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#main-navigation li ul.sub-navigation li a:hover {
  background: none;
}

#content {
  margin: 20px 0px;
  min-height: 350px;
}

#page {
  width: 785px;
  float: left;
  margin-right: 20px;
}

#page h1,
#page h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #41403C;
  text-shadow: 0 1px 0 #fff;
}

#page p {
  font-size: 13px;
  color: #41403C;
  line-height: 1.6;
  margin-bottom: 20px;
}

#page p a {
  color: #41403C;
}

#skyscraper {
  float: left;
  width: 160px;
  margin-top: 38px;
}

#wrapper-footer {
  background: #e0ddd3;
  border-top: 1px solid #cdcac1;
  text-align: center;
}

#footer {
  width: 965px;
  margin: 0px auto;
  padding: 50px 0px;
  text-align: left;
}

#footer div.title {
  text-shadow: 0 1px 0 #f9f8f5;
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

#footer ul.address {
  font-size: 12px;
  color: #3d3c37;
}

#footer ul.address li {
  text-shadow: 0 1px 0 #f9f8f5;
  float: left;
  line-height: 1.5;
  margin-right: 20px;
}

/* PAGES */

ul.object-icons li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

ul.object-icons li.last {
  margin-right: 0px;
}

ul.object-icons li a {
  padding: 5px;
  background: #e0ddd3;
  display: block;
}

ul.object-icons li a:hover {
  background: #ffe831;
}

ul.object-icons li a img {
  display: block;
}

div.jobad {
  margin: 0px 80px;
  background: #fff;
  padding: 20px;
  border: 1px solid #cdcac1;
}

div.jobad div.title {
  background: #ffe831;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

div.jobad div.left {
  float: left;
  margin-right: 20px;
  width: 281px;
}

div.jobad div.right {
  float: right;
  width: 281px;
}

div.jobad ul.list li {
  color: #41403C;
  line-height: 1.5;
  margin-bottom: 0px;
}

div.contact-form {
  width: 382px;
}

form.contact label {
  float: left;
  width: 170px;
  font-size: 12px;
  color: #41403C;
  padding: 5px 0px;
}

form.contact label.checkbox-label {
  float: left;
  width: auto;
}

form.contact input.checkbox {
  float: left;
  margin-right: 10px;
}

form.contact input.text {
  padding: 5px;
  float: left;
  margin-bottom: 5px;
  width: 200px;
  border: 1px solid #cdcac1;
  background: #fff;
}

form.contact select.select {
  padding: 5px;
  float: left;
  margin-bottom: 5px;
  width: 200px;
  border: 1px solid #cdcac1;
  background: #fff;
}

form.contact textarea.text {
  padding: 5px;
  width: 370px;
  height: 200px;
  border: 1px solid #cdcac1;
  background: #fff;
  font-family: "Lucida Grande","Lucida Sans",Arial,sans-serif; 
  font-size: 12px;
}
