body { 
	background-attachment: fixed;
	background-image: url(/archiv/05/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.gif);
	background-repeat: no-repeat;
	height: 221px;
	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 red;
	border-top:1px dotted red;
	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: red;
	font-weight: bold;
}

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

#contents a { 
  text-decoration: none;
	border-left: 2px solid yellow;
	color: white;
	padding-left: 3px;
}

#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;
}


