 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
 	padding:0;
	margin:5px 10px;
 	list-style:none;
 	border:1px solid #D2DCE4;
 	border-bottom:0;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:8px;
	border-bottom:2px solid #D2DCE4;
	border-bottom:8px solid #ffffd5;           /************* dazu, damit abstand zwischen kategorie elementen größer */	
}

.tx-chgallery-pi1 .chgallery-list .itemodd { background:#E7EDF1; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border:1px solid #ececec; }
.tx-chgallery-pi1 .chgallery-list .itemeven { background:#f4f4f4; }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { border:1px solid #E7EDF1; }

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	
/*      width:120px;  changed -> mehr abstand vom text zum rand wegen größerem bild  */
	width:150px;
		
	padding-left:2px;
	padding-top:8px;
	padding-bottom:8px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	
/*	width:400px;	changed -> Text neben bild */
	width:250px;
	
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	margin:5px 10px 15px 10px;
	padding:3px 6px;
 	border:1px solid #D2DCE4;
 	background:#f3f4f6;               /*old: #E7EDF1 */
}

.tx-chgallery-pi1 .info .position {
	float:right;
	font-size:35px;
	font-style: italic;
	font-family:Georgia;
	color:#b8c9d6;
	margin-right:5px;
}

.tx-chgallery-pi1 .info .position span {
	font-size:20px;
}

.tx-chgallery-pi1 .info span {
	font-weight:bold;
}

.tx-chgallery-pi1 .info .back {
        float:right;
	color:#ff0000;
	text-align:center;
	
	            
	
}


/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #dde1e4;
	border-bottom:1px solid #dde1e4;
	padding:2px 0;	
	margin:3px 0
	
}


.tx-chgallery-pi1 .pagebrowser .prev {
	float:left;
	width:158px;     /* geädert von % angaben */
	
	text-align:left;
	
	
	
	
}

.tx-chgallery-pi1 .pagebrowser .text {
	float:left;
	width:158px;        /* geädert von % angaben */
		
	text-align:center;
	
	            
	
}

.tx-chgallery-pi1 .pagebrowser .next {
	float:left;
	width:158px;      /* geädert von % angaben */
		
	text-align:right;
	
	
	
}

.tx-chgallery-pi1 .clr { clear:both; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	background:#f3f4f6;         /* old: #f3f4f6 */
	float:left; 
	padding:3px 1px 2px 1px;
	margin:9px ;
	border:1px solid #D2DCE4;
	
}

.tx-chgallery-pi1 .single .img {
	width:136px;                /* 160 */
	height:110px;	            /* 126 */
	/* background:url(gfx/bg_w.gif) no-repeat; */	
	line-height:95px;           /* 126 , weiter runter als hight, damit darschtelleung in ff und ie7 ähnlicher*/
	position:relative;
}

.tx-chgallery-pi1 .act .img {
	background:url(gfx/bg_w.gif) no-repeat;
}


.tx-chgallery-pi1 .single .img .align {
	width:136px;                        /* 160 */
	height:110px;                       /* 126 */
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top: -45px;               /* -53*/
	margin-left:-68px;              /* -80 */
}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:120px;           /* 148 */
	min-height:20px;             
	border:1px solid #f3f4f6;
	text-align:center;
}

.tx-chgallery-pi1 .single span  small {
	font-size:10px;
}

* html .tx-chgallery-pi1 .single span {
	height:20px; 
}

/* small version */
.tx-chgallery-pi1 .singlesmall img{
	float:left; 
	padding:0 1px 5px 1px;
	margin:0 0px ;        /* 0 5px */
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
	display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
	padding:0 10px; /* 0 10px*/ 
	
}

/* Ajax loading icon  */
.tx-chgallery-pi1 #chajax {
	background
