@charset "utf-8";
/************************************************************************************/
/*                                                                                  */
/* Bilderformatierungen                                                             */
/*                                                                                  */
/************************************************************************************/

.image-icon
{
	vertical-align: middle;
	margin-right: 0.5em;
}

.image-icon-link
{
	height: 16px;
	width: 16px;
	vertical-align: middle;
	margin-right: 0.5em;
	cursor: pointer;	
}

.image-loader
{
	display: block;
	height: 16px;
	width: 16px;
	margin-top: 40%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.image-link
{
	cursor: pointer;
}



/************************************************************************************/
/* Foto Raster */
.fotos-raster
{
	float: left;
	width: 100%;
}

.fotos-raster li
{
	float: left;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
	width: 150px;
	height: 150px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}

.fotos-raster li img
{
	width: 150px;
	height: 150px;
}




/************************************************************************************/
/* Foto Liste */
.fotos-liste
{
	float: left;
	width: 100%;
}

.fotos-liste li
{
	float: left;
	list-style-position: inside;
	list-style-type: none;
	width: 100%;
	min-height: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
}

.fotos-liste li img
{
	float: left;
	min-width: 150px;
	min-height: 150px;
	margin-right: 20px;
}

.fotos-liste li p
{
	text-indent: 0px;
	float: left;
	width: 580px;
}