table.shop_list_single {
	width: 570px;
}

table.shop_inner_table {
	background: red;
	width: 200px;
	border: 1px solid blue;
}

div#basket_overview {
	padding-left: 5px;
	padding-right: 3px;
}

div.tx-ttproducts table {
	width: 565px;
}

div.tx-ttproducts table table{
	width: 100%;
}

div.tx-ttproducts form {
	width: 570px;
}

table.shop_list td.shop_list_cat_title { 
	color: white;
	height: 12px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	background: #d1e9b2 url(../img/elemente/service_h1_back.gif);
	border: 1px solid #457114;
	border-bottom: none;
	margin: 0;
}

table.shop_list_single td.shop_list_single_title { 
	background: none;
	border-bottom: 1px solid #457114;
}

table.shop_list_single td.shop_list_single_title a { 
	color:#457114; 
	font-weight: normal;
	font-style:normal; 
	font-size:14px; 
	text-decoration:none;
	
}

table td.single_header { 
	color: white;
	height: 12px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	background: #d1e9b2 url(../img/elemente/service_h1_back.gif);
	border: 1px solid #457114;
	border-bottom: none;
	margin: 0;
}

table td.single_header a { 
	color:#FFFFFF; 
	font-weight: bold;
	font-style:normal; 
	font-size:11px; 
	text-decoration:none;
}



table td.shop_table_header { 
	color: white;
	height: 12px;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	background: #d1e9b2 url(../img/elemente/service_h1_back.gif);
	border: 1px solid #457114;
	border-bottom: none;
	margin: 0;
}

table.shop_list_single td.shop_list_single_title a:hover { text-decoration:underline; }
table td.single_header a:hover { text-decoration:underline; }

span.price { 
	color:#477515; 
	font-size:13px; 
	font-weight:bold;
}

table.shop_list_single span.product_note { 
	font-size:10px; 
	font-style:normal; 
}

table.shop_list_single span.price_tag { font-size:9pt; font-weight:bold;}
table.shop_list_single span.price_net { font-size:8pt; }
table.shop_list_single span.inbasket { vertical-align:bottom; text-align:right; }
span.shop_list_header { font-size:11pt; font-weight:bold; color:#ffffff; }
span.shop_list_text {font-size:9pt; }

span.shop_text_big {font-size:11pt; font-weight:bold; }
span.shop_subheader {
	font-size: 12px;
	font-weight: bold;
	color: #477515;	
}


/* Shop ende */





/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	P.csc-caption { margin: 0; font-weight: bold; font-size:9px; }
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left;}

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; font-weight: bold; font-size: 10px;}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
	
	/*dl.csc-textpic-image {
	  float:left;
	}
	
	dl.csc-textpic-firstcol {
	  clear:left;
	}
	
	dl.csc-textpic-lastcol {
	  clear:none;
	  float:left;
	}*/
	
	DIV.csc-frame-rulerAfter {
		clear: both;
		padding: 2px 0px 2px 0px;
	}

/* Indi by i-gelb */
div.abstand {
	display: block;
	clear: both;
	height: 10px;
}



	
	
/* Direkt zur Spende */
div.tx-duhdirektzurspende-pi1 {
	clear: both;
}

div.tx-duhdirektzurspende-pi1 a{
	font-weight: bold;
}
	
	
	
	
	/* default styles for extension "tx_jphcodesnippets_pi" */

	.tx-jphcodesnippets-pi {
		font-family: 'Courier New', Courier, monospace;
		font-weight: normal;
	}
	.tx-jphcodesnippets-pi .imp { font-weight: bold; color: red; }
	.tx-jphcodesnippets-pi .ln-xtra { background: #ffcccc; }
	.tx-jphcodesnippets-pi li { background: #eeeeee; }
	.tx-jphcodesnippets-pi li.li2 { background: #ffffff; }
	.tx-jphcodesnippets-pi .kw1 { color: #b1b100; }
	.tx-jphcodesnippets-pi .kw2 { color: #000000; font-weight: bold;}
	.tx-jphcodesnippets-pi .kw3 { color: #000066;}
	.tx-jphcodesnippets-pi .co1 { color: #808080; font-style: italic; }
	.tx-jphcodesnippets-pi .co2 { color: #808080; font-style: italic; }
	.tx-jphcodesnippets-pi .coMULTI { color: #808080; font-style: italic; }
	.tx-jphcodesnippets-pi .es0 { color: #000099; font-weight: bold; }
	.tx-jphcodesnippets-pi .br0 { color: #66cc66; }
	.tx-jphcodesnippets-pi .st0 { color: #ff0000; }
	.tx-jphcodesnippets-pi .nu0 { color: #cc66cc; }
	.tx-jphcodesnippets-pi .me1 { color: #006600; }
	.tx-jphcodesnippets-pi .me2 { color: #006600; }	
	    /***********************/
    /* styles for          */
    /*                     */
    /* DUH-Handy-Recycling */
    /***********************/
    
    form#handy_recycling span.label {
      min-width:70px;
      width:70px;
      margin-right:5px;
    } 
    form#handy_recycling input {
      border-style:solid;
      border-color:#457114;
      border-width:1px;
    }
    
    
    
/* ADD THIS */

div.addthis_default_style {
	display: block;
	position: relative;
	top: -20px;
	left: 0px;
	margin-left: 400px;
	width: 200px;
	z-index: 0;
}

div.addthis_default_style a {
	background-image: none !important;
	padding-right: 2px !important;
}

/* Themenliste */
div.tx-themenliste-pi1 {
	
}

div.tx-themenliste-pi1 a.long {
	font-size: 13px;
	font-weight: bold;
	display: block !important;
	clear:both;
	margin-bottom: 5px !important;
	background-image: none !important;
}

div.tx-themenliste-pi1 a.bildlink {
	background-image: none !important;
}

div.tx-themenliste-pi1 ul.lang {
	margin-left: 0px;
	padding-left: 0px;
}

div.tx-themenliste-pi1 ul li.long {
	list-style: none;
	margin-bottom: 20px !important;
	display: block;
	clear: both;
}

div.tx-themenliste-pi1 div.longpic {
	float: left;
	margin: 0px 10px 5px 0px !important;
}

div.tx-themenliste-pi1 {
	
}



