body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: white;
  font-size: 11px;
  text-align: center;
  background: #4b453f url("img/bg_body.gif") 0 0 repeat-x;
}

img {
  border: 0;
}

td {
  vertical-align: top;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  font-size: 11px;
}

input, select, textarea, button {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
}

form, p, .nomargin {
  margin: 0;
  padding: 0;
}

.nocss {
  display: none;
}

.clearing {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

#wrapper {
  width: 860px;
  text-align: justify;
  margin: 0 auto;
}


/* HEADER */

#header {
  margin: 21px 0 30px 0;
}

/* // HEADER */


/* NAVIGATION */

#navigation p.left {
  float: left;
  width: 400px;
}

#navigation p.left img {
  margin: 0 40px 0 0;
}

#navigation p.right {
  float: right;
  width: 460px;
  text-align: right;
}

#navigation p.right img {
  margin: 0 13px 0 72px;
}

/* // NAVIGATION */


/* PAGEBODY */

#pagebody {
  padding: 0 0 20px 0;
  clear: both;
}


/* content */

div.content {
  line-height: 20px;
  width: 276px;
  float: left;
  padding: 38px 0 0 0;
}

div.content h1 {
  font-size: 12px;
  padding: 0;
  margin: 0 0 19px 0;
}

div.content p {
  margin: 0 0 20px 0;
}

div.content a, div.project_detail div.pageheader a {
  color: #d2c32e;
  text-decoration: none;
}

div.content a:hover, div.project_detail div.pageheader a:hover {
  text-decoration: underline;
}


/* imagebar */

div.imagebar {
  float: right;
  width: 569px;
  text-align: right;
  padding: 44px 0 0 0;
}


/* project_ue */

div.project_ue div.content {
  width: 420px;
}

div.project_ue div.content a {
  color: white;
}

div.project_ue div.content a:hover {
  font-weight: bold;
  text-decoration: none;
}

div.project_ue div.level1 {
  width: 130px;
  float: left;
}

div.project_ue div.level2 {
  width: 290px;
  float: right;
}

div.project_ue ul, div.project_ue li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.project_ue a.active {
  font-weight: bold;
}

div.project_ue div.imagebar {
  width: 396px;
}

div.project_ue div.imagebar img {
  float: left;
  margin: 2px 2px 15px 15px;
}

div.project_ue div.imagebar img.active {
  border: 2px solid #d2c32e;
  margin: 0 0 13px 13px;
}


/* project_detail */

div.project_detail {
  padding: 16px 0 0 0;
}

div.project_detail div.pageheader h1 {
  font-size: 16px;
  font-weight: normal;
  margin: 4px 0 0 0;
  padding: 0;
}

div.project_detail div.big_img_container {
  float: left;
  width: 371px;
  /* max. img-width: 369px */
}

div.project_detail div.big_img {
  margin: 0 0 5px 0;
  cursor: pointer;
}

div.project_detail div.big_img img.none {
  border: none;
}

div.project_detail div.small_img {
  float: right;
  width: 198px;
}

div.project_detail div.small_img img {
  float: left;
  margin: 0 0 15px 15px;
  cursor: pointer;
  width: 82px;
  height: 61px;
}

/* // PAGEBODY */


/* start */

div.start div.content {
  width: 303px;
}

div.start div.imagebar {
  padding: 81px 0 0 0;
  width: 505px;
}

div.startTeaser {
  background: #36312d;
  border: 1px solid #d2c32e;
  padding: 3px 12px 7px 12px;
  text-align: left;
}

div.startTeaser h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
}