	/*+++++++++++++++*/
	/* LINKE SPALTE */
	/*+++++++++++++++*/
	#subnavi a {
		display: block;
		width: 156px;
		text-decoration: none;
		padding: 5px 0px 5px 5px;
		border-top: 1px dashed #666666;
		color: #666666;
	}
		#subnavi a.last {
			border-bottom: 1px dashed #666666;	
		}
		#subnavi a:hover {
			color: #005697;
		}
		#subnavi a.aktiv {
			color: #005697;
		}
	
	
	#subnavi.rind a:hover {
		color: #634d28;
	}

	#subnavi.rind a.aktiv {
		color: #634d28;
	}

	#subnavi.schwein a:hover {
		color: #c25162;
	}

	#subnavi.schwein a.aktiv {
		color: #c25162;
	}

	#subnavi.heimtier a:hover {
		color: #eb9f0c;
	}

	#subnavi.heimtier a.aktiv {
		color: #eb9f0c;
	}

	#subnavi.biogas a:hover {
		color: #7d9d39;
	}

	#subnavi.biogas a.aktiv {
		color: #7d9d39;
	}

	#subnavi.sca a.aktiv {
		color: #005697;
	}
	
	#spalteMitte .siegel {
		float: left;
		margin-right: 10px;
	}

	#kategorie {
		position: absolute;
		margin-top: 165px;
		margin-left: 85px;
		padding: 0px;	 
	}
		#kategorie h2 {
			font-weight: normal;
		}	
	/*+++++++++++++++++++*/
	/* Ende LINKE SPALTE */
	/*+++++++++++++++++++*/


	
	#spalteMitte .headline {
		padding: 5px;
		margin-bottom: 5px;
		margin-top: 0px;
	}

	#spalteMitte .headline.sorte {
		border: 1px solid #99BBD5;
		background-color: #99BBD5;
		margin: 0 0 5px 0;
		padding: 2px 5px 2px 5px;
	}

	#spalteMitte .liste {
		background-color: #e0ecf6;
		padding: 5px;
	}

	#spalteMitte .liste a {
		text-decoration: none;
		display: block;
		line-height: 1.5em;
	}
		#spalteMitte .liste a:hover {
		text-decoration: underline;
	}

	#spalteMitte .wrapperListe {
		width: 427px;
		float: left;
		margin-bottom: 10px;
	}

	#spalteMitte .sorteLinks {
		margin-bottom: 10px;
		padding: 5px 0px 0px 0px;
		float: left;
		width: 427px;
	}

	.sorteLinks .hg {
		width: 178px;
		border: 1px solid #99BBD5;
		background-repeat: no-repeat;
		float: left;
		margin-right: 27px;
		margin-bottom: 10px;
		padding: 5px 10px 5px 10px;
	}

	.meta {
		font-size: 11px;
		color: #005697;
	}

	.sorteLinks .hg .aktion {
		margin-bottom: 0px;
	}

	.sorteLinks .hg.right {
		margin-right: 0px;
	}

	.sorteLinks .hg_mit {
		width: 178px;
		border: 1px solid #99BBD5;
		background-repeat: no-repeat;
		float: left;
		margin-right: 27px;
		margin-bottom: 10px;
		padding: 5px 10px 5px 10px;
	}

	.sorteLinks .hg_mit.right {
		margin-right: 0px;
	}

	.tablinks {
		margin-left: 20px;
		display: block;
		width: 400px;
	}

	.listeinhalt {
		margin-top: 0px;
		padding-top: 0px;
	}

	.buttonZurueck {
		width: 100px;
		height: 23px;
		display: block;
		background-image: url('../../img/button_rot_3d_2.gif');
	}
		.buttonZurueck:hover {
			background-image: url('../../img/button_rot_3d_2_over.gif');	
		}

	.detailwrapper {
		margin-top: 20px;
	}
	.detailwrapper img.teaser {
		float: right;
		margin: 0 0 8px 8px;
	}
	
	.detailwrapper.produkt h1 {
		margin: 0 0 10px 0;
	}
	.detailwrapper.produkt h3 {
		margin: 16px 0 0 0;
	}
	.detailwrapper.produkt h4 {
		margin: 12px 0 0 0;
	}
	.detailwrapper.produkt p {
		margin: 2px 0 12px 0;
	}

	.news_kopf {
		float: left;
	}

	.news_kopf img {
		float: left;
		margin: 0px 20px 20px 0px;
	}
	
	
	table.details {
		width: 100%;
		border-top: 1px dashed #99BBD5;
	}
		table.details tr {
		
		}
			table.details tr td {
				border-bottom: 1px dashed #99BBD5;
				width: 20%;
				padding: 1% 5% 1% 0;
				vertical-align: top;
			}
			table.details tr td.name {
			
			}
			table.details tr td.value {
				text-align: right;
			}
	
	ul.searchResults {
		list-style-type: none;
		margin: 10px 0 20px 0;
		padding: 0;
	}
		ul.searchResults li {
			margin: 10px 0 10px 0;
		}
			ul.searchResults li a {
				text-decoration: none;
			}
			ul.searchResults li a:hover {
				text-decoration: underline;
			}
			ul.searchResults li .linie_hellblau {
				margin: 4px 0 4px 0;
			}
			ul.searchResults li h3 {
				margin: 4px 0 4px 0;
			}
			ul.searchResults li p, ul.searchResults li p a {
				margin: 0;
				color: #666666;
			}
	
