/*
 Screen style ZAPF
*/

/* Standard Presets */

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, fieldset, label, input, select, dl, dt, dd, div, legend, embed, object {
    margin: 0;
    padding: 0;
}

body {
	color: #666666;
	font: 75%/1.4em Arial, Helvetica, sans-serif;
	background: #ffffff;
	width:100%;
	height:100%;
	text-align: center;	
	float:left;
}

#footer,
#navMain #suche select,
#navSub ul li,
#contentContainers{
	font-size: 95%;
}


#tools ul li a,
#crumb li,
#footer .freudenbergFooter{
	font-size: 85%;
}
	
.hide, dfn, hr, span {
   display:none;
}



.show { 
	display:block
}

.floatL { 
	float:left; 
}

.floatR { 
	float:right; 
}

.clear { 
	clear:both; 
}

.alignRight {
	text-align:right;
}

.error { 
	color: #f00; 
}

p.error { 
	margin-bottom: 15px;
}

img {
	border:0;
}

sup {
	font-size:80%;
}

h3 sup {
	font-size:60%;
	line-height:10px;
}

ul {
	list-style: none; 
}

.hrDivider { 
	border:0;
	border-bottom:1px #D4D4D4 dashed;
	line-height:1px; 
	height:1px;
	left:auto;
	top:auto; 
	float:left; 
	width:100%; 
	padding:0 0 0 0; 
	line-height:1px;
	display:block;
	overflow:visible;
	position:relative;
}


select, input, textarea {
	font: 100% Arial, Helvetica, sans-serif;
	border: 1px solid #d3d3d3;
	color: #6a6a6a;
}

input {
	height: 18px;	
	padding-left: 4px;
}


fieldset {
	border: 0;		
}

p {padding:0 0 15px 0;}

abbr, acronym {
    cursor: help;
}

ol { 
	margin:15px 0 35px 23px;	
}

ol li { 
   padding: 3px 0 9px 0; 	
	line-height: normal;
}



/* Defaults */
.small {display:block;
font-size:11px;}
h1 {
	width: 314px;
	height: 115px;
	background: transparent url(../images/pi_logo_zapf.png) no-repeat 0 0;
	float:left;
}


#wrapBgWelcome h1 {height:130px;}

h1 a {
	height: 115px;
	display: block;
}


.sub h1 {
/*	float: left;*/
	
}

h2 {

}
h3 { 
	float:left;
	padding:2px 0 0 58px;
	color:#e47fba;
	font-size:22px;
	font-weight:lighter;
	line-height:28px;
	position:absolute;
}
h3.small { 

	font-size:19px;
}
h4 { font-weight: bold; font-size: 100%;  margin:0 0 10px 0;}
h5 { font-weight: bold; font-size: 100%;  }
h6 {}


a {
	color:#e480ba;
	text-decoration: none;
}

a:hover, 
a:active {
	color:#86acc6;
	text-decoration: none;
}



/* Container */

#wrapBgWelcome{
	width: 100%;
	min-height:990px;
		padding-bottom:5px;
		background: transparent url(../images/bg_welcome.jpg) no-repeat center top;
}

#wrapBgSub{
	width: 100%;
	float:left;
		background: transparent url(../images/bg_mitte.png) repeat-y center top;
}

#wrapPageHeader{
	width: 100%;
	float:left;
		background: transparent url(../images/bg_header.png) no-repeat center top;
}

#wrapPageFooter{
	width: 100%;
	float:left;
		background: transparent url(../images/bg_footer.png) no-repeat center bottom;
		padding-bottom:5px;	
}


#page {
	width: 990px;
	margin-left: auto; margin-right: auto;
	text-align: left;	
}

/* NAVIGATION */

	#navCorporate ul {
		float:left;
		padding:20px 0 0 64px;
	}
	
	.language_EN #navCorporate ul,
	.language_UK #navCorporate ul{
		padding:20px 0 0 55px;
	}
	
	#navCorporate ul li {
		float:left;
		background: transparent url(../images/pi_bullet_01.gif) 0 6px no-repeat;
		margin-right:15px;
		padding-left:8px;
	}
	
	#navCorporate ul li a {
		color:#86acc6;
		font-weight:bold;
		float:left;
	}
	
	#navCorporate ul li a:hover {
		color:#89a617;
		font-weight:bold;
	}
	
	#navCorporate .navCorporate06 {
		display:none;
	}
	
		/* navCorporate 2nd Level */
		
		#navCorporate ul ul { 
			position:absolute; 
			display:none;  
			z-index: 11; 
			width:170px;
			height:auto;
			margin:17px 0 0 -10px;
			padding:0;
			background:#e3ebf4;
			border:2px #fff solid;
			border-top:1px #fff solid;
			float:left;
		}
		.language_EN #navCorporate ul ul,
		.language_UK #navCorporate ul ul{
			padding:0;
		}
		
		
		#navCorporate li:hover ul { 
			display:block; 
			z-index: 10; 
		}
		
		#navCorporate li li { 
			z-index: 10; 
			border-bottom:1px solid #bdd0e3;
			border-top:1px solid #fff;
			background:none;
			width:170px;
			padding:0;
			margin:0;
			height:auto;
			line-height:normal;	
		}
		
		#navCorporate li li a {
			display:block;
			font-weight:normal;
			z-index: 10; 
			font-size:90%; 
			padding:4px 0 4px 10px;
			color:#6d99b7;
			height:auto;
			width:160px;
		}
		
		#navCorporate li li a:hover { 
			border-top:0; 
			background:#f2f6f9;
			font-weight:normal;
			color:#e74999; 
			z-index: 10; 
			text-decoration: none;
		}
		
		#navCorporate li ul:hover, #navCorporate li.sfhover4 ul { 
			display:block; 
			z-index: 10;
		}
		
		/* NavMain 2nd Level */
	
	/* NAV COUNTRY */
	
	#navCountry ul,
	#navProdukte ul {
		float:left;
		width:162px;
		margin-top:12px;
	}
	
	#navCountry ul li,
	#navProdukte ul li {
		font-size:90%;
		width:144px;
		height:22px; /* 22*/
		float:left;
	}
	
	#navCountry ul li a,
	#navProdukte ul li a {
		background: transparent url(../images/bg_language.gif) 0 0 no-repeat;
		color:#86acc6;
		padding:7px 0 0 20px;
		width:144px;
		height:22px;
		display:block;
	}
	
	
	#navCountry ul li a:hover,
	#navProdukte ul li a:hover {
		background: transparent url(../images/bg_language_hover.gif) 0 0 no-repeat;
		color:#fff;
	}
	
		/* Navigator Produkte */
		
		#navProdukte h4 {
			font-size:12px;
			text-transform:uppercase;
			margin:0;
		}
		
		#navProdukte ul {
			padding:0 0 0 8px;
		}

		#navProdukte ul li a {
			background: transparent url(../images/bg_navProdukte.gif) 0 0 no-repeat;
		}
		
		#navProdukte ul li a:hover {
			background: transparent url(../images/bg_navProdukte_hover.gif) 0 0 no-repeat;
		} 
	
	/* navCountry 2nd Level */

		#navCountry ul ul,
		#navProdukte ul ul { 
			position:absolute;
			float:left;
			margin:-2px 0 0 12px;
			padding:0;
			display:none;  
			z-index: 11; 
			width:135px;
		}
		
		
		#navCountry li:hover ul,
		#navProdukte li:hover ul { 
			display:block; 
			z-index: 10; 
		}
		
		#navCountry li li,
		#navProdukte li li { 
			z-index: 10; 
			float:left;
			width:127px;
			height:auto;
			background:0;
			padding:0;
			line-height:normal;
		}
		
		#navCountry li li a,
		#navProdukte li li a {
			display:block; 
			background:#fff;
			border:1px #e3edf4 solid;
			border-top:0;
			z-index: 10;  
			padding:2px 0 2px 8px;
			font-size:110%;
			height:auto;
			width:127px;
		}
		
		#navCountry li li a:hover,
		#navProdukte li li a:hover { 
			background:#e74999;
			z-index: 10; 
			text-decoration: none;
		}
		
		#navCountry li ul:hover, #navCountry li.sfhover ul,
		#navProdukte li ul:hover, #navProdukte li.sfhover3 ul { 
			display:block; 
			z-index: 10;
		}
		

	/* Nav Main */

	#navMain ul{
	float: left;
	width: 426px;
	height: 33px;
	margin:44px 0 0 80px;
	}
	
	.language_ES #navMain ul{
		width:570px;
		margin-left:60px;
	}
	
	.language_CZ #navMain ul{
		width:570px;
		margin-left:60px;
	}
	
	.language_PL #navMain ul{
		width:500px;
		margin-left:30px;
	}
	
	#navMain ul li a span {
		position:relative;	
		left: 0;
		top: 0;	
	}
		
	#navMain li { 
		margin: 0 0 0 0; 
		padding: 0; 
		float: left;
		height:35px; 
		display:block;	
	}
	
	
	#navMain li a{ 
		height:35px; 
		display:block;	
	}
	
	#navMain ul li a span { 
		position: absolute;
		left: -1000px;
		top: -1000px;
	}
	
	#navMain ul li span.active { 
		position: relative;
		left:0;
		top:0;
		display: block;	
		height: 41px;
	}
	
	/* Navmain ende */


		/* NavMain 2nd Level */
		
		#navMain ul ul,
		.language_ES #navMain ul ul,
		.language_CZ #navMain ul ul,
		.language_PL #navMain ul ul{ 
			position:absolute; 
			display:none;  
			z-index: 11; 
			width:163px;
			height:auto;
			padding-top:30px;
			margin:-7px 0 0 -2px;
			float:left;
			background: transparent url(../images/bg_me1.gif) 0 10px no-repeat;
			border-bottom:1px #fff solid;
		}
		
		#navMain .me1First ul {
			margin:-7px 0 0 3px;
		}
		
		
		#navMain li:hover ul { 
			display:block; 
			z-index: 10; 
		}
		
		#navMain li li { 
			z-index: 10; 
			border-bottom:1px solid #fff;
			width:162px;
			height:auto;
			line-height:normal;	
		}
		
		#navMain li li.me1First { 
			padding-top:15px;
			border-top:1px solid #fff;
		}
		
		#navMain li li a {
			display:block; 
			z-index: 10; 
			font-size:90%; 
			padding:3px 0 3px 15px;
			color:#fff;
			height:auto;
			width:147px;
		}
		
		#navMain li li a:hover { 
			border-top:0; 
			background:#fff;
			color:#e74999; 
			z-index: 10; 
			text-decoration: none;
		}
		
		#navMain li ul:hover, #navMain li.sfhover2 ul { 
			display:block; 
			z-index: 10;
		}
		
		/* NavMain 2nd Level */
		
		/* navMain */
		
		#navMain li.me101 {
			width:170px;
			background:transparent url(../images/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		#navMain li.me102 {
			width:81px;
			background:transparent url(../images/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		#navMain li.me103 {
			width:93px;
			background:transparent url(../images/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		#navMain li.me104 {
			width:82px;
			margin-top: -1px;
			background:transparent url(../images/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		/* LANGUAGE ENGLISCH */
		
		.language_EN #navMain li.me101,
		.language_UK #navMain li.me101 {
			width:170px;
			background:transparent url(../images/en/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_EN #navMain li.me102,
		.language_UK #navMain li.me102{
			width:81px;
			background:transparent url(../images/en/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_EN #navMain li.me103,
		.language_UK #navMain li.me103{
			width:93px;
			background:transparent url(../images/en/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_EN #navMain li.me104,
		.language_UK #navMain li.me104{
			width:82px;
			background:transparent url(../images/en/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		/* LANGUAGE SPANISCH */
		
		.language_ES #navMain li.me101 {
			width:170px;
			background:transparent url(../images/es/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_ES #navMain li.me102 {
			width:165px;
			background:transparent url(../images/es/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_ES #navMain li.me103 {
			width:149px;
			background:transparent url(../images/es/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_ES #navMain li.me104 {
			width:76px;
			background:transparent url(../images/es/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		
		/* LANGUAGE PL */
		
		.language_PL #navMain li.me101 {
			width:170px;
			background:transparent url(../images/pl/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_PL #navMain li.me102 {
			width:81px;
			background:transparent url(../images/pl/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_PL #navMain li.me103 {
			width:134px;
			background:transparent url(../images/pl/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_PL #navMain li.me104 {
			width:82px;
			background:transparent url(../images/pl/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		/* LANGUAGE NL */
		
		.language_NL #navMain li.me101 {
			width:170px;
			background:transparent url(../images/nl/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_NL #navMain li.me102 {
			width:81px;
			background:transparent url(../images/nl/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_NL #navMain li.me103 {
			width:93px;
			background:transparent url(../images/nl/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_NL #navMain li.me104 {
			width:82px;
			background:transparent url(../images/nl/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		/* LANGUAGE FRANZ */
		
		.language_FR #navMain li.me101 {
			width:170px;
			background:transparent url(../images/fr/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_FR #navMain li.me102 {
			width:81px;
			background:transparent url(../images/fr/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_FR #navMain li.me103 {
			width:93px;
			background:transparent url(../images/fr/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_FR #navMain li.me104 {
			width:82px;
			background:transparent url(../images/fr/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		/* LANGUAGE CZ */
		
		.language_CZ #navMain li.me101 {
			width:165px;
			background:transparent url(../images/cz/pi_me1_01.gif) 0 0 no-repeat;
		}
		
		.language_CZ #navMain li.me102 {
			width:68px;
			background:transparent url(../images/cz/pi_me1_02.gif) 0 0 no-repeat;
		}
		
		.language_CZ #navMain li.me103 {
			width:107px;
			background:transparent url(../images/cz/pi_me1_03.gif) 0 0 no-repeat;
		}
		
		.language_CZ #navMain li.me104 {
			width:87px;
			background:transparent url(../images/cz/pi_me1_04.gif) 0 0 no-repeat;
		}
		
		#navMain li.me101 a.me101 {
			width:170px;
			background-image:none;
			background:transparent;
		}
		
		#navMain li.me102 a.me102 {
			width:81px;
			background-image:none;
			background:transparent;
		}
		
		#navMain li.me103 a.me103 {
			width:93px;
			background-image:none;
			background:transparent;
		}
		
		#navMain li.me104 a.me104 {
			width:82px;
			background-image:none;
			background:transparent;
		}
		
		
		#navMain li.me101 a.me101:hover,
		#navMain li.me101active span.active,
		#navMain li.me101active a.active {
			width:170px;
			background:url(../images/pi_me1_01.gif) 0 -36px;
		}
		
		#navMain li.me102 a.me102:hover,
		#navMain li.me102active span.active,
		#navMain li.me102active a.active {
			width:81px;
			background:url(../images/pi_me1_02.gif) 0 -36px;
		}
		
		#navMain li.me103 a.me103:hover,
		#navMain li.me103active span.active,
		#navMain li.me103active a.active {
			width:93px;
			background:url(../images/pi_me1_03.gif) 0 -35px;
		}
		
		#navMain li.me104 a.me104:hover,
		#navMain li.me104active span.active,
		#navMain li.me104active a.active {
			width:82px;
			background:url(../images/pi_me1_04.gif) 0 -41px;
		}
		
		/* LANGUAGE ENGLISCH */
		
		.language_EN #navMain li.me101 a.me101:hover,
		.language_EN #navMain li.me101active span.active,
		.language_EN #navMain li.me101active a.active,
		.language_UK #navMain li.me101 a.me101:hover,
		.language_UK #navMain li.me101active span.active,
		.language_UK #navMain li.me101active a.active{
			width:170px;
			background:url(../images/en/pi_me1_01.gif) 0 -36px;
		}
		
		.language_EN #navMain li.me102 a.me102:hover,
		.language_EN #navMain li.me102active span.active,
		.language_EN #navMain li.me102active a.active,
		.language_UK #navMain li.me102 a.me102:hover,
		.language_UK #navMain li.me102active span.active,
		.language_UK #navMain li.me102active a.active{
			width:81px;
			background:url(../images/en/pi_me1_02.gif) 0 -36px;
		}
		
		.language_EN #navMain li.me103 a.me103:hover,
		.language_EN #navMain li.me103active span.active,
		.language_EN #navMain li.me103active a.active,
		.language_UK #navMain li.me103 a.me103:hover,
		.language_UK #navMain li.me103active span.active,
		.language_UK #navMain li.me103active a.active{
			width:93px;
			background:url(../images/en/pi_me1_03.gif) 0 -35px;
		}
		
		.language_EN #navMain li.me104 a.me104:hover,
		.language_EN #navMain li.me104active span.active,
		.language_EN #navMain li.me104active a.active,
		.language_UK #navMain li.me104 a.me104:hover,
		.language_UK #navMain li.me104active span.active,
		.language_UK #navMain li.me104active a.active{
			width:82px;
			background:url(../images/en/pi_me1_04.gif) 0 -41px;
		}
		
		/* LANGUAGE SPANISCH */
		
		.language_ES #navMain li.me101 a.me101:hover,
		.language_ES #navMain li.me101active span.active,
		.language_ES #navMain li.me101active a.active {
			width:170px;
			background:url(../images/es/pi_me1_01.gif) 0 -36px;
		}
		
		.language_ES #navMain li.me102 a.me102:hover,
		.language_ES #navMain li.me102active span.active,
		.language_ES #navMain li.me102active a.active {
			width:165px;
			background:url(../images/es/pi_me1_02.gif) 0 -36px;
		}
		
		.language_ES #navMain li.me103 a.me103:hover,
		.language_ES #navMain li.me103active span.active,
		.language_ES #navMain li.me103active a.active {
			width:149px;
			background:url(../images/es/pi_me1_03.gif) 0 -35px;
		}
		
		.language_ES #navMain li.me104 a.me104:hover,
		.language_ES #navMain li.me104active span.active,
		.language_ES #navMain li.me104active a.active {
			width:76px;
			background:url(../images/es/pi_me1_04.gif) 0 -41px;
		}
		
		/* LANGUAGE PL */
		
		.language_PL #navMain li.me101 a.me101:hover,
		.language_PL #navMain li.me101active span.active,
		.language_PL #navMain li.me101active a.active {
			width:170px;
			background:url(../images/pl/pi_me1_01.gif) 0 -36px;
		}
		
		.language_PL #navMain li.me102 a.me102:hover,
		.language_PL #navMain li.me102active span.active,
		.language_PL #navMain li.me102active a.active {
			width:81px;
			background:url(../images/pl/pi_me1_02.gif) 0 -36px;
		}
		
		.language_PL #navMain li.me103 a.me103:hover,
		.language_PL #navMain li.me103active span.active,
		.language_PL #navMain li.me103active a.active {
			width:134px;
			background:url(../images/pl/pi_me1_03.gif) 0 -35px;
		}
		
		.language_PL #navMain li.me104 a.me104:hover,
		.language_PL #navMain li.me104active span.active,
		.language_PL #navMain li.me104active a.active {
			width:82px;
			background:url(../images/pl/pi_me1_04.gif) 0 -41px;
		}
		
		/* LANGUAGE NL */
		
		.language_NL #navMain li.me101 a.me101:hover,
		.language_NL #navMain li.me101active span.active,
		.language_NL #navMain li.me101active a.active {
			width:170px;
			background:url(../images/nl/pi_me1_01.gif) 0 -36px;
		}
		
		.language_NL #navMain li.me102 a.me102:hover,
		.language_NL #navMain li.me102active span.active,
		.language_NL #navMain li.me102active a.active {
			width:81px;
			background:url(../images/nl/pi_me1_02.gif) 0 -36px;
		}
		
		.language_NL #navMain li.me103 a.me103:hover,
		.language_NL #navMain li.me103active span.active,
		.language_NL #navMain li.me103active a.active {
			width:93px;
			background:url(../images/nl/pi_me1_03.gif) 0 -35px;
		}
		
		.language_NL #navMain li.me104 a.me104:hover,
		.language_NL #navMain li.me104active span.active,
		.language_NL #navMain li.me104active a.active {
			width:82px;
			background:url(../images/nl/pi_me1_04.gif) 0 -41px;
		}
		
		/* LANGUAGE FR */
		
		.language_FR #navMain li.me101 a.me101:hover,
		.language_FR #navMain li.me101active span.active,
		.language_FR #navMain li.me101active a.active {
			width:170px;
			background:url(../images/fr/pi_me1_01.gif) 0 -36px;
		}
		
		.language_FR #navMain li.me102 a.me102:hover,
		.language_FR #navMain li.me102active span.active,
		.language_FR #navMain li.me102active a.active {
			width:81px;
			background:url(../images/fr/pi_me1_02.gif) 0 -36px;
		}
		
		.language_FR #navMain li.me103 a.me103:hover,
		.language_FR #navMain li.me103active span.active,
		.language_FR #navMain li.me103active a.active {
			width:93px;
			background:url(../images/fr/pi_me1_03.gif) 0 -36px;
		}
		
		.language_FR #navMain li.me104 a.me104:hover,
		.language_FR #navMain li.me104active span.active,
		.language_FR #navMain li.me104active a.active {
			width:82px;
			background:url(../images/fr/pi_me1_04.gif) 0 -35px;
		}
		
		/* LANGUAGE CZ */
		
		.language_CZ #navMain li.me101 a.me101:hover,
		.language_CZ #navMain li.me101active span.active,
		.language_CZ #navMain li.me101active a.active {
			width:165px;
			background:url(../images/cz/pi_me1_01.gif) 0 -41px;
		}
		
		.language_CZ #navMain li.me102 a.me102:hover,
		.language_CZ #navMain li.me102active span.active,
		.language_CZ #navMain li.me102active a.active {
			width:68px;
			background:url(../images/cz/pi_me1_02.gif) 0 -41px;
		}
		
		.language_CZ #navMain li.me103 a.me103:hover,
		.language_CZ #navMain li.me103active span.active,
		.language_CZ #navMain li.me103active a.active {
			width:107px;
			background:url(../images/cz/pi_me1_03.gif) 0 -41px;
		}
		
		.language_CZ #navMain li.me104 a.me104:hover,
		.language_CZ #navMain li.me104active span.active,
		.language_CZ #navMain li.me104active a.active {
			width:87px;
			background:url(../images/cz/pi_me1_04.gif) 0 -41px;
		}
		
		
		
	/* NAVSUB */
	
	#navSub {
		width:178px;
		float:left;
		padding:54px 0 0 23px;
	}
	
	#navSub h2 {
		width:178px;
		height:66px;

	}
	
		#navSub h2.me202 {
			background:url(../images/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me203 {
			background:url(../images/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me204 {
			background:url(../images/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me205 {
			background:url(../images/ti_04.png) 0 0 no-repeat;
		}
		
		#navSub h2.me20125 {
			background:url(../images/en/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20126 {
			background:url(../images/en/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20127 {
			background:url(../images/en/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20128 {
			background:url(../images/en/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20189 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		/* UK */
		#navSub h2.me20241 {
			background:url(../images/en/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20261 {
			background:url(../images/en/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20278 {
			background:url(../images/en/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20285 {
			background:url(../images/en/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20288 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		/* ES */
		
		#navSub h2.me20339 {
			background:url(../images/es/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20357 {
			background:url(../images/es/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20369 {
			background:url(../images/es/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20377 {
			background:url(../images/es/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20424 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		/* PL */
		
		#navSub h2.me20521 {
			background:url(../images/pl/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20541 {
			background:url(../images/pl/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20556 {
			background:url(../images/pl/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20563 {
			background:url(../images/pl/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20424 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		/* NL */
		
		#navSub h2.me20427 {
			background:url(../images/nl/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20448 {
			background:url(../images/nl/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20463 {
			background:url(../images/nl/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20471 {
			background:url(../images/nl/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20809 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		
		/* FR */
		
		#navSub h2.me20626 {
			background:url(../images/fr/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20641 {
			background:url(../images/fr/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20652 {
			background:url(../images/fr/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20660 {
			background:url(../images/fr/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20708 {
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		
		/* CZ */
		
		#navSub h2.me20713 {
			background:url(../images/cz/ti_01.png) 0 0 no-repeat;
		}
		#navSub h2.me20733 {
			background:url(../images/cz/ti_02.png) 0 0 no-repeat;
		}
		#navSub h2.me20747 {
			background:url(../images/cz/ti_03.png) 0 0 no-repeat;
		}
		#navSub h2.me20755 {
			background:url(../images/cz/ti_04.png) 0 0 no-repeat;
		}
		#navSub h2.me20758,
		#navSub h2.me20804{
			background:url(../images/ti_co_00.png) 0 0 no-repeat;
		}
		
		
	#navSub ul {
		display:block;
	}
		
	#navSub ul li {
		width:178px;
		float:left;
		background:url(../images/bg_me2_01.gif) 0 0 no-repeat;
	}
	
	#navSub ul li.active {
		background:url(../images/bg_me2_01_active.gif) 0 0 no-repeat;
	}
	
	#navSub ul li li {
		background:url(../images/bg_me2_02.gif) 0 0 repeat-y;
	}
	
	#navSub ul li li.active {
		background:url(../images/bg_me2_02.gif) 0 0 repeat-y;
	}
		
		#navSub ul li a {
			display:block;
			color:#fff;
			font-size:110%;
			padding:5px 0 2px 20px;
		}
		
		#navSub ul li a:hover {
			text-decoration:underline;
		}
		
		#navSub ul li.active a {
			font-weight:bold;
		}
		
		#navSub ul li.active li a {
			font-weight:normal;
			font-size:100%;
			background:url(../images/pi_bullet_me2.gif) 32px 8px no-repeat;
			padding:3px 0 3px 40px;
		}
		
		#navSub ul li.active li a {
			font-weight:normal;
			font-size:100%;
			background:url(../images/pi_bullet_me2.gif) 32px 8px no-repeat;
			padding:3px 0 3px 40px;
		}
		
		#navSub ul li.active li.active li a {
			font-weight:normal;
			font-size:110%;
			background:url(../images/pi_bullet_me2.gif) 42px 8px no-repeat;
			padding:3px 0 3px 50px;
		}
		
		#navSub ul li.active li.active a {
			font-weight:bold;
		}
		
		#navSub .me2Bottom {
			float:left;
			width:178px;
			height:20px;
			background:url(../images/bg_me2_footer.png) 0 0 no-repeat;
		}
		
	/* BREADCRUMB */
		
		#breadcrumb ul {
			float:left;
			padding:73px 0 0 60px;
		}
		
		#breadcrumb li {
			float:left;
			font-size:90%;
			padding-left:10px;
			margin-right:10px;
			background:url(../images/pi_bullet_breadcrumb.gif) 0 5px no-repeat;
		}
		
		#breadcrumb li.first {
			padding-left:0;
			background:none;
		}
		
		#breadcrumb li a {
			color:#e47fba;
		}
		
		#breadcrumb li a:hover {
			text-decoration:underline;
		}
	
	
	/* NAVFOOTER */
	
	
	#footer {
		float:right;
		margin:60px 5px 0 0;
	}
	
	#wrapBgWelcome #footer {
		float:right;
		margin:90px 5px 0 0;
	}
	
	#footer p {
		margin:0;
		padding:0;
		font-weight:bold;
		color:#c56aa6;
	}
	
	#footer li {
		color:#c56aa6;
		float:left;
	}
	
	#footer li a {
		color:#c56aa6;
	}
		
#welContainer {
	float:left;
	width:306px;
	}
	
	/* NEUE PRODUKTE */
	
	#welContainer .conNewProducts {
		float:left;
		width:306px;
		height:257px;
		background:url(../images/bg_con_new_products.jpg) 0 0 no-repeat;
	}
	
	#welContainer .conNewProducts dl {
		float:left;
		width:173px;
		margin:104px 0 0 0;
	}
	
	#welContainer .conNewProducts dt a {
		float:left;
		width:152px;
		height:57px;
		background:url(../images/bu_pfeil_top_thema.gif) 0 0 no-repeat;
	}
	
	#welContainer .conNewProducts dt a:hover {
		background-position: 0 -57px;
	}
	
	#welContainer .conNewProducts dd {
		color:#86acc6;
		font-size:90%;
		line-height:1.4em;
		margin-left:22px;
	}
	
	#welContainer .conNewProducts dd.title {
		color:#86acc6;
		font-size:110%;
	}
	
	#welContainer .conNewProducts dd a {
		color:#e74999;
		margin-top:5px;
		float:left;
		font-weight:bold;
	}
	
	#welContainer .conNewProducts dd a:hover {
		color:#86acc6;
	}
	
	#welContainer .conNewProducts .conImage {
		margin:32px 0 0 0;
		float:left;
	}
	
	/* HÄNDLERSUCHE */
	
	#welContainer .conDealer {
		float:left;
		width:306px;
		height:127px;
		background:url(../images/bg_con_dealer.jpg) 0 0 no-repeat;
	}
	
	#welContainer .conDealer dl {
		float:left;
		width:125px;
		padding:30px 10px 0 10px;
	}
	
	#welContainer .conDealer dt {
		float:left;
	}
	
	#welContainer .conDealer .dealer dt a {
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_EN #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/en/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_UK #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/en/ti_dealersearch_uk.gif) 0 0 no-repeat;
	}
	
	.language_ES #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/es/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_NL #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/nl/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_PL #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/pl/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_FR #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/fr/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	.language_CZ #welContainer .conDealer .dealer dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/cz/ti_dealersearch.gif) 0 0 no-repeat;
	}
	
	#welContainer .conDealer .finder dt a {
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_EN #welContainer .conDealer .finder dt a,
	.language_UK #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/en/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_ES #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/es/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_NL #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/nl/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_PL #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/pl/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_FR #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/fr/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	.language_CZ #welContainer .conDealer .finder dt a{
		float:left;
		width:125px;
		height:13px;
		margin-left:4px;
		background:url(../images/cz/ti_con_productsearch.gif) 0 0 no-repeat;
	}
	
	#welContainer .conDealer dd {
		color:#86acc6;
		font-size:90%;
		width:125px;
		line-height:1.4em;
	}
	
	#welContainer .conDealer dd.description {
		float:left;
		padding:5px 0 6px 4px;
	}
	
	#welContainer .conDealer a {
		padding-left:4px;
		color:#e74b99;
	}
	
	#welContainer .conDealer a:hover {
		color:#86acc6;
	}
	
	#welContainer .conFlash {
		margin-left:-8px;
	}
	
	/* MALVORLAGEN */
	
	#welContainer .conMalvorlagen a {
		height:126px;
		width:306px;
		float:left;
		background:url(../images/bg_con_malvorlagen.png) 0 0 no-repeat;
	}
	
	#welContainer .conMalvorlagen a:hover {
		background:url(../images/bg_con_malvorlagen.png) 0 -126px no-repeat;
	}
	
	/* SCHLOSS PRINZESSIN */
	
	#welContainer .conSchloss {
		float:left;
		width:306px;
		height:126px;
		background:url(../images/bg_con_schloss.jpg) 0 0 no-repeat;
	}
	
	#welContainer .conSchloss dl {
		float:left;
		width:167px;
		padding:0 0 0 21px;
		margin:24px 0 0 0;
	}
	
	#welContainer .conSchloss dt {
		color:#e74999;
		font-weight:bold;
	}
	
	#welContainer .conSchloss dd {
		color:#86acc6;
		font-size:90%;
		line-height:1.4em;
	}
	
	#welContainer .conSchloss dd a {
		color:#e74999;
		margin-top:5px;
		float:left;
		font-weight:bold;
	}
	
	#welContainer .conSchloss dd a:hover {
		color:#89a617;
	}
	
	#welContainer .conSchloss .conImage {
		margin:0 0 0 0;
		float:left;
	}
	
	
#welFlash {
	float:left;
	width:657px;
	height:620px;
	margin-bottom:25px;
	padding:10px 0 0 17px;
}

#welFlash .neuheiten {
	margin-top:-4px;
}

/* CONTENTBEREICH */

	#content {
		float:left;
		width:784px;
		min-height:720px;
	}
	
	#content .contentText {
		float:left;
		width:530px;
		padding-bottom:40px;
	}
	
	#content .body h4 li {
		padding-left:17px;
		background:url(../images/pi_bullet_02.gif) 0 8px no-repeat;
	}
	
	#content .body h4  {
		font-size:15px;
		font-weight:normal;
		line-height:23px;	
	}
	
	#content .contentRight {
		float:left;
		padding:267px 0 0 0;
	}
	
	#content .contentRight dl.downloads{
		float:left;
		margin-bottom:15px;
	}
	
			
	
	#content .contentRight .portalFlashContainer {
		float:left;
		width:240px;
		height:260px;
		margin-top:-20px;
		margin-left:-5px;
	}
	
	#content .contentRight .portalImageContainer {
		display:block;
		width:240px;
	}
	
	#content .markenLogo {
		width:164px;
		height:120px;
		float:right;
		position:absolute;
		margin:-20px 0 0 550px;
	}
	
	#content .portalContainer {
		display:block;
		padding:265px 0 0 55px;
	}
	
	#content .portalContainer1, 
	#content .portalContainer2, 
	#content .portalContainer3 {
		float:left;
		padding-right:8px;
	}
	
	#content .portalContainerBox1 {
		clear:both;
		width:146px;
		height:9px;
		background:url(../images/bg_portal_container_1.png) 0 0;
	}
	
	#content .portalContainerBox2 {
		float:left;
		width:10px;
		height:146px;
		background:url(../images/bg_portal_container_2.png) 0 0;
	}
	
	#content .portalContainerBox3 {
		float:left;
		width:10px;
		height:146px;
		background:url(../images/bg_portal_container_3.png) 0 0;
	}
	
	#content .portalContainerBox4 {
		clear:both;
		width:146px;
		height:9px;
		background:url(../images/bg_portal_container_4.png) 0 0;
	}
	
	#content .portalContainerBoxContent a.container1 {
		background:url(../images/ti_portal_container_puppen.png) 0 113px;
	}
	
	#content .portalContainerBoxContent a.container2 {
		background:url(../images/ti_portal_container_mode.png) 0 113px;
	}
	
	#content .portalContainerBoxContent a.container3 {
		background:url(../images/ti_portal_container_zubehoer.png) 0 113px;
	}
	
	.language_EN  #content .portalContainerBoxContent a.container1,
	.language_UK  #content .portalContainerBoxContent a.container1{
		background:url(../images/en/ti_portal_container_puppen.png) 0 113px;
	}
	
	.language_EN  #content .portalContainerBoxContent a.container2,
	.language_UK  #content .portalContainerBoxContent a.container2{
		background:url(../images/en/ti_portal_container_mode.png) 0 113px;
	}
	
	.language_EN  #content .portalContainerBoxContent a.container3,
	.language_UK  #content .portalContainerBoxContent a.container3{
		background:url(../images/en/ti_portal_container_zubehoer.png) 0 113px;
	}
	
	.language_ES #content .portalContainerBoxContent a.container1 {
		background:url(../images/es/ti_portal_container_puppen.gif) 0 113px;
	}
	
	.language_ES #content .portalContainerBoxContent a.container2 {
		background:url(../images/es/ti_portal_container_mode.gif) 0 113px;
	}
	
	.language_ES #content .portalContainerBoxContent a.container3 {
		background:url(../images/es/ti_portal_container_zubehoer.gif) 0 113px;
	}
	
	.language_PL #content .portalContainerBoxContent a.container1 {
		background:url(../images/pl/ti_portal_container_puppen.gif) 0 113px;
	}
	
	.language_PL #content .portalContainerBoxContent a.container2 {
		background:url(../images/pl/ti_portal_container_mode.gif) 0 113px;
	}
	
	.language_PL #content .portalContainerBoxContent a.container3 {
		background:url(../images/pl/ti_portal_container_zubehoer.gif) 0 113px;
	}
	
	.language_NL #content .portalContainerBoxContent a.container1 {
		background:url(../images/nl/ti_portal_container_puppen.gif) 0 113px;
	}
	
	.language_NL #content .portalContainerBoxContent a.container2 {
		background:url(../images/nl/ti_portal_container_mode.gif) 0 113px;
	}
	
	.language_NL #content .portalContainerBoxContent a.container3 {
		background:url(../images/nl/ti_portal_container_zubehoer.gif) 0 113px;
	}
	
	.language_FR #content .portalContainerBoxContent a.container1 {
		background:url(../images/fr/ti_portal_container_puppen.gif) 0 113px;
	}
	
	.language_FR #content .portalContainerBoxContent a.container2 {
		background:url(../images/fr/ti_portal_container_mode.gif) 0 113px;
	}
	
	.language_FR #content .portalContainerBoxContent a.container3 {
		background:url(../images/fr/ti_portal_container_zubehoer.gif) 0 113px;
	}
	
	.language_CZ #content .portalContainerBoxContent a.container1 {
		background:url(../images/cz/ti_portal_container_puppen.gif) 0 113px;
	}
	
	.language_CZ #content .portalContainerBoxContent a.container2 {
		background:url(../images/cz/ti_portal_container_mode.gif) 0 113px;
	}
	
	.language_CZ #content .portalContainerBoxContent a.container3 {
		background:url(../images/cz/ti_portal_container_zubehoer.gif) 0 113px;
	}
	
	#content .contentText .paginierung {
	float:left;
	width:450px;

	margin:15px 0 0 0;
	}
	#content .contentText .paginierung ul {
		width:140px;
		margin-left: auto; margin-right: auto;	
	}

		#content .contentText .paginierung li {
			float:left;
			color:#e480ba;
			text-transform:uppercase;
			font-size:11px;
			background:0;
			margin:0;
			padding:0;
		}
		
		#content .contentText .paginierung li a {
			color:#e480ba;
		}
		
		#content .contentText .paginierung li a:hover {
			font-weight:bold;
		}
		
		#content .contentText .paginierung li a.active {
			color:#666;
			font-weight:bold;
		}
	
	/* BODY Elements */
	
	#body {
		float:left;
		padding:20px 0 0 65px;
		width:430px;
		line-height:1.6em;
	}
	
	.body ul {
		margin-bottom:15px;
	}
	
	.body li {
		padding-left:14px;
		background:url(../images/pi_bullet_news.gif) 0 4px no-repeat;}
	
	.body blockquote {
		margin:0;
		margin-left:15px;
	}
	
	.body .BildLinks {
		float:left;
		margin:5px 15px 10px 0;
	}
	
	.body .BildRechts {
		float:right;
		margin:5px 0 10px 15px;
	}
	
	
	/* PORTAL Elements */
	
	#content .portalContainerBoxContent {
		float:left;
		width:126px;
		height:146px;
		background:#fff;
	}
	
	#content .portalContainerBoxContent a {
		float:left;
		width:126px;
		height:146px;
	}
	
	
	#content .portalContainerBoxContent a:hover,
	.language_EN #content .portalContainerBoxContent a:hover,
	.language_UK #content .portalContainerBoxContent a:hover,
	.language_ES #content .portalContainerBoxContent a:hover,
	.language_PL #content .portalContainerBoxContent a:hover,
	.language_NL #content .portalContainerBoxContent a:hover,
	.language_FR #content .portalContainerBoxContent a:hover,
	.language_CZ #content .portalContainerBoxContent a:hover{
		background-position:0 -118px;
	}
	
	
		#content .rightContainerBox1 {
			clear:both;
			width:228px;
			height:9px;
			background:url(../images/bg_portal_container_right_1.png) 0 0 no-repeat;
		}
		
		#content .rightContainerBox2 {
			float:left;
			width:11px;
			height:100px;
			min-height:235px;
			background:url(../images/bg_portal_container_right_2.png) 0 0 no-repeat;
		}
		
		#content .rightContainerBox3 {
			float:left;
			width:11px;
			height:100px;
			min-height:235px;
			background:url(../images/bg_portal_container_right_3.png) 0 0 no-repeat;
		}
		
		#content .rightContainerBox4 {
			clear:both;
			width:228px;
			height:9px;
			background:url(../images/bg_portal_container_right_4.png) 0 0 no-repeat;
		}
		 
		#content .rightContainerBoxContent {
			width:205px;
			height:235px;
			min-height:235px;
			float:left;
			background:#fff;
		}
		
		#content .contentRightContainer .new {
			width:90px;
			height:50px;
			float:right;
			position:absolute;
			margin:-15px 0 0 150px;		
		}
		
			#content .rightContainerBoxContent dl {
				width:181px;
				float:left;
				padding:12px 12px 6px 12px;
				background:url(../images/bg_rightContainer.jpg) 0 0 no-repeat;
			}
			
			#content .rightContainerBoxContent dt {
				text-transform:uppercase;
				font-size:11px;
				font-weight:bold;
				line-height:14px;
				color:#e74999;
				margin-bottom:5px;
			}
			
			
			#content .rightContainerBoxContent dd img {
				margin-right:10px;
				float:left;
			}
			
			#content .rightContainerBoxContent dd.description {
				font-size:11px;
				float:left;
				color:#86acc6;
				min-height:45px;
			}
			
			#content .rightContainerBoxContent a {
				float:right;
			}
			
			#content .rightContainerBoxContent dd.descriptionLarge {
				float:left;
				width:100%;
				min-height:50px;
				font-size:11px;
			}
			
			#content .rightContainerBoxContent dd.moreLarge {
				float:left;
				width:100%;
			}
			
			#content .rightContainerBoxContent dd.more a {
				font-weight:normal;
				padding:0 20px 0 0;
				float:right;
				height:16px;
				background:url(../images/pi_bullet_more.gif) right 3px no-repeat;
			}
			
			#content .rightContainerBoxContent a, #content .rightContainerBoxContent dd.moreLarge a {
				font-weight:normal;
				padding:0 20px 0 0;
				float:right;
				height:16px;
				background:url(../images/pi_bullet_more.gif) right 3px no-repeat;
			}
			
			#content .rightContainerBoxContent a:hover, 
			#content .rightContainerBoxContent dd.moreLarge a:hover,
			#content .rightContainerBoxContent dd.more a:hover{
				background:url(../images/pi_bullet_more.gif) right -11px no-repeat;
			}
	
		/* Verteiler Elements */
		
		#content .body {
		display:block;
		margin:175px 0 0 55px;
		}
		
		#content .verteilerContainerBox1 {
			clear:both;
			width:100px;
			height:6px;
			background:url(../images/bg_produkte_container_01.png) 0 0 no-repeat;
		}
		
		#content .verteilerContainerBox2 {
			float:left;
			width:7px;
			height:76px;
			background:url(../images/bg_produkte_container_02.png) 0 0 no-repeat;
		}
		
		#content .verteilerContainerBox3 {
			float:left;
			width:7px;
			height:76px;
			background:url(../images/bg_produkte_container_03.png) 0 0 no-repeat;
		}
		
		#content .verteilerContainerBox4 {
			clear:both;
			width:100px;
			height:6px;
			background:url(../images/bg_produkte_container_04.png) 0 0 no-repeat;
		}
		 
		#content .verteilerContainerBoxContent {
			width:86px;
			height:76px;
			float:left;
			background:#fff;
		}
		
		#content .verteiler .new {
			width:49px;
			height:27px;
			float:left;
			position:absolute;
			margin-top:-5px;
			background:url(../images/pi_container_new_01.png) 0 0 no-repeat;
		}
		
		.language_ES #content .verteiler .new {
			background:url(../images/es/pi_container_new_01.png) 0 0 no-repeat;
		}
		.language_FR #content .verteiler .new {
			background:url(../images/fr/pi_container_new_01.png) 0 0 no-repeat;
		}
		.language_CZ #content .verteiler .new {
			background:url(../images/cz/pi_container_new_01.png) 0 0 no-repeat;
		}
		
		.language_EN #content .verteiler .new,
		.language_UK #content .verteiler .new{
			width:49px;
			height:27px;
			float:left;
			position:absolute;
			background:url(../images/en/pi_container_new_01.png) 0 0 no-repeat;
		}
		
		#content .verteiler dl {
			float:left;
			width:445px;
			padding:10px 0 10px 0;
			border-top:1px #fff solid;
			border-bottom:1px #f6e4ea solid;
		}
				
		#content .verteiler dt {
			float:left;
			margin-right:10px;
		}
		
		#content .verteiler dd {
			float:left;
			color:#999999;
			font-size:90%;
			height:70px;
			width:335px;
		}
		
		#content .verteiler dd a {
			color:#e480ba;
			font-weight:bold;
		}
		
		#content .verteiler dd a:hover {
			text-decoration:underline;
		}
		
		#content .verteiler dd .logo {
			float:right;
			margin:0;
			padding:0;
		}
		
		#content .verteiler dd.more {
			height:auto;
			float:right;
		}
		
		#content .verteiler dd.more a {
			font-weight:normal;
			padding:0 20px 0 0;
			float:right;
			background:url(../images/pi_bullet_more.gif) right 3px no-repeat;
			
		}
		
		#content .verteiler dd.more a:hover {
			color:#97b127;
			background:url(../images/pi_bullet_more.gif) right -11px no-repeat;
			
		}
		
		#content .verteiler .hrDivider {
			border-top:1px #f6e4ea solid;
			border-bottom:1px #fff solid;
			width:445px;
			height:2px;
			line-height:2px;
		}
		
		#content .produktVerteiler .contentRight {
			padding:120px 0 0 0;
		}
		
		#content .contentRight .verteilerContainerHeader {
			clear:both;
			width:218px;
			height:15px;
			background:url(../images/bg_container_new_01.gif) 0 0 no-repeat;
			margin:0;
			padding:0;
		}
				
		#content .contentRight .verteilerContainerBoxContent {
			width:193px;
			float:left;
			height:auto;
			padding:0 10px 10px 15px;
			background:url(../images/bg_container_new_02.gif) 0 bottom no-repeat;
			margin:0 0 10px 0;
		}
		
		#content .contentRight .verteilerContainerBoxContent img {
			float:left;
			margin:0 5px 5px 0;
		}
		
		
		#content .contentRight .verteilerContainerBoxContent #navProdukte{
			float:left;
			padding-bottom:15px;
		}
		
		#content .contentRight .verteilerContainerBoxContent dl {
			float:left;
			height:auto;
		}
		
		
		#content .contentRight .verteilerContainerBoxContent dt {
			font-size:12px;
			text-transform:uppercase;
			color:#e480ba;
			margin:0 0 5px 0;
			font-weight:bold;
		}
		
		#content .contentRight .verteilerContainerBoxContent dd {
			font-size:11px;
			color:#86acc6;
			margin:0;
			clear:both;
			line-height:14px;
			height:auto;
		}
		#content .contentRight .verteilerContainerBoxContent dd.more {
			height:15px;	
		}
		#content .contentRight .verteilerContainerBoxContent dd.more a {
			font-weight:normal;
			float:right;
			width:20px;
			height:15px;
			background:url(../images/pi_bullet_more.gif) right 2px no-repeat;
			
		}
		#content .contentRight .verteilerContainerBoxContent dd.more a:hover {
			background:url(../images/pi_bullet_more.gif) right -12px no-repeat;
			
		}
		
		/* DOWNLOADLIST CONTAINER */
		
			#content .contentRight .verteilerContainerBoxContent .downloads li {
				background:url(../images/pi_bullet_01.gif) 0 5px no-repeat;
				padding-left:12px;
				margin-bottom:6px;
			}
			
			#wrapBgSub #content .contentRight .verteilerContainerBoxContent .downloads span {
				display:block;
			}
		
	/* Produkt Detail Elements */
	
	#content .produktDetail {
		float:left;
		width:450px;
	}
	
		#content .produktDetail dt {
			float:left;	
		}
		
		#content .produktDetail dd {
			padding-top:3px;	
		}
		
		#content .produktDetail dd.first {
			padding-top:25px;
		}
		
		#content .produktDetail dd.first {
			padding-top:70px;
		}
	
	#content .gallery {
		float:left;
		margin:55px 0 0 10px;
	}
	
	#content .detailContent {
		padding:0 0 20px 0;
		float:left;
	}
	
	
	#content .detailContent ul {
		float:left;
		width:719px;
		background:url(../images/bg_produkt_detail_con_01.gif) 0 bottom no-repeat;
	}
	
	#content .detailContent ul li {
		float:left;
		text-transform:uppercase;
		font-size:12px;
		font-weight:bold;
	}
	
	#content .detailContent ul li a {
		float:left;
		color:#e84f9c;
	}	
	
	#content .detailContent ul li a:hover {
		color:#666666;
	}	
	
	#content .detailContent ul li a.detailContentNav01 {
		width:164px;
		height:28px;
		padding:15px 0 0 23px;
		background:url(../images/bg_produkt_detail_nav_01.gif) 0 0 no-repeat;
	}
	
	.language_ES #content .detailContent ul li a.detailContentNav01 {
		width:210px;
		height:28px;
		padding:15px 0 0 23px;
		background:url(../images/es/bg_produkt_detail_nav_01.gif) 0 0 no-repeat;
	}
	
	#content .detailContent ul li a.detailContentNav02, #content .detailContent ul li a.detailContentNav03 {
		width:110px;
		height:28px;	
		padding:15px 0 0 17px;
		background:url(../images/bg_produkt_detail_nav_02.gif) 0 0 no-repeat;
	}
	
	#content .detailContent ul li.active a {
		background-position:0 -43px;
	}
	
	#content .detailContent .container h5 {
		margin: 0 0 10px 0;
		padding:0;
		color:#86acc6;
	}
		
	
	
	
	#content .detailContent .container .body {
		float:left;
		width:680px;
		margin:0;
		padding:10px 25px 0 20px;
		background:url(../images/bg_produkt_detail_con_02.gif) 0 bottom no-repeat;
	}
	
	#content .detailContent .container ul{
		background:none;
		width:auto;
		margin:0;
	}
	
	#content .detailContent .container li{
		text-transform:none;
	}
	
	#content .detailContent .container .downloads {
		float:left;
		margin-top:15px;
	}

	#content .detailContent .container .downloads ul li {
		list-style:none;
		list-style-type:none;
		background:none;
		padding:0 10px 0 0;
		margins:0;
	
	}
	
	#content .detailContent .downloads a {
		float:left;
		background:url(../images/pi_icon_bedienungsanleitung.gif) 0 0 no-repeat;
		height:30px;
		padding:12px 0 0 45px;
		font-weight:bold;
	}
	
	#content .detailContent .container .body #movie {
		float:left;
		margin-right:15px;
		border:1px #ccc solid;
		padding:5px 5px 4px 5px;
		width:210px;
	}
	
	#content .detailContent .container .body blockquote {
		margin-left:243px;
	}
	
	#content .detailContent .container .body p {
		margin-top:10px;
		line-height:20px;
	}
	
	#content .detailContent .container .footer {
		float:left;
		width:719px;
		height:42px;
		background:url(../images/bg_produkt_detail_con_03.gif) 0 bottom no-repeat;
	}
	
	.language_EN #content .detailContent .container .footer,
	.language_UK #content .detailContent .container .footer{
		float:left;
		width:719px;
		height:42px;
		background:url(../images/bg_produkt_detail_con_03_UK.gif) 0 bottom no-repeat;
	}
	
	.language_ES #content .detailContent .container .footer{
		float:left;
		width:719px;
		height:42px;
		background:url(../images/es/bg_produkt_detail_con_03.gif) 0 bottom no-repeat;
	}
	
	.language_FR #content .detailContent .container .footer{
		float:left;
		width:719px;
		height:42px;
		background:url(../images/fr/bg_produkt_detail_con_03.gif) 0 bottom no-repeat;
	}
	
	.language_NL #content .detailContent .container .footer{
		float:left;
		width:719px;
		height:42px;
		background:url(../images/nl/bg_produkt_detail_con_03.gif) 0 bottom no-repeat;
	}
	
	.language_CZ #content .detailContent .container .footer{
		float:left;
		width:719px;
		height:42px;
		background:url(../images/cz/bg_produkt_detail_con_03.gif) 0 bottom no-repeat;
	}
	
		#content .detailContent .container .footer a {
			color:#e47fba;
			float:right;
			background:url(../images/pi_bullet_back.gif) 0 25px no-repeat;
			padding:18px 30px 0 10px ;
		}
		
		#content .detailContent .container .footer a:hover {
			color:#666666;
		}
		
		#content .detailContent .wunschliste a {
		float:right;
		background:url(../images/pi_icon_bedienungsanleitung.gif) 0 0 no-repeat;
		height:30px;
		margin-top:15px;
		margin-right:20px;
		padding:12px 0 0 45px;
		font-weight:bold;
	}
		
	/* downloads */
	
	.downloads dl {
		width:400px;
		float:left;
		padding: 4px 0 4px 0;
		border-bottom:1px #f2c8e2 solid;
	}
	
	.downloads dt {
		float:left;
		width:430px;
		font-weight:bold;
	}
	
	
	.downloads dd {
		float:left;
		width:430px;
	}
	
	.downloads dd a {
		float:left;
		width:430px;
		margin-top:10px;
		width:390px;
		padding-left:20px;
		background:url(../images/pi_bullet_more.gif) 0 3px no-repeat;
	}
	
	.downloads .image {
		float:right;
		width:100px;
		margin-bottom:5px;
	}
	
	.downloads .image img {
		border:1px #ccc solid;
		float:left;
	}
	
	.standardBreit .downloads dt {
		margin-top:10px;
	}
	
	.standardBreit .downloads dl {
		width:700px;
	}
	
	.standardBreit .downloads .movie {
		float:right;
		width:auto;
		background:#fff;
		padding:5px;
		border:1px #f0badb solid;
	}
	
	.downloads .pdf {
		padding:8px 0 8px 50px;
		background:url(../images/ico_pdf.gif) 0 8px no-repeat;
	}
	
	.downloads .doc {
		padding:8px 0 8px 30px;
		background:url(../images/ico_word.gif) 0 8px no-repeat;
	}
	
	/* Downloads 2 Spaltig */
	
	.downloads2spaltig dl {
		width:400px;
		float:left;
		padding: 4px 0 4px 0;
		border-bottom:1px #f2c8e2 solid;
	}
	
	.downloads2spaltig dt {
		float:left;
		width:230px;
	}
	
	
	.downloads2spaltig dd {
		float:left;
		width:150px;
	}
	
	.downloads2spaltig dd a {
		float:left;
		margin-top:10px;
		width:150px;
		padding-left:20px;
	}
	
	.downloads2spaltig .image {
		float:right;
		width:100px;
		margin-bottom:5px;
	}
	
	.downloads2spaltig .image img {
		border:1px #ccc solid;
		float:left;
	}
	
	.standardBreit .downloads2spaltig dt {
		margin-top:10px;
	}
	
	.standardBreit .downloads2spaltig dl {
		width:700px;
	}
	
	.standardBreit .downloads2spaltig .movie {
		float:right;
		width:auto;
		background:#fff;
		padding:5px;
		border:1px #f0badb solid;
	}
	
	.downloads2spaltig .pdf {
		padding:8px 0 8px 50px;
		background:url(../images/ico_pdf.gif) 0 8px no-repeat;
	}
	
	.downloads2spaltig .doc {
		padding:8px 0 8px 30px;
		background:url(../images/ico_word.gif) 0 8px no-repeat;
	}
	
	.movieList dl {
		width:450px;
		float:left;
		padding: 10px 0 4px 0;
		border-bottom:1px #f2c8e2 solid;
	}
	
	.movieList dt {
		float:left;
		width:300px;
		font-weight:bold;
	}
	
	.movieList dt img {
		float:left;
		margin-right:10px;
	}
	
	.movieList dt .title {
		float:left;
		width:215px;
		margin-top:10px;
	}
	
	
	.movieList dd {
		float:left;
		width:320px;
	}	
	.movieList dd.image {
		float:right;
		
		width:130px;
		margin-bottom:5px;
	}
	
		
		
	/* table */
	thead {margin:0; font-weight:bold; background:#fff;}
	th {text-align:left; font-size:100%; border:0; border-bottom:1px #86acc6 solid; font-weight:bold; color:#444; padding-left:10px; background:#F5F5F5; padding-right:10px;}
	td {border-bottom:1px #DEDEDE solid; font-size:100%; padding:4px 3px 4px 6px;}
	
	
	
	/*produktfinder*/
	
	.produktfinder {
	float:left;
	}
	
	.produktfinderHeader {
	float:left;
	background:url(../images/bg_produktfinder_01b.jpg) 0 bottom no-repeat;
	}
	
	.produktfinderHeader .markenAuswahl {
	width:442px;
	padding:20px 0 0 25px;
	height:140px;
	float:left;
	background:url(../images/bg_produktfinder_01a.jpg) 0 0 no-repeat;
	}
	
	.language_ES .produktfinderHeader .markenAuswahl {
	background:url(../images/es/bg_produktfinder_01a.jpg) 0 0 no-repeat;
	}
	
	.language_UK .produktfinderHeader .markenAuswahl {
	background:url(../images/es/bg_produktfinder_01a.jpg) 0 0 no-repeat;
	}
	
	.markenAuswahl .markenAuswahlRadio {
		float:left;
		width:448px;
		margin: 0 0 -10px -47px;
	}
	* html .markenAuswahl .markenAuswahlRadio { /* IE6 Fix */
		width:500px;
		margin-left: -85px;
	}
		.markenAuswahl .markenAuswahlRadio label {
			display: none;
		}
	
	.markenAuswahl .radio {
		float:left;
		display: block;
		border: 0;
		margin: 44px 0px 20px 72px;
	}
	* + html .markenAuswahl .radio { /* IE7 Fix */
		margin-left: 65px;
	}
	* html .markenAuswahl .radio { /* IE6 Fix */
		margin-left: 65px;
	}
	
	.produktfinderBottom {
	float:left;
	width:452px;
	padding:20px 0 0 24px;
	margin:0;
	background:url(../images/bg_produktfinder_02.jpg) 0 0 no-repeat;
	}
		.produktfinderBottom div.kriterien {
			width:430px;
			margin-bottom: 30px;
			overflow: hidden;
		}
	
	.language_CZ .produktfinderBottom {
		float:left;
		width:452px;
		padding:20px 0 0 20px;
		margin:0;
		background:url(../images/cz/bg_produktfinder_02.jpg) 0 0 no-repeat;
	}
	
	.produktfinder fieldset {
		float:left;
	}
	
	#untermarken {
		float: left;
		clear: left;
		width: 400px;
		height: 30px;
		border-top: 1px #e4eff7 solid;
	}
	* + html #untermarken { /* IE7 Bugfix */
		margin-top: 20px;
	}
	* html #untermarken { /* IE6 Bugfix */
		margin-top: 20px;
	}
	
	#untermarkeBabyBorn,
	#untermarkeBabyAnnabell {
		float:left;
		padding:15px 0 0 0;
		margin:0;
		width:400px;
	}
	
	.produktfinder label {
		display: inline-block;
		min-width: 50px;
		width: auto;
		font-size: 11px;
		color: #86acc6;
		margin-bottom: 5px;
		margin-right: 10px;
	}
	
	.produktfinder .alter input {
		margin-right: 0;
		padding-left: 0;
		width: 13px;
	}

	.produktfinder .alter label {
		min-width: 25px;
		margin-right: 5px;
	}	
	
	.produktfinder .checkbox {
		display: inline;
		vertical-align: middle;
		margin: 0px 2px 0px 1px;
	}
	
	
	.markenAuswahl {
		margin-bottom:35px;
	}
	
	.produktfinder legend, .produktfinder h5 {
		color:#ed7bb4;
		font-size:120%;
		font-weight:bold;
		padding:0;
		padding:0 0 10px 0;
		clear:both;
	}
	* + html .produktfinder legend { /* IE7 Bugfix */
		margin-left: -7px;
	}
	* html .produktfinder legend { /* IE6 Bugfix */
		margin-left: -7px;
	}
	
	.produktfinder .disabled legend {
		color:#f9d5ea;
	}
	
	.produktfinder .disabled label {
		color:#d9e4ec;
	}
	
	

	.suchbereich,
	.haar,
	.spielthema {
		/*display: block;*/
		float:left;
		width:200px;
		margin-right:16px;
	}
	
	.spielthema select {
		width:180px;
	}

	#content .button
	{
		float:right;
		margin:20px 30px 0 0;
		width: auto;
		height: auto;
		background:none;
		border:0;
	}

	.buttons {float:right;}
	.buttons img {float:left;}

	#content .produktfinder .button {
		margin:0 10px 0 0;
		padding:0;
		float:left;
	}
	
	
	/* generalform */

.checkbox {border:0;}

.generalform {
	width:450px;
	float:left;
}

	.generalform legend
{
	font-weight:bold;
	padding-top:10px;
	float:left;
	color:#666;
}

.generalform fieldset
{
	padding-bottom: 8px;
	padding-bottom: 0px;
}

.generalform fieldset.outer
{
	margin-top: 18px;
	margin-bottom: 0px;
}

.generalform.noborder fieldset.outer
{
	margin: 0px;
}

.generalform legend span.legend
{
	background: none;
	padding-top: 14px;
	margin: 0px;
	border-top: 1px solid #FCE7F1;
}

.generalform.noborder legend span.legend
{
	border: none;	
}

.generalform label
{
	padding-left: 6px;
	padding-right: 15px;
}

.generalform div.form,
.generalform div.period
{
	padding: 6px 10px 6px 0;
}

.generalform div.form
{
	padding-top: 18px;
	margin-bottom: 10px;
}

.generalform.noborder div.form
{
	border: none;	
}

.generalform.noborder div.form
{
	border-bottom: none;
	margin-bottom: 0px;
}

.generalform div.form label
{
	float: left;
	width: 80px;
	padding: 0px 10px 0px 0px;
	color:#86acc6;
	font-weight:bold;
}

.generalform div.form label.default
{
	width: auto;
}

.generalform div.form input,
.generalform div.form textarea
{
	float: left;
	width: 300px;
	border:1px #d3e0ea solid;
	padding:4px;
	background-color: #fff;
}

.generalform div.form textarea
{
	height: 80px;
}

.generalform div.form textarea.ir_form {
	width:390px;
	margin-top:15px;
}

.generalform div.form input.checkbox,
.generalform div.form label.checkbox,
.generalform div.form input.radio,
.generalform div.form label.radio
{
	width: auto;
	float: none;
	display: inline;
	background: none;	
}

.generalform div.form div.clear
{
	height: 10px !important;
}

.generalform div.form span.quest
{
	display: block;
	font-weight: normal;
}

#content .generalform .button
{
	float:right;
	margin:20px 30px 0 0;
	width: auto;
	height: auto;
	background:none;
	border:0;
}

#content .generalform .katalog {width:100%; float:left; margin-bottom:10px; border-bottom:1px #FCE7F1 solid; padding-bottom:10px;}
#content .generalform .katalog .checkbox {float:left; width:20px;}
#content .generalform .katalog label {float:left; width:350px;}




	#content .produktVerteiler .markenContainer {
		width:200px;
		height:115px;
		font-size:11px;
		float:left;
		color:#86acc6;
		padding:50px 10px 0 130px;
	}
	
	#content .produktVerteiler .markenContainerBabyborn { background:url(../images/pi_markenOverview_bb.jpg) 0 0 no-repeat; }
	#content .produktVerteiler .markenContainerBabyannabell { background:url(../images/pi_markenOverview_ba.jpg) 0 0 no-repeat;}
	#content .produktVerteiler .markenContainerChouChou {	background:url(../images/pi_markenOverview_cc.jpg) 0 0 no-repeat;	}
		#content .produktVerteiler .markenContainerChouChouDE{ background:url(../images/de/pi_markenOverview_cc_de.jpg) 0 0 no-repeat;	}
	#content .produktVerteiler .markenContainerMyModel { background:url(../images/pi_markenOverview_mm.jpg) 0 0 no-repeat; 	}
	#content .produktVerteiler .markenContainerSamSally { background:url(../images/pi_markenOverview_ss.jpg) 0 0 no-repeat; }
		#content .produktVerteiler .markenContainerSamSallyDE { background:url(../images/de/pi_markenOverview_ss_de.jpg) 0 0 no-repeat; }
	#content .produktVerteiler .markenContainerSpielwelten { background:url(../images/pi_markenOverview_spielwelten.jpg) 0 0 no-repeat; }
	#content .produktVerteiler .markenContainerJolina { background:url(../images/pi_markenOverview_jb.jpg) 0 0 no-repeat; }
		#content .produktVerteiler .markenContainerJolinaDE { background:url(../images/de/pi_markenOverview_jolina_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerSunshine { background:url(../images/pi_markenOverview_ls.jpg) 0 0 no-repeat; }
	#content .produktVerteiler .markenContainerMiniBabyBorn { background:url(../images/pi_markenOverview_mmbb.jpg) 0 0 no-repeat; }
		#content .produktVerteiler .markenContainerMiniBabyBornDE { background:url(../images/de/pi_markenOverview_mmbb_de.jpg) 0 0 no-repeat; }


/*updates 2010*/		

	#content .produktVerteiler .markenContainerChiquiBabyborn { background:url(../images/pi_markenOverview_ccbb.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerTapsiBear { background:url(../images/pi_markenOverview_tapsi.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerAnnabellTween { background:url(../images/pi_markenOverview_ba_tween.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerGirlsOnly { background:url(../images/pi_markenOverview_girls_only.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerDisney { background:url(../images/pi_markenOverview_disney.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerMagicKrysalix { background:url(../images/pi_markenOverview_mk.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerSunshine { background:url(../images/de/pi_markenOverview_ls_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerLilliDE { background:url(../images/de/pi_markenOverview_lilli_de.jpg) 0 0 no-repeat; }		
	
	
	
/*updates 2010*/

/*updates 2011*/		
	#content .produktVerteiler .markenContainerBabyborn { background:url(../images/de/pi_markenOverview_bb_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerMiniBabyBornDE { background:url(../images/de/pi_markenOverview_mmbb_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerBabyannabell { background:url(../images/de/pi_markenOverview_ba_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerChouChouDE { background:url(../images/de/pi_markenOverview_cc_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerJolinaDE { background:url(../images/de/pi_markenOverview_jolina_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerDancingDanniDE { background:url(../images/de/pi_markenOverview_dd_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerChiquiBabyborn { background:url(../images/de/pi_markenOverview_ccbb_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerSamSallyDE { background:url(../images/de/pi_markenOverview_ss_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerHelloKittyDE { background:url(../images/de/pi_markenOverview_hk_de.jpg) 0 0 no-repeat; }		
	#content .produktVerteiler .markenContainerDisney { background:url(../images/de/pi_markenOverview_disney_de.jpg) 0 0 no-repeat; }		

	.language_DE #content .produktVerteiler .markenContainer dd {
    		line-height: 1.4em;
    		padding-bottom: 5px;
		}
/*updates 2011*/

	

	
	.language_ES #content .produktVerteiler .markenContainerSpielwelten { background:url(../images/es/pi_markenOverview_spielwelten.jpg) 0 0 no-repeat;}	
	
	#content .produktVerteiler .markenContainer dd {
/*		height:80px;*/
		padding-bottom:10px;
	}
	
	#content .standardBreit {
		margin:146px 65px 0 0;
/*		margin:146px 0 0 51px;*/
	}
	
	#content .markenOverview {
		margin-top:-52px;
	   width: 680px;		
	}
	
	#content .produktVerteiler dd.more {
		height:auto;
/*		
		padding-left:20px;
		background:url(../images/pi_bullet_more_prd.gif) 0 4px no-repeat;		
*/	
	}
	
	#content .produktVerteiler .more a {
		color:#e480ba;
		font-size:11px;

		padding-left:20px;
		background:url(../images/pi_bullet_more.gif) 0 2px no-repeat;
	
	}
	
	#content .produktVerteiler .more a:hover div{
		text-decoration: underline;
	}	
	
	
	#content .produktVerteiler .more a:hover {
		text-decoration:underline;
	}
	
	/* HÄNDERLLISTE */
	
	.haendlerlist dl {
		padding-bottom:6px;
		border-bottom:1px #e1e1e1 solid;
		width:400px;
		margin-top:10px;
		margin-bottom:10px;
	}
	
	.haendlerlist dl dt {
		font-size:13px;
		color:#86acc6;
		
	}
	
	#content .haendlerlist .button
	{
		float:right;
		margin:-30px 30px 0 0;
		width: auto;
		height: auto;
		background:none;
		border:0;
	}


	#content .body span {display:block;}
	
	
	#content .sitemap {
	 float:left;
	 width:720px;
	}
	
	#content .sitemap ul {
		float:left;
		list-style-type:none;
		width:720px;
	}
	
	#content .sitemap ul ul {
		clear:both;
		width:140px;
		border-top:1px #f395c8 solid;
	}
	
	#content .sitemap ul ul ul {
		clear:both;
		width:130px;
	}
	
	#content .sitemap ul li {
		list-style-type:none;	
		font-weight:bold;
		margin-right:20px;
		margin-bottom:30px;
		font-size:13px;
		width:140px;
		float:left;
	}
	
	#content .sitemap ul li li {
		clear:both;
		margin-right:0;
		margin-bottom:0;
		font-size:12px;
		padding-left:12px;
		width:110px;	
		background:url(../images/pi_bullet_breadcrumb.gif) 0 5px no-repeat;
	}
	
	#content .sitemap ul li li li {
		width:110px;
		font-weight:normal;
	}
	
	#content .sitemap ul li a {
		color:#86acc6;
	}
	
	#content .sitemap ul li li a {
		color:#e480ba;
	}
	
	#content .sitemap li.sitemap06 {
		display:none;
	}
	
 table p {
 margin:0;
 padding:0;
}

/* NEUHEITEN */

#content.subBGNeuheiten .neuheiten{
 margin-top:-50px;
}

#content.subBGNeuheiten .verteilerContainer{
 margin-top:40px;
}

#content .neuheiten li {
	list-style:none;
	float:left;
	padding:0;
	background:none;
}

#content .neuheiten li a{
	width:218px;
	height:164px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#content .neuheiten li a.miniBabyBorn {
	background:url(../images/neuheiten_mini_baby_born.gif) 0 0 no-repeat;
}
#content .neuheiten li a.jolinaBallerina {
	background:url(../images/neuheiten_jolina_ballerina.gif) 0 0 no-repeat;
}
#content .neuheiten li a.LittleSunshine {
	background:url(../images/neuheiten_little_sunshine.gif) 0 0 no-repeat;
}
#content .neuheiten li a.HexeLilli {
	background:url(../images/neuheiten_hexe_lilli.gif) 0 0 no-repeat;
}

.language_EN #content .neuheiten li a.miniBabyBorn,
.language_UK #content .neuheiten li a.miniBabyBorn {
	background:url(../images/en/neuheiten_mini_baby_born.gif) 0 0 no-repeat;
}
.language_EN #content .neuheiten li a.jolinaBallerina,
.language_UK #content .neuheiten li a.jolinaBallerina {
	background:url(../images/en/neuheiten_jolina_ballerina.gif) 0 0 no-repeat;
}
.language_EN #content .neuheiten li a.LittleSunshine,
.language_UK #content .neuheiten li a.LittleSunshine {
	background:url(../images/en/neuheiten_little_sunshine.gif) 0 0 no-repeat;
}
.language_EN #content .neuheiten li a.HexeLilli,
.language_UK #content .neuheiten li a.HexeLilli {
	background:url(../images/en/neuheiten_hexe_lilli.gif) 0 0 no-repeat;
}

.language_FR #content .neuheiten li a.miniBabyBorn {
	background:url(../images/fr/neuheiten_mini_baby_born.gif) 0 0 no-repeat;
}
.language_FR #content .neuheiten li a.jolinaBallerina {
	background:url(../images/fr/neuheiten_jolina_ballerina.gif) 0 0 no-repeat;
}
.language_FR #content .neuheiten li a.LittleSunshine {
	background:url(../images/fr/neuheiten_little_sunshine.gif) 0 0 no-repeat;
}
.language_FR #content .neuheiten li a.HexeLilli {
	background:url(../images/fr/neuheiten_hexe_lilli.gif) 0 0 no-repeat;
}

.language_ES #content .neuheiten li a.miniBabyBorn {
	background:url(../images/es/neuheiten_mini_baby_born.gif) 0 0 no-repeat;
}
.language_ES #content .neuheiten li a.jolinaBallerina {
	background:url(../images/es/neuheiten_jolina_ballerina.gif) 0 0 no-repeat;
}
.language_ES #content .neuheiten li a.LittleSunshine {
	background:url(../images/es/neuheiten_little_sunshine.gif) 0 0 no-repeat;
}
.language_ES #content .neuheiten li a.HexeLilli {
	background:url(../images/es/neuheiten_hexe_lilli.gif) 0 0 no-repeat;
}
#content .neuheiten li a:hover,
.language_ES #content .neuheiten li a:hover,
.language_FR #content .neuheiten li a:hover,
.language_EN #content .neuheiten li a:hover,
.language_UK #content .neuheiten li a:hover{
	background-position:0 -164px;
}

#content .neuheiten li a span{
	display:none;
}












#welContainer .conDealer dl.happyBirthday {
	background:url(../images/container_baby_born.png) no-repeat;
	width:306px;
	height:136px;
	margin-top:25px;
}
	#welContainer .conDealer dl.happyBirthday .description {
		margin:0 0 0 6px;
		padding-top:0;
		padding-bottom:0;
		width:306px;
		*margin-top:15px;
	}
	
	#welContainer .conDealer dl.happyBirthday dd {
		margin:65px 0 0 6px;
		*margin-top:3px;
	}
	
	
#content .detailContent .container .prodli { padding-bottom: 10px; padding-top: 10px; width: 100%;  }	
#content .detailContent .container .prodli li { clear: both; font-weight: 400; text-transform: none; }

#content .detailContent .container .prodli li ul { padding-bottom: 10px; padding-top: 3px; width: 100%;  }	

#content .detailContent .container .prodli li ul li { clear: both; font-weight: 400; text-transform: none; }



/*#content .detailContent ul li { clear: both;}	*/

