﻿/*=== 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;
}


/*========== 25.01.2010, dogan ===============*/
body{
	color:black;
	font-family:Verdana,Arial Unicode MS,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	/*70%=11px, 75%=12px*/
	font-size:75%;
	margin:0;
	padding:0;

	background-color:rgb(229,241,251);
	background-image:url(images-muh/body-bg.gif);
	background-repeat:repeat-x;
}



@media print{
	body{
		color:black;
		background-color:white;
		text-align:left;
		margin:0;
		padding:0;
		background-image:none;
	}
}
/*IE Tabellenfehler*/
table{
	font-size:1em;
}



/*========= Layout Seite ==========*/
@media screen, projection{

	/*--------- Layout ----------*/
	.page_container{
		text-align:left;
		width:980px;
		margin:0 auto;
		padding:0;
		position:relative;
	}
	.page_container_2{
		width:980px;
		float:left;
		clear:both;
		position:relative;
		margin:0;
		padding:0;
	}

	.inner_page_container{
		width:980px;
		float:left;
		clear:both;
		position:relative;
		margin:0;
		padding:0;
	}

	.top_container{
		width:980px;
		float:left;
		clear:both;
		background-image:url(images-muh/top-container-bg.gif);
		background-repeat:no-repeat;
	}
	.top_left{
		/*Das Logo GIF sorgt gleichzeitig für die min. Höhe des gesamten top_container.
		Werden die Menüs über Gebbühr vergrössert, so kann top_container nach unten hin wachsen*/
		width:230px;
		height:150px;
		float:left;
		clear:left;
	}
	.top_right{
		width:750px;
		float:left;
	}
	.top_right .menu_t{
		width:750px;
		float:left;
		clear:both;
	}
	/*Dieser Platzhalter garantiert die Mindesthöhe des oberen Menücontainers. s.a. mainmenu*/
	.menu_t_spacer{
		width:20px;
		height:80px;
		float:left;
	}
	.langmenu_container{
		float:right;
		padding-right:29px;
	}
	.langmenu_container .langmenu{
		/*display:none;*/
	}
	.topmenu_container{
		float:left;
	}
	.shopmenu_container{
		width:700px;
		float:right;
		padding:0 29px 0 0;
	}

	.top_right .menu_b{
		width:730px;
		float:left;
		clear:both;
		/*Die Höhe des Hauptmenu wird nicht durch einen spacer festgelegt, da
		der min. Raum nach unten schon durch die Höhe des Logo-GIFs freigehalten wird.*/
		padding:36px 0 0 20px;
	}
	.mainmenu_container{
		width:730px;
		float:left;
		clear:both;
	}

	.top_slogan_container{
		width:980px;
		height:30px;
		float:left;
		clear:both;
		background-color:rgb(102,176,234);
		background-image:url(images-muh/top-slogan.gif);
		background-repeat:no-repeat;
	}




	/*Inhalt*/
	.content_container{
		width:980px;
		float:left;
		clear:both;
		background-color:white;
		padding:15px 0 15px 0;
	}
	.page_headline_container{
		border-bottom:1px dashed rgb(102,176,234);
		color:rgb(102,176,234);
		font-weight:bold;
		width:716px;
		float:left;
		clear:both;
		padding:4px 0 11px 249px;
	}
	.content_container_body{
		width:980px;
		float:left;
		clear:both;
	}
	.left_col{
		/*Durch die weisse Linie unten wird der Container stabilsiert, so dass er auch ohne Inhalt seinen Raum erzwingt*/
		border-bottom:1px solid white;
		width:250px;
		float:left;
		clear:left;
	}
	.center_col{
		width:730px;
		float:left;
		clear:right;
	}
	.center_col_3s{
		width:530px;
		float:left;
		clear:right;
	}
	.right_col{
		width:196px;
		float:left;
		clear:right;
	}

	/*Kopfbild, FLASH*/
	.top_img_pcontainer{
		width:715px;
		float:left;
		clear:both;
		position:relative;
		padding:20px 0 22px 0;
		border-bottom:1px dashed rgb(102,176,234);
	}
	.top_img_pcontainer img{
		border:none;
	}
	.top_img_pcontainer .top_img_container{
		width:715px;
		float:left;
		clear:both;
	}

	.html_content{
		width:715px;
		float:left;
		clear:both;
		margin:0;
		padding:20px 0 0 0;
	}

	.html_content_3s{
		width:510px;
		float:left;
		clear:both;
		margin:0;
		padding:20px 0 0 0;
	}

	.footer{
		background-color:rgb(102,176,234);
		color:white;
		width:950px;
		padding:7px 15px 9px 15px;
		float:left;
		clear:both;
	}
	.footer a{
		color:white;
	}
	.footer a:hover{
		color:white;
		text-decoration:underline;
	}
	.footer_nav{
		float:right;
	}
	.footer_cr{
		float:left;
	}
	.footer .pfeilo{
		padding:0 1em 0 1em;
		background-image:url(images-muh/pfeil-hoch-weiss.gif);
		background-repeat:no-repeat;
		background-position:center top;
	}
	.footer .pfeilo:hover{
		text-decoration:none;
	}
	.footer .printlink{
		margin-left:10px;
	}
}



@media print{
	.top_slogan_container{
		display:none;
	}
	.top_container{
		display:none;
	}
	.toolbar_container{
		display:none;
	}
	.page_headline_container{
		display:none;
	}
	.top_img_pcontainer{
		display:none;
	}
	.content_container{
		background-image:none;
		padding:0;
		margin:0;
	}
	.left_col{
		display:none;
	}
	.footer_nav{
		display:none;
	}
}



/*--- Absatz-Formate ---*/
@media screen{
	pre{
		font-size:1em;
		clear:both;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}
	.html_content p{
		line-height:1.4em;
	}

	h1{
		color:rgb(102,176,234);
		font-size:1.2em;
		font-weight:bold;
		margin:0 0 1em 0;
		padding:0;
	}
	h2{
		color:rgb(102,176,234);
		font-size:1.1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h3{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h4{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
	}

	address{
		font-style:normal;
		font-size:0.8em;
		line-height:normal;
	}

	a{
		color:rgb(51,102,180);
		text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
	}

	hr{
		height:1px;
		border-top:1px solid #000000;
		margin:10px 0 10px 0;
		clear:both;
		float:none;
	}


}
@media print{
	h1{
		color:black;
		font-size:1.35em;
		margin:0 0 1em 0;
		padding:0;
		background-image:none;
	}
	h2{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h3{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h4{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h5{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}
	h6{
		color:black;
		font-size:1em;
		margin:0 0 0.5em 0;
		padding:0;
		background-image:none;
	}

	p{
		margin:0 0 1em 0;
		padding:0;
	}
	.html_content p{
		line-height:1.4em;
	}

}

.hr_solid{
	border-top:1px solid rgb(230,230,230);
	height:10px;
	margin-top:10px;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:10px;
	margin-top:10px;
}

.trenner{
	clear:both;
	float:none;
	width:100%;
	font-size:1px;
	line-height:1px;
	height:1px;
	border-top:1px dashed #66B0EA;
	margin:10px 0px 9px 0px;
}


.container_rel{
	/*allgemein Für NS7*/
	position:relative;
}



.floater1{
	width:950px;
	float:left;
	clear:both;
}
.box_headline{
	background-color:rgb(102,176,234);
	color:white;
	font-size:1em;
	font-weight:bold;
	padding:7px 10px 9px 10px;
	margin:0;
	clear:both;
}



/*--- Bildformate ---*/
.bild_links{
	float:left;
	margin:0 10px 10px 0;
	border:none;
	text-align:center;
	font-size:0.9em;
}

.bild_rechts{
	float:right;
	margin:0 0 10px 20px;
	border:none;
	text-align:center;
	font-size:0.9em;
}

.bild_links_rand{
	background-color:white;
	border:1px solid #66B0EA;
	float:left;
	margin:0 10px 10px 0;
}

.bild_rechts_rand{
	background-color:white;
	border:1px solid #66B0EA;
	padding:0;
	float:right;
	margin:0 0 10px 20px;
}

.bild_rand{
	background-color:white;
	border:1px solid #66B0EA;
}

.zoom{
	padding:0px 0px 16px 0px;
	background-image:url(images-muh/lupe.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}


/*------ Suche -------*/
.searchbox{
	width:165px;
	float:right;
	padding:4px 5px 0 0;
}
.form_suche{
	padding:0;
	margin:0;
}
.input_suche{
	background-color:rgb(239,247,232);
	border:1px solid rgb(153,153,153);
	border-right-color:white;
	border-bottom-color:white;
	width:135px;
	margin-right:5px;
	height:18px;
	overflow:hidden;
	color:#ACACAC;
}
.but_suche{
}





/*--- horizontales topmenu/Funktionsmenu und Sprachmenu ---*/
.topmenu, .langmenu{
	padding:10px 0 0 0;
	font-size:0.9em;
}
.topmenu ul, .topmenu li, .langmenu ul, .langmenu li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.topmenu a, .langmenu a{
	color:rgb(102,176,234);
	text-decoration:none;
	float:left;
	padding:0px 6px 1px 6px;
	border-right:1px solid rgb(102,176,234);
}
.topmenu a:hover, .langmenu a:hover{
	color:rgb(51,102,180);
}
.topmenu .lvl_0_act{
	color:rgb(51,102,180);
	font-weight:bold;
}
.topmenu .m_first{
	padding-left:0px;
}
.topmenu .m_last{
	border-right:none;
}
.langmenu .m_last{
	border-right:none;
	padding-right:0px;
}


/*--- Shopmenu ----*/
.shopmenu{
	float:right;
	clear:both;
	font-size:0.9em;
	padding-top:28px;
}
.shopmenu a{
	color:rgb(102,176,234);
	float:left;
}
.shopmenu a:hover{
	text-decoration:none;
	color:rgb(51,102,180);
	background-image:url(images-muh/icon-warenkorb-on.gif);
}
.shopmenu .m_shop{
	padding:2px 0 1px 26px;
	background-image:url(images-muh/icon-warenkorb.gif);
	background-repeat:no-repeat;
}
.shopmenu .m_shop_on{
	font-weight:bold;
	color:rgb(51,102,180);
	background-image:url(images-muh/icon-warenkorb-on.gif);
}


/*--- horizontales Hauptmenu ---*/
.mainmenu{
	font-size:11px;
}
.mainmenu ul, .mainmenu li{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
.mainmenu a{
	color:white;
	text-decoration:none;
	float:left;
	padding:0px 10px 1px 10px;
	border-right:1px solid white;
}
.mainmenu a:hover{
	color:rgb(51,102,180);
}
.mainmenu .lvl_0_act{
	color:rgb(51,102,180);
	font-weight:bold;
}
.mainmenu .m_first{
	padding-left:0px;
}
.mainmenu .m_last{
	border-right:none;
	padding-right:0px;
}





/*------ vertikales Treemenu -------*/
.treemenu_container{
	width:230px;
	float:left;
	clear:both;
	cursor:default;
}
.tree{
	/*Schriftgrösse festgesetzt, um CMS Schriftskalierung zu umgehen*/
	font-size:12px;
}
.tree ul, .tree li{
	list-style:none;
	margin:0;
	padding:0;
	display:inline;
}
.tree a{
	color:rgb(102,176,234);
	border-bottom:1px dashed rgb(102,176,234);
	padding:7px 0 8px 39px;
	text-decoration:none;
	display:block;
	/*Für IE6*/
	position:relative;
}
.tree .has_child_nodes{
	/*Sind noch childNodes vorhanden, so wird keine Linien unten gezeichnet*/
	border-bottom:none;
}

.tree a:hover, .tree .lvl_0_on{
	color:rgb(51,102,180);
	text-decoration:none;
}
.tree .lvl_0_act{
	font-weight:bold;
}
.tree .lvl_0_on{
	font-weight:bold;
}
.tree .sub{
	border-bottom:1px dashed rgb(102,176,234);
	padding:0 0 10px 0;
}
.tree .sub a{
	border:none;
	padding:2px 0 4px 12px;
	background-image:url(images-muh/lvl-n.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.tree .sub a:hover, .tree .sub .lvl_n_on{
	color:rgb(51,102,180);
	background-image:url(images-muh/lvl-n-on.gif);
}
.tree .sub .lvl_n_act{
	background-image:url(images-muh/lvl-n-act.gif);
}
.tree .sub .lvl_n_on{
	font-weight:bold;
}
.tree .sub .lastvis_n{
}



/*--- Listen-Formate ---*/
@media screen{
	.html_content ul{
		list-style:none;
		margin:0.5em 0 1em 10px;
		padding:0;
	}
	.html_content ul ul{
		list-style:none;
		margin:0 0 0 9px;
		padding:0;
	}
	.html_content ul li{
		padding:0em 0 0.5em 14px;
		margin:0 0 0 -8px;
		background-image:url(images-muh/li-bullet.gif);
		background-repeat:no-repeat;
		background-position:0px 3px;
	}

	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;
}



/*=== cms4d Module ===*/
.cms4dmodul_2_teaser_modulcontainer, .cms4dmodul_3_teaser_modulcontainer{
	margin-top:1.5em;
	margin-bottom:1em;
	float:left;
	width:950px;
	border-bottom:1px dashed #66B0EA;
}
.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;
	float:left;
}
.cms4dmodul_2_teaser_modulbodycontainer, .cms4dmodul_3_teaser_modulbodycontainer{
	padding:0;
	float:left;
	width:950px;
}
.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{
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{

}


/*---------------------------*/

.cms4dmodul_2_liste_modulcontainer, .cms4dmodul_3_liste_modulcontainer{
	margin-top:1.5em;
	margin-bottom:0.5em;
}
.cms4dmodul_2_liste_modulcontainer ul, .cms4dmodul_2_liste_modulcontainer li{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulcontainer ul, .cms4dmodul_3_liste_modulcontainer li{
	list-style:none;
	margin:0;
	padding:0;
}
.cms4dmodul_2_liste_modulbodycontainer{
	margin:0;
	padding:0;
}
.cms4dmodul_3_liste_modulbodycontainer{
	background-color:transparent;
	padding:0;
}
.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{
	color:white;
	background-color:rgb(96,174,32);
	padding:4px 8px 5px 8px;
	margin:0 0 10px 0;
}

.cms4dmodul_2_liste_modulbodycontainer .news_liste_hr, .cms4dmodul_3_liste_modulbodycontainer .news_liste_hr{
	border-top:1px solid white;
}




/*htmlfragment_teaser*/
.htmlfragment_teaser{
}
.html_teaser p{
	margin:0 0 0.5em 0;
}
.html_teaser_hr{

	height:1em;
	margin-top:1em;
	clear:both;
}

/*news_teaser*/
.news_teaser{
	width:224px;
	float:left;
	background-color:#C7E0F6;
	margin:0px 18px 18px 0px;
	display:inline;
}
.news_teaser_date{
	font-weight:bold;
	margin-bottom:0.5em;
}

.news_teaser .headline{
	background-color:rgb(102,176,234);
	color:white;
	font-size:1em;
	font-weight:bold;
	padding:7px 10px 9px 10px;
	margin:0;
	clear:both;
}
.news_teaser .headline a{
	color:white;
}
.news_teaser .headline a:hover{
	color:white;
	text-decoration:none;
}

.news_teaser_body{
	font-size:0.9em;
	line-height:normal;
	padding:12px 10px 12px 10px;
	height:100px;
	overflow:hidden;
}

.news_teaser p{
	margin:0 0 0.2em 0;
	line-height:normal;
}
.news_teaser_lnk{
	clear:both;

}
.cms4dmodul_3_teaser_modulbodycontainer .data_img_container{
	width:224px;
	height:133px;
	overflow:hidden;
}
.cms4dmodul_3_teaser_modulbodycontainer .data_img{
	border:none;
}
.news_teaser_hr{
}
.news_teaser_hr_blank{
	clear:both;
	/*Die andere Hälfte des Abstands zwischen den Datensätzen*/
	height:0.5em;
}
.hr_dashed{
	border-top:1px dashed rgb(204,204,204);
	height:5px;
}


.news_teaser ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
}
.news_teaser ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.news_teaser ul li{
	padding:0em 0 0.5em 20px;
	margin:0 0 0 -8px;
	background-image:url(images-muh/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
}

.news_teaser h3{
	font-size:0.9em;
	font-weight:bold;
	margin:0;
}





/*=== 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 #B0BCC4;
	background-color:#E9ECEF;
	padding:9px 9px 0 9px;
}
.ibox_1_1 img, .ibox_1_2 img, .ibox_2_1 img, .ibox_2_2 img{
	border:1px solid #B0BCC4;
	width:120px;
	height:90px;
	overflow:hidden;
	background-color:white;
}
/*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{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_2 .h_txt{
		color:black;
		font-size:1.2em;
		margin:0 0 0.5em 0;
		padding:0;
	}
	.ibox_1_1 a.h_txt, .ibox_1_2 a.h_txt{
		border:none;
		background-color:transparent;
		background-image:none;
		margin:0;
		padding:0;
		font-size:1em;
	}
	.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-td/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-td/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{
	}
}



/*=== 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-td/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-td/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;
}



/*--- Bildergalerie ---*/
.bildergalerie_container{
	text-align: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:right;
	width:200px;
	overflow:hidden;
	border:6px solid #879B90;
	margin-top:10px;
}
.bildergalerie_liste_table{
	float:left;
	margin:10px 0 0 0;
	background-color:#879B90;
}
.bildergalerie_liste td{
	width:110px;
	height:110px;
}
.bildergalerie_liste .td_container{
	width:100px;
	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 #005BAB;
	background-color:#CCDEEE;
	padding:2px 2px 2px 2px;
	margin-right:2px;
	float:left;
	text-decoration:none;
}
.event_register .year_buttons{
	float:left;
	clear:both;
	margin-bottom:2px;
}
.event_register .year_buttons a:hover{
	color:black;
	background-color:#AECAE4;
}
.event_register .but_y{
	background-color:#CCDEEE;
}
.event_register .act_year{
	border:1px solid #005BAB;
	color:white;
	background-color:#005BAB;
	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:black;
	background-color:#AECAE4;
}
.event_register .but_m{
	border:1px solid #005BAB;
	background-color:#E5EEF6;
}
.event_register .but_m_act{
	border:1px solid #005BAB;
	background-color:#CCDEEE;
}
.event_register .but_m_on{
	border:1px solid #005BAB;
	color:white;
	background-color:#005BAB;
	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 #005BAB;
	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:1.0em;
	margin:0.25em 0 0.6em;
	color:#005BAB;
}
.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{
	width:715px;
	float:left;
	clear:both;
}

.news_liste .headline{
	font-size:1em;
	color:rgb(102,176,234);
}


.news_liste ul{
	list-style:none;
	margin:0;
	padding:0;
}
.news_liste ul li{
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
	/*wichtig für IE*/
	float:left;
	clear:both;
	width:100%;

	border-bottom:1px dashed #66B0EA;
}

.news_liste ul ul{
	list-style:none;
	margin:1em 0 1em 10px;
	padding:0;
}
.news_liste ul ul li{
	padding:0em 0 0.5em 14px;
	margin:0 0 0 -8px;
	background-image:url(images-muh/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border:none;
}


.news_liste_hr{
	border-top:1px dashed #66B0EA;
	width:715px;
	margin:15px 0px 0px 0px;
	clear:both;
	float:left;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.news_liste_date{
	font-size:0.8em;
	color:black;
	margin-bottom:0.5em;
}
.news_liste h1, .news_details h1{

}
.news_liste h2{
	color:black;
	font-size:1.2em;
	margin:0 0 0.5em 0;
}
.news_liste p{
	font-size:1em;
	margin-bottom:0.4em;
}
.news_liste a p{
	color:black;
}
.news_details h2{
	font-size:1em;
	color:black;
	margin-bottom:1em;
}
a.news_liste_lnk{
	float:left;
	font-size:0.9em;
	margin:0;
}
a.news_liste_lnk:hover{
	text-decoration:underline;
}


.news_details{
	padding-right:15px;
}
.news_details_date{
	margin-bottom:15px;
	font-weight:bold;
}

.news_details address{
	margin:0 0 1em 0;
}
@media screen{
	.news_details_backlink_top{
		float:right;
	}
	.news_details_backlink_top a{
		font-weight:normal;
	}
}
@media print{
	.news_details_backlink_top{
		display:none;
	}
}
.news_liste .data_img_container{
	width:198px;
	border:1px solid #66B0EA;
	overflow:hidden;
	float:left;
	margin-right:15px;
}
.news_liste .box_2s{
	margin-left:130px;
}
.news_liste .data_img{
	border:none;
}
.news_liste .data_img_txt{
	font-size:9px;
}
.news_liste a{
	text-decoration:none;
}

/*in der Detailansicht umfliesst der Langtext die komplette Box*/
.news_details .data_img_container{
	float:left;
	clear:left;
	margin:0;
}
.news_details .data_img{
	border:none;
	margin-top:5px;
}
.news_details .data_img_txt{
	font-size:9px;
}



/*--- HTML-Fragment Liste ---*/
.htmlfragment_liste{
	background-image:none;
	background-color:transparent;
	border:none;
	margin:0px;
	padding:0px;
}
.htmlfragment_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
	background-image:none;
	background-color:transparent;
}
.htmlfragment_liste ul li{
	margin:0 0 20px 0;
	padding:0;
	background-image:none;
	background-color:transparent;
}

.htmlfragment_liste ul ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.htmlfragment_liste ul ul li{
	padding:0 0 0 17px;
	margin:0 0 0.2em -12px;
	background-image:url(images-td/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
}

.htmlfragment_liste ul ul ul{
	margin:1em 0 0 17px;
}



/*--- Formularfelder ---*/
.ft1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:200px;
	border: 1px solid #66B0EA;
	background-color:#E5F1FB;
}

.ft1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:200px;
	border: 1px solid #66B0EA;
	background-color:#97C8F0;
}

.ft2{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:50px;
	border: 1px solid #66B0EA;
	background-color:#E5F1FB;
}

.ft2_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:50px;
	border: 1px solid #66B0EA;
	background-color:#97C8F0;
}

.ft3{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:140px;
	border: 1px solid #66B0EA;
	background-color:#E5F1FB;
}



.ta1{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:610px;
	border: 1px solid #66B0EA;
	background-color:#E5F1FB;
}

.ta1_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:610px;
	border: 1px #7B798C solid;
	background-color:#97C8F0;
}

.ta2{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:410px;
	border: 1px solid #66B0EA;
	background-color:#E5F1FB;
}

.ta2_on{
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:12px;
	width:410px;
	border: 1px #7B798C solid;
	background-color:#97C8F0;
}


.bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:rgb(87,110,158);
	color:rgb(255,255,255);
	padding-left:3px;
	padding-right:3px;
	border:outset 1px rgb(87,110,158);
	cursor:pointer;
}
.bt1:link{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:visited{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:active{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt1:hover{
	font-weight:normal;
	color:rgb(87,110,158);
	text-decoration:none;
	background-color:rgb(255,255,255);
	border:outset 1px rgb(87,110,158);
}


.bt4{
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
	background-color:rgb(87,110,158);
	color:rgb(255,255,255);
	padding-left:3px;
	padding-right:3px;
	border:outset 1px rgb(87,110,158);
	cursor:pointer;
}
.bt4:link{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt4:visited{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt4:active{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.bt4:hover{
	font-weight:normal;
	color:rgb(87,110,158);
	text-decoration:none;
	background-color:rgb(255,255,255);
	border:outset 1px rgb(87,110,158);
}


/*--- Kontaktformular (Agrar-Service) ---*/
.kontaktformular{
	font-size:1em;
}

.kontaktformular .headline{
	font-weight:bold;
	color:white;
	background-color:#66B0EA;
	padding:3px 0px 3px 6px;
}

.kontaktformular .container{
	/*border:1px solid #6683B4;*/
	padding:10px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	font-size:0.9em;
}

.kontaktformular .f_input_text{
	font-family:Verdana;
	font-size:1em;
	overflow:hidden;
	width:300px;

	border-style: solid;
	border-width: 1px;
	border-color: #133D84;
	background-color: white;
}

.kontaktformular .f_input_text_on{
	font-family:Verdana;
	font-size:1em;
	overflow:hidden;
	width:300px;

	border-style: solid;
	border-width: 1px;
	border-color: #133D84;
	background-color: #D6E5F6;
}

.kontaktformular .f_textarea{
	font-family:Verdana;
	font-size:1em;
	width:90%;

	border-style: solid;
	border-width: 1px;
	border-color: #133D84;
	background-color: white;
}

.kontaktformular .f_textarea_on{
	font-family:Verdana;
	font-size:1em;
	width:90%;

	border-style: solid;
	border-width: 1px;
	border-color: #133D84;
	background-color: #D6E5F6;
}

.kontaktformular .f_input_button{
	font-size:1.2em;
	color:black;
	background-color:#D6E5F6;
	border:1px solid #D6E5F6;
}



/*--- Bewerbungsmodul ---*/
.f_text_1{
	width:250px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_2{
	width:160px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_3{
	width:80px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_4{
	width:505px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_5{
	width:350px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_6{
	width:150px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_7{
	width:100px;
	background-color:white;
	border:1px solid #133D84;
}

.f_text_8{
	width:50px;
	background-color:white;
	border:1px solid #133D84;
}

.f_textarea_1{
	width:310px;
	font-family:Verdana;
	background-color:white;
	border:1px solid #133D84;
}

.f_input_button{
	font-size:1.2em;
	color:white;
	background-color:#6683B4;
	border:1px solid #6683B4;
}



.teaser_right{
	background-color:#f7f1e9;
	margin:14px;
	width:180px;
}
.teaser_right h2{
	font-size:11px;
	padding:3px 0px 4px 8px;
	color:#FFFFFF;
	background-color:#9ECAE8;
}
.teaser_right .text{
	padding:3px 5px 4px 8px;
}
.teaser_right .ft1{
	width:100px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:3px 0px 3px 0px;
	padding:2px 2px 2px 2px;
}
.teaser_right .bt1{
	cursor:pointer;
	font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size:12px;
	font-weight:bold;
	color:white;
	background-color:#7399BF;
	width:106px;
	border:1px solid #000000;;
	padding:4px 20px 4px 20px; 
}


/*=== Sitemap ===*/
@media screen, projection{
	.sitemap{
		line-height:normal;
	}

	.sitemap a{
		color:black;
	}

	.sitemap a:hover{
		color:#4978E0;
	}

	.sitemap ul li{
		background-image:url(images-td/sm-on.gif);
		background-position:0px 0px;
		font-weight:bold;
		margin-bottom:0.5em;
		padding-left:18px;
	}
	.sitemap ul li a{
		font-size:1em;
	}
	.sitemap ul li ul li{
		border:none;
		padding-bottom:0;
		margin-top:1em;
		margin-bottom:1em;
	}
	.sitemap ul li ul li{
		background-image:url(images-td/sm-on.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-td/sm-on.gif);
	}
	
	
}
@media print{
}


/*--- Artikel Liste ---*/
.artikel_liste{
	width:100%;
}
.artikel_liste ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.artikel_liste li{
	margin:0px 0px 20px 0px;
	padding:0;
	background-image:none;
}
.artikel_liste ul li{
	background-image:none;
	margin:0px 0px 2em 0px;
	padding:0px 0px 2em 0px;
	border-bottom:1px dashed #66B0EA;
}

.artikel_liste .headline{
	font-size:1.1em;
}

.artikel_liste .headline a:hover{
	text-decoration:none;
}

.artikel_liste .trenner{
	margin:10px 0px 20px 0px;
	border-top:1px dashed #CBCBCB;
	clear:both;
	float:none;
}

.artikel_liste .trenner2{
	margin:20px 0px 0px 0px;
	border-top:1px dashed #CBCBCB;
}


/*
.artikel_liste .fett{
	width:50px;
	height:42px;
	background-image:url(images-muh/bg-fett.gif);
	background-repeat:no-repeat;
	float:right;
}
.artikel_liste .fett .wert{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	margin-top:9px;
}
.artikel_liste .fett .name{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:9px;
}
*/

.artikel_liste .fett{
	width:100px;
	float:right;
	background-color:#95D1F5;
	padding:4px;
	margin-top:-5px;
}
.artikel_liste .fett .wert{
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}



.artikel_html_content{
}

.artikel_html_content ul{
	list-style:none;
	margin:-0.2em 0 1em 10px;
	padding:0;
}
.artikel_html_content ul ul{
	list-style:none;
	margin:0 0 0 9px;
	padding:0;
}
.artikel_html_content ul li{
	padding:0em 0 0 8px;
	margin:0 0 0 -8px;
	background-image:url(images-muh/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
}

.artikel_liste .prev_image{
	float:left;
	margin:0px 20px 0px 0px;
	width:130px;
	overflow:hidden;
	text-align:center;
}

.artikel_liste .detail_image{
	float:left;
	margin:0px 20px 0px 0px;

	overflow:hidden;
	text-align:center;
}

.artikel_liste .icon{
	float:right;
	margin:0px 0px 8px 8px;
}

.artikel_liste .artikel_content{
	float:left;
	padding-top:10px;
	width:720px;
}

.artikel_liste .artikel_content_shop{
	float:left;
	padding-top:10px;
	width:510px;
}

.artikel_liste .detail_link{
	margin:0 0 10px 0;
	font-weight:bold;
}

.artikel_liste .preis{
	color:rgb(128,90,51);
	font-size:1.1em;
	margin:0 0 0px 0;
	font-weight:bold;
}



.artikel_liste .bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:#264480;
	color:white;
	padding-left:3px;
	padding-right:3px;
	border:1px solid #264480;
}
.artikel_liste .bt1:link{font-weight:normal;color:white;text-decoration:none;}
.artikel_liste .bt1:visited{font-weight:normal;color:white;text-decoration:none;}
.artikel_liste .bt1:active{font-weight:normal;color:white;text-decoration:none;}
.artikel_liste .bt1:hover{
	font-weight:normal;
	color:#264480;
	text-decoration:none;
	background-color:white;
	border:1px solid #264480;
}

.artikel_liste .bt2{
	font-weight:normal;
	color:#264480;
	text-decoration:none;
	background-color:white;
	border:1px solid #264480;
	padding-left:3px;
	padding-right:3px;
}

.agb_download{
}

@media print{
	.agb_download{
		display:none;
	}
}


.naehrwerttabelle{
}

.naehrwerttabelle ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.naehrwerttabelle li{
}
.naehrwerttabelle ul li{
	padding:0em 0 0.5em 14px;
	margin:0 0 0 -8px;
	background-image:url(images-muh/li-bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border:none;
}
.naehrwerttabelle ul ul{
	margin:1em 0 0 12px;
}

.dokumente{
}

.dokumente ul{
	/*aus optischen Gründen 1px weiter nach rechts für die erste UL*/
	margin:1em 0 1em 13px;
	padding:0;
	list-style:none;
}
.dokumente li{
}
.dokumente ul li{
	padding:0 0 0 12px;
	margin:0 0 0.8em -12px;
	background-image:url(images-muh/li-bullet-mblau.gif);
	background-repeat:no-repeat;
}
.dokumente ul ul{
	margin:1em 0 0 12px;
}



/*--- Warenkorb ---*/
.warenkorb{
	margin:15px 0px 20px 0px;
	border:1px solid #66B0EA;
	width:184px;
}
@media print{
	.warenkorb{
		display:none;
	}
}

.warenkorb a{
	font-size:0.9em;
	display:block;
	text-decoration:none;
	color:rgb(22,65,135);
}

.warenkorb a:link{
	font-size:0.9em;
	display:block;
	text-decoration:none;
	color:rgb(22,65,135);
}

.warenkorb a:active{
	font-size:0.9em;
	display:block;
	text-decoration:none;
	color:rgb(22,65,135);
}

.warenkorb a:visited{
	font-size:0.9em;
	display:block;
	text-decoration:none;
	color:rgb(22,65,135);
}

.warenkorb a:hover{
	color:rgb(22,65,135);
}

.warenkorb .headline{
	font-weight:bold;
	color:white;
	font-size:1.1em;
	background-color:#66B0EA;
	text-align:center;
	padding:6px 0px 6px 0px;
}

.warenkorb .artikel{
	padding:4px;
	background-color:white;
	margin-bottom:10px;
}

.warenkorb ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.warenkorb li{
	margin:10px 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:rgb(87,110,158);
	margin:10px 0px 10px 0px;
}

.warenkorb .wk_summe{
	font-weight: bold;
	color:rgb(87,110,158);
}

.warenkorb .bt1{
	text-decoration:none;
	font-weight:normal;
	background-color:rgb(87,110,158);
	color:rgb(255,255,255);
	padding-left:3px;
	padding-right:3px;
	border:outset 1px rgb(87,110,158);
}
.warenkorb .bt1:link{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.warenkorb .bt1:visited{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.warenkorb .bt1:active{font-weight:normal;color:rgb(255,255,255);text-decoration:none;}
.warenkorb .bt1:hover{
	font-weight:normal;
	color:rgb(87,110,158);
	text-decoration:none;
	background-color:rgb(255,255,255);
	border:outset 1px rgb(87,110,158);
}


/*-- Für Tabelle Materialfelder --*/
.gtable1{
	width:100%;
	text-align:center;
}
.gtable1 td{
	border:1px solid rgb(204,204,204);
}
.gtable1 .tr1{
}
.gtable1 .tr1 td{
	border:none;
	color:white;
	font-weight:bold;
	background-color:rgb(102,176,234);
	text-align:center;
}
.gtable1 .td1{
	visibility:hidden;
}
.gtable1 ul{
	text-align:left;
}
.gtable1 ul li{
	padding-bottom:0;
	text-align:left;
}
.gtable1 p{
	text-align:left;
}


