/* CSS Anweisungen für die Galerie*/

/*Container in der die Tabelle mit Vorschaubilder ist*/
.cont_over{
}

/*Tabelle in der alle Vorschaubilder erscheinen*/
.tab_over{
	padding:10px;
}

/*Reihe der Tabelle mit Vorschaubildern */
.reihe_over{

}

/*Zelle der Tabelle mit Vorschaubildern */
.overv{
	padding:10px;
	margin:10px;
	position:relative;
	vertical-align:top;
	width:100%;
}
.overv:hover{
}
/*Bilder in der Vorschau*/
.overv img{
border:none;
}
	
/*Zeile der Tabelle mit Vorschaubildern */
.overv2{
width:100px;
text-align:center;
}

/*Darin sind die zurpck und weiter links beim Vollbild*/
.pi_gal_pi{
	width:200px;
}

/*Ein Bild in der Vorschau (in Tabelle) im img tag*/
.pic_over{
border: none;
	
}
.pic_over a{
}
/*Ein Bild in der Vollansicht (in Tabelle) im img tag*/
.vollbild{
}

/*Container in der Zurück link ist*/
.link_over{
}


/*Panel - Slider*/

#panel {
	background: #eeeeee;
	height: 200px;
	display: none;
	padding: 10px 10px 0px 10px;
}
.noscriptpanel {
}
.slide {
	margin: 0;
	padding: 0;
	border-top:#F6891A solid 4px;
}
.btn-slide {
	text-align: center;
	width: 160px;
	height: 35px;
	padding: 10px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	background-color:#99CC00;
	background: url(../img/slide.png) no-repeat;
}


/* AKkorion */
.accordion {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #e9e7e7 url(../img/ako_pfeil.png) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}


.galslider{
}
