body {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin: 30px auto 0 auto;
	width: 490px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #222;
	font-size: 11px;
	line-height: 130%;
}
p {
margin-bottom: 10px;
}
a {
 text-decoration: none;
 font-size: 11px;
 color: #111;
}
a:hover {
 color: #666;

}

h1 {
font-size: 18px;
line-height: 20px;
font-style: normal;
}

#objekte li img {
	margin: 25px 0 0 0;
	width: 50px;
	height: 50px;
}
#objekte li:hover img {
	margin: 0;
	width: 100px;
	height: 100px;
}

#objekte li {
	float:left;
	width: 100px;
	height: 100px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	text-align: center;
	margin: 0;
}
#objekte li:hover {
	margin: 0;
}
#objekt {
	width: 400px;
	margin-left: 175px;
	min-height: 100px;
	margin-bottom: 15px;
	color: #666;

}
#objekte {
	width: 575px;
	overflow: hidden;
}
#objektinfo {
	min-height: 80px;
	margin-bottom: 15px;
}
#objektinfo h1 {
	width: 400px;
}
#objekte li:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#objektnav {
	
}
.light {
color:#CCC;
}
#unten {
	clear: left;
	width: 575px;
	padding: 10px 0 0 0;
	overflow: hidden;
	margin-bottom: 50px;
}
#nav {
	width: 165px;
	float: left;
	padding-left: 10px;
	overflow: hidden;
}
#nav a {
	margin-right: 2px;
}

#txt {
	width: 385px;
	float: left;
	color: #8f8c8b;
	overflow: hidden;
}


#txt h1 {
	width: 400px;
}

#theadline {
	height: 40px;
}

.info h1 {
	color: #333;
}
.info li.head {
	font-size: 13px;
	line-height: 22px;
	color: #444;
	margin-top: 8px;
}

.info li {
	margin-bottom: 2px;
}

.pointer {
	cursor:pointer;
}



.info.years li {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.info em {
	display: block;
	width: 70px;
 	color: #333;
 	float: left;
}

.info.years p {
	width: 260px;
	float: left;
	overflow: hidden;
	margin-bottom: 0;
}


