@charset "utf-8";
/* CSS Document */
.mosaic div   				/*Gesamtanordnung der Thummbs maximal 4 in Breite */
{
	max-width:840px;		/*Breite 4 x thumbs */
	margin-left:auto;
	margin-right:auto;		/*Zentierung der Anordnung */
  	margin-top:3px;
}
 
#thumbs					
 {
	text-align:center;
}
 
#thumbs div 				/* Definition einzelnes Thumbnail  */
{
	display:inline-block;
	background: #365CAA;
	height:205px; 	
	width:200px;
	margin-top:-2px;
	margin-left:-4px;
	margin-right:-2px;
	border-spacing: 2px;
	border: solid 4px;
	border-color: #4682B4 #222222 #222222 #4682B4;
}

#thumbs p 				/* Definition Schrift  */
{
	text-align:center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#fff;
} 
/*	
#thumbs a:link,a:visited,a:hover{
	text-align:center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;;
} 
*/
#thumbs img 				/* Definition Bild  */
{ 	padding-top:10px;

} 
#thumbs hr { 	
	width:auto; 
	margin-top:10px;
	margin-bottom:10px;
	border: solid 3px;
	border-color: #4682B4 #222222 #222222 #4682B4;	
} 


