/* 
	CSS-Definiton - Standardtemplate
	Copyright 2008 by Falko Müller
*/

/* Standards */
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #1D1916;
	height: auto;
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000000;
	}
.clearing {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}


.content h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-top: 20px;
}
.content h1 {
	font-size: 120%;
}
.content h2 {
	font-size: 100%;
}
.content h3 {
	font-size: 90%;
}
.content h4 {
	font-size: 80%;
}
.content h5 {
	font-size: 70%;
}
.content h6 {
	font-size: 60%;
}


div {
}
p {
	/*margin-top: 0px;*/
}
span {
}


hr {
	padding: 0px;
	height: 0px;
	width: 100%;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


ol{
}
ul {
	list-style-type: square;
}
li {
}


a:link {
	text-decoration: underline;
	color: #0000ff; /* #666666 */
}
a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	/*color: #000000;*/
}
a:active {
	text-decoration: underline;
	color: #0000ff;
}
a img {
	border: none;
}


/* Blöcke */
.block_headspacer {
	display: block;
	padding: 0px;
	height: 15px;
	width: 942px; /* 942 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.block_default {
	display: block;
	min-height: 740px;
	height: auto;
	width: 942px; /* 980px gesamt - 982 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	border: 3px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
}
	.block_default .header {
		display: block;
		padding: 0px;
		height: 197px;
		width: 942px; /* 942 */
		background-image: url(bg_header.jpg);
		background-repeat: no-repeat;
		background-position: left 5px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		border: #1D1916 1px solid; /* 1D1916 */
	}
		.block_default .header .metanavigation {
			display: block;
			padding: 0px;
			width: auto;
			font-size: 90%;
			color: #FFFFFF;
			margin-top: 2px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
		}
			.block_default .header .metanavigation ul{
				padding: 0px;
				float: right;
				margin-top: 0px;
				margin-right: 50px;
				margin-bottom: 0px;
				margin-left: 0px;
			}
				.block_default .header .metanavigation ul li{
					list-style: none;
					padding: 0px;
					float: left;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 30px;
				}
			.block_default .header .metanavigation a {
				display: block;
				text-decoration: none;
				color: #FFFFFF;
				margin: 0px;
				padding: 0px;
			}
				.block_default .header .metanavigation a:hover {
					text-decoration: underline;
				}
			.block_default .header .metanavigation a.selected {
				font-weight: bold;
			}
		.block_default .header .navigation {
			display: block;
			padding: 0px;
			height: auto;
			width: auto;
			margin-top: 118px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			font-size: 135%;
			font-weight: bold;
			color: #000000;
		}
			.block_default .header .navigation ul{
				padding: 0px;
				float: right;
				margin-top: 0px;
				margin-right: 50px;
				margin-bottom: 0px;
				margin-left: 0px;
			}
				.block_default .header .navigation ul li{
					list-style: none;
					padding: 0px;
					float: left;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 60px;
				}
			.block_default .header .navigation a {
				display: block;
				text-decoration: none;
				color: #000000;
			}
				.block_default .header .navigation a:hover {
					color: #666666;
					text-decoration: none;
				}
			.block_default .header .navigation .selected {
			}
	.block_default .content_border {
		background-color: #51504F;
		display: block;
		margin: 0px;
		height: auto;
		min-height: 450px;
		width: 912px;	/* 942px gesamt - 912 */
		background-image: url(bg_grau.jpg);
		background-repeat: repeat-x;
		background-position: left top;
		overflow: visible;
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
	}				
		.block_default .content_border .contentheader {
			display: block;
			margin: 0px;
		}		
		.block_default .content_border .content {
			background-color: #F5CA2D; /* B09B50 */
			display: block;
			height: auto;
			min-height: 470px;
			width: 852px;	/* 912px gesamt - 872 */
			/*background-image: url(bg_gelb.jpg);
			background-repeat: repeat-x;
			background-position: left top;*/
			margin: 0px;
			padding-top: 10px;
			padding-right: 30px; /* 20px */
			padding-bottom: 10px;
			padding-left: 30px; /* 20px */
		}				
		.block_default .content_border .contentfooter {
			display: block;
			margin: 0px;
		}	
	.block_default .subnavigation {
		display: block;
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: auto;
		font-size: 90%;
		color: #FFFFFF;
		line-height: 20px;
	}
		.block_default .subnavigation .left {
			padding: 0px;
			float: left;
			height: auto;
			width: auto;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;
			margin-left: 50px;
		}
			.block_default .subnavigation .left a.sprachwaehler {
				color: #FFFFFF;
				text-decoration: none;
				background-image: url(flagge_english.gif);
				background-repeat: no-repeat;
				background-position: left center;
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 0px;
				padding-left: 50px;
			}
				.block_default .subnavigation .left a.sprachwaehler:hover {
					color: #FFFFFF;
					text-decoration: underline;				
				}
		.block_default .subnavigation .right {
			padding: 0px;
			float: right;
			height: auto;
			width: auto;
			margin-top: 0px;
			margin-right: 50px;
			margin-bottom: 0px;
			margin-left: 0px;
		}
			.block_default .subnavigation .right ul{
				padding: 0px;
				/*float: right;*/
				margin: 0px;
			}
				.block_default .subnavigation .right ul li{
					list-style: none;
					padding: 0px;
					float: left;
					margin-top: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					margin-left: 5px;
				}

			.block_default .subnavigation .right a {
				color: #FFFFFF;
				text-decoration: none;				
			}
				.block_default .subnavigation .right a:hover {
					color: #FFFFFF;
					text-decoration: underline;				
				}
				
.block_footspacer {
	display: block;
	padding: 0px;
	height: 15px;
	width: 942px; /* 942 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
		
/* Inhalte / Content */
/* Kontaktformular */
.formular_2spaltig {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
	.formular_2spaltig .bild {
		padding: 0px;
		width: auto;
		max-width: 180px;
		float: right;
		clear: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 20px;
	}
	.formular_2spaltig .form {
		margin: 0px;
		float: left;
		width: auto;
		height: auto;
	}
		.formular_2spaltig .form form {
			padding: 0px;
			margin: 0px;
			margin-bottom: 20px;
		}
			.formular_2spaltig .form form input {
				width: 330px;
				height: 16px;
				padding: 1px;
				/*font-size: 90%;*/
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form textarea {
				width: 330px;
				height: 80px;
				padding: 1px;
				font-family: Arial, Helvetica, sans-serif;
				/*font-size: 90%;*/
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 2px;
				margin-left: 0px;
			}
			.formular_2spaltig .form form input.form_rahmen_radio {
				width: auto;
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 4px;
				margin-left: 0px;
				padding: 4px;
			}
				.formular_2spaltig .form form .text_anrede {
					margin: 0px;
					padding-top: 3px;
					padding-right: 0px;
					padding-bottom: 0px;
					padding-left: 0px;
					height: 10px;
					line-height: 14px;
					vertical-align: top;
				}
			.formular_2spaltig .form form label {
				display: block;
				clear: both;
				float: left;
				width: 100px;
				height: 16px;
				padding: 2px;
				margin-top: 2px;
				margin-right: 10px;
				margin-bottom: 0px;
				margin-left: 0px;
			}
				.formular_2spaltig .form form label.label_anrede {
					padding-top: 0px;
					margin-top: 0px;
				}
			.formular_2spaltig .form input.form_stdbutton {
				width: 175px;
				height: auto;
				padding: 0px;
				margin: 0px;
				font-weight: bold;
			}
		.formular_2spaltig .form .form_pflichtfelder {
			margin-left: 113px;
			height: 30px;
			line-height: 30px;
			vertical-align: middle;
			font-size: 80%;
			font-weight: normal;
			text-decoration: none;
			margin-top: 5px;
			margin-right: 0px;
			margin-bottom: 5px;
		}
		.formular_2spaltig .form p.form_error {
		}
			.formular_2spaltig .form ul {
				clear: both;
				list-style-type: none;
			}
			.formular_2spaltig .form ul li {
				float: left;
				color: #FF0000;
				font-size: 90%;
				margin-right: 10px;
				margin-bottom: 5px;
			}

/* Download */
.einzeldownload {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
	.einzeldownload .beschreibung {
	}

/* Sitemap */
ul.sitemap {
	padding: 0px;
	list-style-type: square;
} 
	ul.sitemap li {
		margin-bottom: 15px;	
	} 
		ul.sitemap li.spacer {
			list-style-image: none;
			list-style-type: none;
		} 
			ul.sitemap li ul li {
				margin-bottom: auto;
			} 

/* Textinhalte */
.content h1.seitenueberschrift {
	font-style: normal;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
	background-image: url(bg_ueberschrift.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	line-height: 39px;
	background-color: #F6D868;
	vertical-align: middle;
	display: block;
	height: auto;
	margin-top: 10px;
	margin-right: -10px; /* Einrückung wegen Inhaltsversatz */
	margin-bottom: 0px;
	margin-left: -10px; /* Einrückung wegen Inhaltsversatz */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bild_links_mit_textfluss {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
}
.bild_rechts_mit_textfluss {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
}
.bild_links_mit_textfluss_und_rahmen {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #333333;
	float: left;
	padding: 2px;
}
.bild_rechts_mit_textfluss_und_rahmen {
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	border: 1px solid #333333;
	float: right;
	padding: 2px;
}

.bild_rahmen {
	padding: 2px;
	border: 1px solid #333333;
}

.text_standard {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}
	.text_standard:hover {
		font-style: normal;
	}
.text_grossbuchstaben {
	text-transform: uppercase;
}
.text_einrueckung {
	margin-left: 1em;
}


/* Klappmenüsteuerung */
/* CSS-Menü */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.block_default .header .navigation .menu {
	z-index: 1000;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
}
	.block_default .header .navigation .menu ul {
		/* Definition erfolgt oben */
	}
	* html .block_default .header .navigation .menu ul {
		/* Anpassung für IE 5.5 */
		/*margin-left: -16px;
		ma\rgin-left: 0px;*/
	}
		.block_default .header .navigation .menu ul li {
			/* Höhe der ersten Ebene = Hoverbereich zum Ausklappen */
			position: relative;
			/* height: 26px; */
		}
			.block_default .header .navigation .menu ul li a {
				height: 27px;
				padding-top: 2px;
			}
		.block_default .header .navigation .menu ul ul {
			
		}
			.block_default .header .navigation .menu ul ul li {
				border: 0px solid #FFFFFF;
				height: 20px;
			}
			
			.block_default .header .navigation .menu ul li:hover ul li a.hide {
				color: #fff;
				background: none;
			}
			.block_default .header .navigation .menu ul li:hover ul li:hover a.hide {
				background: none; 
				color: #000;
			}
			
			
	/* Design der Klappmenüs */
	.block_default .header .navigation .menu #sub {
		background-image: url(layerbg.png);
		background-repeat: repeat;
		background-position: left top;
	}
		.block_default .header .navigation .menu #sub a, .block_default .header .navigation .menu #sub a:visited {
			display: block;
			text-decoration: none;
			height: 20px;
			line-height: 20px;
			width: 150px;
			color: #000000;
			vertical-align: middle;
			background-image: none;
			border-right-width: 1px;
			border-left-width: 1px;
			border-right-style: solid;
			border-left-style: solid;
			border-right-color: #666666;
			border-left-color: #666666;
			font-weight: normal;
			text-align: left;
			text-indent: 5px;
			padding: 0px;
			font-size: 80%;
			margin: 0px;
		}	
		.block_default .header .navigation .menu #sub a:hover {
			color: #FFFFFF;
			background-color: #1D1916;
			background-image: none;
		}
			.block_default .header .navigation .menu ul ul li.spacer {
				display: block;
				text-decoration: none;
				height: 20px;
				line-height: 20px;
				width: 150px;
				color: #000000;
				vertical-align: middle;
				background-image: none;
				border-right-width: 1px;
				border-left-width: 1px;
				border-right-style: solid;
				border-left-style: solid;
				border-right-color: #666666;
				border-left-color: #666666;
				font-weight: normal;
				text-align: left;
				text-indent: 5px;
				padding: 0px;
				font-size: 80%;
				margin: 0px;
			}	
	.block_default .header .navigation .menu table {
		/* IE 5.5 Tabellenrahmen */
		position: absolute; 
		border-collapse: collapse; 
		top: 0px; 
		left: 0px; 
		z-index: 100; 
		font-size: 1em;
	}

/* hide */
.block_default .header .navigation .menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 20px;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	float: none;
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
	.block_default .header .navigation .menu ul ul li {
		/*border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #666666;*/
		margin: 0px;
		padding: 0px;
	}
		.block_default .header .navigation .menu ul ul ul {
			visibility: hidden;
			position: absolute;
			top: 0px;
			left: 0px;
			float: none;
			margin: 0px;
			padding: 0px;
		}
			.block_default .header .navigation .menu ul ul ul ul {
				visibility: hidden;
				position: absolute;
				top: 0px;
				left: 0px;
				float: none;
				margin: 0px;
				padding: 0px;
			}


/* show */
.block_default .header .navigation .menu ul li:hover ul, .block_default .header .navigation .menu ul a:hover ul {
	visibility:visible;
}
	.block_default .header .navigation .menu ul :hover ul ul {
		visibility:hidden;
	}
		.block_default .header .navigation .menu ul :hover ul :hover ul ul {
			visibility:hidden;
		}
			.block_default .header .navigation .menu ul :hover ul :hover ul { 
				visibility:visible;
			}
				.block_default .header .navigation .menu ul :hover ul :hover ul :hover ul { 
					visibility:visible;
				}
				
				
				
/* ANFANG dynamische Startseite */
.startseite {
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	display: block;
}
.highlight {
	width: 205px;
	height: 297px;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 17px;
	margin-top: 0px;
}

.textbox {
	width: 398px;
	height: 116px;
	overflow: hidden;
	margin-right: 17px;
	margin-bottom: 17px;
	background-image: url(startseite/hg_textbox.gif);
	background-repeat: no-repeat;
	padding: 12px 15px 12px 15px;
	background-position: left top;
}

.textbox p {
	margin-top: 0px;
}

.eventbox {
	width: 185px;
	height: 126px;
	overflow: hidden;
	margin-bottom: 17px;
	background-image: url(startseite/hg_eventbox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 10px 7px 10px;
}

	.eventbox .event {
		display: block;
		margin-bottom: 5px;
	}
	
	.eventbox .event .event_date {
		width: 60px;
		float: left;
	}
	
	.eventbox .event .event_date a{
		color: #000;
		text-decoration: none;
	}
	
	.eventbox .event .event_title {
		width: 100px;
		float: left;
		height: auto;
	}
	
	.eventbox .event .event_title a{
		color: #000;
		text-decoration: none;
	}

	.eventbox .uschrift {
		font-weight: bold;
		text-decoration: underline;
		margin-bottom: 5px;
	}

.wf1 {
	width: 205px;
	height: 140px;
	overflow: hidden;
}

.wf2 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
	overflow: hidden;
}

.wf3 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
	overflow: hidden;
}

.wf4 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
}

.wf5 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
	overflow: hidden;
}

.wf6 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
	overflow: hidden;
}

.wf7 {
	width: 205px;
	height: 140px;
	margin-bottom: 17px;
	overflow: hidden;
}

/* ENDE dynamische Startseite */


/* Rückblicke / Galerie */
.galerie {
	margin-top: 15px;
	display: block;
}
	.galerie .jahrgang {
		font-size: 80%;
	}
		.galerie .jahrgang a {
			color: #000000;
			text-decoration: none;
			margin-top: 0px;
			margin-right: 3px;
			margin-bottom: 0px;
			margin-left: 3px;
		}
			.galerie .jahrgang a:hover {
				color: #000000;
				text-decoration: underline;
			}
		.galerie .jahrgang a.selected {
			font-weight: bold;
			color: #006699;
		}
	.galerie .uebersicht {
		margin-top: 0px;
		margin-right: 20px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
		.galerie .uebersicht .rueckblicke {
			font-weight: bold;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #006699;
		}
		.galerie .uebersicht .datum {
			font-size: 80%;
		}
			.galerie .uebersicht .datum .selected {
				color: #006699;
			}
		.galerie .uebersicht .titel {
			font-size: 90%;
		}
		.galerie .uebersicht .spacer {
			height: 10px;
			font-size: 1px;
		}
	.galerie .thumbnails {
		width: 480px;
		margin-top: 6px;
	}
		.galerie .thumbnails .thumbnail {
		}
			.galerie .thumbnails .thumbnail a {
				background-color: #FFFFFF;
				padding: 2px;
				border: 1px solid #999999;
				/*margin: 5px;*/
				margin-right: 9px;
				margin-top: 9px;
				height: 80px;
				width: 80px;
				display: block;
				line-height: 80px;
				text-align: center;
				vertical-align: middle;
			}
				.galerie .thumbnails .thumbnail a .querformat {
					margin-top: 13px;
					margin-bottom: 13px;
					height: 53px;
				}
				.galerie .thumbnails .thumbnail a .hochformat {
				}

	.galerie .galerie_content {
		padding-top: 10px;
		padding-right: 15px;
		padding-bottom: 0px;
		padding-left: 3px;
		width: 500px;
	}
		.galerie .galerie_content .galerie_titel {
			font-weight: bold;
		}
		.galerie .galerie_content .galerie_datum {
			font-size: 90%;
			font-weight: normal;
		}
		.galerie .galerie_content .galerie_text {
		}


/* Gästebuch */
.gaestebuch {
	margin-top: 15px;
	display: block;
}
	.gaestebuch .neueintrag {
		font-weight: bold;
		padding-bottom: 40px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		font-size: 110%;
	}
		.gaestebuch .neueintrag a {
			color: #006699;
			text-decoration: none;
		}
			.gaestebuch .neueintrag a:hover {
				text-decoration: underline;
			}
	.gaestebuch .anzeige {
		font-size: 90%;
		white-space: nowrap;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 40px;
		padding-left: 0px;
		text-align: right;
	}
		.gaestebuch .anzeige select.select {
			font-size: 90%;
		}
		.gaestebuch .anzeige input.submit {
			font-size: 90%;
		}


	.gaestebuch .innertable {
		width: 100%;
	}
		.gaestebuch .innertable .name {
			font-weight: bold;
		}
			.gaestebuch .innertable .name a {
			}
				.gaestebuch .innertable .name a:hover {
				}
		.gaestebuch .innertable .text {
		}
		.gaestebuch .innertable .kommentar {
			font-style: italic;
			color: #006699;
		}
		
		.gaestebuch .innertable .spacer_text {
			font-size: 1px;
			height: 3px;
		}		
		.gaestebuch .innertable .spacer_content {
			font-size: 1px;
			height: 7px;
		}
		.gaestebuch .innertable td hr {
			border: 1px solid #000000;
			margin-top: 20px;
			margin-bottom: 20px;
			padding: 0px;
			margin-right: 0px;
			margin-left: 0px;
		}
		
/* Gästebuch - Formular */
.gbform {
	margin-top: 15px;
	display: block;
}
	.gbform .name {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.gbform input.feld_name {
		padding: 2px;
		width: 300px;
		margin-bottom: 3px;
	}
	.gbform .email {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.gbform input.feld_email {
		padding: 2px;
		width: 300px;
		margin-bottom: 3px;
	}
	.gbform .nachricht {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.gbform textarea.feld_nachricht {
		font-family: Arial, Helvetica, sans-serif;
		padding: 2px;
		height: 150px;
		width: 302px;
	}
	.gbform .feld_button {
	}
	.gbform .pflichtfelder {
		font-size: 80%;
		font-weight: bold;
	}

/* Newsletter - Formular */
.nlform {
	margin-top: 10px;
	display: block;
}
	.nlform .aktion {
		font-weight: bold;
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.nlform .aktion_werte {
		font-weight: bold;
	}
	.nlform .anrede {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.nlform select.feld_anrede {
		padding: 2px;
		width: auto;
		margin-bottom: 3px;
	}
	.nlform .name {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.nlform input.feld_name {
		padding: 2px;
		width: 300px;
		margin-bottom: 3px;
	}
	.nlform .email {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.nlform input.feld_email {
		padding: 2px;
		width: 300px;
		margin-bottom: 3px;
	}
	.nlform .wohnort {
		padding-top: 4px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.nlform input.feld_wohnort {
		padding: 2px;
		width: 180px;
		margin-bottom: 3px;
	}
	.nlform .feld_button {
		font-weight: bold;
	}
	.nlform .feld_button_reset {
		margin-left: 20px;
	}
	.nlform .pflichtfelder {
		font-size: 80%;
		font-weight: bold;
		padding-top: 5px;
	}

/*############################
	Eventlisten Übersicht
############################*/

.eventlst {
	width: 100%;
}
	.eventlst td {
		padding-bottom: 10px;
	}
	
	/* Jahres-/Monatssortierung */
	.eventlst .eventlst_infozeileJahr .eventlst_infotitel {
		font-weight: bold;
		font-size: 120%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #000000;
		color: #006699;
	}
	.eventlst .eventlst_infozeileMonat .eventlst_infotitel {
		font-weight: bold;
		background-image: url(pfeil10.gif);
		background-repeat: no-repeat;
		background-position: left 12px;
		text-indent: 15px;
		padding-top: 10px;
		/*color: #006699;*/
	}

	/* Eventausgabe */
	.eventlst .eventlst_bild {
		width: 115px;
		margin: 0px;
	}
		.eventlst .eventlst_bild .img_container {
			width: 115px;
			height: 70px;
			overflow: hidden;
			margin: 0px;
			padding: 0px;
			border: #666666 1px solid;
		}
			.eventlst .eventlst_bild .img_container img {
				border: none;
			}
	.eventlst .eventlst_titel {
		font-size: 120%;
		font-weight: bold;
		width: auto;
		padding-top: 0px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
	}
		.eventlst .eventlst_titel a {
			color: #000000;
			text-decoration: none;
		}
		.eventlst .eventlst_titel a:hover {
			color: #000000;
			text-decoration: underline;
		}
		.eventlst .eventlst_titel .ort {
			font-weight: normal;
		}
	.eventlst .eventlst_datum {
		font-size: 120%;
		width: auto;
		margin: 0px;
		padding: 0px;
		white-space: nowrap;
		/*text-align: right;*/
		font-weight: bold;
		overflow: visible;
	}
		.eventlst .eventlst_datum .dat_container {
			width: 165px;
			float: right;
			white-space: nowrap;
			overflow: visible;
		}
			.eventlst .eventlst_datum .dat_container .bis {
				 /*font-weight: normal;*/
				 padding-left: 5px;
				 padding-right: 5px;
			}
			.eventlst .eventlst_datum .dat_container .uhrzeit {
				font-weight: normal;
			}
			.eventlst .eventlst_datum .dat_container a {
				color: #000000;
				text-decoration: none;
			}
			.eventlst .eventlst_datum .dat_container a:hover {
				color: #000000;
				text-decoration: underline;
			}
			

/* Event-Detailseite */
.eventdetails {
	display: block;
}
	.eventdetails .event_img {
		padding: 0px;
		float: left;
		height: auto;
		width: auto;
		margin-top: 0px;
		margin-right: 30px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
		.eventdetails .event_img img {
			border: 1px solid #666666;
			margin-bottom: 50px;
		}
	.eventdetails .event_text {
		padding: 0px;
		height: auto;
		width: auto;
		margin: 0px;
	}
		.eventdetails .event_textbreite {
			margin-left: 311px;
		}
		.eventdetails .event_text .infotabelle {
			padding: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 30px;
			margin-left: 0px;
			display: block;
		}
			.eventdetails .event_text .infotabelle .anstrich {
				font-weight: bold;
				padding-bottom: 5px;
				padding-right: 20px;
			}
			.eventdetails .event_text .infotabelle .wert {
				padding-bottom: 5px;
			}
				.eventdetails .event_text .infotabelle .wert a {
					font-weight: bold;
				}
		.eventdetails .event_text p {
			margin-top: 0px;
		}
	.eventdetails .eventliste {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}

