/* PAGE/GENERAL */
	*
	{
		/*margin: 0;
		padding: 0;*/	
	}
	
	html
	{
		height: 100%;
		
	}

	body
	{
		height: 100%;
		background: url(../objekte/body_hg.gif) center top repeat-x;
		color: #333333;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;
		margin: 0;
		padding: 0;
	}

	a
	{
		color: #333333;
	}
	a:hover
	{
		color: #9a0303;
		text-decoration: none;
	}
	
	#page
	{
		width: 100%;
		margin: 0 auto;
		min-height: 100%;
	}
	
	* html #page
	{
		height: 100%;
	}
	
	.clearer
	{
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px;
	}
	.top
	{
		font-size:11px;
		line-height:12px;
		text-align:left;
		margin:15px 0 0 0;
		clear:both;
		text-decoration:none;
	}
	.top a{
		text-decoration:none;
		font-size:11px;
	}
	
	
	/* HEADER ---------------------------------------------------------------- */
	
	#bigBanner
	{
		width: 100%;
		height: 100px;
		text-align:center;
		margin:0 auto;
		overflow: hidden;
		background: url(../objekte/banner_hg.gif) center top repeat-x;
	}
	
	#header
	{
		height: 131px;
		margin-bottom: 30px;
		padding: 0;
		background: url(../objekte/header_hg.gif) center top repeat-x;
	}
	#header-content
	{
		height: 131px;
		width: 960px;
		margin: 0 auto;
	}
	
	#logo
	{
		width: 152px;
		height: 102px;
		overflow: hidden;
		float:left;
		margin-top: 0;
		background: url(../objekte/logo.gif) left center no-repeat;
	}
	#logotext
	{
		width: 275px;
		height: 102px;
		float:right;
		overflow: hidden;
		margin-top: 0;
		background: url(../objekte/logotext.gif) right center no-repeat;
	}
	
	/* Banner ---------------------------------------------------------------- */
	
	#banneroben
	{
		width: 533px;
		height: 60px;
		margin: 21px auto;
		float:left;
		overflow: hidden;
		text-align:center;
	}
	
	/* MENÜ ---------------------------------------------------------------- */
	
	#menu
	{
		height: 29px;
		width: 960px;
		overflow:hidden;
	}
	#menu ul
	{
		margin:0;
		padding:0px 0px 0 0;
		list-style:none;
	}
	#menu li {
		float:left;
		display:inline;
		margin:0 0px 0 0px;
		padding:0;
		height: 29px;
		text-align:center;
	}
	#menu a {
		float:left;
		display:block;
		position:relative;
		height: 29px;
		padding:4px 15px 0px 15px;
		text-decoration:none;
		color:#fff;
		outline:0;
	}
	#menu li a:hover {
		color:#9a0303;
		text-decoration:none;
		background: url(../objekte/menuover.gif) center top repeat-x;
	}
	#menu li#current a {
		color:#9a0303;
		text-decoration:none;
		background: url(../objekte/menuover.gif) center top repeat-x;
	}
	#menu .kontakt {
		float:right;
	}
	

	
	/* KARTEI_REITER ---------------------------------------------------------------- */
	
	#nav {
		margin:0 0 0 0;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		float:left;
		clear:both;
		width:100%;
		border-bottom: 1px solid #b4bbba;
		margin-bottom: 20px;
	}
	#nav ul {
		margin:0;
		padding:0px 0px 0 0;
		list-style:none;
	}
	#nav li {
		float:left;
		display:inline;
		background:url("../objekte/left_both_s.gif") no-repeat left top;
		margin:0 2px 0 0px;
		padding:0;
		min-width:100px;
		height: 21px;
		text-align:center;
	}
	#nav a {
		float:left;
		display:block;
		position:relative;
		/*left:-5px;*/
		/*margin-right:-5px;*/
		/*width:.1em;*/
		background:url("../objekte/right_both_s.gif") no-repeat right top;
		padding:3px 20px 4px 20px;
		text-decoration:none;
		color:#fff;
		outline:0;
	}
	#nav > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#fff;
	}
	/* not for IE5.x or IE6 */
	
	#nav li:hover, 
	#nav li:hover a {
		  background-position:0 -21px;
		  color:#fff;
      }
    #nav li:hover a {
		  background-position:100% -21px;
      }
	
	#nav li#current {
		background:url("../objekte/left_both_s.gif") no-repeat left -21px;
	}
	#nav li#current a {
		background:url("../objekte/right_both_s.gif") no-repeat right -21px;
		color:#fff;
		font-weight:bold;
	}
	
	.zurueckbutton {
		font-size:10px;
		text-align:right;
		width: 685px;
		padding-top:4px;
		color:#8f8f87;
		position:absolute;
	}
	.zurueckbutton a {
		background: 0;
		text-decoration:none;
		color:#8f8f87;
	}
	.zurueckbutton a:hover {
		background: 0;
		text-decoration:none;
		color:#9a0303;
	}
	
	
	
	/* BOX RECHTS ---------------------------------------------------------------- */
	
	#boxRight {
		margin:0 0 20px 0;
		padding:0;
	}
	.boxHeader {
		margin:0 0 0 0;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		float:left;
		clear:both;
		width:100%;
		border-bottom: 1px solid #b4bbba;
	}
	.boxHeader ul {
		margin:0;
		padding:0px 0px 0 0;
		list-style:none;
	}
	.boxHeader li {
		float:left;
		display:inline;
		background:url("../objekte/left_both.gif") no-repeat left -21px;
		margin:0 2px 0 0px;
		padding:0;
		min-width:140px;
		height: 21px;
		text-align:center;
		overflow:hidden;
	}
	.boxHeader a {
		float:left;
		display:block;
		position:relative;
		/*left:-5px;*/
		/*margin-right:-5px;*/
		/*width:.1em;*/
		background:url("../objekte/right_both.gif") no-repeat right -21px;
		padding:3px 20px 4px 20px;
		text-decoration:none;
		font-weight:bold;
		color:#fff;
		outline:0;
	}
	.boxHeader > ul a {width:auto;}
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	.boxHeader a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#fff;
	}
	/* not for IE5.x or IE6 */
	.boxHeader li:hover {
		background:url("../objekte/left_both.gif") no-repeat left top;
		color:#fff;
	}
	.boxHeader li:hover a {
		background:url("../objekte/right_both.gif") no-repeat right top;
		color:#fff;
	}
	.boxHeader li#current {
		background:url("../objekte/left_both.gif") no-repeat left top;
	}
	.boxHeader li#current a {
		background:url("../objekte/right_both.gif") no-repeat right top;
		color:#fff;
		font-weight:bold;
	}
	
	/*Inhalte Box rechts*/
	.boxContent {
		background-color: #dee1e0;
		padding:0;
		overflow:hidden;
	}
	.boxContent .boxItem {
		margin:0;
		padding:10px 10px 10px 25px;
		background:url("../objekte/boxListenpunkt.gif") no-repeat 10px 15px;
	}
	.boxContent .boxItem_red {
		margin:0;
		padding:10px 10px 10px 25px;
		background:url("../objekte/boxListenpunkt_red.gif") no-repeat 10px 15px;
	}
	.boxContent .boxItem a{
		text-decoration:none;
	}
	.boxContent .boxItem_red a{
		text-decoration:none;
	}
	.boxContent .boxItemEventlink {
		margin:0;
		padding:10px 3px 11px 20px;
		background: transparent url(../objekte/header_HinweisHG.gif) center bottom repeat-x;
		font-weight:bold;
	}
	.boxContent .boxItemEventlink a{
		text-decoration:none;
		color:#fff;
	}
	.boxContent .boxItemEventlink a:hover{
		text-decoration:none;
		color:#9a0303;
	}
	.boxContent .boxTrenner {
		padding:0;
		margin:0;
		overflow:hidden;
		height: 2px;
		font-size:2px;
		background: transparent url("../objekte/boxTrenner.gif") repeat-x center top;
	}

	#boxRight .boxFooter {
		font-size:10px;
		color:#FFF;
		height: 16px;
		line-height: 16px;
		overflow:hidden;
		margin:0;
		padding:0 0 0 5px;
		background:url("../objekte/boxFooter.gif") no-repeat right top;
	}
	#boxRight .boxFooter a{
		color:#FFF;
		text-decoration:none;
	}
	#boxRight .boxFooter a:hover{
		color:#FFF;
		text-decoration:none;
	}
	
	/*Datum/Wetter rechts neben Karteireiter*/
	.boxHeader .date {
		font-size:10px;
		float:right;
		padding-top:3px;
		color:#8f8f87;
	}
	#boxRight .wetterbutton {
		font-size:10px;
		text-align:right;
		width: 240px;
		color:#8f8f87;
		position:absolute;
	}
	#boxRight .wetterbutton a {
		background: 0;
		text-decoration:none;
		color:#8f8f87;
		cursor: pointer;
	}
	#boxRight .wetterbutton a:hover {
		background: 0;
		text-decoration:none;
		color:#9a0303;
	}
	
	/*Wetterbox Toggler*/
	.wetterbox {
		height: 0px;
		overflow:hidden;
		position:absolute;
		bottom:0px;
		right:0px;
		width:125px;
		
		text-align:center;
		
	}
	
	
	/* CONTENT Wrapper ----------------------------------------------------- */
	
	#content
	{
		width: 960px;
		padding-bottom: 70px;
		margin: 0 auto;
		text-align:left;
	}
	
	#contentMain
	{
		display: inline;
		clear: both;
		float: left;
		margin-top: 0;
		width: 685px;
		margin-bottom:15px;
	}
	#fl_contentMain
	{
		display: inline;
		clear: both;
		float: left;
		margin-top: 0;
		width: 960px;
		margin-bottom:15px;
	}
	#contentRight
	{
		display: inline;
		float: right;
		width: 240px;
		margin-right: 0px;
		margin-bottom:15px;
	}
	
	/*Übergeordnete styles für den Inhalt (ohne Reiter)*/
	#inhalte
	{
		line-height:18px;	
	}
	#inhalte  ul, ol
	{
		margin-left: 0;
		padding-left: 0;
	}
	#inhalte  ul li
	{
		margin: 0 0 0 16px;
		padding: 0 0 0 0;
		list-style-image: url('../objekte/boxListenpunkt.gif');
	}
	#inhalte  ol li
	{
		margin: 0 0 0 20px;
		padding: 0 0 0 0;
	}
	#inhalte hr
	{
		color: #b4bbba;
		background-color: #b4bbba;
		height: 0px;
		border-bottom: 1px solid #b4bbba;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	
	
	/* Galerie-Slider Rechts -----------------------------------------------*/
	.mask1{
		/*margin:0 auto;*/
		position:relative;
		width:220px;
		height:110px;
		overflow:hidden;
		margin: 10px auto;
		border: 1px solid #fff;
	}
	#box1{
		position:absolute;
	}
	#box1 span{
		display:block;
		float:left;
	}
	
	/* CONTENT-BOX / Accordion  ---------------------------------------------- */
	
	.toggler {
		background: transparent url(../objekte/h3header.gif) center top repeat-x; 
		padding: 3px 3px; 
		margin: 0px;
		font-size:13px;
		font-weight:bold;
		cursor: pointer;
		color:#fff;
		border-bottom: 1px solid #fff;
	}
	.toggler span { /*Grafik im Reiter rechts*/
		height:18px;
		width:18px;
		float:right;
		background: transparent url(../objekte/open.gif) center center no-repeat;
	}
	.toggler-active { /*Toggler offen Headline ändern*/
		color:#fff;
	}
	.toggler-active span { /*Toggler offen Grafik ändern*/
		background: transparent url(../objekte/close.gif) center center no-repeat;
	}
	.toggler:hover { /*Toggler MouseOver*/
		color:#9a0303;
	}
	.element {
		margin:0px 0px 15px 0px;
		padding:0px;
	}
	
	div.collapse-container{ 
		border: 1px solid #b4bbba;
		padding: 10px 10px 0px 10px;
	}
	
	/* Box für z.B. Veranstaltungen/News */
	.contentbox{
		border: 1px solid #b4bbba;
		margin-bottom: 10px;
	}
	.contentbox .header{
		background: transparent url(../objekte/contentboxheader.gif) center bottom repeat-x;
		padding: 5px;
		font-weight:bold;		
	}
	.eventdaten {
		font-size:11px;
		padding: 10px;
		margin: 0;
		background: #dee1e0 url(../objekte/boxTrenner.gif) center bottom repeat-x;
	}
	.contentbox .header span{
		float:right;
		font-size:11px;
		font-weight:normal;
	}
	.contentbox .text{
		background: #dee1e0;
		padding: 10px;
		width: 663px;
		overflow:hidden;
	}
	.contentbox .textarchiv{
		background: #dee1e0;
		padding: 10px;
		width: 641px;
		overflow:hidden;
	}
	.contentbox .eventfoto{
		float:right;
		padding: 0px 0px 10px 10px;
	}
	.contentboxspacer{
		clear:both;
		height:10px;
	}
	
	.eventfotohinweis {
		font-size:11px;
		line-height: 31px;
		margin: 0;
		background: #dee1e0 url(../objekte/boxTrenner.gif) center top repeat-x;
	}
	.eventfotohinweis img { margin: 10px; }
	
/* GALERIE -----------------------------------------------------------------*/

	.element .galeriewrapper ul{
		background: #dee1e0;
		padding: 0px 20px 20px 0px;
		border: 1px solid #b4bbba;
		margin:0px;
		}
	
	/*Box pro Bild in der Übersicht*/
	.box-galerie{ /*<li>*/
		width:170px;
		margin: 20px 0px 0px 39px;
		border: solid 1px #fff;
		background-color: #919898;
		
		min-height:60px;
		display: -moz-inline-stack;
		display:inline-block;
		vertical-align:top;
		zoom:1;
		*display:inline;
	}
	.box-galerie .headertitel{
		width:160px;
		padding: 5px 5px 5px 5px;
		margin:0;
		text-align:center;
		color:#fff;
		font-weight:bold;
		font-size:11px;
		clear:both;
	}
	.box-galerie .inhalt{
		width:145px;
		height:98px;
		overflow:hidden;
		border: solid 1px #fff;
		margin: 0px 10px 0px 10px;
	}
	.box-galerie .inhalt a{ outline:0; }
	.box-galerie .footer{
		width:160px;
		font-size:10px;
		padding:5px;
		color:#ccd8d8;
		text-align:center;
		clear:both;
	}
	
	/*Box pro Bild in der Detailansicht*/
	.box-galeriefoto{
		width:155px;
		border: solid 1px #fff;
		background-color: #919898;
		margin-bottom: 5px;
	}
	.box-galeriefoto .inhalt{
		width:145px;
		height:98px;
		overflow:hidden;
		padding: 0px;
		margin: 3px;
		text-align:center;
		border: solid 1px #fff;
	}
	.box-galeriefoto .inhalt a {
		cursor: url('images/lupe.cur'), pointer;
		outline:0;
	}
	
	/* FOOTER ---------------------------------------------------------------- */
	
	#footer
	{
		width: 100%;
		clear:both;
		height: 70px;
		text-align: center;
		background: transparent url(../objekte/farbbalken_u.gif) center bottom repeat-x;
		/* position the footer on bottom*/
		position: relative;
		margin: -70px auto 0 auto;
	}
	#footer-content
	{
		width:960px;
		height:60px;
		margin:0 auto;
		padding-top: 0px;
	}
	#footer-text
	{
		font-size: 11px;
		height:60px;
		line-height:58px;
		color:#8f8f87;
		float:left;
	}
	#footer-text a
	{
		color:#8f8f87;
		text-decoration:none;
	}
	#footer-text a:hover
	{
		color:#9a0303;
		text-decoration:none;
	}
	#footer-img
	{
		width: 380px;
		float: right;
		border:0px;
	}
	#footer-img img
	{
		margin-left: 35px;
		float:left;
	}
	
	/* The CSS that's required to position the footer */
	#nonFooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonFooter
	{
		height: 100%;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -5.8em;
	}
	
/* Formularfelder E-Mail------------------------------------------------------------------------------*/

	.formtable {
		
	}
	.formtable .formname {
		width:151px;
		height: 20px;
		background: transparent url('../objekte/linie-formname.gif') left center repeat-x;	
	}
	/*Breiter für Veranstaltungsvorschlag*/
	.formtable .formname2 {
		width:223px;
		height: 20px;
		background: transparent url('../objekte/linie-formname.gif') left center repeat-x;	
	}
	
	.formfeld  {
		padding: 2px;
		margin: 6px 0px 6px 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		border: 1px solid #afafaf;
		color: #000000;
	}
	.formfeldselect  {
		padding: 1px;
		margin: 6px 0px 6px 0px;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
		background-color: #FFFFFF;
		border: 1px solid #afafaf;
		color: #000000;
	}
	.button:hover {
		border: solid 1px #FFF;	
	}
	
	 /*  für Mail-Phorm  */
	.errorformwrapper {
		margin: 30px auto;
		width: 250px;
		padding: 25px;
		border: 1px solid #afafaf;
		
	}
	.form-errormassages {
		font-weight: bold;
		padding-bottom: 15px;
	}
	


