/* Main Structure CSS */

		* {
	margin: 0;
	padding: 0;
	scrollbar-base-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#FFFFFF;
}
body {
	color:#ffffff;/*Schritfarbe*/
	margin: 0;
	text-align:left;
	background-color: #000000;
	background-image:url(../images/bg_body.jpg);
	background-repeat:no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bd_home {
	color:#ffffff;/*Schritfarbe*/
	margin: 0;
	text-align: center;
	background-color: #000000;
	background-image:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#haupt_container {
	margin-right:auto;
	margin-left:auto;
	width:900px;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
}
/*************************************** h e a d e r  ****************************************/
#header {
	position:relative;
	left:0px;
	top:0px;
	height:180px;
	margin: 10px 0 20px 0;
	padding:5px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
}
/*************************************** M e n u  ****************************************/
#menu {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:22px;
	text-align:center;
	background-color: #000000;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	margin: 0 0 3px 0;
}
#menu a {
	color:#cccccc;/*Schritfarbe*/
	font-size: 12px;
	text-decoration: none;
}
#menu a:hover {
	color:#666666;
	font-size: 12px;
}
/*M e n u   I N F O */
#menu_info {
	position:absolute;
	left:-22px;
	top:23px;
	width:94px;
	height:22px;
	z-index:100;
	text-align:left;
	background-color:#000000;
	margin: 0 0 3px 80px;
	visibility: hidden;
}
#menu_info a {
	color:#ffffff;/*Schritfarbe*/
	font-size: 10px;
	text-decoration: none;
}
#menu_info a:hover {
	color:#666666;
	font-size: 10px;
}
/*M e n u   T E R M I N E */
#menu_termine {
	position:absolute;
	left:50px;
	top:23px;
	width:94px;
	height:22px;
	z-index:100;
	text-align:left;
	background-color:#000000;
	margin: 0 0 3px 80px;
	visibility: hidden;
}
#menu_termine a {
	color:#ffffff;/*Schritfarbe*/
	font-size: 10px;
	text-decoration: none;
}
#menu_termine a:hover {
	color:#666666;
	font-size: 10px;
}
/*M e n u   D O W N L O A D */
#menu_download {
	position:absolute;
	left:120px;
	top:23px;
	width:94px;
	height:22px;
	z-index:100;
	text-align:left;
	background-color:#000000;
	margin: 0 0 3px 80px;
	visibility: hidden;
}
#menu_download a {
	color:#ffffff;/*Schritfarbe*/
	font-size: 10px;
	text-decoration: none;
}
#menu_download a:hover {
	color:#666666;
	font-size: 10px;
}
/*M e n u   G A L E R I E */
#menu_galerie {
	position:absolute;
	left:350px;
	top:23px;
	width:200px;
	height:22px;
	z-index:100;
	text-align:left;
	background-color:#000000;
	margin: 0 0 3px 80px;
	visibility: hidden;
}
#menu_galerie a {
	color:#ffffff;/*Schritfarbe*/
	font-size: 10px;
	text-decoration: none;
}
#menu_galerie a:hover {
	color:#666666;
	font-size: 10px;
}
/*M e n u   K O N T A K T */
#menu_kontakt {
	position:absolute;
	left:650px;
	top:23px;
	width:94px;
	height:22px;
	z-index:100;
	text-align:left;
	background-color:#000000;
	margin: 0 0 3px 80px;
	visibility: hidden;
}
#menu_kontakt a {
	color:#ffffff;/*Schritfarbe*/
	font-size: 10px;
	text-decoration: none;
}
#menu_kontakt a:hover {
	color:#666666;
	font-size: 10px;
}
/*M e n u   A U S */
#menu_aus {
	position:absolute;
	left:0px;
	top:23px;
	width:740px;
	height:100px;
	z-index:90;
}
/*************************************** Content haupt container  ****************************************/
#content_body {
	position:relative;
	left:0px;
	top:0px;
	background-color:#CCFF00;
	z-index:1;
}
/*************************************** L I N K S  ****************************************/
#links {
	float:left;
	width:734px;
}
#links_galerie {
	float:left;
	width:900px;
}
#links a {
	color:#ffffff;/*Schritfarbe*/
	text-decoration:underline;
}
#links a:hover {
	color:#666666;/*Schritfarbe*/
}
/*************************************** Ü B E R S C H R I F T  ****************************************/
.ueberschrift {
	margin:28px 56px 28px 0px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:5px;
	font-weight:bold;
	text-align:left;
	z-index:1;
}
.ueberschrift_galerie {
	margin:28px 0 28px 0px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-color:#000000;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	padding:5px;
	font-weight:bold;
	text-align:left;
	z-index:1;
}
.ueberschrift_popup {
	margin:5px 300px 28px 0px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:5px;
	font-weight:bold;
	text-align:left;
}
.linker_block {
	width:160px;
	float:left;
	font-size: 12px;
	text-align:right;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	margin-bottom:28px;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	z-index:1;
}
.linker_block h4, .linker_block_collapse h4 {
	margin:15px 20px;
	font-size: 12px;
}
.linker_block h3 {
	margin:15px 10px;
	font-size: 9px;
	text-align:left;
}
.linker_block_shop {
	width:160px;
	float:left;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	margin-bottom:28px;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
}
.linker_block .info_img {
	margin:5px;
}
.inhalt {
	margin:0 56px 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-color:#000000;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	padding:15px 0 10px 10px;
	text-align:left;
	z-index:1;
}
.inhalt table {
	margin:0px 20px 20px 20px;
	font-size:12px;
}
.inhalt td {
	vertical-align:top;
}
.inhalt h2 {
	text-align:center;
}
.inhalt h3, .inhalt h4 {
	margin:0px 20px 20px 20px;
}
.inhalt h3 {
	font-size:1.3em;
}
.inhalt h4 {
	font-size:1.1em;
}
.inhalt p {
	margin:0px 20px 20px 20px;
}
.inhalt_terminarchiv {
	margin:0 56px 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-color:#000000;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	padding:15px 0 10px 10px;
	text-align:left;
	color:#666666;
	z-index:1;
}
.inhalt_gaestebuch {
	margin:0 56px 28px 0;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:5px 15px 15px 15px;
	z-index:1;
	text-align:left;
}
.inhalt_galerie {
	margin:0 0 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:15px 15px 15px 15px;
	word-spacing: 20px;
	text-align:left;
	z-index:1;
}
.inhalt_galerie ul {
	list-style-type: none;
}
.inhalt_galerie li {
	display: inline;
}
.inhalt_presse {
	margin:0 0 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:15px 15px 15px 15px;
	text-align:left;
	z-index:1;
}
.inhalt_presse a {
	color:#ffffff;/*Schritfarbe*/
	text-decoration:underline;
	font-size:12px
}
.inhalt_presse a:hover {
	color:#666666;/*Schritfarbe*/
	font-size:12px
}
.inhalt_popup {
	margin:0 300px 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	padding:15px 15px 15px 15px;
}
.inhalt_tabelle_klein {
	margin:0 56px 28px 170px;
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	background-color:#000000;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	padding:15px 0 10px 10px;
	z-index:1;
}
.inhalt_tabelle_klein table {
	/*margin:0px 20px 20px 20px;*/
	font-size:10px;
}
.inhalt_tabelle_klein td {
	vertical-align:top;
}
/*************************************** R E C H T S  ****************************************/
#rechts {
	float:left;
	width:164px;
	z-index:1;
}
#rechts a {
	color:#ffffff;/*Schritfarbe*/
	text-decoration:underline;
	font-size: 9px;
}
#rechts a:hover {
	color:#666666;
	text-decoration:underline;
	font-size: 9px;
}
.rechter_block {
	border:1px solid #333333;/*- - - - - - - - - - R A H M E N F A R B E - - - - - - - - - -*/
	margin:28px 0 28px 0;
	background-color:#000000;
	background-image:url(../images/bg_inhalt.jpg);
	background-repeat: no-repeat;
	text-align:left;
	padding:5px 5px;
	font-size:9px;
}
.rechter_block h1 {
	font-size:12px;
	font-weight:bold;
}
.rechter_block h2 {
	font-size:16px;
	font-weight:bold;
}
/*W I C H T I G*/
.reset {
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
}
#fusszeile {
	font-size:.9em;
	color:#666;/*Schritfarbe*/
	text-align:center;
}
#fusszeile a {
	font-size:.9em;
	color:#666;/*Schritfarbe*/
	text-align:center;
}
#fusszeile a:hover {
	font-size:.9em;
	color:#CCCCCC;/*Schritfarbe*/
	text-align:center;
	text-decoration:underline;
}
#mp3s {
	/*font-size:.9em;*/
	list-style:none;
	margin:0 0 0 30px;
}
#subnav {
	list-style: none;
}
