@charset "utf-8";
.thumbmails ul {
	width: 600px;
	height: 145px;
	margin-bottom: 2px;
	clear: both;
}
#contenttext .thumbmails {
	height: 170px;
}




.thumbmails li {
	list-style-type: none;
	width: 145px;
	float: left;
}
.thumbmails li a {
	text-decoration: none;
	color: #333;
}
.thumbmails img {
	float: left;
	background-color: #FFF;
}
.thumbmails  span {
	display: none;
}
.thumbmails a:hover span {
	display: block;
	position: absolute;
	top: 210px;
	left: 40px;
	height: 200px;
	width:100px;
	cursor: default;
}
.thumbmails #uzun .box h1, .thumbmails #sommer h1, .thumbmails #schmidt h1, .thumbmails #gericke h1 {
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	background-color: #A99C6B;
	width: 385px;
	height: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.thumbmails #uzun .box p, .thumbmails #sommer .box p, .thumbmails #schmidt .box p, .thumbmails #gericke .box p {
	font-size: 11px;
	margin: 0px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-top: 3px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A99C6B;
	width: 385px;
}
.thumbmails #uzun .box, .thumbmails #sommer .box, .thumbmails #schmidt .box, .thumbmails #gericke .box {
	width: 400px;
	background-color: #FFF;
	height: auto;
	border: 2px solid #A99C6B;
	position: relative;
	left: auto;
	float: left;
}
