/*------------------------------------------ Category Wahl */
.chgallery-list {
margin-top: 0px;
width: 700px;
background: none;
list-style: none;
}

.chgallery-list .item {
width: 330px;
background: none;
list-style: none;
float:left;
}


.chgallery-list .img img {
float: left;
margin-right: 15px;
margin-top: 2px;
overflow: hidden;
border: 2px solid #000066; 
}

.chgallery-list .text {
float: left;
}

.chgallery-list .title a {
font-weight: bold;
color: #004d88;
}

/*------------------------------------------ List View */
.tx-chgallery-pi1 {
margin: 20px 0 0px 0;
}


.tx-chgallery-pi1 .info {
margin: 10px 0 0 0;
font-size: 12px;
color: #666;
}

.tx-chgallery-pi1 .info strong {
margin: 10px 0 0 0;
font-size: 13px;
color: #004d88;
}

#Content .tx-chgallery-pi1 .info a,
.tx-chgallery-pi1 .info i {
font-size: 11px;
color: #666;
}

.tx-chgallery-pi1 .pagebrowser {
padding-bottom: 15px;
}



.tx-chgallery-pi1 .pagebrowser .prev {
	width:30%;
	float:left;
}

.tx-chgallery-pi1 .pagebrowser .text {
	width:40%;
	float:left;
	text-align:center;
font-size: 12px;
color: #004d88;
}

.tx-chgallery-pi1 .pagebrowser .next {
	width:30%;
	float:right;
	text-align:right;
}

#content .tx-chgallery-pi1 .pagebrowser a {
font-size: 12px;
color: #004d88;
font-weight: normal;
text-decoration: underline;
}


#content .tx-chgallery-pi1 .pagebrowser a:hover {
font-size: 12px;
color: #004d88;
font-weight: normal;
text-decoration: underline;
}


.tx-chgallery-pi1 .clr {
	clear:both;
}


.tx-chgallery-pi1 .single {
float:left; 
margin:0 10px 22px 22px;
}

.tx-chgallery-pi1 .single img {
border: 2px solid #000066;
}


.tx-chgallery-pi1 .single span {
display: none;
}








/* small version */
.tx-chgallery-pi1 .singlesmall img{
	float:left; 
	padding:0 1px 2px 1px;
	margin:0 5px ;
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
	display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
	padding:0 20px;
}

.tx-chgallery-pi1 #chajax {
	background:#fff url(ajaxloading.gif) no-repeat center center;
	position:absolute;
	height:490px;
	width:550px;
	z-index:999;
	margin:10px 0 0 10px
 opacity: 0.8;
 -moz-opacity: 0.8;
 filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


