/*=== 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;
}


/*========== 02.09.2007, dogan ===============*/
html{
	/*width:100%;
	height:100% !important;
	overflow:auto;*/
}

body{
	background-color:rgb(255,190,0);
	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%;
	margin:0;
	padding:0;
}
@media print{
	body{
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}





/*--- Absatz-Formate ---*/
@media screen{
	pre{
		font-size:1em;
		clear:both;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}
	h1{
		color:black;
		font-size:1.4em;
		margin:0 0 1em 0;
		padding:0;
	}
	h2{
		color:rgb(204,153,0);
		margin:0 0 0.5em 0;
		font-size:1.2em;
	}
	h3{
		color:black;
		margin:0 0 0.5em 0;
		font-size:1em;
	}
	h4{
		color:rgb(153,0,102);
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 0.5em 0;
		padding:0;
	}

	address{
		font-style:normal;
		font-size:0.8em;
	}

	a{
		/*color:rgb(153,0,102);*/
		color:#59B100;
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	hr{
		height:1px;
		border-top:1px solid #FFBE00;
		margin:10px 0 0px 0;
		clear:both;
		float:none;
	}

}
@media print{
	h1{
		color:black;
		font-size:1.6em;
		font-weight:normal;
		margin:0 0 1em 0;
		padding: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 17px;
		margin:0 0 1em -12px;
		background-image:url(images-honigmehler/li-bullet.gif);
		background-repeat:no-repeat;
	}
	.html_content ul ul{
		margin:1em 0 0 17px;
	}

	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(102,102,102);
		margin:0 0 1em 0;
		padding:0;
	}
	dl dl{
		margin:1em 0 1em 20px;
	}

	/*als Textbox*/
	dl dt{
		border:1px solid rgb(204,204,204);
		color:black;
		margin:0 0 1em 0;
		padding:9px 10px 10px 10px;
		background-color:rgb(240,240,240);
	}
}
@media print{
	ul{
		margin:1em 0 1em 17px;
		padding:0;
		background-image:none;
	}
	ul li{
		padding:0;
		margin:0 0 1em 0;
		background-image:none;
	}
	ul ul{
		margin:1em 0 0 17px;
		background-image:none;
	}


	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;
}
.box_headline_1 *, .box_headline_2 *{
	margin:0;
	padding:0;
}
.box_headline_1{
	color:white;
	background-color:rgb(169,14,14);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}
.box_headline_2{
	color:white;
	background-color:rgb(205,131,26);
	text-align:left;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:6px 0 7px 9px;
}




/*Hilfsklassen*/
.clearboth{
	float:none;
	clear:both;
}
.displaynone{
	display:none;
}


/*--- Bilder ---*/
.bild_links{
	margin:0px 15px 5px 0px;
}
.bild_rechts{
	margin:0px 0px 5px 15px;
}





/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	margin-bottom:15px;
}
.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{
	background-color:#FFF9B4;
	border-bottom:1px solid #FCC936;
	border-left:1px solid #FCC936;
	border-right:1px solid #FCC936;
	padding:8px;
}
.cms4dmodul_2_teaser_modulbodycontainer ul li, .cms4dmodul_3_teaser_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_teaser_headline, .cms4dmodul_3_teaser_headline{
	font-size:1em;
	color:black;
	border-right:1px solid rgb(255,180,0);
	border-bottom:1px solid rgb(255,180,0);
	padding:5px 5px 7px 15px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images-honigmehler/newsbox-head-bg.gif);
	background-repeat:no-repeat;
	margin:0px;
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid #FCC936;
}


.cms4dmodul_2_liste_modulcontainer, .cms4dmodul_3_liste_modulcontainer{
	margin-bottom:15px;
}
.cms4dmodul_2_liste_modulcontainer ul, .cms4dmodul_2_liste_modulcontainer li, .cms4dmodul_3_liste_modulcontainer ul, .cms4dmodul_3_liste_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer, .cms4dmodul_3_liste_modulbodycontainer{
	background-color:#FFF9B4;
	border-bottom:1px solid #FCC936;
	border-left:1px solid #FCC936;
	border-right:1px solid #FCC936;
	padding:8px;
}
.cms4dmodul_2_liste_modulbodycontainer ul li, .cms4dmodul_3_liste_modulbodycontainer ul li{
	background-image:none;
	margin:0;
	padding:0;
}

.cms4dmodul_2_liste_headline, .cms4dmodul_3_liste_headline{
	font-size:1em;
	color:black;
	border-right:1px solid rgb(255,180,0);
	border-bottom:1px solid rgb(255,180,0);
	padding:7px 5px 5px 15px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(images-honigmehler/newsbox-head-bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	line-height:normal;
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid #FCC936;
}



/*htmlfragment_teaser*/
.htmlfragment_teaser{
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	height:1em;
	margin-top:1em;
	clear:both;
}

/*news_teaser*/
.cms4dmodul_3_teaser_headline{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-honigmehler/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.news_teaser{
	padding:0;
	/*Der Abstand zur Überschrift, bzw. dem voranliegen Datensatz kommt zur Hälte aus diesem Container.
	Die andere Hälfte wird durch die Trennlinie news_teaser_hr erzeugt (s.u.).*/
	margin-top:0.5em;
}
.news_teaser_date{
	font-weight:bold;
	margin-bottom:0.5em;
}
.news_teaser p{
	margin:0 0 0.5em 0;
}
.news_teaser_lnk{
	font-weight:bold;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img_container{
	width:180px;
	overflow:hidden;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img{
	border:none;
}
.news_teaser_hr{
	border-top:1px dashed rgb(153,153,153);
	margin-top:1em;
	clear:both;
	/*Die andere Hälfte des Abstands zwischen den Datensätzen*/
	height:0.5em;
}
.news_teaser_hr_blank{
	clear:both;
	height:0.5em;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:5px;
}
.news_teaser ul{
	margin:0;
	padding-bottom:0.5em;
}
.news_teaser ul li{
	list-style-type:square;
	margin:0 0 0.5em 5px;
}






/*=== Info Box 1, cms4dmodul -1 ===*/
/*für alle*/
.ibox_1_1 .body, .ibox_1_2 .body, .ibox_2_1 .body, .ibox_2_2 .body{
	border:1px solid rgb(153,153,153);
	border-left:1px solid rgb(204,204,204);
	border-top:none;
	background-color:rgb(245,245,245);
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid rgb(204,204,204);
}
/*Extraklasse für Modul-Container DIV, für kleinere Texte*/
.smalltext .body{
	font-size:9px;
}
.smalltext .ltable .td_left{
	padding-right:9px;
}

@media all{
	/*Die beiden Stile für ibox_1_1 sind bis auf die Überschrift (Farbe) identisch*/
	.cms4dmodul_-1_1_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_1_1, .ibox_1_2{
	}
	.ibox_1_1_body_container{
	}
	.ibox_1_1 a, .ibox_1_2 a{
		color:black;
	}
	.ibox_1_1 a:hover, .ibox_1_2 a:hover{
	}
	.ibox_1_1 a.lnk_href, .ibox_1_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_1_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-honigmehler/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_1_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-honigmehler/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_1_1 .s_txt, .ibox_1_2 .s_txt{
		font-size:9px;
	}
	.ibox_1_1 .i_txt{
	}
	.ibox_1_1 .b_txt{
	}
	.ibox_1_1 .ltable, .ibox_1_1 .ltable{
		width:100%;
	}
	.ibox_1_1 .td_left, .ibox_1_2 .td_left{
		padding:0 15px 9px 0;
 	}
	.ibox_1_1 .td_right, .ibox_1_2 .td_right{
		width:100%;
 	}




	.cms4dmodul_-1_2_modulcontainer{
		margin-bottom:15px;
	}
	.ibox_2_1{
	}
	.ibox_2_1_body_container{
	}
	.ibox_2_1 a, .ibox_2_2 a{
		color:black;
	}
	.ibox_2_1 a:hover, .ibox_2_2 a:hover{
	}
	.ibox_2_1 a.lnk_href, .ibox_2_2 a.lnk_href{
		color:rgb(153,0,102);
		font-weight:bold;
	}
	.ibox_2_1 .h_txt{
		border-left:8px solid rgb(153,0,102);
		border-top:1px solid rgb(204,204,204);
		border-right:1px solid rgb(153,153,153);
		border-bottom:1px solid rgb(153,153,153);
		color:rgb(0,0,0);
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 7px;*/
		padding:4px 9px 6px 7px;
		background-color:rgb(204,204,204);
		background-image:url(images-honigmehler/box-headline-bg-hellgrau.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_2 .h_txt{
		border-top:1px solid rgb(184,77,148);
		border-bottom:1px solid rgb(153,0,102);
		color:white;
		font-size:1em;
		margin:0;
		/*padding:5px 9px 7px 9px;*/
		padding:4px 9px 6px 9px;
		background-color:rgb(153,0,102);
		background-image:url(images-honigmehler/box-headline-bg-violett.gif);
		background-repeat:repeat-x;
	}
	.ibox_2_1 a.h_txt, .ibox_2_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
	}
	.ibox_2_1_image_container, .ibox_2_2_image_container{
		margin-bottom:1em;
	}
	.ibox_2_1 .s_txt, .ibox_2_2 .s_txt{
		font-size:9px;
	}
	.ibox_2_1 .i_txt{
	}
	.ibox_2_1 .b_txt{
	}
}




/*========= Layout Seite ==========*/
@media screen, projection{
	.page_container{
		text-align:left;
		width:940px;
		margin:0 auto;
		padding:0;
	}

	.inner_page_container{
		width:940px;
		float:left;
		clear:both;
	}


	/*--- Seitenkopf --*/
	.top_container{
		float:left;
		width:940px;
		height:158px;
		background-image:url(../images/top-bg.jpg);
		background-repeat:no-repeat;
	}



	/*--- Content ---*/
	.content_container{
		width:940px;
		float:left;
		clear:both;
		padding-bottom:20px;
	}
	.content_table{
		width:940px;
	}
	.left_col{
		width:220px;
		background-color:rgb(255,229,127);
		background-image:url(../images/left-col-bg.jpg);
		background-repeat:repeat-y;
		/*ACHTUNG: das Pattern muss um den Betrag nach unten verschoben werden, zu dem
		auch der Treemenu-Container durch den Hilfs-DIV treemenu_top vom oberen Zellenrand abgerückt ist: 25px*/
		background-position:0px 25px;
	}
	.center_col{
		width:720px;
		background-color:white;
		background-image:url(../images/center-col-bg.jpg);
		background-repeat:no-repeat;
	}
	.right_col{
		width:200px;
		padding-right:50px;
		background-color:white;
		background-image:url(../images/center-col-bg.jpg);
		background-repeat:no-repeat;
	}
	.html_content{
		width:650px;
		margin:30px 0 0 35px;
		padding:0 0 1.5em 0;

		line-height:1.5em;

	}

}
@media print{
	.page_container{
	}
	.inner_page_container{
	}

	.top_container{
		display:none;
	}

	.hauptmenu_container{
		display:none;
	}

	/*=== Content ===*/
	.content_container{
	}
	.content_table{
		width:100%;
	}
	.left_col{
		display:none;
	}
	.center_col{
		width:100%;
	}
	.right_col{
		display:none;
	}
	.html_content{
		padding:0 10px 0 0;
		margin:0;
	}
}








/*=== Menu-Box ===*/
.box1{
	width:100%;
	margin-bottom:15px;
}
.box1_head1{
	border-left:8px solid rgb(153,0,102);
	border-top:1px solid rgb(204,204,204);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(153,153,153);
	color:rgb(0,0,0);
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 7px;
	background-color:rgb(204,204,204);
	background-image:url(images-honigmehler/box-headline-bg-hellgrau.gif);
	background-repeat:repeat-x;
}
.box1_head1 *{
	border:none;
	color:black;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_head2{
	border-top:1px solid rgb(184,77,148);
	border-bottom:1px solid rgb(153,0,102);
	color:white;
	font-size:1em;
	margin:0;
	padding:4px 9px 6px 9px;
	background-color:rgb(153,0,102);
	background-image:url(images-honigmehler/box-headline-bg-violett.gif);
	background-repeat:repeat-x;
}
.box1_head2 *{
	border:none;
	color:white;
	background-color:transparent;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
.box1_body{
	border-left:1px solid rgb(240,240,240);
	border-right:1px solid rgb(153,153,153);
	border-bottom:1px solid rgb(102,102,102);
	background-color:rgb(230,230,230);
	padding:7px 9px 9px 9px;
}






/*=== Treemenu für alle, ausser artikelsondermenu ===*/
.treemenu_top{
	/*Abstand zwischen top_container und treemenu_container mit eigenem Hintergrundbild-Ausschnitt*/
	width:220px;
	height:25px;
	overflow:hidden;
	background-image:url(../images/treemenu-top-bg.jpg);
}
.treemenu_container{
	/*Dieser DIV enthält als Hintergrundbild einen Ausschnitt, der an top_container und treemenu_top anschliesst, aber
	nicht wiederholt wird. An der Unterkante geht dieses Hintergrundbild nahtlos in das Hintergrundpattern
	der linken Tabellenzelle über (left_col)*/
	font-size:11px;
	background-image:url(../images/treemenu-bg.jpg);
	background-repeat:no-repeat;
	float:left;
	clear:both;
	margin-bottom:20px;
}
.treemenu_minheight_spacer{
	/*Dieser DIV sorgt dafür, dass das Hintergrundbild mit einer max. Höhe zu sehen ist und
	rückt den tree-Container nach rechts ab, so dass unter dem Menu das Hintergrundbild von treemenu_container zu sehen ist.
	Der tree-Container fliesst rechts davon*/
	width:20px;
	height:367px;
	float:left;
	clear:left;
	overflow:hidden;
}
.tree{
	width:200px;
	margin:0 0 0 20px;
	background-color:rgb(255,180,0);
}
.tree ul, .tree li{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}

.tree a{
	color:black;
	border-right:1px solid rgb(255,180,0);
	border-bottom:1px solid rgb(255,180,0);
	padding:5px 5px 7px 15px;
	text-decoration:none;
	display:block;
	background-image:url(images-honigmehler/lvl_0.gif);
	background-repeat:no-repeat;
	width:179px;
}
.tree a:hover{
	background-color:rgb(102,204,0);
	background-image:url(images-honigmehler/lvl_0_on.gif);
	text-decoration:none;
}
.tree .lvl_0_act, .tree .lvl_0_on{
	background-image:url(images-honigmehler/lvl_0_on.gif);
	font-weight:bold;
}

.tree .lvl_0_shop{
	color:black;
	border-right:1px solid rgb(255,180,0);
	border-bottom:1px solid rgb(255,180,0);
	padding:5px 5px 7px 15px;
	text-decoration:none;
	display:block;
	background-image:url(images-honigmehler/lvl_0_shop.gif);
	background-repeat:no-repeat;
	width:179px;
}
.tree .lvl_0_shop:hover{
	background-color:rgb(102,204,0);
	background-image:url(images-honigmehler/lvl_0_on_shop.gif);
	text-decoration:none;
}

.tree .lvl_0_on_shop{
	color:black;
	border-right:1px solid rgb(255,180,0);
	border-bottom:1px solid rgb(255,180,0);
	padding:5px 5px 7px 15px;
	text-decoration:none;
	display:block;
	background-image:url(images-honigmehler/lvl_0_on_shop.gif);
	background-repeat:no-repeat;
	width:179px;
	font-weight:bold;
}
.tree .lvl_0_on_shop:hover{
	background-color:rgb(102,204,0);
	background-image:url(images-honigmehler/lvl_0_on_shop.gif);
	text-decoration:none;
	font-weight:bold;
}


/*
.tree a{
	color:black;
	background-color:rgb(255,220,102);
	border-top:1px solid rgb(255,235,204);
	border-left:10px solid rgb(255,153,0);
	border-right:1px solid rgb(204,153,0);
	border-bottom:1px solid rgb(204,153,0);
	padding:5px 5px 7px 15px;
	text-decoration:none;
	display:block;
}
.tree a:hover{
	background-color:rgb(255,180,0);
}
.tree .lvl_0_act, .tree .lvl_0_on{
	border-left:10px solid rgb(102,204,0);
	background-color:rgb(255,180,0);
	font-weight:bold;
}
*/

.tree .sub{
	background-color:rgb(250,250,250);
}
.tree .sub a{
	color:black;
	border:1px solid white;
	border-bottom:1px solid rgb(255,180,0);
	border-right:1px solid rgb(255,180,0);
	padding:3px 5px 5px 15px;
	background-color:rgb(255,250,220);
	background-image:none;
	width:auto;
}
.tree .sub a:hover{
	background-color:rgb(255,240,153);
	background-image:none;
}
.tree .sub .lvl_n_act, .tree .sub .lvl_n_on{
	color:black;
	font-weight:bold;
}
.tree .sub .lvl_n_on{
	background-color:rgb(255,240,153);
	font-weight:bold;
}







/*--- Bildergalerie ---*/
.bildergalerie_container{
	text-align:center;
}
.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(240,240,240);
	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(153,153,153);
}
.bildergalerie_liste{
	margin:0px;
	padding:0px;
}
.bildergalerie_liste_table{
	width:480px;
	margin:10px auto 0px auto;
}
.bildergalerie_liste td{
	/*align wird in xsl:template berechnet*/
	width:160px;
	height:122px;
}
.bildergalerie_liste img{
	border:none;
}
.bildergalerie_liste .thumb_act{
	border:4px solid rgb(153,0,102);
}
.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:480px;
	overflow:hidden;
	text-align:left;
	margin:0 auto;
}
.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(230,230,230);
	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(153,0,102);
}
.event_register .but_y{
	background-color:rgb(230,230,230);
}
.event_register .act_year{
	border:1px solid rgb(153,0,102);
	color:rgb(255,255,255);
	background-color:rgb(153,0,102);
	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(153,153,153);
}
.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(229,207,222);
}
.event_register .but_m_on{
	border:1px solid rgb(153,0,102);
	color:rgb(255,255,255);
	background-color:rgb(153,0,102);
	font-weight:bold;
}
.event_register .monat_name{
	margin:5px 0 5px 0;
	font-weight:bold;
}

.event_liste{
}
.event_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.event_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}
.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;
	}
}
.event_liste .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
}
.event_liste .box_2s{
	margin-left:130px;
}
.event_liste .data_img{
	border:none;
	margin-top:5px;
}
.event_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.event_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.event_details .data_img{
	border:none;
	margin-top:5px;
}
.event_details .data_img_txt{
	font-size:9px;
}




/*--- News Liste/Details ---*/
.news_liste{
	line-height:normal;
}
.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	background-image:none;
	list-style:none;
	margin:0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;
}
.news_liste_hr{
	border-top:1px dashed rgb(135,135,121);
	margin:10px 0px 10px 0px;
	clear:both;
}
.news_liste_date{
	font-size:0.8em;
}
.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 0 0.5em 0;
}
.news_liste_lnk{
	font-weight:bold;
}
.news_details{
	padding-right:15px;
}
.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 .data_img_container{
	width:120px;
	overflow:hidden;
	float:left;
	margin-top:-5px;
}
.news_liste .box_2s{
	margin-left:130px;
}
.news_liste .data_img{
	border:none;
	margin-top:5px;
}
.news_liste .data_img_txt{
	font-size:9px;
}
/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.news_details .data_img_container{
	float:left;
	clear:left;
	margin:-3px 10px 8px 0;
}
.news_details .data_img{
	border:none;
	margin-top:5px;
}
.news_details .data_img_txt{
	font-size:9px;
}




/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
}
.htmlfragment_liste ul li{
	margin:0 0 20px 0;
	padding:0;
	background-image:none;
}


/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
	}
	.sitemap ul li{
		border-bottom:1px dashed rgb(204,204,204);
		margin-bottom:1em;
		padding-bottom:1em;
	}
	.sitemap ul li{
		background-image:url(images-honigmehler/li-bullet.gif);
		background-position:0px 0px;
		font-weight:bold;
	}
	.sitemap ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li{
		border:none;
		padding-bottom:0;
		margin-bottom:1em;
	}
	.sitemap ul li ul li{
		background-image:url(images-honigmehler/li-bullet.gif);
		background-position:0px 0px;
		font-weight:normal;
	}
	.sitemap ul li ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li ul li{
		background-image:url(images-honigmehler/li-bullet.gif);
	}
}
@media print{
}


/*=== cms4dbot_search ===*/
.cms4dbot_search_result_container{
}
.cms4dbot_search_result_container .markstr{
	font-weight:bold;
	color:red;
	background-color:rgb(255,240,102);
	padding:0 0 1px 0;
}



/*=== cms4d inline Bildergalerie, JS-Diaslider ===*/
.cms4d_imageslider1_control{
	background-color:rgb(230,230,230);
	width:100%;
	padding:30px 0 0 0;
	/*WICHTIG: auch hier muss der overflow abgeschnitten werden wg. NS7 und Opera*/
	position:relative;
	overflow:hidden;
}
.cms4d_imageslider1_control .slider_container{
	width:100%;
	height:90px;
	overflow:hidden;
	position:relative;
}
.cms4d_imageslider1_control .slider{
	/*ACHTUNG: NS7 benötigt eine feste Breitenangabe*/
	width:10px;
	white-space:nowrap;
	position:absolute;
}
.cms4d_imageslider1_control .imgbox{
	width:120px;
	height:90px;
	margin-right:10px;
	overflow:hidden;
	cursor:pointer;
}
.cms4d_imageslider1_control img{
	border:none;
}
.cms4d_imageslider1_control .controls{
	height:30px;
}
.cms4d_imageslider1_control .dbut{
	color:rgb(102,102,102);
	height:30px;
	cursor:W-resize;
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	overflow:hidden;
}


.smalltext1{
	font-size:9px;
}
.smalltext2{
	font-size:11px;
}
.smalltext3{
	font-size:9px;
}


/*--- Kontaktformular ---*/
.kontaktformular{
	font-size:1em;
}

.kontaktformular .headline{
	font-weight:bold;
	color:black;
	background-color:#D09A2D;
	padding:2px 0px 2px 10px;
}

.kontaktformular .container{
	border:2px solid #D09A2D;
	padding:10px 10px 10px 10px;
	margin:0px 0px 20px 0px;
}

.kontaktformular .f_input_text{
	font-family:Verdana;
	font-size:1em;
	overflow:hidden;
	width:300px;

	border:1px solid #D09A2D;
	background-color:white;
}

.kontaktformular .f_input_text_on{
	font-family:Verdana;
	font-size:1em;
	overflow:hidden;
	width:300px;

	border:1px solid #D09A2D;
	background-color:#FFE7AB;
}

.kontaktformular .f_textarea{
	font-family:Verdana;
	font-size:1em;
	width:90%;

	border:1px solid #D09A2D;
	background-color: white;
}

.kontaktformular .f_textarea_on{
	font-family:Verdana;
	font-size:1em;
	width:90%;

	border:1px solid #D09A2D;
	background-color:#FFE7AB;
}

.kontaktformular .f_select1{
	font-family:Verdana;
	font-size:1em;
	width:300px;
}

.kontaktformular .f_select2{
	font-family:Verdana;
	font-size:1em;
}

.kontaktformular .f_input_button{
	font-size:1.2em;
	color:black;

	background-color:#D09A2D;
	border:1px solid #D09A2D;
}



/*--- Formularfelder ---*/
.ft1{
	width: 300px;
	background-color:white;
	border:1px solid black;
}

.ft2{
	width: 210px;
	background-color:white;
	border:1px solid black;
}

.ft3{
	width: 82px;
	background-color:white;
	border:1px solid black;
}


.ta1{
	font-family:Verdana;
	width:300px;
	background-color:white;
	border:1px solid black;
}


/*--- Buttons ---*/
.bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#FFBE00;
	color:black;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
}
.bt1:link{font-weight:normal;color:black;text-decoration:none;}
.bt1:visited{font-weight:normal;color:black;text-decoration:none;}
.bt1:active{font-weight:normal;color:black;text-decoration:none;}
.bt1:hover{
	font-weight:normal;
	color:black;
	text-decoration:none;
	background-color:#66CC00;
	border:1px solid black;
}

.bt2{
	font-weight: none;
	color:black;
	text-decoration:none;
	font-size:10px;
}

.bt3{
	text-decoration:none;
	font-weight:normal;
	background-color:#66CC00;
	color:#133D84;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
	font-size:1em;
}



/*--- Artikel Liste ---*/
.artikel_liste{
	width:100%;
	margin-top:20px;
}
.artikel_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.artikel_liste li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:none;

}
.artikel_liste ul li{
	background-image:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
	border-bottom:1px solid #FFBE00
}


.artikel_html_content ul{
	margin:0px;
	padding:0px;
	list-style-image:url(images-honigmehler/li-bullet.gif);
}

.artikel_html_content li{
	margin:0 0 0 6px;
	padding:0px;
}

.artikel_html_content ul li{
	margin:0 0 0 6px;
	padding:0px;
}



.artikel_liste .headline{
	font-size:1.2em;
	font-weight: bold;
	color:rgb(22,65,135);
	background-image:url(images-honigmehler/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	padding:0px 0px 0px 16px;
	margin-bottom:0px;
}
.artikel_liste .headline a{
	color:black;
}
.artikel_liste .headline a:hover{
	text-decoration:none;
}

.artikel_liste .headline2{
	font-weight: normal;
	color:black;
}

.artikel_liste .headline3{
	font-weight: bold;
	color:black;
	font-size:1.1em;

	background-image:url(images-honigmehler/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 0px 16px;
}


.artikel_liste .prev_image{
	float:left;
	margin:5px 10px 0px 0px;
	width:100px;
	height:auto;
	text-align:center;
	padding:2px;

	/*
	border:1px solid #193376;
	background-color:white;
	*/
}

.artikel_liste .prev_image_shop{
	width:120px;
	float:left;
	margin:5px 10px 0px 0px;
	height:auto;
	text-align:left;
	padding:0px;
	overflow:hidden;
}

.artikel_liste .detail_image{
	float:left;
	margin-right:10px;

	/*
	text-align:center;
	border:1px solid #193376;
	background-color:white;
	padding:2px;
	*/
}

.artikel_liste .bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#FFBE00;
	color:black;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
}
.artikel_liste .bt1:link{font-weight:normal;color:black;text-decoration:none;}
.artikel_liste .bt1:visited{font-weight:normal;color:black;text-decoration:none;}
.artikel_liste .bt1:active{font-weight:normal;color:black;text-decoration:none;}
.artikel_liste .bt1:hover{
	font-weight:normal;
	color:black;
	text-decoration:none;
	background-color:#66CC00;
	border:1px solid black;
}

.artikel_liste .bt2{
	text-decoration:none;
	font-weight:normal;
	background-color:#66CC00;
	color:#133D84;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
	font-size:1em;
}

.artikel_liste .menge_warenkorb{
	border:1px solid black;
	width:50px;
	text-align:right;
}


/*--- Kategorien-Block ---*/
.kat_block_head{
	font-size:1em;
	border-right:1px solid rgb(255,180,0);
	padding:7px 5px 5px 15px;
	background-image:url(images-honigmehler/newsbox-head-bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	line-height:normal;
}

.kat_block_head a{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.kat_block{
	padding:4px 4px 4px 11px;
	margin-bottom:20px;
	line-height:normal;
	border:1px solid rgb(255,180,0);
	background-color:#FFF9B4;
}

.kat_block a{
	font-size:1em;
	display:block;
	text-decoration:none;
	line-height:normal;

	margin:0;
	padding:2px 0 2px 20px;

	background-image:url(images-honigmehler/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 2px;
}

.kat_block a:hover{
	color:black;
}


/*--- Kategorien-Box ---*/
.kat_box_head{
	text-align:center;
	height:3em;
	font-size:1em;

	background-image:url(images-honigmehler/katbox-head-bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	line-height:normal;
}

.kat_box_head a{
	color:black;
	text-decoration:none;
	font-weight:bold;
}

.kat_box{
	background-color:#FFF9B4;
	height:90px;
}



/*--- Warenkorb ---*/
.warenkorb_head{
	font-size:1em;
	border-right:1px solid rgb(255,180,0);
	padding:7px 5px 5px 15px;
	background-image:url(images-honigmehler/newsbox-head-bg.gif);
	background-repeat:no-repeat;
	margin:0px;
	line-height:normal;
	font-weight:bold;
}

.warenkorb{
	padding:4px 14px 4px 11px;
	margin-bottom:20px;
	line-height:normal;
	border:1px solid rgb(255,180,0);
	background-color:#FFF9B4;
}

.warenkorb .artikel{
	margin-bottom:0px;
}

.warenkorb ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.warenkorb li{
	margin:0px 0px 10px 0px;
	padding:0;
	background-image:none;
}

.warenkorb ul li{
	background-image:none;
}

.warenkorb .linie{
	width:100%;
	height:1px;
	line-height:1px;
	background-color:#FFBE00;
	margin:10px 0px 10px 0px;
}

.warenkorb .wk_summe{
	font-weight: bold;
	color:black;
}

.warenkorb .bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#FFBE00;
	color:black;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
}
.warenkorb .bt1:link{font-weight:normal;color:black;text-decoration:none;}
.warenkorb .bt1:visited{font-weight:normal;color:black;text-decoration:none;}
.warenkorb .bt1:active{font-weight:normal;color:black;text-decoration:none;}
.warenkorb .bt1:hover{
	font-weight:normal;
	color:black;
	text-decoration:none;
	background-color:#66CC00;
	border:1px solid black;
}

.shop_bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#FFBE00;
	color:black;
	padding-left:3px;
	padding-right:3px;
	border:1px solid black;
}
.shop_bt1:link{font-weight:normal;color:black;text-decoration:none;}
.shop_bt1:visited{font-weight:normal;color:black;text-decoration:none;}
.shop_bt1:active{font-weight:normal;color:black;text-decoration:none;}
.shop_bt1:hover{
	font-weight:normal;
	color:black;
	text-decoration:none;
	background-color:#66CC00;
	border:1px solid black;
}

.shop_bt2{
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFBE00;
	color:black;
	padding:4px;
	border:1px solid black;
}
.shop_bt2:link{font-weight:bold;color:black;text-decoration:none;}
.shop_bt2:visited{font-weight:bold;color:black;text-decoration:none;}
.shop_bt2:active{font-weight:bold;color:black;text-decoration:none;}
.shop_bt2:hover{
	font-weight:bold;
	color:black;
	text-decoration:none;
	background-color:#66CC00;
	border:1px solid black;
}

