html{
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #829b00;
	text-align: center;
	margin: 0px;
}

.full {
	margin-top: 285px;
	text-align: left;
	background-image: url('../images/sponsor_gradient.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #905ba3;
}

.achtergrond1 {
	background-image: url('../images/backGround_bottom.gif');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-bottom: 15px;
}
.achtergrond2 {
	background-image: url('../images/backGround_top.gif');
	background-repeat: no-repeat;
	background-position: 50% -15px;
}
.mainContainer {
	width: 960px;
	margin: 0px auto;
	background-image: url('../images/main.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50px;
	padding-top: 16px;
}
.header {
	height: 40px;
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

.subMenu {
	padding-top: 23px;
	text-align: right;
	margin-top: 65px;
	margin-right: 23px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
.submenuTitle {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	color: #000;
	margin-bottom: 5px;
}
.subMenu div {
}

.subMenu div#active a {
	color: #000;
}
.subMenu a {
	display: block;
	padding: 1px 0px;
	padding-right: 15px;
	color: #742895;
	text-decoration: none;
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: right 4px;
}
.subMenu a:hover {
	color: #c1d72d;
	text-decoration: underline;
}

.menuContainer {
	text-align: left;
}
.menu {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	margin: 0px;
	margin-top: 7px;
	margin-left: 35px;
	border-collapse: collapse;
}
.menu td {
	border-right: 2px solid #c9de39;
	text-align: center;
	padding: 2px 5px;
}
.menu td.first {
	border-left: none;
	padding-left: 0px;
}
.menu td.last {
	border-right: none;
	padding-right: 0px;
}
.menu td#active a {
	margin-bottom: 0px;
	color: #ffffff;
}
.menuContainer a {
	color: #444444;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
}
.menuContainer a:hover {
	color: #ffffff;
}

.languageContainer {
	float: right;
}
.languages {
	margin: 0px;
	margin-top: 8px;
	margin-right: 30px;
}
.languages td {
	border-right: 2px solid #c9de39;
	text-align: center;
	padding: 5px 5px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
.languages td.first {
	padding-left: 0px;
}
.languages td.last {
	border-right: none;
	padding-right: 0px;
}
.languages a img {
	border: 0px;
}

.contentLayout {
	margin-top: 260px;
}



.footerContainer {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 15px;
}
.footer {
	color: #fff;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	width: 100%;
}
.footer td {
	vertical-align: middle;
	padding: 0px 20px;
}
.footer td.footerRight {
	text-align: right;
}
.footer span.title {
	border-right: 2px solid #cbd828;
	padding: 4px 0px;
	padding-right: 7px;
	margin-right: 7px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
}
.footer a {
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.sponsoren {
	clear: both;
	color: #742895;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px 10px;
	padding: 15px 0px;
	padding-bottom: 25px;
}
.sponsoren p {
	text-align: center;
}
.sponsoren a {
}
.sponsoren img {
	border: none;
	margin: 5px 5px;
}
.sponsoren h4 {
	color: #905ba3;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}

.content {
	margin: 30px 0px;
	margin-bottom: 0px;
	padding: 20px;
	padding-left: 40px;
	padding-right: 75px;
	padding-bottom: 70px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

h1 {
	color: #c1d72d;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 27px;
	letter-spacing: -1px;
	font-weight: normal;
	margin: 5px 0px;
	margin-bottom: 20px;
	clear: left;
}
h2 {
	color: #742895;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
}
h3 {
	color: #742895;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
}

p {
	margin: 0px;
	margin-bottom: 15px;
	line-height: 18px;
}
.content p {
	text-align: justify;
}
a {
	color: #742895;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.kadersContainer {
	clear: both;
	padding: 0px 15px;
	padding-right: 30px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.contentKaderLeft {
	width: 304px;
	height: 225px;
	background-image: url('../images/kader.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	clear: left;
	margin-bottom: 15px;
}
.contentKaderRight {
	width: 304px;
	height: 225px;
	background-image: url('../images/kader.gif');
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	clear: right;
	margin-bottom: 15px;
}
.contentKader {
	padding: 8px 15px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
.contentKader table {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
.contentKader h1 {
	color: #000000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
	border-bottom: 1px solid #DDD;
}
.contentKaderRight .contentKader {
	text-align: center;
}


.rightKaderContainer {
	float: right;
}
.rightKader {
	width: 284px;
	height: 200px;
	background-image: url('../images/kader_right.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 70px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 30px;
}
.rightKaderContent {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	padding: 10px 15px;
}
.rightKader h1 {
	color: #000000;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
}

.rightKader ul {
	padding: 0px 10px;
	margin: 0px 10px;
	padding-right: 0px;
	margin-right: 0px;
	list-style-type: disc;
	color: #777777;
}

ul {
	list-style-image: url('../images/bullet.gif');
}




.news-list-container {
	background-color: transparent;
	border: none;
	float: none;
}
.news-list-item {
	margin: 10px 0px;
	padding: 10px;
	border: none;
	border: 1px solid #DDDDDD;
	background-color: transparent;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
}
.news-list-item .datum {
	color: #A9AAA9;
	margin-bottom: 5px;
}
.news-list-item .newsText {
	padding: 0px;
	margin: 0px;
}
.news-list-item .newsText p {
	margin: 0px;
	padding: 0px;
}
.news-list-item .news-list-morelink {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}
.news-list-item h2 {
	margin: 0px;
	font-size: 13px;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.news-single-item {
	margin: 10px 0px;
	padding: 10px;
	border: none;
	border: 1px solid #DDDDDD;
	background-color: #ffffff;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
	background-position: 50% top;
}
.news-single-item .datum {
	color: #A9AAA9;
	margin-bottom: 5px;
}
.news-single-item h1 {
	color: #742895;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	clear: left;
}
.contentKaderContent .news-list-item {
	background-image: none;
	border: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px 0px;
}
.contentKaderContent .news-list-item h2 {
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 13px;
	margin-bottom: 3px;
}





.text {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	width: 220px;
	border: 1px solid #DDD;
}
.button {
	background-color: #cbd828;
	color: #fff;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	border: none;
	cursor: pointer;
	padding: 2px 5px;
}
select {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	width: 220px;
	height: 120px;
	border: 1px solid #DDD;
}
.forumulierContainer {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #AAAAAA;
}
.forumulierContainer form {
	margin: 0px;
}

.forumulierTable {
	width: 580px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	background-color: #f8faea;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #EEEEEE;
}

.forumulierTable td {
	padding-bottom: 3px;
}
.forumulierTable p {
	text-align: left;
	margin-bottom: 5px;
}
.forumulierTable dd {
	display: block;
	margin-top: 5px;
	margin-left: 0px;
}

.album {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 10px 0px;
	border: 1px solid #AAAAAA;
	height: 100px;
	float: left;
	width: 300px;
	height: 400px;
	margin: 5px;
}
.albumTitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 10px;
	margin-bottom: 10px;
}
.albumTitle a {
}
.albumThumb {
	text-align: center;
}
.albumDescr {
	margin: 0px 10px;
}

.jm-gallery-image-entry {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 5px;
	border: 1px solid #AAAAAA;
	float: left;
	width: 190px;
	height: 300px;
	margin: 5px;
}
.thumb {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.thumb img {
	margin: 0px;
	padding: 0px;
}
.thumb a {
	margin: 0px;
	padding: 0px;
}
.albumPhotoBackMenu {
	clear: both;
}
.albumPhotoMenu {
	clear: both;
	text-align: center;
}
.photoContainer {
	clear: both;
	text-align: center;
}
.rightCollumn div.photoContainer {
	clear: right;
}
.photoEntry {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 10px;
	border: 1px solid #AAAAAA;
	height: 100px;
	width: 420px;
	height: 350px;
	margin: 5px;
}
.random-photo-entry {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 7px;
	border: 1px solid #AAAAAA;
	margin: 5px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 20px;
}
.thumbDescr {
	margin-top: 5px;
	text-align: left;
}

.dealerEntry {
	background-color: #F5F5F5;
	margin: 10px 0px;
	padding: 7px;
	border: 1px solid #AAAAAA;
	float: left;
	width: 300px;
	height: 140px;
	margin: 5px;
}

.newsContainer {
	float: right;
}
.newsContent {
	float: right;
	padding: 5px;
	margin-left: 30px;
	margin-top: 85px;
	margin-bottom: 30px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	border: 1px solid #EEEEEE;
	border-right: none;
	color: #888888;
}
.newsContent h1 {
	font-size: 14px;
	color: #c1d72d;
	font-weight: bold;
}

.newsItem {
	margin-bottom: 15px;
}
.news h4 {
	font-size: 16px;
	color: #c1d72d;
	font-weight: bold;
}
.news .date {
	color: #c1d72d;
	margin: 4px 0px;
	font-size: 9px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


    .tx-veguestbook-pi1 {
		font-size: 11px;
    }
  
    /* error handling */
	.tx-veguestbook-pi1 p.tx-guestbook-form-error {
		font-weight:bold;
		color:#990000;
	}
	
	/* display of result count */
	.tx-veguestbook-pi1 .tx-guestbook-result {
		font-weight:bold;
		float: none;
	}
	
	/* pagination */
	.tx-veguestbook-pi1 .tx-guestbook-pagination {
		font-size: 11px;
		font-weight: normal;
		float: none;
		text-align: left;
		margin-top: 45px;
	}
	
	/* styles for list mode */
	.tx-veguestbook-pi1 h2.tx-guestbook-header {
		clear:both;
		background-color: #c1d72d;
		color:#FFF;
		display:block;
		font-size:100%;
		font-weight:bold;
		padding: 3px 5px;
		width: 100%;
		margin: 0px;
		margin-top: 15px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		float: none;
		width: 100%;
		background-color: #f8faea;
		min-height:4em;
		padding: 3px 5px;
		border:1px solid #eee;
		border-top: none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left {
		height: auto;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-left p {
		color:#333;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right {
		float: none;
		width: 100%;
		background:#FFF;
		padding: 3px 5px;
		border:1px solid #eee;
		border-top: none;
	}
	
	/* styles for latest mode */
	.tx-veguestbook-pi1 .tx-guestbook-latest p,
	.tx-veguestbook-pi1 .tx-guestbook-right p {
		color:#333;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
	.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
        font-weight: bold;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-right h3 {
		font-size:100%;
		color:#990000;
		font-weight:bold;
		background:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
		font-size:75%;
		color:#333;
		font-style: italic;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-latest {
		display:block;
		padding:0.25em;
		clear:both;
	}
	
	/* form styles */
	.tx-veguestbook-pi1 .tx-guestbook-field {
		clear:both;
		width:100%;
		display:block;
		padding: 1em 0;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field label {
		clear: both;
		display: block;
		float: left;
		width: 240px;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
		float:left;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 11px;
		width: 220px;
		border: 1px solid #DDD;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
		float:left;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 11px;
		width: 220px;
		border: 1px solid #DDD;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
		display: block;
		float: left;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 11px;
		width: 220px;
		height: 120px;
		border: 1px solid #DDD;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 fieldset {
		border:none;
	}
	
	.tx-veguestbook-pi1 legend {
		display:none;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		float:left;
		display:block;
		background:#F7F7F7;
		border:1px solid #CCC;
	}
 
	.tx-veguestbook-pi1 .tx-guestbook-freecap {
		margin-left:2.25em;
	}
 
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap img {
		float:left;
		display:block;
		pading-left:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap input {
		float:left;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap label {
		clear:both;
		display:block;
		float:none;
		width:10em;
		margin-bottom:0.5em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap p {
		font-size:75%;
		padding:0.25em;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
		display:none;
	}
	
	span.tx-srfreecap-pi2-cant-read {
		color:#990000;
	}
	
	.tx-veguestbook-pi1 .tx-guestbook-clear {
		clear:both;
		display:block;
	}
	
	.tx-veguestbook-pi1 input.tx-guestbook-submit {
		width:auto;
		display:block;
		background-color: #cbd828;
		color: #fff;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 11px;
		border: none;
		cursor: pointer;
		padding: 2px 5px;
	}

.guestbook-left-header {
		float:left;
		margin-right: 10px;
}
.guestbook-right-header {
		float:left;
		margin-right: 10px;
}

.tx-guestbook-field img {
	border: 1px solid #eee;
}
.tx-guestbook-field-submit {
	text-align: center;
}


.gallery_breadCrumbs {
		background-color: #f8faea;
		padding: 3px 5px;
		border: 1px solid #eee;
}
.gallery {
	font-size: 11px;
	width: 845px;
	margin: 15px 0px;
}
.gallery_overview {
	font-size: 11px;
	width: 845px;
	margin: 15px 0px;
}
.gallery_overview img {
	border: 1px solid #cbd828;
}
.gallery_thumb {
	margin: 5px 0px;
}
.gallery_paging {
	margin: 10px 0px;
}

.gallery_thumb img {
	border: 1px solid #cbd828;
}
.gallery_title {

	color: #742895;
	font-family: Verdana, Arial, Sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
}
.gallery_foto_menu {
	margin: 10px 0px;
	text-align: center;
}
.gallery_foto_download {
	margin: 10px 0px;
	background-color: #f8faea;
	padding: 3px 5px;
	border: 1px solid #eee;
}
.gallery_foto_download_menu {
	width: 240px;
	font-size: 11px;
}
.gallery_foto_big {
	text-align: center;
}
.gallery_foto_big img {
	border: 1px solid #cbd828;
}
.newsText p {
	margin-bottom: 5px;
}
.news-list-morelink {
	margin-bottom: 15px;
}

.tx-srfreecap-pi2-image {
	border: 1px solid #eee;
}


 /***************************
 *   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:5px;
	border-bottom:1px solid #D2DCE4;	
}

.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;
	padding-left:2px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	width:400px;
}

.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:#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;
}

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #dde1e4;
	border-bottom:1px solid #dde1e4;
	padding:3px 0;	
	margin:2px 0;
}

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

.tx-chgallery-pi1 .pagebrowser .text {
	width:20%;
	float:left;
	text-align:center;
}

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

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

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	background:#f3f4f6;
	float:left; 
	padding:3px 1px 2px 1px;
	margin:5px ;
}

.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	background:url(gfx/bg.gif) no-repeat;
	line-height:126px;
	position:relative;
}

.tx-chgallery-pi1 .act .img {
	background:url(gfx/bgact.gif) no-repeat;
}

.tx-chgallery-pi1 .single .img .align {
	width:160px;
	height:126px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-53px;
	margin-left:-80px;
}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	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 2px 1px;
	margin:0 5px ;
}

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

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

/* Ajax loading icon  */
.tx-chgallery-pi1 #chajax {
	background:#fff url(gfx/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);
}


/*
 * accord */
#chgallery-list {
	border:1px solid #D2DCE4;
	border-top:0;
}

.tx-chgallery-pi1 .chgallery-title {
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
	border-top:1px solid #D2DCE4;
}
.tx-chgallery-pi1 .chgallery-content {

}
.tx-chgallery-pi1 .chgallery-content2 {
	border-top:1px solid #eee;
	padding:10px 5px;
}