body { 
  background-attachment: fixed;
  background-image: url(/images/klappe_foto2.jpg);
  background-position: 0px 170px;
  background-repeat: no-repeat;
  color: #333333;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0pt;
  padding: 0pt;
}

#logo { 
  background-image: url(/images/logo_klappe.png);
  background-repeat: no-repeat;
  height: 214px;
  left: 700px;
  position: absolute;
  top: 10px;
  width: 200px;
  z-index: 3;
}

#menu {
  position: relative;
  top: 60px;
  width: 100%;
  background-color:white;
  border-bottom:1px dotted #be0e7d;
  border-top:1px dotted #be0e7d;
  height:2em;
  padding-left:60px;
  padding-top:0.4em;
  z-index: 2;
}

#menu ul { 
  padding: 0;
  margin: 0;
}

#menu ul li { 
  float: left;
  list-style-type: none;
  padding: 2px 25px 2px 2px;
}

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

#menu a:hover { 
  color: #00aec7;
}

#contents { 
  background-color: white;
  border-left: 10px solid #00aec7;
  color: black;
  font-size: 1em;
  left: 60px;
  padding: 10px;
  position: absolute;
  top: 110px;
  width: 50em;
  padding-bottom: 100px;
  z-index: 1;
}

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

#contents a:hover { 
  color: #00aec7;
}

#contents p { 
  max-width: 45em;
}

#contents h1 { 
  color: #be0e7d;
}

#contents h4 { 
  color: #00aec7;
}

#contents h3 { 
  color: #00aec7;
}

#contents .t { 
  color: #00aec7;
  font-weight: bolder;
  font-size: 1.1em;
}

#contents .p { 
  color: #be0e7d;
  font-weight: bolder;
  font-size: 1.1em;
}

#thumbs a { 
  border: 0;
}

#thumbs img { 
	padding: 10px;
	background-color: #222;
	border: 1px solid #666;
}

#thumbs img:hover { 
	background-color: #666;
}

.partner h3 { 
  margin-top: 30px;
}

.partner img { 
	display: block;
	padding: 10px;
	border: 0;
}

.desc { 
  display: none;
  font-size: 0.9em;
  margin-bottom: 6px;
}