* { 
	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: #6d777f;
}
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: #6D777F;
	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;
			}
			.pala #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: #6d777f;
								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;
							}
							
			#worldwide {
				float:right;
				width:73px;
				height:24px;
				margin-right: 4px;
				margin-left: 10px;
			}
				#worldwide a {
					float: right;
					margin-top: 3px;
					padding: 3px 13px;
					background: #ededed;
					color: #6d777f;
				}
				#worldwide a:hover { 
					color: #000000; 
				}
						
						
			#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;
				}
				.pala #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 #C9C9C9;
			}
			#mainNavi ul li ul {
				border-top: 1px dotted #C9C9C9;
				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;
					}
					#mainNavi a:hover {
						color: #000000;
					}
					#mainNavi .navi_level1 {
						background-color:#7B5873; 
						color:white;
					}
					#mainNavi .active a, #mainNavi a:hover {
						color: #FFFFFF;
					}
					#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;
		}
		
		#worldmap_content{
			background-image: url(/media/images/design/bg-start.jpg);
			height: 490px; 
		}
			#worldmap_content #worldmap_headline{
				color: #FFFFFF;
				font-size:1em;
				font-weight:bold;
				left:645px;
				position:absolute;
				top:224px;
			}
			#worldmap_content #sprachwahl{
				color: #000000;
				font-size:1em;
				font-weight:bold;
				left:645px;
				position:absolute;
				top:250px;
			}
			#worldmap_content span{
				font-weight:normal;
			}			
			#worldmap_content a{
				color: #000000;
			}
			
			
			#arrow_link {
				position: absolute;
				left: 926px;
				top: 390px;
				width: 16px;
				height: 14px;
				cursor: pointer;
			}
			#brand {
				padding-left: 1px;
			}
			#content {
				float: left;
				width: 100%;
			}
			
			/*Headline Text Video*/
			#main_leer #content h1{
				margin: 10px 0 10px 14px;
				padding: 0;
			} 
			#main_leer #content .head-text-video{
				float: left;
				margin: 10px 0 10px 14px;
			}
				.head-text-video h3{
					margin-bottom: 10px;
				}
			/*End Headline Text Video*/
			
			/*Troubleshooter*/
				#content .trouble{
					margin-left: 14px;
				}
				#content .trouble-4{
				width: 650px;
				margin: 14px 0 0 14px;
				float: left;
				display: inline;
			}
				.trouble-4 dl {
					float: left;
					width: 100%; 
					border-bottom: 1px solid #ededed;
				}
				.trouble-4 dt {
					float: left;
					width: 100%;
					padding: 9px 0;
					border-top: 1px solid #ededed;
					font-weight: bold;
				}
				.trouble-4 .open .trouble-head {
					background-image: url(/media/images/design/trouble_up.gif);
				}
				.trouble-4 .trouble-head {
					background: url(/media/images/design/trouble_down.gif) no-repeat;
					float: left;
					padding-left: 36px;
					font-weight: bold;
				}
				.trouble-4 dd {
					/*float: left;*/
					width: 100%;
					margin-top: -9px;
					padding: 9px 0;
				}
				.trouble-4 .close {
					display: none;
				}
				.trouble-4 .trouble-elem {
					float: left;
					padding: 0 0 14px 0;
					font-weight: normal;
					display: inline; 
				}
				.trouble-4 .trouble-elem-img {
					float: right;
					padding-bottom: 9px;
					padding-right: 14px;
					font-weight: normal;
				} 
				
				.trouble-4 .keyvalue_container{
					float: left;
					width: 417px;
				}
				.keyvalue_container .key-value-pair {
					float: left;
					width: 417px;
				}
				.keyvalue_container .key-value-pair .key {
					width: 85px;
					float: left;
					font-weight: bold;
				}
				.keyvalue_container .key-value-pair .value {
					float: left;
					width: 318px;
				}
			
			#content_two_column_container {
				background: url(/media/images/design/navi-gradient-2.gif) repeat-x;
				min-height:463px;
			}
			.minHeightIEProblem {
				min-height: 30px;
			}			
			#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;
			}	
			
				/* Flash ?ber zwei Spalten*/
				.rightCol{
					float: right;
					width: 318px;
				}
				.leftCol{
					float: left;
					width: 318px;
				}
				/* Ende Flash ?ber zwei Spalten*/
				.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;
				}
					#content h1 {
						padding-top: 10px;
						font-size: 1.3333em;
						color: #742562;
						margin-bottom: -5px;						
					}
					.sIFR-active #content h1 {
						visibility: hidden;
						font-size: 16px;
						line-height: 1em;
					}
					#content h2 {
						color: #742562;
						font-size: 1.1667em;
						font-weight: normal;
					}
					.sIFR-active #content h2 {
						visibility: hidden;
						font-size: 14px;
						line-height: 1em;
					}				
				.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: 16px;
						color: #742562;
						margin-bottom: -5px;
					}
					#content h2 {
						font-size: 1.6667em;
						color: #742562;
					}
					
					#content p, #content p ul
					{
						margin-bottom:10px;
					}
					#content .container-4 .prod-2 .prod-2-txt p{
						margin-bottom: 0;
					}					
						.leftCol .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;
					 			}
									#content .panelContent .container{
										background-color: #FFFFFF;
										width: 623px;
									}
							.panelBottom {
								width:629px;
								height:14px;
								background: url(/media/images/design/layer_shadow_bottom.png) no-repeat;
								float:left;
							}
						#video {
							padding-left: 32px;
							padding-top: 56px;
							background: url(/media/images/design/navi-gradient-2.gif) repeat-x;							
							height:465px;
							width:286px;
						}
					#background-right 
					{
						position:absolute;
						left:540px;
						top:140px;
						background: orange;
						width:318px;
						height:500px;
					}
					
					#background_right
					{
						display: none;
					}
					
					#image-bild {
						position: absolute;
						top: 156px;
						left: 498px;
					}
					
					
		#sidebar {
			float: left;
			width: 150px;
			font-size: 0.9167em;
			line-height: 1.1818em;
			padding-left:5px; 
		}
		
		#sidebar a {
			font-weight:bold;
		}
		
			#sidebar h1 {
				font-size: 16px; 
				color: #742562; 
				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;
			}
			#sidebar img {
				margin-top:18px;
				margin-bottom:10px;
			}
			#sidebar .tsr-1-rc,
			#sidebar .tsr-1-fc,
			.tsr-1-fc .tsr-1-img,
			.tsr-1-fc .tsr-1-link,
			.tsr-1-rc .tsr-1-img,
			.tsr-1-rc .tsr-1-link{
				float: left;
				display: inline;
			}
			#sidebar .tsr-1-fc{
				margin-top: 22px;
			}
				#sidebar .tsr-1-rc img,
				#sidebar .tsr-1-fc img{
					margin-bottom: 5px;
				}
				#sidebar .tsr-1-fc .tsr-1-link a {
					color: #6D777F;
					padding-left: 7px;
					background: transparent url(/media/images/design/arrow.gif) no-repeat scroll left 0.4em;
				}
			#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:#696969;
					cursor:pointer;
				}

	#footer {
		float: left;
		width: 100%;
		padding: 5px 0;
		border-top: 1px solid #c9c9c9;
		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 .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:10px;
	}

	#newsletter input {
		margin-top:4px;
	}

	.teaserRight {
		float:left;
		display:block;
		padding-top:15px;
		/*background: url(/media/images/design/trennlinie-rechte-spalte.gif) repeat-x left top;*/
		width: 140px;
	}
	.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 {
			background: url(/media/de/images/design/bg_home.jpg) no-repeat;
			/*display: none;*/
			float: left;
			height:490px;
			min-height: 490px;
			width: 830px;			
	}

/*	#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:527px;
		margin-top:200px;
		width:246px;
		color:white;
		height:80px; 
	}
		#newsHomeBlock  a{
			color: #FFFFFF;
		}

	.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;
	}

	.content_voll_h1 {
		margin-top: 10px;
		font-size: 1.8333em;
		color: #742562;
		padding: 0 14px;
	}

	.content_voll_h2 {
		font-size: 1.6667em;
		color: #742562;
		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:-15px;
		top: 24px;
		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.lang_worldwide{
		left: 836px;
	}
	
	#languages .tab {
		display: block; 
		float: left; 
		position: absolute;
		left: 0;
		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;
		display:block;
}
	
	.download_link {
		font-weight:bold;
		display:block;
	}
	
	.download_teaser_einzeln {
		width:315px;
		float:left;
		margin-bottom:20px;
		padding:0;
	}

a.file_link{
	background: url(/media/internalnotforuse/layout_media/pdf-icon.gif) no-repeat left;
	padding-left: 25px;
}
	
.layer-small-top { 
	background: url(/media/images/design/layer-small-schatten-oben.png) no-repeat; 
}
.layer-big-top { 
	background: url(/media/images/design/layer-big-schatten-oben.png) no-repeat; 
}
.layer-small {
	background: url(/media/images/design/layer-small-schatten-linksrechts.png) repeat-y;
}
.layer-big {
	background: url(/media/images/design/layer-big-schatten-linksrechts.png) repeat-y;
}
.layer-close {
	background: url(/media/images/design/layer-schliessen.gif) no-repeat;
}
.layer-small-content,
.layer-big-content {
	background: #ffffff url(/media/images/design/layer-verlauf.gif) repeat-x;
}
.layer-small-bottom { 
	background: url(/media/images/design/layer-small-unten-ecke.png) no-repeat; 
}
.layer-big-bottom { 
	background: url(/media/images/design/layer-big-unten-ecke.png) no-repeat; 
}
.layer-small-container,
.layer-big-container {
	float: left;
	position: absolute;
	top: 162px;
}
.layer-small-container {
	left: 302px;
	width: 532px;
}
.layer-big-container {
	left: 136px;
	width: 698px;
}
	.layer-small-top,
	.layer-big-top {
		float: left;
		width: 100%;
		height: 4px;
	}
	.layer-small,
	.layer-big {
		float: left;
		position: relative;
		padding: 0 4px;
	}
	.layer-small {
		width: 524px;
	}
	.layer-big {
		width: 690px;
	}
		.layer-close {
			position: absolute;
			right: 8px;
			top: 4px;
			width: 19px;
			height: 14px;
			cursor: pointer;
		}
		.layer-small-content,
		.layer-big-content {
			float: left;
			min-height: 219px;
			padding: 18px 18px 0;
		}
		.layer-small-content { width: 488px; }
		.layer-big-content { width: 654px; }
	.layer-small-bottom,
	.layer-big-bottom {
		float: left;
		width: 100%;
		height: 38px;
	}
	
#layer-left, #layer-right {
	width: 318px;
	float: left;
}
#layer-left .col, #layer-right .col {
	padding: 0px;
	margin: 0px;
}
#layer-right {
	margin-left: 14px;
}

/* Flash Layer */

#overlay_hide{
	background-color: #31182B; 
	display:none; 
	filter: ALPHA(opacity=85); 
	height:100%; 
	left:0; 
	opacity:0.7; 
	position:absolute; 
	top:0; 
	width:100%; 
	z-index: 100;
}

#overlay_frame{
	height:100%; 
	display: none; 
	left:0; 
	position:absolute; 
	top:0; 
	width:100%; 
	z-index:150;
}
#flashContent{
	height:600px; 
	margin-left:auto; 
	margin-right:auto; 
	position:relative; 
	width:960px;
}

/* END Flash Layer */


/*Flash �ber zwei Spalten*/
.two-columns object{
	display: inline;
}


/* Downloads */
.panelWrapper .panel {
	width: 623px;
	padding-top: 3px;
}

.panel .panelContent {
	width: 623px;
}

.panelContent .tbl-4 {
	background-color:#7B5873;
	color:#FFFFFF;
	width: 100%;
}

.panelContent .tbl-4 .dl-tbl {
	width: 100%;
}

.panelContent .tbl-4 .dl-tbl th {
	padding: 2px 5px;
	text-align: left;
}

.panelContent .tbl-4 p {
	color: #000;
	font-weight:bold;
	padding:5px 10px;
	background-color: #fff;
	float: none !important;
}

#sidebar .form-1 .form-grp select {
	font-size:1em;
	width:95%;
}

#sidebar .hl-1 {
float:left;
font-size:1.244em;
margin-bottom:14px;
margin-top:60px;
width:100%;
}

#sidebar .form-1 .go-btn button {
	background:url(/media/images/design/arrow.gif) no-repeat scroll left 0.5em transparent;
	border:0 none;
	cursor:pointer;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:1.3333em;
	line-height:1.3333;
	margin-left:5px;
	padding-left:5px;
	text-align:left;
}

#sidebar .form-grp select {
	margin-bottom: 14px;
}

#sidebar .form-1 .form-grp label {
	font-weight:bold;
	margin-bottom:3px;
}

.panelContent table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}

.panelWrapper .dl-tbl tbody .dl {
	background-color: #f6eff7;
}

.panelWrapper .dl-tbl tbody td {
	border-bottom:1px solid #C9C9C9;
	font-size:0.9em;
	padding:6px 9px;
	vertical-align:top;
	background-color: #fff;
	color: #000;
}

.pdf {
	background:url(/media/internalnotforuse/layout_media/pdf-icon.gif) no-repeat scroll left 1px transparent;
	display:block;
	font-weight:normal;
	line-height:18px;
	margin:5px 0;
	padding-left:25px;
}

#content .panelWrapper .dl-tbl tbody td p {
	margin:0;
	padding:0;
}

/* END Downloads */


/**
* Pala Systemkreis 
*/
#slideWrapper {
	background: url(/media/images/content/systemkreis/hintergrund.jpg) 0 0  no-repeat;
	color: #FFFFFF;
	float: left;
	height: 295px;
	margin-bottom: 20px;
	padding: 40px 50px;
	position: relative;
	width: 523px;
}
.no-js #slideWrapper {
	overflow-y: scroll;
    width: 540px;
}
	#slideWrapper .slider {
		font-size: 11px;
		height: 295px;
		position: relative;
		width: 523px;
	}
	#slideWrapper .slide {
		height: 280px;
		width: 523px;
	}
	.no-js #slideWrapper .slide {
		margin-bottom: 30px;
	}
		#slideWrapper .slider h3 {
			font-size: 20px;
			margin-bottom: 15px;
		}
		#slideWrapper .slider h4 {
			font-size: 20px;
			margin-bottom: 15px;
			text-align: center;
		}
		#slideWrapper .slider img.imgLeft {
			float: left;
			height: 188px;
			margin: 20px;
			width: 215px;
		}
		#slideWrapper .slider .text{
			margin-left: 255px;
		}
			#slideWrapper .slider .text li {
				list-style-type: none;
				margin-left: 0;
			}
				#slideWrapper .slider .text li a:before {
					content: ">>";
					font-weight: bold;
					padding-right: 3px;
				}
				#slideWrapper .slider .text li a {
					 color: #FFFFFF;
					font-weight: bold;
					line-height: 1.5;
				}
		#slideWrapper .previews {
			bottom: 10px;
			left: -40px;
			position: absolute;
			width: 610px;
		}
			#slideWrapper .previews div {
				float: left;
				width: 86px;
			}
				#slideWrapper .previews img {
					height: 82px;
					margin: auto;
					width: 82px;
				}
	#slideWrapper #overview {
		background: url(/media/images/content/systemkreis/uebersicht.png) 0 0 no-repeat;
		color: #FFFFFF;
		display: block;
		left: -50px;
		line-height: 28px;
		padding-left: 10px;
		position: absolute;
		top: -40px;
		width: 99px;
	}
	#slideWrapper #overview:before {
		content: "<<";
		padding-right: 3px;
	}
	#slideWrapper #prev,
	#slideWrapper #next 	{
		height: 87px;
		position: absolute;
		top: 147px;
		text-indent: -5000px;
		width: 44px;
	}
	.no-js #slideWrapper #prev,
	.no-js #slideWrapper #next {
		display: none;
	}
	#slideWrapper #prev {
		background: url(/media/images/design/pfeil_links.png) 0 0 no-repeat;
		left: 0;
	}
	#slideWrapper #next 	{
		background: url(/media/images/design/pfeil_rechts.png) right 0 no-repeat;
		right: 0;
	}
	#slideWrapper #slideNav {
		bottom: 10px;
		height: 47px;
		left: 8px;
		margin-left: 7px;
		position: absolute;
	}
		#slideNav div {
			background: url(/media/images/design/prozesspfeil_inaktiv.png) 0 0 no-repeat;
			display: table;
			float: left;
			height: 39px;
			margin-left: -11px;
			padding-left: 11px;
			padding-right: 8px;
			/*width: 78px;*/
		}

		#slideNav div.activeSlide {
			background: url(/media/images/design/prozesspfeil_aktiv.png) 0 0 no-repeat;
			height: 47px;
			margin-top: -4px;
			width: 81px;
		}
		#slideNav div.start{
			display: none;
		}
		#slideNav div.start.activeSlide{
			display: block;
			margin: 0;
			padding: 0;
			visibility: hidden;
			width: 3px;
		}
			#slideNav div a {
				display: table-cell;
				font-size: 11px;
				font-weight: bold;
				text-align: center;
				vertical-align: middle;
				width: 78px;
			}
			#slideNav div.activeSlide a {
				color: #FFFFFF;
			}
	
/**
* Ende Pala Systemkreis 
*/


/* * * * * * * * *  Content-Highlighting (Layout Anpassung) * * * * * * *  * * */

.fsPreview_default, .fsHover_default {
	border: none;
	padding: 0px;
}

.fsPreview_accentuated, .fsHover_accentuated {
	border: 1px solid #961a59;
	border-left-width: 7px !important;
    display: block;
    clear: both;
    overflow: hidden;
}	
/* * * * * * * * *  Content-Highlighting ENDE * * * * * * *  * * */

/* * * * * * * * *  Jquery Update - neue CSS * * * * * * *  * * */
#toolbar li div,
#language li div {
	display: none;
}
#toolbar li div div,
#language li div div {
	display: block;
}

#hk-worldmapNavi .hk-imagelink a {
	background: #ffffff url() no-repeat;
	height: 41px;
	padding: 0;
	text-indent: -9000px;
	width: 140px;
}
#hk-worldmapNavi .hk-imagelink a:hover {
	background: #ffffff url() no-repeat;
}

#hk-wmmap-world-hl div,
#hk-wmmap-america-hl div,
#hk-wmmap-europe-hl div,
#hk-wmmap-asia-hl div {
	background-repeat: no-repeat;
	display: none;
}
#hk-wmeurope-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/continents/europa~1.png); }
#hk-wmamerica-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/continents/amerika~1.png); }
#hk-wmasia-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/continents/asien~1.png); }
#hk-wmaustralia-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/continents/australien~1.gif); }
#hk-wmcanada-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/canada~1.gif); }
#hk-wmusa-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/usa~1.gif); }
#hk-wmbrazil-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/brasilien~1.gif); }
#hk-wmmexico-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/mexico~1.gif); }
#hk-wmbenelux-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/benelux~1.gif); }
#hk-wmgermany-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/deutschland~1.gif); }
#hk-wmfrance-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/frankreich~1.gif); }
#hk-wmgreatbritain-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/grossbritannien~1.gif); }
#hk-wmitalia-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/italien~1.gif); }
#hk-wmaustria-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/oesterreich~1.gif); }
#hk-wmswiss-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/schweiz~1.gif); }
#hk-wmscandinavia-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/skandinavien~1.gif); }
#hk-wmspain-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/spanien~1.gif); }
#hk-wmcentraleasteurope-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/centralost-europa~1.gif); }
#hk-wmsoutheasteurope-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/suedost-europa~1.gif); }
#hk-wmcommonindependantstates-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/cis.gif); }
#hk-wmcombination-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/asien-verbund~1.gif); }
#hk-wmchina-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/china~1.gif); }
#hk-wmjapan-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/japan~1.gif); }
.hk-back-map-high { background-image: url(/media/internalnotforuse/layout_media/worldmap_hkg/countries/back_button~1.gif); }
#hk-wmmaps .hilite {
	color: #000000;
}
.map-fix-element img {
	visibility: visible;
}

.js #wm-countries,
.js .worldmap .wm-country,
.js .worldmap .wm-contacts,
.js #wm-line {
	display: none;
}

.js #scroller .container li {
	cursor: pointer;
}
#track {
	background: none;
	display: none;
	margin-left: 25px;
	width: 544px;
}
#handle {
	background: url(/media/internalnotforuse/layout_media/scroll-track.gif) repeat-x;
	height: 15px;
	left: -25px;
	position: absolute;
	top: 0;
	width: 594px;
}
.ui-slider-handle {
	background: url(/media/internalnotforuse/layout_media/scroll-handle.gif) repeat-x;
}
.ui-slider-handle {
	cursor: default;
	height: 13px;
	margin-left: -25px;
	position: absolute;
	top: 1px;
	width: 50px;
}
#button-up,
#button-down {
	background-color: #ffffff;
	display: none;
}
.js .scroller-container-4 > .container-4,
.js .scroller-container2-4 > .container-4 {
	display: none;
}

.js .accordion_un-toggle {
	background-image: url();
	background-repeat: no-repeat;
}
.js #accordion_un .ui-state-active {
	background-image: url();
}

.js .faq-4 dd,
.js .faq-2 dd,
.js .trouble-4 dd {
	display: none;
}
.js .faq-4 .open,
.js .faq-2 .open,
.js .trouble-4 .open {
	display: block;
}
.js .faq-4 .faq-q,
.js .faq-2 .faq-q,
.js .trouble-4 .trouble-head {
	cursor: pointer;
}

.rotator {
	float: left;
	min-height: 491px;
}
	 .js .rotator #nav{
		margin-left:695px;
		margin-top:312px;
		position: relative;
		z-index:100; 
	}
		.js .rotator #nav a{
			float: left;
		}
			.js .rotator #nav a{
				background: url(/media/images/design/button-inaktiv.gif) no-repeat center;
				height: 20px;
				margin-right:8px; 
				margin-top: 5px;
				width: 20px;
				font-weight: bold;
				color: #000;
				text-align: center;
				padding-top: 2px;
			}
			.js .rotator #nav a.activeSlide{
				background: url(/media/images/design/button-aktiv.gif) no-repeat center 2px;	
				height: 28px;
				margin-top:0px;
				width: 28px;
				font-weight: bold;
				color: #fff;
				text-align: center;
				display: block;
				padding-top: 7px;
			}
			.js .rotator #nav a:focus {
				outline:none;
			}

#indizes .wolink {
	cursor: default;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #342431;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: none;
	position: absolute;
	top: 0;
	width: 0;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 54px;
	height: 9px;
	background: transparent url(/media/images/design/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

				
