/*=== Für CMS Debugausgaben ===*/
.cms4d_odebug{
	color:rgb(0,0,0);
	background-color:white;
	font-family:Verdana;
	font-size:11px;
	text-align:left;
	padding:10px;
	float:left;
	clear:both;
	width:100%;
}
.cms4d_odebug h1{
	color:rgb(0,0,0);
	font-size:16px;
	text-indent:0px;
	background-image:none;
}
.cms4d_odebug pre{
	color:rgb(0,0,0);
	font-family:Verdana;
}


/*========== 07.05.2007, dogan ===============*/
body{
	background-color:rgb(20,75,130);
	font-family:Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	/*BEACHTE: Textgrösse in Prozent statt EM wg. IE6/7, dmit die Schrift beim Vergössern nicht explodiert*/
	font-size:70%;
	text-align:center;
	margin:0;
	padding:30px 0 0 0;

	background-image:url(images-trabentrarbach/body-bg_1600.jpg);

	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;

	-o-background-size:cover;
	background-size:cover;
}
@media print{
	body{
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}

table p{
	margin:0 0 0 0;
}





/*--- Absatz-Formate ---*/
@media screen{
	h1{
		color:rgb(102,102,102);
		border-left:10px solid rgb(245,213,136);
		font-size:1.4em;
		color:rgb(102,102,102);
		margin:0 0 0.5em 0;
		padding:0 0 0 10px;
	}
	h2{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h3{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
	}
	h4{
		color:black;
		font-size:1.4em;
		margin:0 0 0.5em 0;
	}
	h5{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
	}

	p{
		margin:0 0 1em 0;
	}

	a{
		color:rgb(20,75,130);
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	address{
		font-size:0.80em;
		font-style:normal;
	}
}
@media print{
	h1{
		color:black;
		font-size:1.4em;
		margin:0 0 0.7em 0;
	}
	h2{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h3{
		color:black;
		font-size:1.0em;
		margin:0 0 0.5em 0;
	}
	h4{
		color:black;
		font-size:1.4em;
		margin:0 0 0.5em 0;
	}
	h5{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
	}
	h6{
		color:black;
		font-size:1.0em;
		margin:0 0 0.5em 0;
	}

	p{
		margin:0 0 1em 0;
	}

	a{
		color:black;
		text-decoration:none;
	}

	address{
		font-size:0.80em;
		font-style:normal;
	}
}






/*--- Listen-Formate ---*/
@media screen{
	.html_content ul{
		/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
		margin:1em 0 1em 13px;
		padding:0;
		list-style:none;
	}
	.html_content li{
	}
	.html_content ul li{
		padding:0 0 0 12px;
		margin:0 0 1em -12px;
		background-image:url(images-trabentrarbach/m-bullet-mblau.gif);
		background-repeat:no-repeat;
	}
	.html_content ul ul{
		margin:1em 0 0 12px;
	}


	/*
	ol{
		margin:1em 0 1em 24px;
		padding:0;
	}
	ol li{
		margin:0 0 1em 0;
		padding:0;
	}
	ol ol{
		margin:1em 0 0 24px;
	}
	*/


	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(110,110,99);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	/*als Textbox*/
	dl dt{
		border:1px solid black;
		color:black;
		margin:0 0 1em 0;
		padding:10px;
		background-color:rgb(251,215,182);
	}
}
@media print{
	ul{
		margin:1em 0 1em 17px;
		padding:0;
	}
	ul li{
		padding:0;
		margin:0 0 1em 0;
	}
	ul ul{
		margin:1em 0 0 17px;
	}


	/*
	ol{
		margin:1em 0 1em 24px;
		padding:0;
	}
	ol li{
		margin:0 0 1em 0;
		padding:0;
	}
	ol ol{
		margin:1em 0 0 24px;
	}
	*/


	dir, menu{
		margin:1em 0 1em 17px;
		padding:0;
	}
	dir li, menu li{
		margin:0 0 1em 0;
		padding:0;
	}
	dir dir, menu menu{
		margin:1em 0 0 17px;
	}


	dl{
		margin:0 0 1em 0;
		padding:0;
	}
	dl dd{
		color:rgb(110,110,99);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	dl dt{
		border:1px solid black;
		color:black;
		margin:0 0 1em 0;
		padding:10px;
		background-color:white;
	}
}



/*--- Container Formate ----*/
fieldset{
	border:none;
	padding:0px;
	margin:0px;
}

/*dunkle Box für inhalte spalte mitte, wie ibox_1_1*/
.containerbox1{
	border:1px solid rgb(204,204,204);
	background-color:rgb(250,240,210);
	padding:10px 10px 0 10px;
	margin-bottom:10px;
}

.news_table{width:440px;}

.news_table td ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 0.6em 13px;
	padding:0;
	list-style:none;
}
.news_table td li{
}
.news_table td ul li{
	padding:0 0 0 12px;
	margin:0 0 0.6em -12px;
	background-image:url(images-trabentrarbach/m-bullet-mblau.gif);
	background-repeat:no-repeat;
}
.news_table td ul ul{
	margin:1em 0 0 12px;
}



/*Headline box analog teaser*/
.box_headline1{
	border:1px solid white;
	border-right-color:rgb(194,168,109);
	border-bottom-color:rgb(194,168,109);
	background-color:rgb(246,214,137);
	color:rgb(102,102,102);
	padding:5px 7px 6px 8px;
	margin:0;
	background-image:url(images-trabentrarbach/teaser-headline-bg.gif);
	background-repeat:repeat-x;

	font-size:1em;
	font-weight:bold;
}


/*Sprachmenu Flaggen*/
.langmenu{
}
.langmenu img{
	border:none;
	float:left;
	margin-right:10px;
}


/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}


/*--- Bilder ---*/
.bild_links{
	margin:0px 15px 5px 0px;
}
.bild_rechts{
	margin:0px 0px 5px 15px;
}


/*--- Menu-Infotext ---*/
.menu_info_text{
	margin-bottom:1em;
}




/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	border:1px solid rgb(199,191,167);
	border-right-color:white;
	border-bottom-color:white;
	margin-bottom:10px;
}
.cms4dmodul_2_teaser_modulcontainer ul, .cms4dmodul_2_teaser_modulcontainer li, .cms4dmodul_3_teaser_modulcontainer ul, .cms4dmodul_3_teaser_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	border:1px solid rgb(199,191,167);
	border-left-color:white;
	border-top-color:white;
	background-color:rgb(254,251,242);
	/*das letzte Element sollte immer ein P-tag sein, da dieses den Abstand zum unteren Rand bestimmt*/
	padding:8px 9px 3px 9px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}
/*htmlfragment_teaser*/
.cms4dmodul_2_teaser_headline, .cms4dmodul_3_teaser_headline{
	border:1px solid white;
	border-right-color:rgb(194,168,109);
	border-bottom-color:rgb(194,168,109);
	background-color:rgb(246,214,137);
	color:rgb(102,102,102);
	padding:5px 7px 6px 8px;
	margin:0;
	background-image:url(images-trabentrarbach/teaser-headline-bg.gif);
	background-repeat:repeat-x;

	font-size:1em;
	font-weight:bold;
}
.htmlfragment_teaser{
}
.html_teaser p{
	margin:0 0 0.5em 0;
}

/*news_teaser*/
.cms4dmodul_3_teaser_headline{
	/*wie typ htmlfragmente s.o.*/
}
.news_teaser{
}
.news_teaser_date{
	color:rgb(102,102,102);
	font-weight:bold;
	margin-bottom:0.5em;
}
.news_teaser p{
	margin:0 0 0.5em 0;
}
.news_teaser_lnk{
	font-weight:bold;
}
.hr_dashed{
	border-top:1px solid rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}








/*--- Info Box 1 ---*/
@media screen{
	.cms4dmodul_-1_1_modulcontainer{
	}
	.ibox_1_1{
		border:1px solid rgb(204,204,204);
		background-color:rgb(250,240,210);
		padding:8px 8px 0 8px;
		margin-bottom:10px;
	}
	.ibox_1_1 a{
		color:black;
	}
	.ibox_1_1 a:hover{
	}
	.ibox_1_1 a.lnk_href{
		color:rgb(20,75,130);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
	}
	.ibox_1_1 a.h_txt{
	}
	.ibox_1_1 img{
		border:1px solid white;
		margin-right:10px;
	}
	.ibox_1_1 .s_txt{
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}


	.cms4dmodul_-1_2_modulcontainer{
		border:1px solid rgb(199,191,167);
		border-right-color:white;
		border-bottom-color:white;
		margin-bottom:10px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
		border:1px solid rgb(199,191,167);
		border-left-color:white;
		border-top-color:white;
		background-color:rgb(254,251,242);
		padding:8px 9px 0 9px;
	}
	.ibox_2_1_image_container{
		width:198px;
		overflow:hidden;
	}
	.ibox_2_1 a{
		color:black;
	}
	.ibox_2_1 a.lnk_href, .ibox_2_1_bodycontainer a.lnk_href{
		color:rgb(20,75,130);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border:1px solid white;
		border-right-color:rgb(194,168,109);
		border-bottom-color:rgb(194,168,109);
		background-color:rgb(246,214,137);
		color:rgb(102,102,102);
		padding:5px 7px 6px 8px;
		margin:0;
		background-image:url(images-trabentrarbach/teaser-headline-bg.gif);
		background-repeat:repeat-x;

		font-size:1em;
		font-weight:bold;
	}
	.ibox_2_1 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1 img{
		border:none;
	}
	.ibox_2_1 .s_txt{
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}
@media print{
	.ibox_1_1{
		margin:0 0 20px 0;
	}
	.ibox_1_1 .ibox_table{
	}
	.ibox_1_1 .ibox_td1{
		display:none;
	}
	.ibox_1_1 .ibox_td2{
		display:none;
	}
	.ibox_1_1 .ibox_td3{
	}
	.ibox_1_1 a.lnk_href{
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		font-family:Times New Roman;
		font-size:1.45em;
		font-weight:normal;
		font-style:italic;
		margin:0;
		padding:0;
	}

	.ibox_2_1 .ibox_td1{
		display:none;
	}
	.ibox_2_1 .ibox_td2{
		padding:21px 0 21px 0;
	}
	.ibox_2_1 .ibox_td3{
		padding:19px 15px 10px 21px;
	}
	.ibox_2_1 a.lnk_href{
		font-weight:bold;
	}
}










/*========= Layout ==========*/
@media screen, projection{
	.page_container{
		text-align:left;
		width:920px;
		margin:0 auto;
		padding:0;
	}
	.inner_page_container{
		background-color:rgb(250,240,210);
		/*BEACHTE: durch das padding ist die tatsächliche Breite=920px*/
		width:900px;
		float:left;
		clear:both;
		/*BEACHTE: wg. IE6-Darstellungsfehler muss der obere Abstand zu top_container durch dessen margin-top erzeugt werden*/
		padding:0 10px 10px 10px;
	}

	/*=== Seitenkopf ==*/
	.top_container{
		background-color:rgb(245,213,136);
		width:900px;
		height:200px;
		overflow:hidden;
		position:relative;
		/*float:left;
		clear:both;*/
		/*BEACHTE: der obere Abstand zu inner_page_container muss wg. IE6-Darstellungsfehler hier mit margin erzeugt werden*/
		margin:10px 0 10px 0;
	}
	.tt_logo_top{
		position:absolute;
		top:0px;
		left:0px;
	}
	.flash_container{
		border-left:1px solid black;
		border-right:1px solid black;
		width:900px;
		height:200px;
		float:left;
		clear:both;
	}
	#flashcontent{
		width:900px;
		height:200px;
		background-image:url(../images/top-img-standard.jpg);
		background-repeat:no-repeat;
	}

	/*=== Content ===*/
	.content_container{
		width:900px;
		float:left;
		clear:both;
	}

	.left_col{
		width:200px;
		float:left;
	}
	.center_col{
		background-color:rgb(254,251,242);
		width:480px;
		float:left;
		margin-left:10px;
	}
	.center_col_1s{
		background-color:rgb(254,251,242);
		width:899px;
		float:left;
		margin-left:0px;
	}
	.center_col_2s{
		background-color:rgb(254,251,242);
		width:689px;
		float:left;
		margin-left:10px;
	}
		.html_content{
			border:1px solid rgb(199,191,167);
			border-right-color:white;
			border-bottom-color:white;
			padding:8px 8px 0px 8px;
			/*der Abstand zur Unterkante wird durch den letzten Inhalt bestimmt. I.d.R. P oder containerbox1*/
			padding:10px 10px 0 10px;
		}
			/*.inner_html_content{
				border:1px solid rgb(204,204,204);
				background-color:rgb(250,240,210);
				padding:10px;
				width:440px;
				float:left;
				clear:both;
			}*/
				.html_content p{
					line-height:1.5em;
				}
	.right_col{
		width:200px;
		float:left;
		margin-left:10px;
	}
}
@media print{
	.page_container{
	}
	.inner_page_container{
	}

	/*=== Seitenkopf ==*/
	.top_container{
		display:none;
	}
	.flash_container{
		display:none;
	}

	/*=== Content ===*/
	.content_container{
	}

	.left_col{
		display:none;
	}
	.center_col{
	}
		.html_content{
		}
			/*.inner_html_content{
			}*/
				.html_content p{
					line-height:1.5em;
				}
	.right_col{
		display:none;
	}
}







/*=== Hauptmenu oben ==*/
.hauptmenu_container{
	border:1px solid rgb(199,191,167);
	border-right-color:white;
	border-bottom-color:white;
	background-color:rgb(197,213,230);
	float:left;
	clear:both;
	width:899px;
	margin-bottom:10px;
}
@media print{
	.hauptmenu_container{
		display:none;
	}
}
.hauptmenu{
	float:left;
}
.hauptmenu ul, .hauptmenu li{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
	float:left;
	background-image:none;
}
.hauptmenu a{
	border:1px solid rgb(128,164,201);
	border-left-color:white;
	border-top-color:white;
	color:rgb(20,75,130);
	background-color:rgb(197,213,230);
	text-decoration:none;
	font-weight:normal;
	padding:7px 8px 8px 8px;
	/*
	Achtung IE berechnet das Hintergrundbild relative zur l/o Ecke der Box+Outline (0/0)
	Firefox setzt das Bild an Position 1/1 an, also abzüglich Outline.
	*/
	background-image:url(images-trabentrarbach/hm-bg.gif);
	background-repeat:repeat-x;
	float:left;
	display:block;
}
.hauptmenu a:hover{
	border-right-color:rgb(20,75,130);
	border-bottom-color:rgb(20,75,130);
	color:white;
	text-decoration:none;
	background-color:rgb(64,106,149);
	background-image:url(images-trabentrarbach/hm-bg-on.gif);
}
.hauptmenu .lvl_0_act{
	border-right-color:rgb(20,75,130);
	border-bottom-color:rgb(20,75,130);
	color:white;
	font-weight:bold;
	background-color:rgb(64,106,149);
	background-image:url(images-trabentrarbach/hm-bg-on.gif);
}
.hauptmenu .hauptmenu_last{
	border:1px solid rgb(128,164,201);
	border-left-color:white;
	border-top-color:white;
	border-right:none;
	width:1px;
	padding:7px 8px 8px 8px;
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
	float:left;
}
.hauptmenu_filler{
	border:1px solid rgb(128,164,201);
	border-left-color:white;
	border-top-color:white;
	color:rgb(20,75,130);
	background-color:rgb(197,213,230);
	text-decoration:none;
	font-weight:bold;
	padding:7px 8px 8px 8px;
	background-image:url(images-trabentrarbach/hm-bg.gif);
	background-repeat:repeat-x;
	display:block;
}
.langmenu_container{
	text-align:right;
}


/*=== Treemenu ===*/
.treemenu_container{
}
.tree{
	border:1px solid rgb(199,191,167);
	border-right-color:white;
	border-bottom-color:white;
	margin-bottom:10px;
}
.tree ul, .tree li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
	background-image:none;
}
.tree a{
	border:1px solid rgb(128,164,201);
	border-left-color:white;
	border-top-color:white;
	color:rgb(20,75,130);
	background-color:rgb(197,213,230);
	text-decoration:none;
	font-weight:normal;
	padding:7px 8px 8px 8px;
	background-image:url(images-trabentrarbach/hm-bg.gif);
	background-repeat:repeat-x;
	display:block;
	position:relative;
}
.tree a:hover{
	/*border-color:rgb(234,240,246);*/
	border-color:white;
	border-right-color:rgb(20,75,130);
	border-bottom-color:rgb(20,75,130);
	color:white;
	text-decoration:none;
	background-color:rgb(64,106,149);
	background-image:url(images-trabentrarbach/hm-bg-on.gif);
}
.tree .lvl_0_act, .tree .lvl_0_on{
	border-color:white;
	border-right-color:rgb(20,75,130);
	border-bottom-color:rgb(20,75,130);
	color:white;
	font-weight:bold;
	background-color:rgb(64,106,149);
	background-image:url(images-trabentrarbach/hm-bg-on.gif);
}

.sub a{
	background-image:url(images-trabentrarbach/m-bullet-mblau.gif);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
.sub a:hover{
	background-color:rgb(91,129,168);
	background-image:url(images-trabentrarbach/m-bullet-weiss.gif);
}
.sub .lvl_n_act, .sub .lvl_n_on{
	border-color:white;
	border-right-color:rgb(20,75,130);
	border-bottom-color:rgb(20,75,130);
	color:white;
	background-color:rgb(20,75,130);
	font-weight:bold;
	background-image:url(images-trabentrarbach/m-bullet-weiss.gif);
}
.sub .lvl_n_act:hover, .sub .lvl_n_on:hover{
	background-color:rgb(20,75,130);
}




/*=== Sitemap ===*/
.sitemap{
}

.sitemap .lvl0_act{
	font-weight:bold;
}

.sitemap .lvln_act{
	font-weight:bold;
}

.sitemap .lvln{
	font-weight:normal;
}



/*--- Bildergalerie ---*/
/*
.img_register{
	margin-bottom:10px;
}
.img_register .but_fwd_back{
	color:rgb(0,0,0);
	border:1px solid rgb(153,153,153);
	background-color:rgb(251,215,182);
	font-weight:bold;
	text-decoration:none;
	padding:2px 6px 3px 6px;
	margin-right:1px;
}
.img_register .but_fwd_back:hover{
	color:rgb(255,255,255);
	background-color:rgb(243,124,12);
}
.bildergalerie_liste{
	margin:0px;
	padding:0px;
}
.bildergalerie_liste_table{
	width:429px;
	margin-top:10px;
}
.bildergalerie_liste td{
	/*align wird in xsl:template berechnet*/
	width:143px;
	height:122px;
}
.bildergalerie_liste img{
	border:none;
}
.bildergalerie_liste .thumb_act{
	/*border:4px solid rgb(243,124,12);*/
	border:4px solid rgb(255,102,0);
	/*border:4px solid rgb(20,75,130);*/
}
.bildergalerie_liste a, .bildergalerie_liste a:hover{
	background-color:transparent;
}

.bildergalerie_details{
	text-align:left;
}
.bildergalerie_details img{
	border:none;
}
.bildergalerie_big{
	/*breitenbegrenzung, damit ein grösseres Bild nicht das gesamte Seitenlayout zerstört.
	Die höhe wir automatisch vom Bild übernommen, die Breite wird rechts ggf. abgeschnitten*/
	width:430px;
	overflow:hidden;
	text-align:left;
}
.bildergalerie_big img{
	border:none;
}
*/

.bildergalerie_container{
	text-align:left;
	float:left;
}
.img_register{
	margin-bottom:10px;
}
.img_register .but_fwd_back{
	color:black;
	border:1px solid #005BAB;
	background-color:#E5EEF6;
	font-weight:bold;
	text-decoration:none;
	padding:2px 6px 3px 6px;
	margin-right:1px;
}
.img_register .but_fwd_back:hover{
	color:white;
	background-color:#005BAB;
}
.bildergalerie_liste{
	margin:0px;
	padding:0px;
}
.bildergalerie_liste .prev_img_hidden{
	float:left;
	width:435px;
	height:280px;
	overflow:hidden;
}
.bildergalerie_liste_table{
	float:left;
	margin:10px 0 0 -1px;

}
.bildergalerie_liste td{
	width:140px;
	height:140px;
	background-color:#F8DB97;
	background-color:#FAE7B8;
}
.bildergalerie_liste .td_container{
	width:120px;
	text-align:center;
	overflow:hidden;
}
.bildergalerie_liste img{
	border:none;
}
.bildergalerie_liste .thumb_act{
	/* border:4px solid #005BAB; */
}
.bildergalerie_liste a, .bildergalerie_liste a:hover{
	background-color:transparent;
}

.bildergalerie_details{
	text-align:left;
}
.bildergalerie_details img{
	border:none;
}
.bildergalerie_big{
	/*breitenbegrenzung, damit ein grösseres Bild nicht das gesamte Seitenlayout zerstört.
	Die Höhe wir automatisch vom Bild übernommen, die Breite wird rechts ggf. abgeschnitten*/
	width:440px;
	overflow:hidden;
	text-align:left;
	margin:0;
}
.bildergalerie_big img{
	border:none;
}





/*--- Event Liste/Details ---*/
.event_register{
}
.event_register a{
	color:rgb(0,0,0);
	border:1px solid rgb(153,153,153);
	background-color:rgb(20,75,130);
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:2px;
}
.event_register .year_buttons a:hover{
	color:white;
	background-color:rgb(20,75,130);
}
.event_register .but_y{
	background-color:rgb(230,230,230);
}
.event_register .act_year{
	background-color:rgb(20,75,130);
	color:rgb(255,255,255);
	background-color:rgb(20,75,130);
	font-weight:bold;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
}

.event_register .month_buttons{
	clear:left;
}
.event_register .month_buttons a:hover{
	color:white;
	background-color:rgb(20,75,130);
}
.event_register .but_m{
	border:1px solid rgb(153,153,153);
	background-color:rgb(255,255,255);
}
.event_register .but_m_act{
	border:1px solid rgb(153,153,153);
	background-color:rgb(255,204,153);
}
.event_register .but_m_on{
	background-color:rgb(20,75,130);
	color:rgb(255,255,255);
	/*background-color:rgb(243,124,12);*/
	background-color:rgb(20,75,130);
	font-weight:bold;
}
.event_register .monat_name{
	margin:5px 0 5px 0;
	font-weight:bold;
}

.event_liste{
}
.event_liste li{
	list-style:none;
}
.event_liste_hr{
	border-top:1px dashed rgb(135,135,121);
	margin:10px 0px 10px 0px;
	clear:both;
}
.event_liste_date{
}
.event_liste h1, .event_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.event_liste h2, .event_details h2{
	color:black;
	font-size:1em;
	margin:0.25em 0 0.6em;
}
.event_liste_lnk{
	font-weight:bold;
}
.event_details{
}
.event_details_date{
	margin-bottom:15px;
}
.event_details address{
	margin:0 0 1em 0;
}
@media screen{
	.event_details_backlink_top{
		float:right;
	}
	.event_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.event_details_backlink_top{
		display:none;
	}
}




/*--- News Liste/Details ---*/
.news_liste{
}
.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste_hr{
	border-top:1px dashed rgb(135,135,121);
	margin:10px 0px 10px 0px;
	clear:both;
}
.news_liste_date{
}
.news_liste h1, .news_details h1{
	border:none;
	background-color:transparent;
	background-image:none;
	text-indent:0px;
	font-style:normal;
	padding:0px;
	font-family:Verdana;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em 0;
}
.news_liste h2, .news_details h2{
	color:black;
	font-size:1em;
	margin:0.25em 0 0.6em;
}
.news_liste_lnk{
	font-weight:bold;
}
.news_details{
}
.news_details_date{
	margin-bottom:15px;
}
.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		float:right;
	}
	.news_details_backlink_top a{
		text-decoration:none;
	}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}



/*--- News Liste 2spaltig ---*/
.news_liste_2s{
	width:468px;
	border-left:1px solid #C7BFA7;
	float:left;
	margin-left:-11px;
	padding-left:10px;
}
.news_liste_2s ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste_2s ul li{
	background-image:none;
	list-style:none;
	margin:0px 10px 0px 0px;
	padding:0;
	float:left;
	width:224px;
	overflow:hidden;
}
.news_liste_2s ul li .news_table{
	width:202px;

}
.news_liste_2s ul li .containerbox1{
	overflow:hidden;
}
.news_liste_2s h2{
	color:black;
	font-size:1em;
	margin:0.25em 0 0.6em;
}
.news_liste_2s p{
	margin-bottom:0.5em;

}
.news_liste_2s .news_liste_lnk{
	font-weight:bold;
}




/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.htmlfragment_liste li{
	margin:0;
	padding:0;
	background-image:none;
}
/*BEACHTE: wg Darstellungsfehler in IE7, explizit auf ul li festlegen. 07.05.2007, dogan*/
.htmlfragment_liste ul li{
	margin:0 0 10px 0;
	padding:0;
	background-image:none;
}

.htmlfragment_liste ul ul li{
	padding:0 0 0 12px;
	margin:0 0 1em -12px;
	background-image:url(images-trabentrarbach/m-bullet-mblau.gif);
	background-repeat:no-repeat;
}


/*--- Buttons ---*/
.bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#144B82;
	color:#FEFBF2;
	padding-left:3px;
	padding-right:3px;
	border:outset 1px #144B82;
}
.bt1:link{font-weight:normal;color:#FEFBF2;text-decoration:none;}
.bt1:visited{font-weight:normal;color:#FEFBF2;text-decoration:none;}
.bt1:active{font-weight:normal;color:#FEFBF2;text-decoration:none;}
.bt1:hover{
	font-weight:normal;
	color:#144B82;
	text-decoration:none;
	background-color:#FEFBF2;
	border:outset 1px #144B82;
}

.bt2{
	text-decoration:none;
	font-weight:normal;
	background-color:#CAD9E8;
	color:#144B82;
	padding-left:3px;
	padding-right:3px;
	border:outset 1px #144B82;
}

.bt3{
	text-decoration:none;
	font-weight:normal;
	background-color:#FEFBF2;
	color:#144B82;
	padding-left:3px;
	padding-right:3px;
	border:outset 1px #144B82;
}
.bt3:hover{
	text-decoration:none;
}



/*--- FÜr Headlines mit Sternen ---*/
.gastro_0_sterne{
     padding-left:0px;
     font-weight:bold;
     background-image:none;
     background-repeat:no-repeat;
}
.gastro_1_sterne{
     padding-left:24px;
     font-weight:bold;
     background-image:url(images-trabentrarbach/1stern.gif);
     background-repeat:no-repeat;
}
.gastro_2_sterne{
     padding-left:42px;
     font-weight:bold;
     background-image:url(images-trabentrarbach/2stern.gif);
     background-repeat:no-repeat;
}
.gastro_3_sterne{
     padding-left:60px;
     font-weight:bold;
     background-image:url(images-trabentrarbach/3stern.gif);
     background-repeat:no-repeat;
}
.gastro_4_sterne{
     padding-left:78px;
     font-weight:bold;
     background-image:url(images-trabentrarbach/4stern.gif);
     background-repeat:no-repeat;
}
.gastro_5_sterne{
     padding-left:96px;
     font-weight:bold;
     background-image:url(images-trabentrarbach/5stern.gif);
     background-repeat:no-repeat;
}


/*--- Artikel Liste ---*/
.artikel_liste{
}

.artikel_liste .headline{
	font-weight: bold;
}

.artikel_liste .detail_image{
	float:left;
	margin-right:10px;
}

.artikel_details{
}

.artikel_details ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.artikel_details li{
	margin:0px 0px 0px 0px;
	padding:0;
	background-image:none;
}
.artikel_details ul li{
	background-image:none;
	padding-bottom:20px;
}


/*--- Katalog Liste ---*/
.katalog_liste{
	margin-top:20px;
}

.katalog_liste .headline{
	font-weight:bold;
}


/*------ Suche -------*/
.searchbox{
	width:200px;
	padding:0;
	margin-bottom:10px;
}
.form_suche{
	padding:0;
	margin:0;
}
.input_suche{
	background-color:#FEFBF2;
	border:1px solid #C2A86D;
	width:168px;
	margin:0px 5px 0px 0px;
	height:18px;
	overflow:hidden;
}
.but_suche{
}


/*----- Kartenmodul -----*/
@media screen{

	.gm_katblock{
		margin-bottom:20px;
	}

	.gm_katblock h2{
		padding:4px;
		margin:0;
		color:white;
		background-color:#144B82;
	}

	.gm_katblock .kat0{
		padding:4px;
		margin-bottom:1px;
		background-color:#5B81A8;
		color:white;
	}

	.gm_katblock .katn{
		padding:4px;
		margin-bottom:1px;
		background-color:#C7D7E7;
	}

	.gm_katblock .letters{
		width:230px;
		float:left;
		background-color:#5B81A8;
	}

	.gm_katblock .letter{
		width:22px;
		text-align:center;
		padding:4px 0px 4px 0px;
		color:white;
		background-color:#5B81A8;
		display:block;
		float:left;
		text-decoration:none;
	}
	.gm_katblock .letter:hover{
		color:black;
		background-color:#F5D588;
		text-decoration:none;
	}

	.gm_katblock .str{
		float:left;
		width:100%;
	}

	.gm_katblock .l_print{
		background-image:url(images-trabentrarbach/icon-drucken-blau.gif);
		background-repeat:no-repeat;
		padding-left:20px;
		margin-top:20px;
		float:right;
		font-weight:bold;
	}

	.gm_infowindow{
		min-width:300px;
		max-width:400px;
		padding-bottom:10px;
	}

	.standort_container{
		min-height:130px;
	}
	.standort_head{
		background-color:#144B82;
		color:white;
		width:620px;
		height:21px;
	}
	.standort_head .paging{
		float:right;
		padding:4px 4px 4px 0px;
	}
	.standort_liste{
	}

	.standort_liste .s1{
		padding:4px;
		background-color:#5B81A8;
		color:white;
		font-weight:bold;
		margin-bottom:1px;
		width:612px;
		float:left;
	}

	.standort_liste .s1_0{
		padding:4px;
		background-color:#5B81A8;
		color:white;
		font-weight:bold;
		margin-bottom:1px;
		width:612px;
		float:left;
		display:none;
	}

	.standort_liste .s1 a{
		color:white;
	}
	.standort_liste .s1 a:hover{
		color:white;
		text-decoration:none;
	}

	.standort_liste .s1 a{
		color:white;
	}
	.standort_liste .s1 .l1{
		font-size:10px;
		float:right;
		width:100px;
	}

	.standort_liste .s1 .l2{
		font-size:10px;
		float:right;
		margin-right:20px;
		width:70px;
	}

}

@media print{

	.gm_katblock{
		display:none;
	}

	.standort_head{
		background-color:#144B82;
		color:white;
		width:620px;
		height:21px;
	}

	.standort_head .paging{
		display:none;
	}

	.standort_liste .s1{
		padding:4px;
		background-color:#5B81A8;
		color:white;
		font-weight:bold;
		margin-bottom:1px;
	}

	.standort_liste .s1_0{
		padding:4px;
		background-color:#5B81A8;
		color:white;
		font-weight:bold;
		margin-bottom:1px;
		display:block;
	}

	.standort_liste .s1 .l1{
		display:none;
	}

	.standort_liste .s1 .l2{
		display:none;
	}

	.standort_liste .s1_0 .l1{
		display:none;
	}

	.standort_liste .s1_0 .l2{
		display:none;
	}
}



/*----- Branchenverzeichnis -----*/
.gewerbe_liste{
	margin:15px 0px 10px 0px;
	float:left;
}
.gewerbe_liste .artikel{
	float:left;
	width:205px;
	height:70px;
	background-image:url(images-trabentrarbach/m-bullet-mblau.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0px 14px;
	margin:0px 20px 0px 0px;
}
.gewerbe_liste .artikel_link:hover{
	background-color:#036FB6;
	color:white;
	text-decoration:none;
}

.bt_dienstleister{
	width:105px;
	height:23px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background-image:url(images-trabentrarbach/bt-dienstleister.gif);
	background-repeat:no-repeat;
	padding:27px 0px 20px 60px;
}

.bt_dienstleister:hover{
	text-decoration:none;
	color:white;
}


.bt_gastronomie{
	width:105px;
	height:23px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background-image:url(images-trabentrarbach/bt-gastronomie.gif);
	background-repeat:no-repeat;
	padding:27px 0px 20px 60px;
}

.bt_gastronomie:hover{
	text-decoration:none;
	color:white;
}


.bt_einzelhandel{
	width:105px;
	height:23px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background-image:url(images-trabentrarbach/bt-einzelhandel.gif);
	background-repeat:no-repeat;
	padding:27px 0px 20px 60px;
}

.bt_einzelhandel:hover{
	text-decoration:none;
	color:white;
}


.bt_gesundheit{
	width:105px;
	height:23px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background-image:url(images-trabentrarbach/bt-gesundheit.gif);
	background-repeat:no-repeat;
	padding:17px 0px 30px 60px;
}

.bt_gesundheit:hover{
	text-decoration:none;
	color:white;
}


.bt_handwerk{
	width:105px;
	height:23px;
	display:block;
	float:left;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	background-image:url(images-trabentrarbach/bt-handwerk.gif);
	background-repeat:no-repeat;
	padding:27px 0px 20px 60px;
}

.bt_handwerk:hover{
	text-decoration:none;
	color:white;
}


/*=== Quickfinder ===*/
.qfTable{
	color:#000000;
	background-color:white;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif; font-size: 11px;
	margin-left:-6px;
	width:190px;
}
.qfHead{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	background-color:#60AE20;
}
.qfText{
	color:black;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;
}
.qfTextB{
	color:black;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
}
.qfTextCopyright{
	color:black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
}
.qfSelect{
	color:black;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;
}
.qfSelect2{
	color:black;
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:11px;
	width:155px;
}
.qfButton{
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:4px;
	border:1px solid rgb(204,204,204);
	background-color:rgb(255,226,163);
}

.qfeTable{
	color: #000000;
	background-color: #FEFBF2;
	font-family: Arial,Tahoma,Helvetica,sans-serif; font-size: 10px;
	width:180px;
	margin-left:-6px;
}
.qfeHead{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	background-color: #406EB2;
        }
.qfeText{
	color: #4C4C4C;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 10px;
}
.qfeTextB{
	color: #4C4C4C;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
.qfeTextCopyright{
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
}
.qfeSelect2{
	color: #000000;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 10px;
}
.qfeSelect{
	color: #000000;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 10px;
	width: 55px;
}
.qfeButton{
	font-family:Verdana,Arial,Tahoma,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:4px;
	border:1px solid rgb(204,204,204);
	background-color:rgb(255,226,163);
}
.eoption{
	color: #000000;
	font-family: Arial,Tahoma,Helvetica,sans-serif;
	font-size: 10px;
	width: 26px;
}
