#inhalt {
	margin-top: 30px;
}
#inhalt .teaser {
	height: 247px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 10px 30px 0 370px;
	color: #52565F;
	margin-top: -30px;
	margin-bottom: 23px;
}
	#inhalt .teaser h1 {
		font-size: 1.5em;
		line-height: 1.4em;
		margin-bottom: 25px;
	}
		#inhalt .teaser h1 span {
			padding: 5px;
			background-color: #52565F;
			color: #fff;
			margin-right: 5px;
		}

	#inhalt .teaser h3 {
		margin-bottom: 15px;
	}
	
	#inhalt .teaser p {
		color: #000
	}
		#inhalt .teaser p a {
			vertical-align: middle;
			padding: 0 0 0 13px;
			background-image: url(../img/pfeil_links.png);
			background-repeat: no-repeat;
			background-position:0 3px;
			color: #52565F;
		}
	#inhalt .teaser a.pfeil_link {
		float: right;
	}

	.produktliste { overflow: hidden; margin-left: -37px; }

	#inhalt .produktliste h2 {
		margin-bottom: 13px;
		clear: both;
	}

	#inhalt .produktliste a {
		color: #52565F;
		text-decoration: none;
		display: block;
		min-height: 50px;
	}

	#inhalt .produktliste .produkt {
		margin: 0 0 0 37px;
		float: left;
	}

		#inhalt .produktliste.zwei .produkt {
			width: 332px;
		}
		
		#inhalt .produktliste.drei .produkt {
			width: 28%;
		}
		
		#inhalt .produktliste.vier .produkt {
			width: 144px;
		}

		#inhalt .produktliste .produkt.last {
			margin-right: 0;
		}

/**
 * Anpassungen am Mailform
 * @parent #mailform
 */		
#mailform {}
	#mailform .csc-mailform-field {
		margin-bottom: 5px;
	}
		#mailform .csc-mailform-field label {
			width: 120px;
			display: block;
			float: left;
		}
		
		#mailform .csc-mailform-field select,
		#mailform .csc-mailform-field input,
		#mailform .csc-mailform-field textarea {
			width: 250px;
		}
		
		#mailform .csc-mailform-field input[type=submit]{
			width: auto;
			margin-left: 120px;
		}

