* { 
	margin: 0; padding: 0; 
}
body { 
	font: 75%/1.3333 Arial, Helvetica, sans-serif; 
	background: #ffffff url(/media/images/design/header-dot.gif) repeat-x 0 24px;
	color: #555151;
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 1em; 
}
ul { 
	list-style: none; 
}
img, object, embed { 
	display: block; border: 0; 
}
address { 
	font-style: normal; 
}
a { 
	text-decoration: none; 
}
:focus { 
	outline: 0; 
}
a {
	color: #ffffff;
	text-decoration: none;
}

#page {
	float: left;
	width: 996px;
}
	#headerWrapper {
		float: left;
		width: 100%;
		padding-bottom: 1px;
	}
		#header {
			float: left;
			width: 100%;
			border-bottom: 2px solid #7d8890;
			color: #6d777f;
			font-size: 0.8333em;
			line-height: 1.2em;
		}
			#toolbar {
				float: left;
				height: 18px;
				padding-top: 6px;
			}
			.iq #toolbar {
				float: right;
			}
				#toolbar ul {
					float: left;
				}
					#toolbar li {
						float: left;
					}
						#toolbar a,
						#toolbar form {
							float: left;
							padding: 0 12px 0 13px;
							background: url(/media/images/design/header-border.gif) no-repeat left top;
							color: #6d777f;
						}
						#toolbar .first a {
							padding-left: 12px;
							background: none;
						}
						#toolbar a:hover { color: #000000; }
							#toolbar label {
								float: left;
							}
							#toolbar input {
								float: left;
								position: relative;
								top: -2px;
								height: 1.3em;
								margin-left: 6px;
								border: 1px solid #c9c9c9;
								color: #555151;
								font-size: 1em;
								line-height: 1.3em;
							}
							#toolbar button {
								float: left;
								position: relative;
								top: -1px;
								height: 1.2em;
								margin-left: 6px;
								padding-left: 2px;
								background: transparent url(/media/images/design/arrow.gif) no-repeat 0 0.4em;
								border: 0;
								color: #6d777f;
								font: 1em/1.2 Arial, Helvetica, sans-serif;
								text-align: left;
							}
			#language {
				float:right;
				width:70px; 
				height:15px;
			}
				#language a {
					float: right;
					margin-top: 3px;
					padding: 3px 13px;
					background: #efefef;
					color: #6d777f;
				}
				#language a:hover { color: #000000; }
			#identification {
				float: left;
				width: 100%;
				height: 82px;
			}
				#site {
					float: left;
				}
				.iq #site {
					margin: 21px 0 0 34px;
				}
				#heraeus {
					float: right;
					margin: 31px 165px 0 0;
				}
	#main {
		float: left;
		width: 100%;
		background: url(/media/images/design/bg_content.gif) repeat-y left top;		
	}
		#mainNaviWrapper {
			float: left;
			width: 166px;
			min-height: 460px;
			background: url(/media/images/design/navi-gradient.gif) repeat-x;
		}
			#mainNavi {
				padding: 1.5em 0;
				background: url(/media/images/design/navi-line.gif)  no-repeat;
			}
			#mainNavi ul li {
				border-top: 1px dotted #dcdfe1;
			}
			#mainNavi ul li ul {
				border-top: 1px dotted #dcdfe1;
				border-bottom: none;
			}			
			#mainNavi ul li ul li{
				border-top: none;
			}
			#mainNavi ul li ul li ul{
				border-top: none;
			}
			#mainNavi ul li ul li ul li{
				border-top: none;
			}			
			#mainNavi ul {
				border-bottom: none;
			}	
			#mainNavi ul {
				border-top: none;
			}
				#mainNavi li {
					display: block;
					line-height:15px;
				}
					#mainNavi a {
						display: block;
						margin: 0;
						padding-left:8px;
						padding-right:8px;
						color: #FFFFFF;
						padding-bottom:2px;
						padding-top:2px;
						text-decoration: none; 
					}
					#mainNavi .navi_level1 {
						background-color:#53A026; 
						color:white;
					}
					#mainNavi .active a, #mainNavi a:hover {
						color: #FFFFFF;
						text-decoration: none; 
					}
					#mainNavi .open a {
						font-weight: bold;
					}
					
					/* active gewinnspiel...*/
					#mainNavi .active  {
						font-weight: bold;
					}
					#mainNavi li ul {
						display: none;
						margin:0;
					}
					#mainNavi .open ul {
						display: block;
					}
						#mainNavi .open li ul {
							display: none; 
							margin-top: 0;
							padding: 0;
							background: none;
							/*border-top: 0;
							border-bottom: 0;*/
						}
						#mainNavi .open .open ul {
							display: block;
						}
							#mainNavi .open ul a {
								margin-left: 11px; 
								font-weight: normal;
							}
							#mainNavi .active ul a {
								color: #52595F;
							}
							#mainNavi .active ul a:hover {
								color: #52595F;
							}
							#mainNavi .open .open  a {
								font-weight: bold;
							}
							#mainNavi .open .open .active  a {
								font-weight: bold;
							}
							#mainNavi .open .active  a {
								font-weight: bold;
							}
							#mainNavi .open .open ul a {
								margin-left: 20px;
								font-weight: normal; 
							}
								#mainNavi .open .open .open a {
									font-weight: bold;
								}
								#mainNavi li li li li {
									margin-left: 11px;
								}
								#mainNavi .open .open .open ul a {
									font-weight: normal;
								}
								#mainNavi .open .open .open .active a {
									font-weight: bold;
								}
									#mainNavi .open .open .open .open a {
										font-weight: bold;
									}
			#navi-image {
				margin-top: 20px;
				margin-left: 6px;
				margin-bottom: 10px;
			}									
		#contentWrapper {
			float: left;
			width: 664px;
			min-height: 400px;
			padding-right: 10px;
		}
			#arrow_link {
				position: absolute;
				left: 230px;
				top: 500px;
				width: 200px;
				height: 30px;
				cursor: pointer;
			}
			#arrow_link_2{
				position: absolute;
				left: 460px;
				top: 500px;
				width: 150px;
				height: 30px;
				cursor: pointer;
			}
			#brand {
				padding-left: 1px;
			}
			#content {
				float: left;
				width: 100%;
			}
			
			#content a {
				color: #6d777f;
			}
			.images_container {
				margin-top: 10px;				
			}
			.container-4 {
				float: left;
				padding: 0 0 0 14px;
			}
			.container-4 h1{
				margin-bottom: 8px;
			}
			.prod-2 {
				float: left;
				width: 311px;
				margin-bottom: 15px;
			}
			.prod-2-img {
				float: left;
			}
			.prod-2-txt {
				float: left;
				width: 180px;
				margin-left: 8px;
			}	
			.pad-img { 
				margin-right: 14px;
				clear: left;
			}			
				.col {
					float: left;
					margin-right: -14px;
					padding: 0 14px;
				}
				.col p a {
					font-weight:bold;
				}
				.col #kontakt2{
					margin-top: 20px;
				}	
				.col .desc{
					margin: 0;
				}
				.col .aktion{
					width: 100%;
					padding-bottom: 20px;
					margin-top: -5px;
				}
					.col .box{
						margin-top: 5px;
						margin-bottom: 5px;
						border:solid 1px #dcdcdc;
						padding: 2px;
					}	
				.col .antwort{
					padding-bottom: 30px;
				}
					.antwort .back{
						font-weight:bold;
						float:right; 
						padding-top: 10px;
					}
						.back .backrow{
							text-align: top; 
							padding:5px; 
							display: inline;
						}
				.cols .col {
					width: 318px;
				}
				.cols .col_white_bg {
					padding: 0 14px;
					background: url(/media/images/design/white_346.gif) repeat-y;
					width: 318px;
					min-height: 463px;
				}	
				.cols .col_white_bg h1 {
					padding-bottom: 10px;
				}
					#content h1 {
						padding-top: 10px;
						font-size: 1.3333em;
						color: #787878;
						margin-bottom: -5px;						
					}
					.sIFR-active #content h1 {
						visibility: hidden;
						font-size: 16px;
						line-height: 1em;
					}
					#content h2 {
						color: #53A026;
						font-size: 1.1667em;
						font-weight: normal;
					}
					.sIFR-active #content h2 {
						visibility: hidden;
						font-size: 14px;
						line-height: 1em;
					}					
			
					#content p, #content p ul
					{
						margin-bottom:10px;
					}
					#content .container-4 .prod-2 .prod-2-txt p{
						margin-bottom: 0;
					}					
						.panelWrapper {
							float:left;
						}
							.panel {
								padding-top:3px;
								background: url(/media/images/design/layer_shadow_top.png) no-repeat;			
								float:left;
							}
								.panelContent {
									background: url(/media/images/design/layer_shadow_sides.png) repeat-y;
									padding-left:3px;
									width:629px;
									float:left;
								}
							  	#content .panelContent p {
					 					margin:0px;
					 					float:left;
					 			}
							.panelBottom {
								width:629px;
								height:14px;
								background: url(/media/images/design/layer_shadow_bottom.png) no-repeat;
								float:left;
							}
						
					#background-right 
					{
						position:absolute;
						left:540px;
						top:140px;
						background: orange;
						width:318px;
						height:500px;
					}
					
					
		#sidebar {
			float: left;
			width: 150px;
			font-size: 0.9167em;
			line-height: 1.1818em;
			padding-left:5px; 
		}
		
		#sidebar a {
			font-weight:bold;
			color: #6d777f;
		}
			#sidebar div, #sidebar .teaser-image-link a, #sidebar .teaser-link a {
				float: left;
			}
			#sidebar .teaser-link{
				margin-top: 2em;
			}
			#sidebar h1 {
				font-size: 16px; 
				color: #53A026; 
				margin-top: 20px; 
				margin-bottom: 10px;
			}
			#sidebar h4 {
				float: left;
				width: 100%;
				font-size: 1.8181em;
				line-height: 1.5em;
				text-transform: uppercase;
			}
			.sIFR-active #sidebar h4 {
				visibility: hidden;
				margin-bottom: -5px;
				font-size: 20px;
				line-height: 1em;
			}
			#newsletter {
				float: left;
				width: 100%;
			}
				#newsletter input {
					display: block;
					width: 130px;
				}
				#newsletter button {
					padding-left: 6px;
					background: transparent url(/media/images/design/arrow.gif) no-repeat left;
					border: 0;
					font: bold 1em Arial, Helvetica, sans-serif;
					text-align: left;
				}
				
				#newsletter .senden {
					padding-left: 6px;
					background: transparent url(/media/images/design/arrow.gif) no-repeat left;
					border: 0;
					font: bold 1em Arial, Helvetica, sans-serif;
					text-align: left;
					color:#555151;
					cursor:pointer;
				}

	#footer {
		float: left;
		width: 100%;
		padding: 5px 0;
		border-top: 1px solid #C7CCCB;
		font-size: 0.9167em;
		line-height: 1.3636em;
	}
		#copyright {
			float: left;
			display: inline;
			margin-left: 18px
		}
		#metaNavi {
			float: right;
		}
			#metaNavi ul {
				float: left;
			}
				#metaNavi li {
					float: left;
				}
					#metaNavi a {
						float: left;
						color: #6d777f;
						padding: 0 10px;
					}
					#metaNavi a:hover {
						color: #000000;
					}
					#metaNavi .last a {
						padding-right: 0;
					}

	/* ab hier rafa */

	.newsMeldung {
		margin-top:5px;
		margin-bottom:5px;
		display:block;
		width:100%;
		height:100px;
	}
		.newsPic {
			float:left;
			margin-right:8px;
		}

		.headLink {
			color: #742562;
		}

		.newsMeldung p {
			margin-top:7px;
			margin-bottom:7px;
		}


	#sidebar img {
		margin-top:18px;
		margin-bottom:2px;
	}

	#newsletter input {
		margin-top:4px;
	}

	.teaserRight {
		float:left;
		display:block;
		padding-top:15px;
		margin-top:14px;
		background: url(/media/images/design/trennlinie-rechte-spalte.gif) repeat-x left top;
	}
	.teaserRight h3 {
		font-size:16px;
		margin-bottom:7px;
		color:#742562;
	}
		.teaserLink {
			padding-left: 6px;
			background: transparent url(/media/images/design/arrow.gif) no-repeat left;
			border: 0;
			font: bold 1em Arial, Helvetica, sans-serif;
			text-align: left;
		}

		.teaserRight p {
			margin-top:3px;
			margin-bottom:3px;
		}

	#contentWrapper_voll {
			float: left;
			width: 830px;
			height:490px;
			min-height: 490px;
			background: url(/media/images/design/bg_home.jpg) no-repeat;
	}

/*	#contentWrapper_home {
			float: left;
			width: 994px;
			height:490px;
			min-height: 490px;
			background: url(/media/images/design/bg_start.jpg) no-repeat;
		
	}
*/

	#newsHomeHead {
		margin-left:320px;
		margin-top:108px;
		color:white;
		height:35px;
	}

	#newsHomeBlock {
		margin-left:525px;
		margin-top:60px;
		width:246px;
		color:white;
		height:70px; 
	}
		#newsHomeBlock  a{
		color:white;
		}

	.greaterThen {
		margin-left:740px;
		font-size:24px;
		color:white;
	}

	.liste {
/*		margin-left:10px; */
		padding-top:30px;
		padding-bottom:15px;
		width:280px;
		min-height: 400px;
		float: left;
/*		background-color: #000000; */
	}

		.imagePaar {
			width:280px;
			margin-top:13px;
			color:#52595F;
			padding-left:35px;
			float:left;
		}
			.imagePaar h3 {
				color:#52595F;
				margin-bottom:10px;
			}

			.imagePaar p {
				margin-top:7px;
				margin-bottom:12px;
				margin-right:5px;
			}

			.imageElement {
				float:left;
				width:140px;
			}

	

	.submitButton, #submitButton {
		cursor:pointer;
		border:0;
		background-color: white;
		font-weight:bold;
		font-size: 0.8em;
		margin-top:15px;
		color:#696969;
		display:block;
		text-align:left;
		padding-left: 6px;
		background: transparent url(/media/images/design/arrow.gif) no-repeat left;
		border: 0px! important;
		font: bold 1em Arial, Helvetica, sans-serif;
		text-align: left;
	}
	
	#kontakt input {
		border:solid 1px #dcdcdc;
	}
 
	#main_leer {
		float: left;
		width: 100%;
		background: url(/media/images/design/bg_content_2.gif) repeat-y left top;
	}
	
	#main_einstieg {
			float: left;
			width: 100%;
			background: url(/media/images/design/einstiegseite-navi.jpg) repeat-y left top;
		}
		
	#main_home {
			float: left;
			width: 100%;
			background: url(/media/images/design/home-navi-balken.jpg) repeat-y left 6px ;
		}
		
	#mainNaviWrapper_home {
			float: left;
			width: 166px;
			min-height: 490px;
		}
	
	#mainNavi_home {
				padding: 1.5em 0;
				background: url(/media/images/design/navi-line.gif)  no-repeat;
			}
			#mainNavi_home ul li {
				border-top: 1px dotted #FFFFFF;
			}
			#mainNavi_home ul li ul {
				border-top: 1px dotted #FFFFFF;
				border-bottom: none;
			}			
			#mainNavi_home ul li ul li{
				border-top: none;
			}
			#mainNavi_home ul li ul li ul{
				border-top: none;
			}
			#mainNavi_home ul li ul li ul li{
				border-top: none;
			}			
			#mainNavi_home ul {
				border-bottom: none;
			}	
			#mainNavi_home ul {
				border-top: none;
			}
				#mainNavi_home li {
					display: block;
					line-height:15px;
				}
					#mainNavi_home a {
						display: block;
						margin: 0;
						padding-left:8px;
						padding-right:8px;
						color: #555151;
						padding-bottom:2px;
						padding-top:2px;
					}
					#mainNavi_home .navi_level1 {
						background-color:#53A026; 
						color:white;
					}
					#mainNavi_home .active a, #mainNavi a:hover {
						color: #FFFFFF;
					}
					#mainNavi_home .open a {
						font-weight: bold;
					}
					
					/* active gewinnspiel...*/
					#mainNavi_home .active  {
						font-weight: bold;
					}
					#mainNavi_home li ul {
						display: none;
						margin:0;
					}
					#mainNavi_home .open ul {
						display: block;
					}
						#mainNavi_home .open li ul {
							display: none; 
							margin-top: 0;
							padding: 0;
							background: none;
							/*border-top: 0;
							border-bottom: 0;*/
						}
						#mainNavi_home .open .open ul {
							display: block;
						}
							#mainNavi_home .open ul a {
								margin-left: 11px; 
								font-weight: normal;
							}
							#mainNavi_home .active ul a {
								color: #52595F;
							}
							#mainNavi_home .active ul a:hover {
								color: #52595F;
							}
							#mainNavi_home .open .open  a {
								font-weight: bold;
							}
							#mainNavi_home .open .open .active  a {
								font-weight: bold;
							}
							#mainNavi_home .open .active  a {
								font-weight: bold;
							}
							#mainNavi_home .open .open ul a {
								margin-left: 20px;
								font-weight: normal; 
							}
								#mainNavi_home .open .open .open a {
									font-weight: bold;
								}
								#mainNavi_home li li li li {
									margin-left: 11px;
								}
								#mainNavi_home .open .open .open ul a {
									font-weight: normal;
								}
								#mainNavi_home .open .open .open .active a {
									font-weight: bold;
								}
									#mainNavi_home .open .open .open .open a {
										font-weight: bold;
									}
									
	.content_voll_h1 {
		margin-top: 10px;
		font-size: 1.8333em;
		color: #787878;
		padding: 0 14px;
	}

	.content_voll_h2 {
		font-size: 1.6667em;
		color: #53A026;
		padding: 0 14px;
	}

	.productheadline {
		border-bottom:3px solid #742562;
		color:#742562;
		display:block;
		font-weight:bold;
		margin-bottom:-10px;
		width:314px;
	}

	.produktgruppe caption {
		color:#742562;
		font-weight:bold;
		text-align:left;
		border-bottom:solid 3px #742562;
	}
	.produktgruppe .lt_caption{
		color:#742562; 
		font-weight:bold; 
		text-align:left; 
		border-bottom: solid 1px #742562;
	}
	.produktgruppe {
		margin-bottom:10px;
	}
	
	#sprachwahl ul li
	{
		margin-bottom:5px;
	}
	
	#ueber_start
	{
		position:absolute; 
		left:515px; 
		top:195px; 
		color:white; 
		font-size:1.1em; 
		font-weight:bold;
	}
	
	#sprachwahl 
	{
		position:absolute; 
		left:520px; 
		top:240px; 
		font-size:1.0em; 
		font-weight:bold;
	}
	
	.normal_font
	{
		font-weight:normal;
	}
	
	#language .pane {
		display: block; 
		float: left; 
		position: absolute;
		left:-16px;
		top: 24px;
		width: 54px;
		padding: 10px 20px 15px 13px;
		background: #ffffff url(/media/images/design/layer-gradient.gif) repeat-x bottom;
		border: 1px solid #a1a1a1;
		font-size: 1.1em;
		line-height: 1.6363em;
	}
	
	#languages ul {
		float:left;
	}
	
	#languages ul li {
		float: left; 
		position: relative;
		display: inline;
		float: none;
	}
	
	#languages ul li a {
		display: block;
		float: none;
		padding: 0 0 0 6px;
		background: none;
		white-space: nowrap;
	}
	
	#languages {
		display: block; 
		float: left; 
		position: absolute; 
		left: 923px; 
		top: 0px;
	}
	
	#languages .tab {
		display: block; 
		float: left; 
		position: absolute;
		left: -1px;
		top: 0;
		height: 12px; 
		padding: 6px 12px 7px;
		background: #ffffff;
		border: 1px solid #a1a1a1;
		border-top: 0;
		border-bottom: 0;
		cursor: default;
	}
	
	.error {
		color: #ff0000;
	}
	
	#EMail { 
		overflow:hidden;
		display:block;
		
		border:1px solid #DCDCDC;
	}
	
	#Anrede_0 , #Anrede_1 {
		margin-right:4px;
		border: 0px! important; 
	}
	
	.kontaktSubmit, #_submit {
		cursor:pointer;
		border:0;
		background-color: white;
		font-weight:bold;
		font-size: 0.8em;
		margin-top:15px;
		color:#696969;
		display:block;
		text-align:left;
		padding-left: 6px;
		background: transparent url(/media/images/design/arrow.gif) no-repeat left;
		border: 0px! important;
		font: bold 1em Arial, Helvetica, sans-serif;
		text-align: left;
	}
	
	#content .col h1 {
		font-size:16px;
	} 
	
	#content .col h2 { 
		font-size:14px;
	}

	#content li {
		list-style-type:disc;
		margin-left:12px; 
		/*margin-bottom: 8px;
	*/}
	
	#content .list_faq {
		list-style-type:none;
		margin-left:0px; 
	}
	
	.list_faq {
		list-style-type:none;
		margin-left:0px;
		margin-bottom:10px;		
	}
	
	#content ul {
		margin-bottom:10px; 
	}
	
	#kontakt2 input {
		border:1px solid #DCDCDC;
	}
	#Datenschutz {
		margin-right:5px;
	}
	
	.imagePaar p {
		font-size:11px;
		margin-top:3px; 
	}
	
	#Bestellung {
		width:208px;
		overflow:hidden;
		display:block;
		border:1px solid #DCDCDC;
	}
	
	.bigImage img {
		display: inline;
		margin-left: 35px;
		margin-bottom: 15px;
		float:left;
	}
		.bigImage h3 {
				color:#52595F;
				margin-bottom:10px;
				margin-left: 35px;
			}

			.bigImage p {
				margin-top:7px;
				margin-bottom:12px;
				margin-right:5px;
			}
	.tabelle img {
		display: inline;
		margin-left: 24px;
		margin-bottom: 15px;
		float:left;
	}
		.tabelle h3 {
				color:#52595F;
				margin-bottom:10px;
				margin-left: 35px;
			}

			.tabelle p {
				margin-top:7px;
				margin-bottom:12px;
				margin-right:5px;
			}

.download_teaser_einzeln img {
		float:left;
		margin-right:5px;
		margin-left:5px;
		margin-top:5px;
		display:block;
}
	
	.download_link {
		font-weight:bold;
		display:block;
	}
	
	.download_teaser_einzeln {
		width:315px;
		float:left;
		margin-bottom:15px;
		padding:0;
	}
	
.arrow {
	background: url(/media/images/design/arrow.gif) no-repeat left center;
	padding-left: 7px;
	line-height:9.676pt;
	}
