


/* 
##################################################################
images
##################################################################
*/

/* Bilder */
.ImageBoxLeft {
	clear: both;
	float: left;
	margin: 0 20px 20px 0;
}
.ImageBoxRight {
	clear: both;
	float: right;
	margin: 0 0 20px 20px;
}
.ImageBoxBig {
	margin-bottom: 20px;
}
.ImageBoxBig .Title,
.ImageBoxLeft .Title,
.ImageBoxRight .Title {
	color: #666;
	font-size: 12px;
	margin-top: 6px;
}
.ImageBoxBig .Copyright,
.ImageBoxLeft .Copyright,
.ImageBoxRight .Copyright {
	color: #999;
	font-size: 12px;
}