div#list-wrapper {
	padding: 0;
	border: 0;
	margin: 0 auto;
	width: 980px;
}

div#list-leftside-wrapper {
	padding: 0;
	border: 0;
	margin: 0;
	margin-right: 16px;
	width: 223px;
	float: left;
}

	div#list-options-container {
		padding: 0;
		border: 0;
		margin: 0;
		width: 197px;
		border: 1px solid #E0E0E0;
		background-image: url(../../images/overview/qs_bg.gif);
		background-repeat: no-repeat;
		background-color: #FFF;
		display: block;
		margin-bottom: 16px;
		padding: 12px;
		padding-top: 40px;
	}
	
	div#list-options-container ul {
		list-style-type: none;
		width: 221px;
	}
	
	li.quick-box {
		padding: 0;
		border: 0;
		margin: 0;
		line-height: 25px;
		text-indent: 0px;
	}

	div#list-subnav-container {
		padding: 0;
		border: 0;
		margin: 0;
		width: 221px;
		border: 1px solid #E0E0E0;
	}
	
		div#list-subnav-container ul {
			list-style-type: none;
			width: 221px;
		}
		
		div#list-subnav-container ul li {
			padding: 0;
			border: 0;
			margin: 0;
			line-height: 33px;
			text-indent: 30px;	
		}
		
		.subnav-cat0-li a {
			display: block;
			color: #454545;
			text-decoration: none;
			background-image: url(../../images/overview/ov_nav_n0_bg.gif);
			height: 33px;
			line-height: 33px;
			text-indent: 30px;	
		}
		
		.subnav-cat0-li a:hover {
			color: #B10000;
			background-image: url(../../images/overview/ov_nav_n1_bg.gif);
			height: 33px;
			line-height: 33px;
			text-indent: 30px;	
		}
		
		.subnav-cat0-active {
			color: #B10000;
			background-image: url(../../images/overview/ov_nav_n5_bg.gif);
			height: 33px;
			line-height: 33px;
			text-indent: 30px;
		}
		
			ul.subnav-cat1 {
				list-style-type: none;
				width: 221px;
			}
			
				.subnav-cat1-li {
					padding: 0;
					border: 0;
					margin: 0;
					line-height: 33px;
					text-indent: 30px;
				}
				
				.subnav-cat1-li a {
					display: block;
					padding: 0;
					border: 0;
					margin: 0;
					background-image: url(../../images/overview/ov_nav_n2_bg.gif);
					line-height: 33px;
					text-indent: 30px;
					text-decoration: none;
					color: #454545;	
				}
				
				.subnav-cat1-li a:hover {
					background-image: url(../../images/overview/ov_nav_n3_bg.gif);
					color: #B10000;
				}
				
				.subnav-cat1-active {
					background-image: url(../../images/overview/ov_nav_n4_bg.gif);
					color: #B10000;
					line-height: 33px;
					text-indent: 30px;
					text-decoration: none;
				}

div#list-rightside-wrapper {
	padding: 0;
	border: 0;
	margin: 0;
	width: 741px;
	float: left;
}

	div#list-title-screen {
		padding: 0;
		border: 0;
		margin: 0;
		width: 741px;
		height: 154px;
		margin-bottom: 16px;
	}

	div#list-products-wrapper {
		padding: 0;
		border: 0;
		margin: 0;
		width: 741px;
	}
	
		div.list-product-container {			/* Product-Container mit Seitenrand */
			padding: 0;
			border: 0;
			margin: 0;
			width: 235px;
			height: 198px;
			border: 1px dotted #E0E0E0;
			margin-right: 15px;
			margin-bottom: 15px;
			float: left;
			background-color: #FFF;
		}
		
		div.list-product-container-end {		/* Product-Container ohne Seitenrand */
			padding: 0;
			border: 0;
			margin: 0;
			width: 235px;
			height: 198px;
			border: 1px dotted #E0E0E0;
			margin-bottom: 15px;
			float: left;
			background-color: #FFF;
		}
		
			div.product-container-top {
				padding: 0;
				border: 0;
				margin: 0;
				width: 211px;
				height: 33px;
				padding-left: 12px;
				padding-right: 12px;
				padding-top: 12px;
			}
			
			div.product-container-top-new {
				padding: 0;
				border: 0;
				margin: 0;
				width: 211px;
				height: 33px;
				padding-left: 12px;
				padding-right: 12px;
				padding-top: 12px;
				background-image: url(../../images/overview/top_new.png);
				background-repeat: no-repeat;
			}
			
			div.product-container-top h1,
			div.product-container-top-new h1 {
				font-size: 11px;
				color: #344448;
				font-weight: bold;
			}
			
			div.product-container-top h2,
			div.product-container-top-new h2 {
				font-size: 11px;
				color: #AFB8BB;
				font-weight: normal;
			}
			
			div.product-container-mid {
				padding: 0;
				border: 0;
				margin: 0;
				padding-left: 12px;
				padding-right: 12px;
				text-align: center;
				line-height: 117px;
				width: 211px;
				height: 117px;
			}
			
			div.product-container-btm {
				padding: 0;
				border: 0;
				margin: 0;
				width: 235px;
				height: 34px;
				line-height: 34px;
				text-align: left;
				text-indent: 15px;
			}

			div.product-container-btm-neu {
				padding: 0;
				border: 0;
				margin: 0;
				width: 235px;
				height: 34px;
				line-height: 34px;
				text-align: left;
				text-indent: 15px;
			}
				
			div.product-container-btm a {
				color: #485357;
			}
			
			div.product-container-btm a:hover {
				color: #B10000;
			}
			
.search-info-text {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	padding-left: 10px;
}
