#unternav {
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	width: 127px;
	float: left;
	margin-right: 5px;
	margin-top: 50px;
	display:inline;
	height: 400px;
}

#content_images {
	height: 520px;
	width: 731px;
	float: left;
	background: #dcdcdc;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	z-index: 15;
}
#content_objekte {
	height: 520px;
	width: 731px;
	float: left;
	background: #dcdcdc;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	z-index: 15;
}
div#content img {
	margin: 0 auto 0px auto;
	border: 1px solid #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-top-color: #ccc;
}
div#content p.photo {
	margin-bottom: 10px;
	float: left;
	text-align: center;
	line-height: 1em;
	background: #fff;
}
div#content p.photo a, ul.thumbnails a {
	display: block;
	float: left;
	padding: 4px 4px 4px 4px;
	border: 1px solid;
	border-color: #dcdcdc;
}
div#content p.photo a:hover, ul.thumbnails a:hover {
	/*background: #eee;*/
	border-color: #666666;
}
div#content p.description {
	clear: left;
/*	text-align: center;*/
}
#thumbnails {
	margin-top: 14px;
	margin-left: 45px;
}
/*thumbnail-Links ab hier*/
ul.navigation {
	
	float: left;
	text-align: center;
	background: #fff;
	line-height: 1em;
	position: absolute;
	top: 58px;
	left: 550px;
}
ul.navigation li, ul.thumbnails li {
	display: inline;
}

ul.thumbnails a {
	width: 80px;
	font-size: 80%;
	margin: 20px 18px 9px 20px;
}
/*ab hier Zusatz für Thumbnail-Vorschau*/
ul.thumbnails {
	/*margin-bottom: 10px;*/
	float: left;
	text-align: center;
	line-height: 1em;
}
ul.navigation a {
	margin-right: 10px;
	width: 80px;
}
ul navigation a:hover {
	background: #eee;
}

