@charset "utf-8";
/* Quick IN Css Stylesheet */
/* galerie.css (c) trendmarke 2009 */
.gallery_list_cat {
	border:1px solid #fff;
	background:#none;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.gallery_single_img {
	height:125px;
	}

.gallery_list_cat_img , .gallery_list_cat_text {
	display:block;
	float:left;
	margin-right:10px;
}
.gallery_list_cat_img img {
	border:2px solid #CFCDC8;
}
.gallery_list_cat_text_title a {
	text-decoration:none;
	font-weight:bold;
}
.gallery_list_cat_text_description {
	margin-top:3px;
	color:#FFF;
	font-size:9pt;
}
.gallery_list_cat_text_infos {
	font-size:8pt;
	color:#996666;
}
.gallery_sub_info_description {
	margin:0;
}
.gallery_pagebrowser {
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px solid #996666;
	border-top:1px solid #996666;
	color:#996666;
	font-size:8pt;
}
.gallery_single {
	display:block;
	float:left;
	margin-left:10px;
	margin-top:5px;
}
.gallery_single_align {
	padding:2px;
	border:1px solid #fff;
	background:none;
	text-align:center;
}
.gallery_single_align img {
  border:2px solid #CFCDC8;
}
.gallery_single_desc {
	text-align:center;
	color:#fff;
	font-size:8pt;
	width:120px;
}
