
/* START: Grundfarben
/* grün #96bc33  */
/* braun #442618 ; seitenname: #432517 */
/* ENDE: Grundfarben*/

/* START: Custom Fonts */
@font-face { font-family: brandish; src: url(fonts/brandish_regular.ttf); }
/* ENDE: Custom Fonts */
/* START: GLOBAL */
html {
	height:100%;
}
body {
	background-color:#422d25;
	background-color:#fdfaf7;
	background-color:#4e3327;
	background-color:#fdfaf7;
	color:black;	
	font-family:sans-serif;
	margin:0;
	height:100%;
}
.body_dunkel {
	background-color:#4e3327;
	height:auto;
	width:100%;
	min-height:100%;
	color:white;
}
#ueberschrift2 {
	position:relative;
	height:200px;
	background-color:#442618;	
	overflow:hidden;
	z-index:3;
}
#ueberschrift2w {
	position:relative;
	height:200px;
	background-color:white;	
	overflow:hidden;
	z-index:3;
}
#menu {
	position:relative;
	background-color:#442618;
	z-index:4;
}
#menu2 {
	position:relative;
	background-color:#fdfaf7;
}
#menu_extra {
	text-align:center;
	position:relative;
	background-color:#442618;
	max-width:1035px;
	margin-left:auto;
	margin-right:0;
}
#menu_art {
	position:absolute;
	z-index:2;
	left:196px;
	top:0;
	width:15px;
	height:11px;
	background-image: url('bilder/logo_menu_art.png');
}
#schatten_menu2 {
	z-index:3;
	position:relative;
	top:0px;
	width:1035px;
	width:100%;
	right:0;
	height:4px;
	background-image: url(bilder/schatten_menu.png);
	background-repeat:repeat-x;
}
#main {
	z-index:1;
	position:relative;
	width:100%;
	overflow:hidden;
	font-family:sans-serif;
	min-height:500px;
	top:-4px;
}
#main_dokument {
	z-index:1;
	position:relative;
	top:-4px;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family:sans-serif;
	min-height:200px;
}
#main_galerie {
	z-index:1;
	top:-4px;
	position:relative;
	width:100%;
	font-family:sans-serif;
	color:white;
	overflow:hidden;
	min-height:1025px;
}
#main_index {
	z-index:1;
	position:relative;
	width:100%;
	background-color:#fdfaf7;
	font-family:sans-serif;
	color:white;
	overflow:hidden;
}
.archiv_e2 {
	position:relative;
	margin-left:69px;
	width:auto;
	height:100%;
	padding:0px 0px 80px 0px;
}
.archiv_e2_ve {
	position:relative;
	margin-left:69px;
	width:auto;
	height:100%;
	padding:40px 0px 80px 0px;
}
.archiv_e2_na {
	position:relative;
	margin-left:69px;
	background-color:#fdfaf7;
	width:auto;
	height:100%;
	padding:40px 0px 80px 0px;
}
.index_archiv_e2 {
	position:relative;
	margin-left:69px;
	width:auto;
	height:100%;
	padding:0px 0px 0px 0px;
}

input, textarea{
	color:black;
	background-color:#edeae8;
	color:black;
	border:solid 1px #825a47;
	padding:4px 4px;
	margin:2px 0;
	font-family:sans-serif;
}
.body_dunkel textarea {
	background-color:#e6dcd3;
}
::selection {
	outline:black dotted thin;
	color:white;
	background-color:#96bc33;
}
input:focus, textarea:focus {
	color:black;
	background-color:white;
}
input.button{
	background-color:#96bc33;
	color:black;
	font-weight:bold;
	cursor:pointer;
	border:none;
	padding:3px 10px;
	letter-spacing:1px;
	height:22px;
	margin:0;
}
input.button:hover {
	background-color:#beee41;
	color:black;
}
#checkboxLoeschen {
	display:none;
}
#checkboxLoeschen + label {
	display:inline-block;
	width:22px;
	height:22px;
	vertical-align:bottom;
	margin-right:-4px;
	background-image: url(bilder/checkbox.png);
	cursor:pointer;
}
#checkboxLoeschen:checked + label {
	background-image: url(bilder/checkbox.png) ;
	background-position: -22px center;
}
input.button_white {
	background-color:#e5e2db;
	color:black;
	font-weight:bold;
	cursor:pointer;
	border:none;
	padding:3px 10px;
	letter-spacing:1px;
}
input.button_white:hover {
	background-color:#beee41;
	color:black;
}
input.input_text {
	width:120px;
	background-color:#e5e2db;
	color:black;
}
h3 {
	color:#7fa31f;
	font-size:1.6em;
	margin:0 0 15px 0;
	letter-spacing:1px;
}
/* ENDE: GLOBAL */
/* START: LINKS */
#menu_extra a { letter-spacing:1px;line-height:50px; vertical-align:center; font-weight:bold;}
#menu_extra a:link { text-decoration:none; color:#fdfaf7; }
#menu_extra a:visited { text-decoration:none; color:#fdfaf7; }
#menu_extra a:hover { text-decoration:none; background-color:#d0b02e; color:white; }
#menu_extra a:active { text-decoration:none; background-color:#d0b02e; color:white; }
#menu_extra a:focus { text-decoration:none; background-color:#d0b02e; color:white; }

#index_e1 p a { 
	padding:0 25px 0 10px; 
	font-weight:bold;
	background-image: url('bilder/pfeil_blau.png');
	background-repeat:no-repeat;
	background-position: right center;
}
#index_e1 p a:link { text-decoration:none; color:#5c75c5; }
#index_e1 p a:visited { text-decoration:none; color:#5c75c5; }
#index_e1 p a:hover { padding:0 10px; text-decoration:none; background-color:#5c75c5; color:white; }
#index_e1 p a:active { text-decoration:none; background-color:#5c75c5; color:white; }
#index_e1 p a:focus { text-decoration:none; background-color:#5c75c5; color:white; }

#index_e2 p a {
	padding:0 25px 0 10px; 
	font-weight:bold;
	background-image: url('bilder/pfeil_gruen.png');
	background-repeat:no-repeat;
	background-position: right center;
}
#index_e2 p a:link { text-decoration:none; color:#83a723; }
#index_e2 p a:visited { text-decoration:none; color:#83a723; }
#index_e2 p a:hover { text-decoration:none; background-color:#96bc33; color:white; }
#index_e2 p a:active { text-decoration:none; background-color:#96bc33; color:white; }
#index_e2 p a:focus { text-decoration:none; background-color:#96bc33; color:white; }

#index_e2 h2 a:link { 
	padding:0 31px 0 0px; 
	text-decoration:none; 
	color:#96bc33; 
	background-image: url('bilder/pfeil_gruenGross.png');
	background-repeat:no-repeat;
	background-position: right center;
}
#index_e2 h2 a:visited { text-decoration:none; color:#96bc33; }
#index_e2 h2 a:hover { text-decoration:none; background-color:#96bc33; color:white; padding:0 10px; }
#index_e2 h2 a:active { text-decoration:none; background-color:#96bc33; color:white; }
#index_e2 h2 a:focus { text-decoration:none; background-color:#96bc33; color:white; }

#index_e3 a { 
	padding:0 25px 0 10px; 
	text-align:right; 
	font-weight:bold; 
	margin-left:45px;
	background-image: url('bilder/pfeil_gelb.png');
	background-repeat:no-repeat;
	background-position: right center;
}
#index_e3 a:link { text-decoration:none; color:#bd990a; }
#index_e3 a:visited { text-decoration:none; color:#bd990a; }
#index_e3 a:hover { text-decoration:none; background-color:#bd990a; color:white; }
#index_e3 a:active { text-decoration:none; background-color:#bd990a; color:white; }
#index_e3 a:focus { text-decoration:none; background-color:#bd990a; color:white; }

#message_back a { padding:0 5px; }
#message_back a:link { text-decoration:none; color:black; background-color:#a3b900; }
#message_back a:visited { text-decoration:none; color:black; background-color:#a3b900; }
#message_back a:hover { text-decoration:none; background-color:#cbe600; color:black; }
#message_back a:active { text-decoration:none; background-color:#cbe600; color:black; }
#message_back a:focus { text-decoration:none; background-color:#cbe600; color:black; }

#menu a:link {  }
#menu a:visited {  }
#menu a:hover {  background-color:#96bc33;}
#menu a:active { }
#menu a:focus {  }

#menu2 a:link {  }
#menu2 a:visited {  }
#menu2 a:hover {  background-color:#96bc33;}
#menu2 a:active { }
#menu2 a:focus {  }

/* ie bullshit */
a img {
	border:0;
}

#admin_tools a:link { text-decoration:none; color:white; }
#admin_tools a:visited { text-decoration:none; color:white; }
#admin_tools a:hover { text-decoration:none; background-color:#96bc33; color:white; }
#admin_tools a:active { text-decoration:none; background-color:#96bc33; color:white; }
#admin_tools a:focus { text-decoration:none; background-color:#96bc33; color:white; }

#login a:link { text-decoration:none; color:white; }
#login a:visited { text-decoration:none; color:white; }
#login a:hover { text-decoration:none; background-color:#8c4242; color:white; }
#login a:active { text-decoration:none; background-color:#8c4242; color:white; }
#login a:focus { text-decoration:none; background-color:#8c4242; color:white; }

.links0 a { padding:0 5px; margin-left:-5px; }
.links0 a:link { text-decoration:none; color:#66b9ed; }
.links0 a:visited { text-decoration:none; color:#66b9ed; }
.links0 a:hover { text-decoration:none; background-color:#66b9ed; color:black; }
.links0 a:active { text-decoration:none; background-color:#66b9ed; color:white; }
.links0 a:focus { text-decoration:none; background-color:#66b9ed; color:white; }
/* ENDE: LINKS */
/*------------------------------------------------------------------------------------------*/
/* START: TEILNEHMER DIVS */
.r1 {
	position:relative;
	display:inline-block;
	margin:auto 0;
	margin:0 0 15px 0;
	vertical-align:top;
	width:100%;
}
.r2 {
	position:relative;
	height:4px;
	width:auto;
}
.r3 {
	position:relative;
	width:100%;
}
.r4 {
	position:relative;
	height:4px;
	width:100%;
}
.r20 {
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:4px;
	background-image: url(bilder/container_e1_schatten.png);
	background-repeat:no-repeat;
}
.r21 {
	position:relative;
	margin:0 4px;
	height:4px;
	background-image: url(bilder/container_top_schatten.png);
	background-repeat:repeat-x;
}
.r22 {
	position:absolute;
	top:0px;
	right:0px;
	width:4px;
	height:4px;
	background-image: url(bilder/container_e2_schatten.png);
	background-repeat:no-repeat;	
}
.r30 {
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:100%;
	background-image: url(bilder/container_left_schatten.png);
	background-repeat:repeat-y;
}
.r31 {
	position:relative;
	margin:0 4px;
	background-color:#879326;
	padding:0px 20px 20px 20px;
	overflow:hidden;
}
.r32 {
	position:absolute;
	top:0px;
	right:0px;
	width:4px;
	height:100%;
	background-image: url(bilder/container_right_schatten.png);
	background-repeat:repeat-y;	
}
.r40 {
	position:absolute;
	left:0;
	top:0;
	width:4px;
	height:4px;
	background-image: url(bilder/container_e4_schatten.png);
	background-repeat:no-repeat;
}
.r41 {
	position:relative;
	margin:0 4px;
	height:4px;
	background-image: url(bilder/container_bottom_schatten.png);
	background-repeat:repeat-x;
}
.r42 {
	position:absolute;
	top:0px;
	right:0px;
	width:4px;
	height:4px;
	background-image: url(bilder/container_e3_schatten.png);
	background-repeat:no-repeat;	
}
/* ENDE: TEILNEHMER DIVS */
/*------------------------------------------------------------------------------------------*/
/* START: veranstaltungn aktuell bearbeiten */
	input.placeholder {

	padding:2px 5px;
}
.placeholder {
	color:grey;
}
/* ENDE: veranstaltungn aktuell bearbeiten */
/*------------------------------------------------------------------------------------------*/
/* START: TEILNEHMER TABLE */
.tableh2 {
	color:white;
	font-size:1.2em;
	letter-spacing:2px;
	/*font-variant:small-caps;*/
}
.table {
	display: table;
	width:100%;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
	padding: 2px 10px;
	text-align:left;
	background-color:#9ba82c;
	color:black;
	overflow:auto;
}
.cell input.eingabe {
	border:solid 1px white;
	background-color:#879326;
	color:white;
	width:95%;
}
.cell input.eingabe:focus {
	background-color:#6c7427;

}
.cellHead {
	display: table-cell;
	padding: 2px 10px;
	text-align:left;
	background-color:white;	
	color:black;
	font-weight:bold;
}
.cellLeer {
	display: table-cell;
	width:2px;
	min-width:2px;
}
.cellFirst {
	display: table-cell;
	padding: 2px 10px;
	text-align:right;
	background-color:#7d8824;
	width:15px; 
	font-size:15px;
	color:black;
}
.cellLast {
	display: table-cell;
	text-align:left;
	width:100px;
	font-size:15px;
}
.cellLast input.Hinzu {
	color:white;
	background-image: url(bilder/pfeil_links_klein.png);
}
.cellLast input.Loesch {
	color:#35507a;
	background-image: url(bilder/pfeil_links_klein_blau.png);
}
.cellLast input{
	border:none;
	background-color:#879326;
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	padding: 2px 10px 2px 40px;
	width:100%;
}
.cellLast input:hover {
	background-color:#96bc33;
	cursor:pointer;
}
.rowTrenn {
	display: table-row;
	height:2px;
}
.cellTrenn {
	display: table-cell;	
}
/* ENDE: TEILNEHMER TABLE */
/*------------------------------------------------------------------------------------------*/
/* START: ADMIN TOOLS */
#admin_tools {
	z-index:4;
	position:fixed;
	letter-spacing:2px;

	background-image: url('bilder/admin_back.png');
	bottom:0;
	right:0;
	
	margin-left:69px;
	color:white;
}
#admin_tools .admin_tools_trenner {

}
#admin_tools a, span.admin_menu {
	padding:0 5px;
	font-size:12px;
}
span.admin_menu {
	color:white;
	background-color:#4e3327;
	background-color:#5275b4;
	border-top:solid 0px #5275b4;
	border-bottom:solid 1px black;
}
/* ENDE: ADMIN TOOLS */
/* START: LOGIN */
#login {
	position:absolute;
	width:300px;
	height:230px;
	background-image: url(bilder/login_logo.png);
	background-repeat:no-repeat;
	color:black;
	top:50%;
	left:50%;
	margin-top:-165px;
	margin-left:-150px;
	text-align:right;
}
#login_middle {
	position:absolute;
	width:auto;
	height:auto;
	bottom:28px;
	margin-left:10%;
	margin-right:10%;
	text-align:right;
}
#login a {
	font-size:0.8em;
}
/* ENDE: LOGIN */
/*------------------------------------------------------------------------------------------*/
/* START: Message */
#message {
	position:absolute;
	width:300px;
	height:230px;
	background-image: url(bilder/login_logo.png);
	background-repeat:no-repeat;
	color:black;
	top:50%;
	left:50%;
	margin-top:-115px;
	margin-left:-150px;
	text-align:left;
}
#message_middle {
	position:absolute;
	width:80%;
	height:auto;
	max-height:110px;
	overflow:auto;
	bottom:38px;
	margin-left:10%;
	margin-right:10%;
	font-size:12px;
}
#message_back {
	position:absolute;
	bottom:3px;
	right:4px;
}
.fehlerInfo {
	font-variant:small-caps;
	color:#3f76f3;
	font-size:1.2em;
	font-weight:bold;
	padding:0 5px;
}
.fehlerInfo:hover {
	background-color:#a3b900;
	color:white;
	cursor:default;
}

/* ENDE: Message */
/*------------------------------------------------------------------------------------------*/
/* START: WEBSEITEN CONTAINER */
#u1 {
	position:absolute;
	width:4px;
	height:4px;
	background-image: url(bilder/schatten_1.png);
	background-repeat:no-repeat;
}
#u2 {
	position:relative;
	margin-left:4px;
	margin-right:4px;
	width:auto;
	height:4px;
	background-image: url(bilder/schatten_2.png);
	background-repeat:repeat-x;
}
#u3 {
	position:absolute;
	top:0;
	right:0;
	width:4px;
	height:4px;
	background-image: url(bilder/schatten_3.png);
	background-repeat:no-repeat;
}
#u4 {
	position:absolute;
	top:4px;
	left:0px;
	bottom:4px;
	width:4px;
	height:auto;
	background-image: url(bilder/schatten_4.png);
	background-repeat:repeat-y;
}
#u5 {
	position:absolute;
	top:4px;
	right:0px;
	bottom:4px;
	width:4px;
	height:auto;
	background-image: url(bilder/schatten_5.png);
	background-repeat:repeat-y;
}
#u6 {
	position:absolute;
	bottom:0;
	left:0;
	width:4px;
	height:4px;
	background-image: url(bilder/schatten_6.png);
	background-repeat:no-repeat;
}
#u7 {
	position:relative;
	margin-left:4px;
	margin-right:4px;
	width:auto;
	height:4px;
	background-image: url(bilder/schatten_7.png);
	background-repeat:repeat-x;
}
#u8 {
	position:absolute;
	bottom:0;
	right:0;
	width:4px;
	height:4px;
	background-image: url(bilder/schatten_8.png);
	background-repeat:no-repeat;
}
#content {
	position:relative;
	width:auto;
	top:250px;
	height:100%;
}
#ueberschrift {
	position:relative;
	height:144px;
	background-color:white;
	overflow:hidden;
}
#ueberschrift #logo_links {
	z-index:3;
	position:absolute;
	top:0;
	left:0;
	width:530px;
	height:144px;
	background-image: url(bilder/ueberschrift_1.png);
}
#ueberschrift #logo_mitte {
	z-index:2;
	position:absolute;
	top:0;
	right:39%;
	width:600px;
	height:144px;
	background-image: url(bilder/ueberschrift_15.png);
}
#ueberschrift #bild_rechts{
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	width:860px;
	height:144px;
	background-image: url(bilder/ueberschrift_2.jpg);
}
#ueberschrift #bild_rechts2{
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	width:860px;
	height:144px;
	background-image: url(bilder/ueberschrift_2_mann.jpg);
}
#trennlinie {
	position:relative;
	background-color:#a3b900;
	width:100%;
	height:4px;
}
#menu_extra #menu_home {
	position:relative;
	display:inline-block;
	width: 116px;
	height: 50px;
	zoom: 1;
	*display:inline;
}
#menu_extra #menu_home a{
	display:block;
	width: 116px;
	height: 50px;
}
#menu_extra #menu_ueber {
	position:relative;
	display:inline-block;
	width: 62px;
	height: 50px;
	zoom: 1;
	*display:inline;
}
#menu_extra #menu_ueber a{
	display:block;
	width: 62px;
	height: 50px;
}
#menu_extra #menu_nachrichten {
	position:relative;
	display:inline-block;
	width: 124px;
	height: 50px;
	zoom: 1;
	*display:inline;
	background-image: url(bilder/menu_pfeil.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#menu_extra #menu_nachrichten a{
	display:inline-block;
	width: 124px;
	height: 50px;
}
#menu_extra #menu_nachrichten #untermenu_nachrichten{
	z-index:10;
	display:none;
	position:absolute;
	left: -4px;
	top:50px;
	width: 132px;
	height: 104px;
	background-image: url(bilder/untermenu_schatten2.png);
}
#menu_extra #menu_nachrichten:hover #untermenu_nachrichten {
	display:block;
}
#menu_extra #menu_nachrichten #untermenu_nachrichten #aktuell2 {
	margin-left:4px;
	width:124px;
	height:50px;
}
#menu_extra #menu_nachrichten #untermenu_nachrichten #aktuell2 a{
	display:block;
	width:124px;
	height:50px;
}
#menu_extra #menu_nachrichten #untermenu_nachrichten #archiv2 {
	margin-left:4px;
	width:124px;
	height:50px;
}
#menu_extra #menu_nachrichten #untermenu_nachrichten #archiv2 a{
	display:block;
	width:124px;
	height:50px;
}

#menu_extra #menu_veranstaltungen {
	position:relative;
	display:inline-block;
	width: 174px;
	height: 50px;
	zoom: 1;
	*display:inline;
	background-image: url(bilder/menu_pfeil.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#menu_extra #menu_veranstaltungen a{
	display:inline-block;
	width: 174px;
	height: 50px;
}
#menu_extra #menu_veranstaltungen #untermenu_veranstaltungen {
	z-index:10;
	display:none;
	position:absolute;
	left: -4px;
	top:50px;
	width: 182px;
	height: 104px;
	background-image: url(bilder/untermenu_schatten.png);
}
#menu_extra #menu_veranstaltungen:hover #untermenu_veranstaltungen {
	display:block;
}
#menu_extra #menu_veranstaltungen #untermenu_veranstaltungen #aktuell {
	margin-left:4px;
	width:174px;
	height:50px;
}
#menu_extra #menu_veranstaltungen #untermenu_veranstaltungen #aktuell a{
	display:block;
	width:174px;
	height:50px;
}
#menu_extra #menu_veranstaltungen #untermenu_veranstaltungen #archiv {
	margin-left:4px;
	width:174px;
	height:50px;
}
#menu_extra #menu_veranstaltungen #untermenu_veranstaltungen #archiv a{
	display:block;
	width:174px;
	height:50px;
}
#menu_extra #menu_galerie {
	position:relative;
	display:inline-block;
	width: 84px;
	height: 50px;
	zoom: 1;
	*display:inline;
	background-image: url(bilder/menu_pfeil.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#menu_extra #menu_galerie a{
	display:inline-block;
	width: 84px;
	height: 50px;
}
#menu_extra #menu_galerie #untermenu_galerie {
	z-index:10;
	display:none;
	position:absolute;
	left: -4px;
	top:50px;
	width: 92px;
	height: 104px;
	background-image: url(bilder/untermenu_schatten3.png);
}
#menu_extra #menu_galerie:hover #untermenu_galerie {
	display:block;
}
#menu_extra #menu_galerie #untermenu_galerie #aktuell3 {
	margin-left:4px;
	width:84px;
	height:50px;
}
#menu_extra #menu_galerie #untermenu_galerie #aktuell3 a{
	display:block;
	width:84px;
	height:50px;
}
#menu_extra #menu_galerie #untermenu_galerie #archiv3 {
	margin-left:4px;
	width:84px;
	height:50px;
}
#menu_extra #menu_galerie #untermenu_galerie #archiv3 a{
	display:block;
	width:84px;
	height:50px;
}
#menu_extra #menu_dokumente {
	position:relative;
	display:inline-block;
	width: 125px;
	height: 50px;
	zoom: 1;
	*display:inline;
}
#menu_extra #menu_dokumente a{
	display:block;
	width: 125px;
	height: 50px;
}
#menu_extra #menu_links {
	position:relative;
	display:inline-block;
	width: 62px;
	height: 50px;
	zoom: 1;
	*display:inline;
}
#menu_extra #menu_links a{
	display:block;
	width: 62px;
	height: 50px;
}
#menu_extra #menu_links a:hover .links_hover{
	display:block;
	position:absolute;
	z-index:34;
	top:0;
	width:62px;
	height:50px;
	background-image: url('bilder/menu_links_hover.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
#menu_extra #menu_kontakt {
	position:relative;
	display:inline-block;
	width: 95px;
	height: 50px;
	zoom: 1;
	*display:inline;
}
#menu_extra #menu_kontakt a{
	display:block;
	width: 95px;
	height: 50px;
}
#menu_extra #menu_kontakt a:hover .kontakt_hover{
	display:block;
	position:absolute;
	z-index:34;
	top:0;
	width:95px;
	height:50px;
	background-image: url('bilder/menu_kontakt_hover.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
#schatten_menu {
	z-index:2;
	position:absolute;
	top:198px;
	width:100%;
	height:4px;
	background-image: url(bilder/schatten_menu.png);
	background-repeat:repeat-x;
}

/* ENDE: WEBSEITEN CONTAINER */
/*------------------------------------------------------------------------------------------*/
/* START: ( veranstaltungen-aktuell.php )*/
#main2 {
	position:relative;
	margin:0 0 0 34px;
	top:0px;
	padding:15px 50px 15px 15px;
	width:auto;
	height:100%;
}
#main2 .e1{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:auto;
	min-height:40px;
	padding:20px;
	clear:both;
	text-align:right;
}
#main2 .e1n{
	position:relative;
	left:0;
	top:0;
	width:100%;
	height:auto;
	min-height:40px;
	padding:20px;
	clear:both;
	text-align:left;
}
#main2 .e1 .e10{
	z-index:2;
	position:relative;
	left:0;
	top:0;
	width:auto;
	height:auto;
	display:inline-block;
	margin-bottom:30px;
	margin-right:20px;
	float:left;

	text-align:left;
}
#main2 .e1 .e10n{
	z-index:2;
	position:relative;
	left:0;
	top:0;
	width:auto;
	height:auto;
}
.idB{
	position:relative;
	font-size:15px;
	width:100px;
	height:25px;
}
.idB {
	margin-bottom:15px;
}
.idB:hover th {
	color:black;
}
.idB table th.hidden {
	display:none;
}
.idB table th.hidden input{
	background-color:#96bc33;
	border:none;
	color:black;
	font-weight:bold;
}
.idB:hover table th.hidden {
	display:table-cell;
	visibility:visible;
}
.idB:hover table{
	position:absolute;
	background-color:#5c3f32;
	border:solid 1px #9a8b85;
}
.idB:hover th{
	background-color:#96bc33
}
.idB:hover table td{
	display:table-cell;
}
.idB:hover .back_gruen{
	font-weight:bold;
}
.idB table td{
	display:none;
	background-color:#5c3f32;
	color:white;
}
.idB table td.text_right{
	text-align:right;
}
.e10 .td1 , .td2 {
	min-width:50px;
	vertical-align:top;
	padding:5px;
}
#main2 .e1 .e12{
	z-index:2;
	position:relative;
	right:0;
	text-align:left;
	width:230px;
	height:auto;display:inline-block;
	padding-left:70px;
	background-image: url(bilder/pfeil_links.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#main2 .e1 .e12_grau{
	z-index:2;
	position:relative;
	right:0;
	text-align:left;
	width:230px;
	height:auto;display:inline-block;
	padding-left:70px;
	background-image: url(bilder/pfeil_links_grau.png);
	background-position:left top;
	background-repeat:no-repeat;
}
#main2 .e1 .e13 {
	position:relative;
	left:0;
	top:0;
	width:auto;clear:both;
	height:52px;
	background-image: url(bilder/trennlinie.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
/* ENDE: ( veranstaltungen-aktuell.php )*/
/*------------------------------------------------------------------------------------------*/
/* START: MAIN CONTENT ART */
#extra_ecke {
	z-index:2;
	position:absolute;
	top:0px;
	left:0px;
	width:34px;
	height:34px;
	background-image: url(bilder/extra_ecke_klein.png);
}

#extra_oben {
	position:relative;
	top:0;
	margin-left:34px;
	width:auto;
	height:34px;
	background-image: url(bilder/extra_oben_klein.png);
	background-repeat:repeat-x;
}
#extra_links {
	position:fixed;
	top:0px;
	left:69px;
	width:34px;
	height:100%;
	min-height:600px;
	background-image: url(bilder/extra_links_klein.png);
	background-repeat:repeat-y;
}
#extra_ecke_v {
	z-index:4;
	position:absolute;
	top:0px;
	left:0px;
	width:34px;
	height:34px;
	background-image: url(bilder/extra_ecke_klein_v.png);
}

#extra_oben_v {
	z-index:3;
	position:relative;
	top:0;
	margin-left:34px;
	width:auto;
	height:34px;
	background-image: url(bilder/extra_oben_klein.png);
	background-repeat:repeat-x;
}
#extra_links_v {
	z-index:2;
	position:fixed;
	top:0px;
	left:69px;
	width:34px;
	height:100%;
	min-height:600px;
	background-image: url(bilder/extra_links_klein_v.png);
	background-repeat:repeat-y;
}
#extra_ecke_h {
	z-index:3;
	position:absolute;
	top:0px;
	left:0px;
	width:34px;
	height:34px;
	background-image: url(bilder/extra_ecke_klein_h.png);
}

#extra_oben_h {
	position:relative;
	top:0;
	margin-left:34px;
	width:auto;
	height:34px;
	background-image: url(bilder/extra_oben_klein_h.png);
	background-repeat:repeat-x;
}
#extra_links_h {
	position:fixed;
	top:0px;
	left:69px;
	width:34px;
	height:100%;
	min-height:600px;
	background-image: url(bilder/extra_links_klein_h.png);
	background-repeat:repeat-y;
}
#extra_links_h2 {
	position:fixed;
	z-index:2;
	top:0px;
	left:69px;
	width:34px;
	height:100%;
	min-height:600px;
	background-image: url(bilder/extra_links_klein_h2.png);
	background-repeat:repeat-y;
}
/* ENDE: MAIN CONTENT ART */
/*------------------------------------------------------------------------------------------*/
/* START: veranstaltungen-aktuell-bearbeiten */
.textarea_h3 {
	font-size:16px;
	font-family:sans-serif;
	min-width:230px;
	max-width:350px;
	height:auto;
	max-height:60px;
}
.textarea_wo {
	font-size:16px;
	font-family:sans-serif;
	min-width:230px;
	max-width:350px;
	height:auto;
	max-height:60px;
}
.textarea_treffpunkt {
	font-size:16px;
	font-family:sans-serif;
	min-width:230px;
	max-width:350px;
	height:auto;
	max-height:60px;
}
.textarea_beschreibung {
	font-size:16px;
	font-family:sans-serif;
	min-width:230px;
	max-width:350px;
	height:auto;
	max-height:200px;
}
input.id_readonly {
	width:20px;
	padding:0;
}
.max_teilnehmer {
	width:40px;
}
/* ENDE: veranstaltungen-aktuell-bearbeiten */
/*------------------------------------------------------------------------------------------*/
/* START: veranstaltungen-archiv */

.seitenname_archiv {
	z-index:2;
	position:fixed;
	background-color:#432517;
	background-image: url('bilder/seitenname_archiv.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_impressum {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_impressum.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_ueber {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_ueber.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_ueber {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_ueber.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_nachrichten {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_nachrichten.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_nachrichten{
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_nachrichten.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_archiv_nachrichten {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_archiv_nachrichten.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_galerie {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_galerie.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_archiv_galerie {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_archiv_galerie.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_galerie {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_galerie.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_archiv_galerie {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_archiv_galerie.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_dokumente {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_dokumente.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_dokumente{
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_dokumente.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_schatten {
	z-index:2;
	position:fixed;
	left:69px;
	top:0;
	width:4px;
	height:100%;
	background-image: url(bilder/schatten_seitenname.png);
}

.seitenname_links {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_links.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_links{
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_links.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_kontakt {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_kontakt.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_kontakt {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_kontakt.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_veranstaltungen {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_veranstaltungen.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_archiv_veranstaltungen {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_archiv_veranstaltungen.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_teilnehmer {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_teilnehmer.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_veranstaltungen {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_veranstaltungen.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}
.seitenname_einstellungen_archiv_veranstaltungen {
	z-index:2;
	position:fixed;
	background-color:#563627;
	background-image: url('bilder/seitenname_klein_einst_archiv_veranstaltungen.png');
	background-position: center bottom;
	background-repeat:no-repeat;
	width:69px;
	height:100%;
	top:0px;
}

.archiv_e3 {
	position:relative;
	background-color:#553b2e;
	background-color:#fdfaf7;
	padding:10px 50px 10px 50px;
	width:auto;
	height:auto;
	background-image: url(bilder/archiv_unten.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.archiv_trenn {
	position:relative;
	height:30px;
	width:auto;
	background-image: url(bilder/archiv_trenn.jpg);
	background-repeat:no-repeat;
}
.archiv_trenn_inner {
	position:absolute;
	width:431px;
	height:30px;
	right:0;
	background-image: url(bilder/archiv_trenn_inner.png);
	background-repeat:no-repeat;
}
.archiv_e3 table thead tr th {
	text-align:left;
	font-size:1.6em;
	color:#7fa31f;
	letter-spacing:1px;
}
.archiv_e3 table {
	padding-bottom:20px;
}
.archiv_e3 table tbody tr td.f1 {
	min-width:100px;
}
/* ENDE: veranstaltungen-archiv */
/*------------------------------------------------------------------------------------------*/
/* START: links-bearbeiten.php */
.archiv_e31 {
	position:relative;
	display:inline-block;
	background-color:#553b2e;
	padding:40px 50px 40px 50px;
	margin:0 20px 20px 0;
	width:390px;
	height:auto;
	color:white;
}
.archiv_e31 textarea {
	width:200px;
	max-width:280px;
	max-height:600px;
}
.archiv_e31 input.r47 {
	width:200px;
}
.archiv_e31 td.r3854 {
	min-width:130px;
	vertical-align:top;
}
/* ENDE: links-bearbeiten.php */
/*------------------------------------------------------------------------------------------*/
/* START: index.php */
#index_e0 h2,h1, p, ul, img{
	margin:0;
}
#index_e0 {
	position:relative;
	font-size:16px;
	color:#4e3327;
	margin:0 auto;
	max-width:1400px;
	min-width:100px;
	clear:both;
}
#index_e0 ul {
	list-style-type:none;
	padding:0;
}
#index_e0 ul li.listP:before {
	content:"__";
}
#index_e1 h2 {
	font-variant:small-caps;
	font-size:40px;
	font-weight:400;
	letter-spacing:1px;
}
#index_e1 {
	padding:35px 20px 15px 50px;
	text-align:justify;
	color:#4e3327;
	margin-right:45px;
	margin-left:5px;
	max-width:600px;
	background-color:#fdfaf7;
	float:right;
	clear:both;
}
#index_e2 {
	max-width:880px;
	min-width:100px;
	width:auto;
	float:right;
	clear:both;
	background-color:#fdfaf7;
	margin-left:5px;
}
#index_e3 {
	padding:35px 220px 35px 40px;
	max-width:400px;
	min-width:200px;
	background-image: url('bilder/index_striche_v.jpg');
	background-repeat:repeat-y;
}
#index_e4 {
	width:auto;
	padding:35px 20px 5px 40px;
	display:inline-block;
}
#index_e1 .e1_link {
	margin:10px;
	text-align:right;
}
#index_e1 .e1_link a:hover:after {
	content:" so erreichen Sie uns";
	font-weight:normal;
	vertical-align:top;
}
#index_e2, #index_e4, #index_e5 {
	padding:35px 20px 15px 40px;
}

#index_e4:hover .hidden{
	visibility:visible;
}
#index_e4:hover h2 {
	background-color:#66b9ed;
	color:white;
	cursor:default;
}

.strich_hg {
	font-size:0;
	padding-bottom:20px;
	height:2px;
	max-width:1200px;
	background-image: url('bilder/index_striche_h.jpg');
	background-repeat:repeat-x;
	margin-right:-550px;
	margin-left:60px;
}
.strich_hb {
	font-size:0;
	padding-bottom:20px;
	height:2px;
	max-width:800px;
	background-image: url('bilder/index_striche_h.jpg');
	background-repeat:repeat-x;
	margin-right:-550px;
	margin-left:60px;
}
.strich_hhb {
	font-size:0;
	padding-bottom:20px;
	height:2px;
	max-width:1000px;
	background-image: url('bilder/index_striche_h.jpg');
	background-repeat:repeat-x;
	margin-left:-750px;
}
#index_e2 h2 {
	font-variant:small-caps;
	font-size:30px;
	font-weight:400;
	letter-spacing:1px;
	color:#4e3327;
}
.addText {
	display:none;
	font-size:0.5em;
	vertical-align:baseline;
	font-variant:small-caps;
}
#index_e2 h2 a:hover .addText {
	display:inline;
}
#index_e2 h2 a {
	display:inline-block;
	height:40px;
	overflow:hidden;
}
#index_e2 h2 {
	display:block;
	font-variant:small-caps;
	font-size:35px;
	font-weight:400;
	letter-spacing:1px;
	color:#1f60a3;
	white-space:nowrap;

	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}
#index_e2 h3 {
	color:black;
	font-size:25px;
	font-weight:300;
}

#index_e3 h2 {
	font-variant:small-caps;
	font-size:30px;
	font-weight:400;
	letter-spacing:1px;
	color:#d0b02e;
	color:#bd990a;
}
#index_e4 h2 {
	font-variant:small-caps;
	font-size:30px;
	font-weight:400;
	letter-spacing:1px;
	color:#66b9ed;
	padding:0 10px;
	margin-left:-10px;
}
#index_e5 h2 {
	color:#4e3327;
}

/* ENDE: index.php */
/*------------------------------------------------------------------------------------------*/
/* START: kontakt.php */
textarea.kontakt_textarea {
	width:300px;
	height:100px;
	max-width:500px;
	max-height:200px;
}
input.kontakt_input {

}
img.kontakt_captcha {
	display:block;
}
div.art_briefumschlag {
	position:fixed;
	background-image: url(bilder/briefumschlag.png);
	background-repeat:no-repeat;
	width:336px;
	height:239px;
	bottom:-30px;
	right:0px;
}
#container_center {
	position:relative;
	max-width:650px;;
	margin:0 auto;
}
#container_center_left {
	position:relative;
}
#container_center_right {
	position:relative;
	min-width:300px;
	min-height:300px;
}
form.kontakt_form table tr td {
	padding:5px;
}
td.kontakt_td_oben {
	vertical-align:top;
}
.kontakt_standort img {
	width:100%;
	height:auto;
	background-color:red;
}
h4.standort_h4 {
	margin-bottom:15px;
	margin-top:0px;
}
ul.standort_ul {
	padding-bottom:15px;
}
p.standort_p {
	padding:0 0 20px 0;
}
/* ENDE: kontakt.php */
/*------------------------------------------------------------------------------------------*/
/* START: kontakt_bearbeiten.php */
input.button_disabled{
	background-color:#ababab;
	color:black;
	font-weight:bold;
	cursor:normal;
	border:none;
	padding:3px 10px;
	letter-spacing:1px;
	height:22px;
	margin:0;
}
input.button_disabled:hover {
	color:black;
}
/* ENDE: kontakt_bearbeiten.php */
/*------------------------------------------------------------------------------------------*/
/*START: galerie.php*/
/*--------------------------------------------------------------------Bildergalerie--INI---*/
.art_galerie {
	position:fixed;
	background-image: url(bilder/art_galerie.png);
	background-repeat:no-repeat;
	width:330px;
	height:270px;
	bottom:-40px;
	right:0px;
}
.maxi_31{ display:none; }.maxi_33{ display:none; }.maxi_35{ display:none; }.maxi_36{ display:none; }.maxi_38{ display:none; }.maxi_39{ display:none; }.maxi_40{ display:none; }.maxi_43{ display:none; }.maxi_44{ display:none; }.maxi_45{ display:none; }.maxi_46{ display:none; }.maxi_47{ display:none; }.maxi_48{ display:none; }.maxi_49{ display:none; }.maxi_50{ display:none; }.maxi_51{ display:none; }.maxi_52{ display:none; }.maxi_53{ display:none; }.maxi_54{ display:none; }.maxi_55{ display:none; }.maxi_56{ display:none; }.maxi_57{ display:none; }.maxi_58{ display:none; }.maxi_59{ display:none; }.maxi_60{ display:none; }.maxi_61{ display:none; }.maxi_62{ display:none; }.maxi_63{ display:none; }.maxi_64{ display:none; }.maxi_65{ display:none; }.maxi_66{ display:none; }.maxi_67{ display:none; }.maxi_68{ display:none; }.maxi_69{ display:none; }.maxi_70{ display:none; }.maxi_71{ display:none; }.maxi_72{ display:none; }.text_31{ display:none; }.text_33{ display:none; }.text_35{ display:none; }.text_36{ display:none; }.text_38{ display:none; }.text_39{ display:none; }.text_40{ display:none; }.text_43{ display:none; }.text_44{ display:none; }.text_45{ display:none; }.text_46{ display:none; }.text_47{ display:none; }.text_48{ display:none; }.text_49{ display:none; }.text_50{ display:none; }.text_51{ display:none; }.text_52{ display:none; }.text_53{ display:none; }.text_54{ display:none; }.text_55{ display:none; }.text_56{ display:none; }.text_57{ display:none; }.text_58{ display:none; }.text_59{ display:none; }.text_60{ display:none; }.text_61{ display:none; }.text_62{ display:none; }.text_63{ display:none; }.text_64{ display:none; }.text_65{ display:none; }.text_66{ display:none; }.text_67{ display:none; }.text_68{ display:none; }.text_69{ display:none; }.text_70{ display:none; }.text_71{ display:none; }.text_72{ display:none; }.maxi_31 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_33 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_35 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_36 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_38 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_39 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_40 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_43 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_44 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_45 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_46 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_47 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_48 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_49 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_50 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_51 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_52 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_53 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_54 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_55 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_56 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_57 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_58 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_59 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_60 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_61 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_62 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_63 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_64 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_65 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_66 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_67 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_68 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_69 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_70 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_71 img { max-width:100%; max-height:auto; width:auto; height:auto; }.maxi_72 img { max-width:100%; max-height:auto; width:auto; height:auto; }
			.galerie_container_31 {
				position:relative;
				top:20px;
				left:0px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_31 {
				background-image: url(bilder/galerie_bild_31_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_31:hover {
				background-color:white;
			}
			.mini_31:hover .text_31 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-20px;
				left:160px;
				color:white;
			}
			.galerie_container_31:hover .maxi_31 {
				display:block;
				z-index:2;
				position:relative;
				top:-40px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_33 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_33 {
				background-image: url(bilder/galerie_bild_33_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_33:hover {
				background-color:white;
			}
			.mini_33:hover .text_33 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-20px;
				left:90px;
				color:white;
			}
			.galerie_container_33:hover .maxi_33 {
				display:block;
				z-index:2;
				position:relative;
				top:-40px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_35 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_35 {
				background-image: url(bilder/galerie_bild_35_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_35:hover {
				background-color:white;
			}
			.mini_35:hover .text_35 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-70px;
				left:160px;
				color:white;
			}
			.galerie_container_35:hover .maxi_35 {
				display:block;
				z-index:2;
				position:relative;
				top:-90px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_36 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_36 {
				background-image: url(bilder/galerie_bild_36_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_36:hover {
				background-color:white;
			}
			.mini_36:hover .text_36 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-70px;
				left:90px;
				color:white;
			}
			.galerie_container_36:hover .maxi_36 {
				display:block;
				z-index:2;
				position:relative;
				top:-90px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_38 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_38 {
				background-image: url(bilder/galerie_bild_38_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_38:hover {
				background-color:white;
			}
			.mini_38:hover .text_38 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-120px;
				left:160px;
				color:white;
			}
			.galerie_container_38:hover .maxi_38 {
				display:block;
				z-index:2;
				position:relative;
				top:-140px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_39 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_39 {
				background-image: url(bilder/galerie_bild_39_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_39:hover {
				background-color:white;
			}
			.mini_39:hover .text_39 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-120px;
				left:90px;
				color:white;
			}
			.galerie_container_39:hover .maxi_39 {
				display:block;
				z-index:2;
				position:relative;
				top:-140px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_40 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_40 {
				background-image: url(bilder/galerie_bild_40_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_40:hover {
				background-color:white;
			}
			.mini_40:hover .text_40 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-170px;
				left:160px;
				color:white;
			}
			.galerie_container_40:hover .maxi_40 {
				display:block;
				z-index:2;
				position:relative;
				top:-190px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_43 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_43 {
				background-image: url(bilder/galerie_bild_43_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_43:hover {
				background-color:white;
			}
			.mini_43:hover .text_43 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-170px;
				left:90px;
				color:white;
			}
			.galerie_container_43:hover .maxi_43 {
				display:block;
				z-index:2;
				position:relative;
				top:-190px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_44 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_44 {
				background-image: url(bilder/galerie_bild_44_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_44:hover {
				background-color:white;
			}
			.mini_44:hover .text_44 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-220px;
				left:160px;
				color:white;
			}
			.galerie_container_44:hover .maxi_44 {
				display:block;
				z-index:2;
				position:relative;
				top:-240px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_45 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_45 {
				background-image: url(bilder/galerie_bild_45_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_45:hover {
				background-color:white;
			}
			.mini_45:hover .text_45 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-220px;
				left:90px;
				color:white;
			}
			.galerie_container_45:hover .maxi_45 {
				display:block;
				z-index:2;
				position:relative;
				top:-240px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_46 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_46 {
				background-image: url(bilder/galerie_bild_46_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_46:hover {
				background-color:white;
			}
			.mini_46:hover .text_46 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-270px;
				left:160px;
				color:white;
			}
			.galerie_container_46:hover .maxi_46 {
				display:block;
				z-index:2;
				position:relative;
				top:-290px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_47 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_47 {
				background-image: url(bilder/galerie_bild_47_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_47:hover {
				background-color:white;
			}
			.mini_47:hover .text_47 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-270px;
				left:90px;
				color:white;
			}
			.galerie_container_47:hover .maxi_47 {
				display:block;
				z-index:2;
				position:relative;
				top:-290px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_48 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_48 {
				background-image: url(bilder/galerie_bild_48_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_48:hover {
				background-color:white;
			}
			.mini_48:hover .text_48 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-320px;
				left:160px;
				color:white;
			}
			.galerie_container_48:hover .maxi_48 {
				display:block;
				z-index:2;
				position:relative;
				top:-340px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_49 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_49 {
				background-image: url(bilder/galerie_bild_49_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_49:hover {
				background-color:white;
			}
			.mini_49:hover .text_49 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-320px;
				left:90px;
				color:white;
			}
			.galerie_container_49:hover .maxi_49 {
				display:block;
				z-index:2;
				position:relative;
				top:-340px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_50 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_50 {
				background-image: url(bilder/galerie_bild_50_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_50:hover {
				background-color:white;
			}
			.mini_50:hover .text_50 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-370px;
				left:160px;
				color:white;
			}
			.galerie_container_50:hover .maxi_50 {
				display:block;
				z-index:2;
				position:relative;
				top:-390px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_51 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_51 {
				background-image: url(bilder/galerie_bild_51_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_51:hover {
				background-color:white;
			}
			.mini_51:hover .text_51 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-370px;
				left:90px;
				color:white;
			}
			.galerie_container_51:hover .maxi_51 {
				display:block;
				z-index:2;
				position:relative;
				top:-390px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_52 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_52 {
				background-image: url(bilder/galerie_bild_52_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_52:hover {
				background-color:white;
			}
			.mini_52:hover .text_52 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-420px;
				left:160px;
				color:white;
			}
			.galerie_container_52:hover .maxi_52 {
				display:block;
				z-index:2;
				position:relative;
				top:-440px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_53 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_53 {
				background-image: url(bilder/galerie_bild_53_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_53:hover {
				background-color:white;
			}
			.mini_53:hover .text_53 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-420px;
				left:90px;
				color:white;
			}
			.galerie_container_53:hover .maxi_53 {
				display:block;
				z-index:2;
				position:relative;
				top:-440px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_54 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_54 {
				background-image: url(bilder/galerie_bild_54_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_54:hover {
				background-color:white;
			}
			.mini_54:hover .text_54 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-470px;
				left:160px;
				color:white;
			}
			.galerie_container_54:hover .maxi_54 {
				display:block;
				z-index:2;
				position:relative;
				top:-490px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_55 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_55 {
				background-image: url(bilder/galerie_bild_55_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_55:hover {
				background-color:white;
			}
			.mini_55:hover .text_55 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-470px;
				left:90px;
				color:white;
			}
			.galerie_container_55:hover .maxi_55 {
				display:block;
				z-index:2;
				position:relative;
				top:-490px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_56 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_56 {
				background-image: url(bilder/galerie_bild_56_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_56:hover {
				background-color:white;
			}
			.mini_56:hover .text_56 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-520px;
				left:160px;
				color:white;
			}
			.galerie_container_56:hover .maxi_56 {
				display:block;
				z-index:2;
				position:relative;
				top:-540px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_57 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_57 {
				background-image: url(bilder/galerie_bild_57_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_57:hover {
				background-color:white;
			}
			.mini_57:hover .text_57 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-520px;
				left:90px;
				color:white;
			}
			.galerie_container_57:hover .maxi_57 {
				display:block;
				z-index:2;
				position:relative;
				top:-540px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_58 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_58 {
				background-image: url(bilder/galerie_bild_58_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_58:hover {
				background-color:white;
			}
			.mini_58:hover .text_58 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-570px;
				left:160px;
				color:white;
			}
			.galerie_container_58:hover .maxi_58 {
				display:block;
				z-index:2;
				position:relative;
				top:-590px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_59 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_59 {
				background-image: url(bilder/galerie_bild_59_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_59:hover {
				background-color:white;
			}
			.mini_59:hover .text_59 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-570px;
				left:90px;
				color:white;
			}
			.galerie_container_59:hover .maxi_59 {
				display:block;
				z-index:2;
				position:relative;
				top:-590px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_60 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_60 {
				background-image: url(bilder/galerie_bild_60_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_60:hover {
				background-color:white;
			}
			.mini_60:hover .text_60 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-620px;
				left:160px;
				color:white;
			}
			.galerie_container_60:hover .maxi_60 {
				display:block;
				z-index:2;
				position:relative;
				top:-640px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_61 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_61 {
				background-image: url(bilder/galerie_bild_61_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_61:hover {
				background-color:white;
			}
			.mini_61:hover .text_61 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-620px;
				left:90px;
				color:white;
			}
			.galerie_container_61:hover .maxi_61 {
				display:block;
				z-index:2;
				position:relative;
				top:-640px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_62 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_62 {
				background-image: url(bilder/galerie_bild_62_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_62:hover {
				background-color:white;
			}
			.mini_62:hover .text_62 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-670px;
				left:160px;
				color:white;
			}
			.galerie_container_62:hover .maxi_62 {
				display:block;
				z-index:2;
				position:relative;
				top:-690px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_63 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_63 {
				background-image: url(bilder/galerie_bild_63_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_63:hover {
				background-color:white;
			}
			.mini_63:hover .text_63 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-670px;
				left:90px;
				color:white;
			}
			.galerie_container_63:hover .maxi_63 {
				display:block;
				z-index:2;
				position:relative;
				top:-690px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_64 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_64 {
				background-image: url(bilder/galerie_bild_64_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_64:hover {
				background-color:white;
			}
			.mini_64:hover .text_64 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-720px;
				left:160px;
				color:white;
			}
			.galerie_container_64:hover .maxi_64 {
				display:block;
				z-index:2;
				position:relative;
				top:-740px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_65 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_65 {
				background-image: url(bilder/galerie_bild_65_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_65:hover {
				background-color:white;
			}
			.mini_65:hover .text_65 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-720px;
				left:90px;
				color:white;
			}
			.galerie_container_65:hover .maxi_65 {
				display:block;
				z-index:2;
				position:relative;
				top:-740px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_66 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_66 {
				background-image: url(bilder/galerie_bild_66_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_66:hover {
				background-color:white;
			}
			.mini_66:hover .text_66 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-770px;
				left:160px;
				color:white;
			}
			.galerie_container_66:hover .maxi_66 {
				display:block;
				z-index:2;
				position:relative;
				top:-790px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_67 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_67 {
				background-image: url(bilder/galerie_bild_67_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_67:hover {
				background-color:white;
			}
			.mini_67:hover .text_67 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-770px;
				left:90px;
				color:white;
			}
			.galerie_container_67:hover .maxi_67 {
				display:block;
				z-index:2;
				position:relative;
				top:-790px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_68 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_68 {
				background-image: url(bilder/galerie_bild_68_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_68:hover {
				background-color:white;
			}
			.mini_68:hover .text_68 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-820px;
				left:160px;
				color:white;
			}
			.galerie_container_68:hover .maxi_68 {
				display:block;
				z-index:2;
				position:relative;
				top:-840px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_69 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_69 {
				background-image: url(bilder/galerie_bild_69_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_69:hover {
				background-color:white;
			}
			.mini_69:hover .text_69 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-820px;
				left:90px;
				color:white;
			}
			.galerie_container_69:hover .maxi_69 {
				display:block;
				z-index:2;
				position:relative;
				top:-840px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_70 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_70 {
				background-image: url(bilder/galerie_bild_70_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_70:hover {
				background-color:white;
			}
			.mini_70:hover .text_70 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-870px;
				left:160px;
				color:white;
			}
			.galerie_container_70:hover .maxi_70 {
				display:block;
				z-index:2;
				position:relative;
				top:-890px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_71 {
				position:absolute;
				top:0px;
				left:70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_71 {
				background-image: url(bilder/galerie_bild_71_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_71:hover {
				background-color:white;
			}
			.mini_71:hover .text_71 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-870px;
				left:90px;
				color:white;
			}
			.galerie_container_71:hover .maxi_71 {
				display:block;
				z-index:2;
				position:relative;
				top:-890px;
				margin-left:70px;
				margin-right:70px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}
			.galerie_container_72 {
				position:absolute;
				top:50px;
				left:-70px;
				margin:0px;
				width:100%;
				height:100%;
			}
			.mini_72 {
				background-image: url(bilder/galerie_bild_72_kleiner.jpg);
				background-repeat: no-repeat;
				background-position:center;
				width:60px;
				height:40px;
				padding:1px;
				background-color:#e0bf5a;
			}
			.mini_72:hover {
				background-color:white;
			}
			.mini_72:hover .text_72 {
				display:block;
				z-index:2;
				position:absolute;
				background-color:#4e3327;
				top:-920px;
				left:160px;
				color:white;
			}
			.galerie_container_72:hover .maxi_72 {
				display:block;
				z-index:2;
				position:relative;
				top:-940px;
				margin-left:140px;
				margin-right:0px;
				max-width:900px;
				padding:3px;
				padding-bottom:0px;
				background-color:#e0bf5a;
			}/*ENDE: galerie.php*/
/*------------------------------------------------------------------------------------------*/
/*START: nachrichten */
textarea.nachrichten_ueberschrift {
	color:#7fa31f;
	font-family:sans-serif;
	font-size:20px;
	width:400px;
	max-width:600px;
	max-height:100px;
	background-image: url(bilder/input-ueberschrift.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
textarea.nachrichten_ueberschrift:focus {
	color:#6f8c26;
}
.nach_right {
	text-align:right;
	margin-top:10px;
	font-size:0.8em;
}
textarea.nachrichten_text {
	font-family:sans-serif;	
	font-size:15px;
	width:400px;
	max-width:600px;
	max-height:200px;
	background-image: url(bilder/input-text.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}
td.nachrichten_td {
	min-width:150px;
}
.teilnehmer_element1 {
	position:relative;
	height:auto;
	background-image: url(bilder/art_teilnehmer_element2_h.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 0px 20px 45px;
	margin-left:80px;
}
.teilnehmer_element2 {
	position:relative;
	height:auto;
	background-image: url(bilder/art_teilnehmer_element2_h.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 0px 20px 45px;
	margin-left:0px;
}
.teilnehmer_element3 {
	position:relative;
	height:auto;
	background-image: url(bilder/art_teilnehmer_element2_h.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:20px 0px 20px 45px;
	margin-left:40px;
}
.contain_art_nach {
	z-index:1;
	position:fixed;
	width:40%;
	height:300px;
	bottom:0;
	left:20px;
}
/* ---------  BLUE ---------------------------------------*/
.art_ball_blue_1 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_1.png);
	width:120px;
	height:87px;	
	bottom:0;
	right:67%;
}
.art_ball_blue_2 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_2.png);
	width:69px;
	height:63px;
	left:10%;
	bottom:180px;
}
.art_ball_blue_3 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_3.png);
	width:23px;
	height:25px;	
	bottom:210px;
	right:66%;
}
.art_ball_blue_4 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_4.png);
	width:23px;
	height:23px;
	bottom:255px;
	left:28%;
}
.art_ball_blue_5 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_5.png);
	width:63px;
	height:63px;
	bottom:195px;
	left:36%;
}
.art_ball_blue_6 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_6.png);
	width:27px;
	height:27px;
	bottom:140px;
	left:30%;
}
.art_ball_blue_7 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_7.png);
	width:50px;
	height:50px;
	bottom:80px;
	right:50%;
}
.art_ball_blue_8 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_8.png);
	width:30px;
	height:30px;
	bottom:30px;
	left:42%;
}
.art_ball_blue_9 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_9.png);
	width:42px;
	height:42px;
	bottom:120px;
	left:57%;
}
.art_ball_blue_0 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_0.png);
	width:51px;
	height:53px;
	bottom:15px;
	left:67%;
}
.art_ball_blue_A {
	position:absolute;
	background-image: url(bilder/art_ball_blue_A.png);
	width:37px;
	height:24px;
	bottom:0px;
	right:35%;
}
/* ---------  RED ---------------------------------------*/
.art_ball_red_1 {
	position:absolute;
	background-image: url(bilder/art_ball_red_1.png);
	width:120px;
	height:87px;	
	bottom:0;
	right:67%;
}
.art_ball_red_2 {
	position:absolute;
	background-image: url(bilder/art_ball_red_2.png);
	width:69px;
	height:63px;
	left:10%;
	bottom:180px;
}
.art_ball_red_3 {
	position:absolute;
	background-image: url(bilder/art_ball_red_3.png);
	width:23px;
	height:25px;	
	bottom:210px;
	right:66%;
}
.art_ball_red_4 {
	position:absolute;
	background-image: url(bilder/art_ball_red_4.png);
	width:23px;
	height:23px;
	bottom:255px;
	left:28%;
}
.art_ball_red_5 {
	position:absolute;
	background-image: url(bilder/art_ball_red_5.png);
	width:63px;
	height:63px;
	bottom:195px;
	left:36%;
}
.art_ball_red_6 {
	position:absolute;
	background-image: url(bilder/art_ball_red_6.png);
	width:27px;
	height:27px;
	bottom:140px;
	left:30%;
}
.art_ball_red_7 {
	position:absolute;
	background-image: url(bilder/art_ball_red_7.png);
	width:50px;
	height:50px;
	bottom:80px;
	right:50%;
}
.art_ball_red_8 {
	position:absolute;
	background-image: url(bilder/art_ball_red_8.png);
	width:30px;
	height:30px;
	bottom:30px;
	left:42%;
}
.art_ball_red_9 {
	position:absolute;
	background-image: url(bilder/art_ball_red_9.png);
	width:42px;
	height:42px;
	bottom:120px;
	left:57%;
}
.art_ball_red_0 {
	position:absolute;
	background-image: url(bilder/art_ball_red_0.png);
	width:51px;
	height:53px;
	bottom:15px;
	left:67%;
}
.art_ball_red_A {
	position:absolute;
	background-image: url(bilder/art_ball_red_A.png);
	width:37px;
	height:24px;
	bottom:0px;
	right:35%;
}
/* ------------------------------------------------------------------------*/
.contain_art_nach2 {
	z-index:1;
	position:absolute;
	width:40%;
	height:300px;
	top:250px;
	right:0;
	overflow:hidden;
}
.art_ball_blue_e1 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e1.png);
	width:90px;
	height:90px;	
	top:-15px;
	right:14%;
}
.art_ball_blue_e2 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e2.png);
	width:19px;
	height:19px;
	left:95%;
	top:133px;
}
.art_ball_blue_e3 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e3.png);
	width:100px;
	height:100px;	
	top:165px;
	left:90%;
}
.art_ball_blue_e4 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e4.png);
	width:26px;
	height:26px;
	top:235px;
	right:14%;
}
.art_ball_blue_e5 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e5.png);
	width:21px;
	height:21px;
	top:300px;
	left:80%;
}
.art_ball_blue_e6 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e6.png);
	width:31px;
	height:31px;
	top:240px;
	left:60%;
}
.art_ball_blue_e7 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e7.png);
	width:60px;
	height:60px;
	top:120px;
	right:10%;
}
.art_ball_blue_e8 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e8.png);
	width:43px;
	height:43px;
	top:155px;
	right:30%;
}
.art_ball_blue_e9 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e9.png);
	width:60px;
	height:60px;
	top:70px;
	right:34%;
}
.art_ball_blue_e0 {
	position:absolute;
	background-image: url(bilder/art_ball_blue_e0.png);
	width:55px;
	height:55px;
	top:15px;
	right:55%;
}
.art_ball_blue_eA {
	position:absolute;
	background-image: url(bilder/art_ball_blue_eA.png);
	width:37px;
	height:24px;
	bottom:0px;
	right:25%;
}
/*ENDE: nachrichten */
/*------------------------------------------------------------------------------------------*/
/*START: Galerie bearbeiten */
.dateiWahl {
	width:300px;
}
.bilderElement {
	display:inline-block;
	background-color:#3e2d25;
	background-image: url(bilder/art_box.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin:7px 10px 0 0;
	padding:10px 10px 0 10px;;
	border:solid 1px #825a47;
	vertical-align:top;
	zoom: 1;
	*display:inline;
}
.bilderElement img{
	width:200px;
}
.bilderElement input {
	text-align:center;
	margin-right:10px;
}
.GBC1 {
	position:relative;
	padding: 20px 0;
}
.hidden {
	visibility:hidden;
}
.GBC2 {
	position:relative;
}
.text_menu textarea.galerie_bearbeiten_textfeld {
	width:220px;
	max-width:300px;
	min-width:200px;
	max-height:50px;
	font-family:sans-serif;
	letter-spacing:1px;
	background-color:#422b21;
	color:white;
}
.text_menu textarea.galerie_bearbeiten_textfeld:focus {
	background-color:#f8f3f1;
	color:black;
}
.ge1 {
	height:22px;
	vertical-align:top;	
}
.ge2 {
	vertical-align:bottom;
}
.ge3 {
	vertical-align:bottom;
}
/*ENDE: Galerie bearbeiten */
/*------------------------------------------------------------------------------------------*/
/*START: dokumente.php / dokumente-bearbeiten.php */
.dokumente_object {
	position:relative;
	display:inline-block;
	width:auto;
	max-width:400px;
	margin:0 10px 10px 0;
	padding:10px;
	background-color:#3e2d25;
	border:solid 1px #825a47;
	vertical-align:top;
}
.dokumente_object2 {
	position:relative;
	display:inline-block;
	width:auto;
	max-width:400px;
	margin:0 10px 10px 0;
	padding:2px 10px;
	background-color:#3e2d25;
	border:solid 1px #825a47;
	vertical-align:top;
}
.dokumente_object td.doku_checkbox {
	width:20px;
	vertical-align:top;
}
.dokumente_object2 td.doku_checkbox2 {
	width:50px;
	vertical-align:top;
	text-align:right;
}
textarea.inner_beschreibung {
	width: 370px;
	max-height: 80px;
	max-width: 370px;
	background-image: url(bilder/input-beschreibung.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
textarea.inner_beschreibung:focus {
	width: 370px;
	max-height: 80px;
	max-width: 370px;
	background-image:none;
}
.container_div_beschreibung {
	position:relative;
	padding:5px 10px;
	background-color:#96bc33;
	color:black;
	letter-spacing:1px;
	z-index:2;
}
.dokument_ueber {
	position:relative;
}
.container_div_beschreibung:hover {
	color:#81a22c;
	background-color:#81a22c;
	
}
.container_div_beschreibung:hover .dokument_ueber {
	display:none;	
}
.div_beschreibung {
	display:none;
}
.container_div_beschreibung:hover .div_beschreibung {
	display:block;
	position:relative;
	background-color:#96bc33;
	width:auto;
	height:auto;
	margin-left:0px;
	top:0px;
	padding:10px;
}
.div_dokument {
	display:block;
	position:relative;
	width:100%;
	height:90%;
	margin-bottom:10px;
	margin-top:1px;
	z-index:1;

}
.iframe_document {
	width:100%;
	height:100%;
	border:none;

}
ul.dokument_beschreibung {
	list-style-type:none;
	margin:0;
	padding:0;
	max-height:200px;
	overflow:auto;
}
ul.dokument_beschreibung li {
	border-bottom:solid 1px black;
}
ul.dokument_beschreibung li:hover {

}
.dokument_beschreibung a { display:block; padding:5px 5px; font-size:20px; line-height:30px; }
.dokument_beschreibung a:link { text-decoration:none; color:white; }
.dokument_beschreibung a:visited { text-decoration:none; color:white; }
.dokument_beschreibung a:hover { text-decoration:none; background-color:#749127; color:white; }
.dokument_beschreibung a:active { text-decoration:none; background-color:#b8e63e; color:white; }
.dokument_beschreibung a:focus { text-decoration:none; background-color:#b8e63e; color:white; }

/*ENDE: dokumente.php / dokumente-bearbeiten.php */
/*------------------------------------------------------------------------------------------*/
/* START: links.php */
.links0 {
	display:inline-block;
	margin:20px 0 0 20px;
	letter-spacing:1px;
	padding:0 20px;
	/*max-width:40%;*/
	min-width:240px;
	vertical-align:top;
	background-color:#e6e3e0;
} 
.links0 p{
	padding:0 0 5px 0;
}
/* ENDE: links.php */
/* START: galerie-archiv.php */
.galerie_archiv0 {
	display:inline-block;
	width:auto;
	height:auto;
	padding:10px;
	border:solid 1px #825a47;
	background-color:#3e2d25;
	margin:5px;
}
/* ENDE: galerie-archiv.php */
.klein {
	font-size:0.7em;
}
.weiss {
	color:white;
}
.fett {
	font-weight:bold;
}
.blau {
	color:#5c75c5;
}
.rot {
	color:#812525;
}
.text_right {
	text-align:right;
}
.nowrap {
	white-space:nowrap;
}
.vor {
	font-weight:bold;
	font-size:0.8em;
	letter-spacing:1px;

}
textarea {
	overflow:auto;
}
.back_gruen {
	background-color:#96bc33;
	padding:5px 5px;
	color:white;
	font-weight:normal;
	letter-spacing:1px;
}
h2.gruen {
	color:#7fa31f;
	font-weight:300;
	font-size:25px;
	letter-spacing:3px;
	margin:0 0 15px 0;
}
h2.gruenGross {
	color:#7fa31f;
	font-weight:300;
	font-size:40px;
	letter-spacing:1px;
	margin:0 0 15px 0;
	text-align:left;
}
/* START: ART */
/* ENDE: ART */
/* START: ueber.php */
.ueber_textarea {
	width:100%;
	height:100%;
	max-width:100%;
	min-width:100px;
	min-height:100px;
	max-height:500px;
}
.ueber_input {
	color:#7b9a2a;
	width:100%;
	min-width:100px;
	height:100%;
	font-size:1.5em;
}
p.p_ueber {
	margin-bottom:50px;
}
/* ENDE: ueber.php */

#trennlinie2 {
	position:relative;
	background-color:white;
	width:100%;
	height:4px;
}
#trennlinie3 {
	position:absolute;
	background-color:#a3b900;
	right:0;
	width:1035px;
	height:4px;
}
#logo_2 {
	z-index:4;
	position:absolute;
	top:0;
	left:0;
	width:530px;
	height:200px;
	background-image: url(bilder/logo_2wX.png);
}
#logo_2w {
	z-index:4;
	position:absolute;
	top:0;
	left:0;
	width:530px;
	height:200px;
	background-image: url(bilder/logo_2wXb.png);
}
/* NEU */

#logo_links2 {
	z-index:3;
	position:absolute;
	top:0;
	right:729px;
	width:306px;
	height:200px;
	background-image: url(bilder/logo_links.jpg);
}
#logo_mitte2 {
	z-index:2;
	position:absolute;
	top:0;
	right:302px;
	width:427px;
	height:200px;
	background-image: url(bilder/logo_mitte.jpg);
}
#bild_rechts2{
	z-index:1;
	position:absolute;
	top:0;
	right:0;
	width:302px;
	height:200px;
	background-image: url(bilder/logo_rechts.jpg);
}
/* START: galerie-temp.php */

.imageButton {
	border:0;
	margin:0;
	padding:5px;
	background-color:transparent;
}	
.imageButton:hover {	
	background-color:#96bc33;
}
/* ENDE: galerie-temp.php */
/* START: nachrichten-archiv.php */
.containerSuchen {
	position:relative;
	background-color:transparent;
	padding:20px 30px 20px 22px;
	text-align:right;
	width:250px;
	z-index:4;
	margin-left:40px;
	top:-40px;
	float:right;
	clear:both;
	white-space:nowrap;
	right:0;
	height:35px;
	background-color:#432517;
}
.seitenNummer {
	position:relative;
	background-color:#96bc33;
	overflow-x:auto;
	padding:0 30px 0 22px;
	width:250px;
	z-index:4;
	margin-left:40px;
	top:-40px;
	float:right;
	clear:both;
	text-align:center;
}
.seitenNummer a {
	text-decoration:none;
	color:black;
	padding:0 5px 0 5px;
}
.seitenNummer a:hover {
	background-color:#432517;
	color:white;
}
.seitenNummerAktiv {
	background-color:#432517;
	color:white;
	padding:0 5px 0 5px;
}
/* ENDE: nachrichten-archiv.php */
/* START: veranstaltungen-archiv-bearbeiten.php */
table.archiv_veranstaltungen td {
	padding:5px 20px;
}
/* ENDE: veranstaltungen-archiv-bearbeiten.php */