@charset "utf-8";
/* CSS Document */

.temporaryDivForTestingPurposes {
	font-family: Arial;
	width: 630px;
	min-height: 600px;
	font-size: 8pt;
	/*color: White;*/
	}
	
.photoContainer {
	margin: 5px;
	/*width: 198px;*/
	height: 190px;
	float: left;
	font-size: 8pt;
	text-align: center;
	/*padding: 8px 13px;*/
	}

.photoContainerColor {
	margin: 5px;
	/*width: 198px;*/
	height: 190px;
	float: left;
	font-size: 8pt;
	text-align: center;
	/*padding: 8px 13px;*/
	/*background: url(../images/Galeri/mo_img.jpg) top center no-repeat;	*/
	background-color: #454545;
	color: White;
	}
.photoContainer a, .photoContainerColor a {
	text-decoration: none;
	color: #444;
	}
.photoContainer a:hover, .photoContainerColor a:hover {
	color: #454545;
	}
.photoContainer img {
	border: 3px solid #080808;
	background-color: #454545;
	/*width: 200px;*/
	height: 135px;
	}
.photoContainerColor img {
	border: 3px solid White;
	background-color: #454545;
	/*width: 200px;*/
	height: 135px;
}
.photoContainer .photoInfoDiv, .photoContainerColor .photoInfoDiv {
	color: White;
	padding: 0px;
	background-color: #EDEDED;
	border-top: 1px solid #D4D4D4;
	}
.clearFloat{
	clear: both;
	font-size:1px;
	line-height: 1px;
	}

