/***************************************************************************************
	Eberhard Räder Mediatechnik
	---------------------------
	System NTN
		Version 2016
	------------------------------------------------------------------------------------
	Projekt:	belvano
				Stylesheet
				seitenspezifische Konfiguration für /referenzobjekte
				(Abweichungen vom Standard)
	Erstellt:	22.07.2016
****************************************************************************************/
#thumblist{
	width:100%;
}
#thumblist h3{
	clear:both;
	margin:0px;
}

.thumblist_table{
/*	background-color:	yellow; /**/
	float:left;
	margin-bottom:20px;
/*	display:inline-block;*/
}
.thumblist_1607_dia{
	display:inline-block;
	float:left;
/*	background-color:red;/**/
}
.thumblist_1607_dia img{
	max-width:95%;
	max-height:95%;
}
.thumblist_1607_dia_td{
	text-align: center;
	vertical-align:middle;
/*	background-color:silver;
	height:100%;*/
	width:		185px;
	height:		185px;

}
@media only screen and (max-height:500px){
	.thumblist_1607_dia_td{
		width:		130px;
		height:		130px;

	}
}
@media only screen and (max-width:800px){
	.thumblist_1607_dia_td{
		width:		140px;
		height:		140px;

	}
}@media only screen and (max-width:500px){
	.thumblist_1607_dia_td{
		width:		125px;
		height:		125px;

	}
}