html, body {
  height:100%;
  color:#666;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size:12px;
  line-height:1.5em;
}

html {
  background:#fff url(assets/background.png) repeat-y;
}

a {
  color:#e60;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:#f90;
}

h1 {
  font-size:20px;
}

h2 {
  font-size:16px;
}

em {
  color:#000;
  font-style:normal;
}

#logo {
  position:absolute;
  top:0px;
  left:0px;
  width:127px;
  height:370px;
  background: transparent url(assets/logo.png) no-repeat;
}

#logo p {
  position:relative;
  top:200px;
  color:#000;
  text-indent:-5000px;
  font-size:0.9em;
  padding:20px 0 0 20px;
}

#content {
  position:relative;
  width:820px;
  margin:15px 0 0 128px;
  padding:20px;
  overflow:hidden;
}

ul.projects {
  width:800px;
  margin:0 0 20px 0;
}

ul.projects li {
  margin:5px 0 20px 0;
  padding:0 0 20px 0;
/*  border-bottom:1px solid #fc9;*/
}

ul.projects li h2 {
  margin:0 0 10px 0;
}

ul.projects li div .downloads {
  float:right;
  width:150px;
  padding:5px;
  text-align:right;
  overflow:hidden;
}

ul.projects li > div > p {
  width:560px;
  padding:5px;
  color:#333;
  font-size:1em;
  line-height:1.8em;
  overflow:hidden;
}

.pressekontakt {
  width:800px;
  padding:20px 0 20px 0;
  border-bottom:1px solid #ccc;
}