
	/* HOME */
		#home_teaser {
			width: 100%;
			height: 231px;
			overflow: hidden;
			background: url('../img/background_home_teaser.jpg')
		}
			#home_teaser .col_1 {
				width: 372px;
				height: 231px;
				float: left;
			}
			#home_teaser .col_1 h3 {
				padding: 20px 0 0 20px;
				height: 55px;
			}
			#home_teaser .col_1 ul {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			#home_teaser .col_1 ul li {
				width: 372px;
				height: 39px;
				background: url(../img/home/list_background.png);
			}
			#home_teaser .col_1 ul li a span {
				display: none;
			}			
			#home_teaser .col_1 ul li a {
				display: block;
				width: 372px;
				height: 39px;
				background-position: 0 0;
			}
			#home_teaser .col_1 ul li.phytopharmaka a {
				background: url(../img/home/list_phytopharmaka.png);
			}
			#home_teaser .col_1 ul li.potenzierte_arzneimittel a {
				background: url(../img/home/list_potenzierte_arzneimittel.png);
			}
			#home_teaser .col_1 ul li.nutrazeutika a {
				background: url(../img/home/list_nutrazeutika.png);
			}
			#home_teaser .col_1 ul li.pflegemittel a {
				background: url(../img/home/list_pflegemittel.png);
			}
			#home_teaser .col_1 ul li a:hover {
				background-position: 0 -43px;
			}
			#home_teaser .col_1 ul li.active a, 
			#home_teaser .col_1 ul li.active a:hover {
				background-position: 0 -86px;
			}
			
			#home_teaser .col_2 {
				width: 608px;
				height: 231px;
				float: left;
				background: url(../img/home/teaser_image.jpg);
				background-repeat: no-repeat;
				background-position: right 0;
			}
				
			#home_teaser .col_2 ul {
				width: 410px;
				margin: 20px 0 0 40px;
				padding: 0;
				list-style-type: none;
			}
			#home_teaser .col_2 ul li {
				display: none;
			}
			#home_teaser .col_2 ul li.active {
				display: block;
			}
			#home_teaser .col_2 h2 {
				display: none;
			}
			#home_teaser .col_2 ul li img {
				display: block;
				margin: 0 0 12px 0;
			}
			#home_teaser .col_2 ul li span.text {
				display: block;
				width: 370px;
				font-size: 12px;
				color: #ffffff;
				line-height: 150%;
				margin: 2px 0 0 0;
				padding: 0;
			}
			#home_teaser .col_2 .button.mehr {
				margin: 0;
			}
			
		
		#content ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		#content ul li {
			float: left;
			width: auto;
			height: auto;
			background: url(../img/home/spacer_v.gif);
			background-repeat: no-repeat;
			background-position: right;
			margin-bottom: -30px;
		}
		#content ul li span.no_results {
			display: block;
			margin: 10px 0 0 0;
		}
		#content ul li.nobg {
			background: white;			
		}
		#content ul li.col_1 {
			width: 350px;
			font-size: 12px;
			padding: 0 20px 0 0;
			font-size: 16px;
			line-height: 140%; 
		}
		#content ul li.col_2 {
			width: 155px;
			padding: 0 20px 0 20px;
		}	
		#content ul li.col_3 {
			width: 145px;
			padding: 0 20px 0 20px;
		}	
		#content ul li.col_4 {
			width: 140px;
			padding: 0 0 0 20px;
		}
		#content p {
			margin-top: 4px;
			margin-bottom: 4px;
		}
