/*
Farben
rot: #D71010;
gruen: #97BE0D;
dunkelblau: #313963; (border)
dunkelgrau: #57575A; 
grau: #F6F4F4; (hintergrund warenkorb)
hellgrau: #F7F7F7; (hintergrund detailistenNavigation)
*/

/*******************************************************************
	Important Tags ( ! important)
********************************************************************/

div.autosuggestcontainer li.yui-ac-highlight
{
	background: #96BF0F none repeat scroll 0% 0% ! important;
}

div.autosuggestcontainer .yui-ac-content
{
	z-index: 10000 ! important;
}


/*******************************************************************
	----------
********************************************************************/
body
{
	margin: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	text-align: left;
	font-style:normal;
	color: #636363;
	background-color: #F0F0F0;
	/*background: #97BE0D url(/webseite/art/shopstettlen/bg_body.jpg) repeat-x;*/
}

p, td, th, tr, li
{
	font-size: 11px;
	font-weight: normal;
}

a {
	color: #313963;
	text-decoration: none;
}

a:link {
	color: #313963;
}

a:visited {
	color: #313963;
}

a:active {
	color: #313963;	
}

a:hover {
	color: #313963;
	text-decoration: underline;
}


.tree-item td.label a {
	color: #313963;
	text-decoration: none;
}

.tree-item td.label a:link {
	color: #313963;
}

.tree-item td.label a:visited {
	color: #313963;
}

.tree-item td.label a:active {
	color: #313963;	
}

.tree-item td.label a:hover {
	color: #313963;
	text-decoration: underline;
}

#tab_detaillist_startseite {
	float: left;
	width: 470px;
	overflow: hidden;
}


#tab_detaillist_startseite a {
	color: #313963;
	text-decoration: none;
}

#tab_detaillist_startseite a:link {
	color: #313963;
}

#tab_detaillist_startseite a:visited {
	color: #313963;
}

#tab_detaillist_startseite a:active {
	color: #313963;	
}

#tab_detaillist_startseite a:hover {
	color: #313963;
	text-decoration: underline;
}


h1 {
	font-size: 16px;
	font-weight: bold;
	/*/color: #7B849C;*/
	color: black;
}

h2 {
	font-size: 12px;
	/*color: #7B849C;*/
	color: black;
		margin-bottom: 0px;
}

table{
	color: black;
}

p{
	color: black;
}

strong {
	font-weight: bold;
}


input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	line-height: normal; 
	border: 1px solid #999999;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #000000; 
	line-height: normal; 
	border: 1px solid #97BE0D;
}

.submit {
	height: 21px;
	margin-top: 5px;
	padding: 0px 5px 2px 10px;
	color: #FFFFFF;
	background: url(/webseite/art/shopstettlen/button_runde.gif) no-repeat;
	border: none;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	width: 148px;
}

.submitgrau {
	height: 21px;
	margin-top: 8px;
	padding: 4px 5px 2px 10px;
	color: #FFFFFF;
	background: url(/webseite/art/shopstettlen/button_runde_grau.gif) no-repeat;
	border: none;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	width: 148px;
}

.submitgrau:hover {
	text-decoration: underline;
	padding: 5px 5px 2px 11px;
}

.nicht_verfuegbar {
	text-decoration: line-through;
	color: #999999;
}

.verfuegbar {
font-weight: bold;
color: #97BE0D;
}

.submit:hover {
	/*text-decoration: underline;*/
}

a:hover.submit {
	padding: 2px 5px 2px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underlined;
}

.submit_disabled {
	height: 21px;
	width: 148px;
	margin-top: 1px;
	padding: 0px 5px 2px 10px;
	color: #FFFFFF;
	background: url(/webseite/art/shopstettlen/button_runde_grau.gif) no-repeat;
	border: none;
	font-weight: bold;
	text-align: left;
}

.feldbezeichnung {
	text-align: right;
	width: 128px;
}

.fehler {
	color: #FF0000;
}

.pflicht {
	font-weight: bold;
}

.fett {
	font-weight: bold;
}

/******************************
	layout
******************************/
#body {
	margin:auto;
	width:1010px;
}

#stettlen_body
{
	/*text-align: left;
	width: 1000px;
	padding-bottom: 20px;*/

	background-color:#FFFFFF;
	background-image:url(/webseite/art/shopstettlen/bg_body.gif);
	background-repeat:repeat-y;
	float:left;
	overflow:hidden;
	width:1010px;
}

#kopf {
	/*width: 1000px;*/
	width: 950px;
	height: 150px;
	/*background-color: #FFFFFF;*/
	border-bottom: 1px solid #97BE0D;
	margin: 0 15px;
	padding: 0 15px;
}

#kopf_links {
	float: left;
	/*width: 1000px;*/
	width: 965px;
	height: 110px;
}

#logo {
	width: 270px;
	height: 40px;
	padding-top: 30px;
	float:left;
}

#logo img {
	border-width: 0px;
}

#detaillistAnzeige {
	width: 270px;
	height: 25px;
	padding: 2px 0px 0px 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
}

#artikelNavigation {
	float: left;
	width: 480px;
	height: 40px;
	padding: 0px;
	/*padding: 0px 0px 0px 6px;*/
}

#faqNavigation {
	float: left;
	width: 380px;
	height: 40px;
	padding: 0px 0px 0px 6px;
}

#kopf_rechts {
	background-position:top right;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	width: 660px;
	height: 116px;
}


#shortcutNavigation {
	width: 280px;
	height: 24px;
	padding-top: 0px;
	text-align: right;
}

#artikelSucheContainer {
	width: 200px;
	height: 35px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#kruemelnavigation{
	float: left;
	/*width: 470px;*/
	width: 750px;
	height:26px;
	font-size: 13px;
	font-weight: normal;
}
#kruemelnavigation a
{
	color: #97BE0D;
}

#haupt_container {
	/*width: 1000px;*/
	width: 980px;
	float: left;
	/*background-color: #FFFFFF;*/
	z-index: 1 ! important;
	padding:0 15px;
	/*font-size: 12px;*/
	/*background-image: url("../art/shopstettlen/bg_verlauf.jpg");
	background-position: top;
	background-repeat: repeat-x;*/
}

#spalte_links {
	float: left;
	width: 200px;
	padding-left: 10px;
	padding-top: 10px;
}

#bottom {
	float: left;
	background: #F0F0F0 url(../art/shopstettlen/bottom.gif) no-repeat bottom;
	/*background-color:#F0F0F0;*/
	width: 980px;
	height: 50px;
	padding:0 15px;
}

#bottom p{
	margin: 0px 20px;
	padding-top: 7px;
}

#artikelFilterung {
	width: 200px;
}

#detaillistenNavigation
{
	width: 200px;
	margin-top: 3px;
	margin-bottom: 100px;
}

#shopstettlen_hinweis {
	width: 190px;
	padding: 40px 0px 0px 10px;
}

#shortcutNavigation2 {
	width: 190px;
	padding: 20px 0px 20px 10px;
}

#inhalt {
	float: left;
	/*width: 470px;*/
	width: 470px;
	min-height: 300px;
	padding: 10px 5px 10px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #636363;
	/*background-color: #FFFFFF;*/
}

#inhalt_container {
	float: left;
	width: 770px;
	margin: 0px;
	padding: 0px;
	padding-top: 13px;	
}


#inhalt p{
	/*margin: 5px 0px;*/
	margin-top: 0px;
}

* html #inhalt {
	height: 300px;
}

#spalte_rechts
{
	float: left;
	width: 280px;
	padding-top: 9px;
	//padding-top: 11px;
}

/*------------------------------------------------------------------------*/
/******************************
StartseiteSucheContainer
******************************/


#detaillistStartseite{
	width:470px;
	float:left;

}

#detaillistStartseite_LinkeSpalte{
	width:255px;
	float:left;

}

#detaillistStartseite_RechteSpalte{
	width:215px;
	float:left;

	
}

#detaillistStartseiteBild{
	width:255px;
	float:left;
	padding-top:5px;
}

#detaillistStartseiteContainer{
width:215px;
float:left;
padding:5px;
}
#detaillistStartseiteContainer ul li{

}
/*------------------------------------------------------------------------*/
/******************************
artikelSucheContainer
******************************/
#artikelSucheContainer form {
	margin: 0px;
}

#artikelSucheContainer tr
{
	vertical-align: middle;
}

#artikelSucheContainer a
{
	color: #97BE0D;
}

#artikelSucheContainer input
{
	border: 1px solid #97BE0D;
}

#artikelSucheContainer input[type=image]
{
	border: none;
}

#artikelSucheContainer input.autosuggestinput{
	width: 150px;	
}	 

#artikelSucheContainer .yui-ac-content
{
	width: 200px;
}

#artikelSucheContainer .yui-ac-content .yui-ac-bd
{
	text-align: left;
}

#artikelSucheContainer .yui-ac-content .yui-ac-bd ul
{
	list-stile-type: none;
	list-stile-image: none;
}

#artikelSucheContainer .yui-ac-content .yui-ac-bd ul li
{
	list-stile-type: none;
	list-stile-image: none;
}

#artikelSucheContainer img.alle_suchoptionen_loeschen
{
	border: none;
}


.search_lieferbar{
	width: 150px;
	float: left;	
}


/*------------------------------------------------------------------------*/

.gruenknopf_link{
	width: 200px;
	float: right;
	cursor: pointer;
	margin: 5px 15px 15px 4px;
	height: 32px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/gruen_knopf_rechts.gif) no-repeat right top;
	/*background-color: #97be0d;*/
	}

.gruenknopf_link a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	height: 32px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/gruen_knopf_links.gif) no-repeat left top;
    padding: 9px 0px 0px 20px;
    white-space: nowrap; 
    color: #FFFFFF;
}

.gruenknopf_link a:link {
	color: #FFFFFF;
}

.gruenknopf_link a:visited {
	color: #FFFFFF;
}

.gruenknopf_link a:active {
	color: #FFFFFF;	
}

.gruenknopf_link a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.gruenknopf{
	cursor: pointer;
	margin: 5px 4px 15px 4px;
	height: 32px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/gruen_knopf_rechts.gif) no-repeat right top;
	/*background-color: #97be0d;*/
	}

.gruenknopf p{
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 0px;
	height: 20px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/gruen_knopf_links.gif) no-repeat left top;
    padding: 9px 15px 5px 15px;
    white-space: nowrap; 
    color: #FFFFFF;
	}

.gruenknopf p:hover{
	text-decoration: underline;
}

.grauknopf p:hover{
	text-decoration: underline;
}
	
.grauknopf{
	cursor: pointer;
	margin: 5px 4px 15px 4px;
	height: 32px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/grau_knopf_rechts.gif) no-repeat right top;
	/*background-color: #57575a;*/
}

.grauknopf p{
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin: 0px;
	height: 32px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/grau_knopf_links.gif) no-repeat left top;
    padding: 9px 15px 5px 15px;
    white-space: nowrap; 
    color: #FFFFFF;
	}

/******************************
artikelNavigation
******************************/
#artikelNavigation ul
{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	height: 30px;
	/*padding: 7px 10px 0px;*/
	list-style-type: none;
	list-style-image: none;
}

#artikelNavigation ul li
{	
	float: left;
	margin: 5px 8px 0px 0px;
	/*margin: 5px 4px 0px 4px;*/
	height: 25px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_rechts.gif) no-repeat right top;
	background-color: #97be0d;
}

#artikelNavigation ul li a
{	
	display: block;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_links.gif) no-repeat left top;
    padding: 5px 15px 5px 15px;
    white-space: nowrap; 
    color: #FFFFFF;
}

#artikelNavigation ul li.selected
{	
	margin: 0px 8px 0px 0px;
	/*margin: 0px 4px;*/
	height: 30px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_rechts.gif) no-repeat right top;
	background-color: #97be0d;
}

#artikelNavigation ul li.selected a
{	margin: 0px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_links.gif) no-repeat left top;
}
/*------------------------------------------------------------------------*/

/********************************************/
/* faqNavigation ****************************/
/********************************************/
#faqNavigation ul
{
	margin: 0px;
	padding-top: 10px;
	height: 30px;
	/*padding: 7px 10px 0px;*/
	list-style-type: none;
	list-style-image: none;
}

#faqNavigation ul li
{	bottom: 0px;
	float: left;
	margin: 5px 4px 0px 4px;
	height: 25px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_rechts_grau.gif) no-repeat right top;
	background-color: #999999;
}

#faqNavigation ul li a
{	
	display: block;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_links_grau.gif) no-repeat left top;
    padding: 5px 15px 5px 15px;
    white-space: nowrap; 
    color: #FFFFFF;
}

#faqNavigation ul li.selected
{	margin: 0px 4px;
	height: 30px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_rechts_grau.gif) no-repeat right top;
	background-color: #999999;
}

#faqNavigation ul li.selected a
{	margin: 0px;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_links_grau.gif) no-repeat left top;
}

/***********************************************/






/******************************
artikelFilterung
******************************/
#artikelFilterung .tabcontentstyle_shopStettlen{ /*style of tab content oontainer*/
	padding: 10px 5px 30px 5px;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul
{
	list-style-type: none;
	list-style-image: none;
	padding: 5px 5px 10px 10px;
	margin: 0px;
}

#artikelFilterung #tab_artikelSucheVerfeinert .passiv
{
	display: none;
}

#artikelFilterung #tab_artikelSucheVerfeinert .aktiv
{
	/*list-style-type: none;
	list-style-image: none;
	padding: 5px 5px 10px 10px;
	margin: 0px;*/
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li
{
	clear: both;
	padding: 2px 0px;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li:hover
{
	background-color: #CCCCCC;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li.alleLoeschen
{
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li a
{
	display: block;
	color: #313963;
	text-decoration: none;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li a:link {
	color: #313963;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li a:visited {
	color: #313963;
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li a:active {
	color: #313963;	
}

#artikelFilterung #tab_artikelSucheVerfeinert ul li a:hover {
	color: #313963;
	text-decoration: underline;
}



#artikelFilterung #tab_artikelSucheVerfeinert img
{
	float: left;
}

#artikelFilterung #tab_artikelSucheVerfeinert .titel
{
	width: 200px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

#artikelFilterung #tab_artikelSucheVerfeinert .titel p
{
	background: #CCCCCC url(/webseite/art/shopstettlen/bg_runde_ecke_links.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	padding: 4px 10px;
	cursor: pointer;
}
/*------------------------------------------------------------------------*/

/******************************
detaillistenNavigation
******************************/
#detaillistenNavigation ul
{
	border-top: 1px dotted #57575A;
	margin: 2px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

#detaillistenNavigation ul li
{
	border-bottom: 1px dotted #57575A;
	margin: 0px;
	padding: 3px 3px 3px 10px;
}

#detaillistenNavigation ul li:hover
{
	background-color: #FFFFFF;
}

#detaillistenNavigation ul li a
{
	text-decoration: none;
	color: #57575A;
}

#detaillistenNavigation ul li.aktiv a
{
	font-weight: bold;
	color: #97BE0D;
}

#detaillistenAbschliessen {
	height: 18px;
	padding: 2px 0px 0px 10px;
	margin-bottom: 3px;
	background: #97BE0D url(/webseite/art/shopstettlen/bg_runde_ecke_links.gif) no-repeat;
}

#detaillistenAbschliessen a {
	color: #FFFFFF;
	font-weight: bold;
}

#detaillistenListe ul li:hover{
	background-color: #D5D5D5;	
	}

#detaillistenListeUeberschrift {
	height: 18px;
	padding: 0px 0px 0px 00px;
	background: #57575A url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_rechts.gif) no-repeat right top;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #97be0d;
}


#detaillistenListeUeberschrift p{
	display: block;
	height: 16px;
	background: url(/webseite/art/shopstettlen/tabs/stettlen_tabs/aktiv_links.gif) no-repeat left top;
    padding: 2px 0px 0px 10px;
    white-space: nowrap; 
    color: #FFFFFF;
}


#sammelBestellungAbschliessen {
	height: 18px;
	padding: 2px 0px 0px 10px;
	margin-bottom: 3px;
	background: #97BE0D url(/webseite/art/shopstettlen/bg_runde_ecke_links.gif) no-repeat;
}

#sammelBestellungAbschliessen a {
	color: #FFFFFF;
	font-weight: bold;
}

/*------------------------------------------------------------------------*/

/******************************
Hinweis
******************************/
#shopstettlen_hinweis h1 {
	color: #97BE0D;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: none;
}

#shopstettlen_hinweis p {
	color: #58585A;
	font-weight: normal;
	background-color: #FFFFFF;
	line-height: 13px;
}

#shopstettlen_hinweis img {
	float: left;
	padding-right: 5px;
}

/*------------------------------------------------------------------------*/

/******************************
	shortcutNavigation
******************************/
#shortcutNavigation ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutNavigation li
{
	float:left;
	margin: 0px;
	padding: 0px 10px;
	border-right: 1px solid #97BE0D;
}

#shortcutNavigation a
{
	text-transform: capitalize;
	font-size: 11px;
	color: #97BE0D;
	text-decoration: none;
}

#shortcutNavigation a:hover
{
	color: #97BE0D;
}
/*------------------------------------------------------------------------*/

/******************************
Shop Artikel-Liste
******************************/
#artikelListe
{
}

#artikelListe .artikel
{
	width: 464px;
	height: auto;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
}

#artikelListe .artikelhover
{
	width: 464px;
	height: auto;
	padding: 3px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #D5D5D5;
}

#artikelListe .artikel_bild
{
	float: left;
	width: 80px;
	height: 60px;
}

#artikelListe .artikel_bild img
{
	width: 80px;
	height: 60px;
	border: none;
}

#artikelListe .artikel_text
{
	float: left;
	width: 382px;
	font-weight: normal;
	font-size: 11px;
}

#artikelListe .artikel_ueberschrift
{
	width: 372px;
	padding: 0px 5px;
	/*font-weight: bold;*/
}

#artikelListe .artikel_verfuegbar
{
	/*width: 372px;*/
	width: 186px;
	text-align: center;
	padding: 0px 5px;
	float: left;
	/*font-weight: bold;*/
}

#artikelListe .artikel_icons
{
	float: left;
	width: 180px;
	padding: 0px 5px;
}

#artikelListe .artikel_icons img
{
	width: 23px;
	height: 23px;
}

#artikelListe .artikel_einheit
{
	float: left;
	width: 60px;
	font-weight: normal;
	height:10px;
}

#artikelListe .artikel_preis 
{
	float: left;
	width: 95px;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

#artikelListe .artikel_hauptPreis {
	font-weight: bold;
	font-size: 12px;
}

#artikelListe .artikel_hauptPreis .nicht_verfuegbar{
	font-size: 10px;
}

.artikelDetail_hauptPreis .nicht_verfuegbar{
	font-size: 12px;
}

#artikelListe .artikel_teilmengePreis {
	font-size: 10px;
}

#artikelListe .artikel_einkaufwagen
{	
	float: left;
	width: 26px;
}

#artikelListe .artikel_einkaufwagen_nicht_erhaeltlich {
	float: left;
	width: 26px;
	opacity: 0.5;
}

#artikelListe .artikel_tabs input.submit
{
	width: 80px;
}

.kategorieUeberschrift_3
{
	width: 464px;
	color:#97BE0D;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 2px 3px 2px 3px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

.kategorieUeberschrift_3 a {
	color:#97BE0D;
}
.kategorieUeberschrift_3 a:link {
	color: #97BE0D;
}

.kategorieUeberschrift_3 a:visited {
	color: #97BE0D;
}

.kategorieUeberschrift_3 a:active {
	color: #97BE0D;	
}

.kategorieUeberschrift_3 a:hover {
	color:#313963;
}

.kategorieUeberschrift_4
{
	width: 454px;
	color:#97BE0D;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 3px 0px 13px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

.kategorieUeberschrift_4 a {
	color:#97BE0D;
}

.kategorieUeberschrift_4 a:link {
	color: #97BE0D;
}

.kategorieUeberschrift_4 a:visited {
	color: #97BE0D;
}

.kategorieUeberschrift_4 a:active {
	color: #97BE0D;	
}

.kategorieUeberschrift_4 a:hover {
	color:#313963;
}


.kategorieUeberschrift_5
{
	width: 444px;
	color:#97BE0D;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 3px 0px 23px;
	/*border-top: 1px solid #CCCCCC;*/
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

.kategorieUeberschrift_5 a {
	color:#97BE0D;
}

.kategorieUeberschrift_5 a:link {
	color: #97BE0D;
}

.kategorieUeberschrift_5 a:visited {
	color: #97BE0D;
}

.kategorieUeberschrift_5 a:active {
	color: #97BE0D;	
}

.kategorieUeberschrift_5 a:hover {
	color:#313963;
}



/*------------------------------------------------------------------------*/

/******************************
Shop Artikel-Detail
******************************/

#artikelDetail .artikelDetail_bild
{
	width: 472px;
	text-align: center;
	padding-bottom: 20px;
}

#artikelDetail .artikelDetail_bild img
{
	width: 400px;
	height: 300px;
}

#artikelDetail .artikelDetail_ueberschrift
{
	width: 462px;
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	/*border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;*/
}

#artikelDetail .artikelDetail_details
{
	float: left;
	width: 260px;
	padding: 5px 5px 0px 5px;
	font-weight: normal;
	font-size: 11px;
}

#artikelDetail .artikelDetail_details .submit {
background:transparent url(/webseite/art/shopstettlen/button_runde.gif) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
cursor:pointer;
font-weight:bold;
height:21px;
margin-top:1px;
padding:4px 5px 2px 10px;
text-align:left;
float: left;
width:148px;

}

#artikelDetail .artikelDetail_verkaufsInfos
{
	float: left;
	font-size: 11px;
	width: 196px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color:#ffffff;
}

#artikelDetail .artikelDetail_preis 
{
	width: 196px;
	text-align: center;
	padding: 5px 0px;
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 14px;
}

#artikelDetail .artikelDetail_teilmengePreis 
{
	font-size: 11px;
}

#artikelDetail .artikelDetail_einheit
{
	width: 196px;
	text-align: center;
	font-weight: normal;
}

#artikelDetail .artikelDetail_einkaufwagen
{
	width: 196px;
	text-align: center;
	background-color: #F5F5F5;
}

#artikelDetail .artikelDetail_einkaufwagen_nicht_erhaeltlich
{
	width: 196px;
	text-align: center;
	background-color: #F5F5F5;
	opacity: 0.5;
}

/*------------------------------------------------------------------------*/

/******************************
Shop Warenkorb
******************************/

#warenkorbContainer {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
}

#tab_warenkorb {
	float: left;
	width: 280px;
	background-color:#F5F5F5;
}


#tab_warenkorb h1 {
	font-size: 11px;
	font-weight: bold;
	color: #636363;
	padding-left: 5px;
}

#tab_warenkorb td {
	vertical-align:middle;
}

#tab_warenkorb table.warenkorb_tabelle a {
	color: #313963;
	text-decoration: none;
}

#tab_warenkorb table.warenkorb_tabelle a:link {
	color: #313963;
}

#tab_warenkorb table.warenkorb_tabelle a:visited {
	color: #313963;
}

#tab_warenkorb table.warenkorb_tabelle a:active {
	color: #313963;	
}

#tab_warenkorb table.warenkorb_tabelle a:hover {
	color: #313963;
	text-decoration: underline;
}

#tab_warenkorb table.warenkorb_tabelle {
	width: 100%;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#tab_warenkorb tr.first {
	border-top: 1px solid #CCCCCC;
}

#tab_warenkorb tr.zebra0 {
	
}

#tab_warenkorb tr.zebra1 {
	background-color: #FFFFFF;
}

#tab_warenkorb tr.zebra0ohneBorder {
	
}

#tab_warenkorb tr.zebra1ohneBorder {
	background-color: #FFFFFF;
}

#tab_warenkorb .mwst_dazu {
	border-bottom: 1px solid #CCCCCC;
}

#tab_warenkorb .lieferpreis {
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#tab_warenkorb .gesamttotal {
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}

#tab_warenkorb .anleitungZustellungsart_tabelle {
	border: 1px solid #CCCCCC;
}

#tab_warenkorb .enthaltene_mwst {
	font-style: italic;
}

#tab_warenkorb p{
	width: 270px;
	padding: 5px 5px;
}

#tab_warenkorb #warenkorbPositionen {
	padding: 0px 0px 5px 0px;
}

#tab_warenkorb #anleitungZustellungsarten {
	padding: 0px 0px 5px 0px;
}

#tab_warenkorb #teilbestellungen {
	padding: 5px 0px;
}

/*------------------------------------------------------------------------*/

/******************************
Shop Kasse
******************************/

#kasse form {
 	float: left;
	width: 460px;
}


#bestellBemerkungContainer, #kasse form {
	float: left;
	width: 460px;

}

#kasseBestellungUebersicht {
		float: left;
	width: 460px;

}

#kasse #schrittnavigation{
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
	float:left;
	list-style-type: none;	
	width: 460px;
	display:block;
}

#kasse #schrittnavigation ul{
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

#kasse #schrittnavigation li{
	float: left;
	margin: 0px 5px;
}

#kasse #schrittnavigation a{
	color: #aaaaaa;
	height: auto;
	padding: 0px;
	/*padding: 10px 10px 20px 0px;*/
	display: block;
}

#kasse #schrittnavigation .possible{
	color: #97BE0D;
}

#kasse #schrittnavigation .active{
	color: #97BE0D;
	font-weight: bold;
	text-decoration: underline;
}

#kasse .blockelement{
	background-color: #eeeeee;
	margin-bottom: 20px;
	width: 460px;
	float:left; 
}

#kasse .blockelementtr{
	background-color: #eeeeee;
	width: 460px;
	float:left; 
}

#kasse .radio{
	width: 20px;
	float: left;
	height: 20px;
}

#kasse .titel{
float:left;
font-weight:bold;
height:20px;
margin-left:10px;
padding-top:3px;
width:430px;
}

#kasse .zusatz{
	padding-left: 29px;
	margin-bottom: 5px;
	float: left;	
	width: 430px;
}

#kasse .info {
	margin-bottom: 5px;

}
#kasse .tage{
	float: left;
	width: 200px;	
}

#kasse .subradio{
	width: 20px;
	float: left;
	height: 20px;
}




.fehlermeldungBild{
	width: 30px;
	float: left;
}

.fehlermeldungText{
	width: 280px;
	float: left;	
}

.borderRed{
	border: 2px dotted red;	
}	

#kasse h1 {
	color: #97BE0D;
}

#kasse table.warenkorb_tabelle {
	width: 100%;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

#kasse tr.first {
	border-top: 1px solid #CCCCCC;
}

#kasse tr.zebra0 {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

#kasse tr.zebra1 {
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#kasse tr.zebra0ohneBorder {
	
}

#kasse tr.zebra1ohneBorder {
	background-color: #FFFFFF;
}

#kasse th {
	font-weight: bold;
	border-top: 1px solid #CCCCCC;
}

#kasse .mwst_dazu {
	border-bottom: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}

#kasse .lieferpreis {
	background-color: #FFFFFF;
}

#kasse .lieferpreis td {
	border-top: 1px solid #CCCCCC;
	font-style: italic;
}

#kasse .gesamttotal {
	border-top: 1px solid #CCCCCC;
	border-bottom: 3px double #CCCCCC;
}

#kasse .enthaltene_mwst {
	font-style: italic;
}

#kasse #kasseKonditionenFormular textarea {
	width: 450px;
}

#agbtoggle_anzeigen {
	color: #97BE0D;
}

#agbtoggle_anzeigen:hover {
	text-decoration: underline;
}

#kasseAblauf img {
	border: none;
 }

/*------------------------------------------------------------------------*/

/******************************
Shop Kasse Konditionenformular
******************************/
#kasse {
	/*position:relative;*/
	float: left;
	width: 460px;
	margin: 0px;
	padding: 0px;
}

#kasseKonditionenFormular #agbs {
	width: 400px;
	min-height: 200px;
	border: 2px solid #97BE0D;
	background-color: #FFFFFF;
	position:absolute;
	top: 0px;
	left: 40px;
	z-index:4000;
}

#kasseKonditionenFormular #agbs #agb_titel {
	float: left;
	width: 270px;
	height: 20px;
	padding: 5px 10px 1px 10px;
	background-color: #97BE0D;
}

#kasseKonditionenFormular #agbs #agb_schliessen {
	float: left;
	width: 105px;
	height: 20px;
	padding: 1px 5px 5px 0px;
	background-color: #97BE0D;
	text-align: right;
}

#kasseKonditionenFormular #agbs #agb_schliessen img {
	border: none;
}

#kasseKonditionenFormular #agbs #agb_schliessen table {
	width: 105px;
}

#kasseKonditionenFormular #agbs #agb_schliessen a:hover {
	color: #313963;
}

#kasseKonditionenFormular #agbs #agb_inhalt {
	width: 396px;
	min-height: 200px;
	padding: 10px;
	text-align: left;
	clear: both;
}

* html #kasseKonditionenFormular #agbs #agb_inhalt {
	height: 200px;
}

/*------------------------------------------------------------------------*/

/******************************
Shop Kasse AdresseFormular
******************************/
#kasseAdresseFormular th {
	border: none;
	color: #97BE0D;
}

#artikelDetail.artikelDetail_details a, #kasse a, #kasseKonditionenFormular a, #kasseAdresseFormular a {
	float: left;
	padding: 4px 5px 2px 10px;
	height: 21px;
	color: #FFFFFF;
}

#artikelDetail.artikelDetail_details a:visited,#kasse a:visited, #kasseKonditionenFormular a:visited, #kasseAdresseFormular a:visited {
	color: #FFFFFF;
	
}

#artikelDetail.artikelDetail_details a:hover, #kasse a:hover, #kasseKonditionenFormular a:hover, #kasseAdresseFormular a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*------------------------------------------------------------------------*/

.antifloat {
	clear: both;
	visibility: none;
}

.zebra1 {
	background-color: #F5F5F5;
}

.tabcontentstyle {
	width: 280px;
	padding: 5px 0px;
	}
	
.anleitungZustellungsart_tabelle{
	width: 270px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top:15px;
	}
