@charset "utf-8";
/* CSS Document */

.temporaryDivForTestingPurposes {
	font-family: Arial;
	width: 724px;
	min-height: 600px;
	font-size: 11px;
	color: #666;
	}
.photoContainer {
	margin: 5px;
	width: 171px;
	height: 135px;
	float: left;
	font-size: 11px;
	text-align: center;
	/*padding: 8px 13px;*/
	}
.photoContainerColor {
	margin: 5px;
	width: 171px;
	height: 135px;
	float: left;
	font-size: 11px;
	text-align: center;
	/*padding: 8px 13px;*/
	/*background: url(../images/Galeri/mo_img.jpg) top center no-repeat;	*/
	background-color: #2982ae;
	}
.photoContainer a, .photoContainerColor a {
	text-decoration: none;
	color: #444;
	}
.photoContainer a:hover, .photoContainerColor a:hover {
	color: #0A94D6;
	}
.photoContainer img {
	border: 3px solid #0A94D6;
	background-color: #FFF;
	width: 165px;
	height: 95px;
	}
.photoContainerColor img {
	border: 3px solid #ADADAD;
	background-color: #FFF;
	width: 165px;
	height: 95px;
}
.photoContainer .photoInfoDiv, .photoContainerColor .photoInfoDiv {
	color: #333;
	padding: 2px;
	background-color: #EDEDED;
	border-top: 1px solid #D4D4D4;
	}
.clearFloat{
	clear: both;
	font-size:1px;
	line-height: 1px;
	}


