/*
------------------------------------------------
templates.css
------------------------------------------------

Templatespezifische styles.

Datum: 16.3.2009
Autor: Georg Molzer

(c) Martrix GmbH
------------------------------------------------
*/


/* -- Home -- */

.home img.main_img {
width: 767px;
height: 424px;
z-index: 50;
position: relative;
top: -10px;
overflow: hidden;
}

.home #promo {
/* background: url(../gfx/promo_bg.png) no-repeat top; */
width: 205px;
height: 425px;
position: absolute;
z-index: 200;
top: 47px;
left: 480px;
padding: 25px 16px 0 16px;
overflow-y: auto;
overflow-x: hidden;
}

	.home #promo h2
	{
		margin-top:-3px;
	}

	.home h2 {
	font-size: 21px;
	}
	
	.home #promo h3 {
	font-weight: normal;
	margin: 2px 1px .7em 1px;
	color:#000000;
	}

	.home #promo .separator_horizontal {
	border: none;
	/* background: url(../gfx/separator_horizontal.png) no-repeat transparent; */
	width: 210px;
	height: 4px;
	margin: 14px 0 10px 0;
	}
	
	.home #promo a.tvspot {
	width: 205px !important;
	height: 127px !important;
	position: relative;
	margin-bottom: -127px;
	z-index: 500;
	}

.home #teasers {
padding: 15px 0 0 0;
overflow: hidden;
}
	
	.home #teasers .col {
	width: 173px;
	height: 17.4em;
	float: left;
	}
	
		.home #teasers a.button
		{
			margin:0px 10px;
		}
		
		.home #teasers .col .colcontent {
		height: 14em;
		overflow-y: auto;
		overflow-x: hidden;
		}
		
	.home #teasers .separator_vertical {
	float: left;
	border: none;
	/* background: url(../gfx/separator_vertical.png) no-repeat transparent; */
	width: 4px;
	height: 197px;
	margin: -22px 8px 0 6px;
	}
	
	.home #teasers h3 {
	margin: 2px 0 .5em 0;
	color:#000000;
	}
	
	.home #teasers p {
	margin-bottom: .7em;
	}

.home .popup .content {
height: 317px;
}


.home #newsletter_anmeldung {
	display: block;
/*	background: url(../gfx/newsletter_background.png) no-repeat top left; */
	position: absolute;
	width: 138px;
	z-index: 150;
	top: 441px;
	left: 7px;
	padding:32px 20px 4px 20px;
	margin:0px;
	min-height:1px;
}


/* -- content_overview -- */

.content_uebersicht .teaser_separator
{
	margin:0px 0 8px;
}
	
/* -- Produkt -- */

.produkt #content .content_element p,	 
.produkt #content .content_element h2, 
.produkt #content .content_element h3 {
margin-right:275px;
}

.produkt img.produktbild {
float: right;
}

.produkt #tables {
position: relative;
clear:both;
left: -17px;
z-index:100;
width: 580px;
margin-right:-40px;
margin-bottom:40px;
}
	
	.produkt #tables .table {
	float: left;
	padding: 0 20px 5px 20px;
/* removed	background: url(../gfx/table_separator_vertical.png) repeat-y top right; */
	margin-bottom:40px;
	border-bottom:2px solid #f2eee1
	}
		
		.produkt #tables .one {
		width: 157px;
		}
		
		.produkt #tables .two {
		width: 147px;
		}
		
		.produkt #tables .three {
		width: 153px;
		background: none;
		}
		
		/*.produkt #tables .closing-line
		{
			border-top:2px solid 
		}*/
	
		.produkt #tables h4 {
		margin-left: -20px;
		background-color: #f2ead6;
		height: 20px;
		border-left: 1px solid #fff;
		border-right: 1px solid #e8d9b6;
		}
		
			.produkt #tables .one h4 {
			width: 196px;
			}
			
			.produkt #tables .two h4 {
			width: 185px;
			}
			
			.produkt #tables .three h4 {
			width: 193px;
			}
		
			.produkt #tables .table h4 img {
			margin: 4px 0 0 20px;
			}
		
		.produkt #tables .one h4 {
		border-left: none;
		}
		
		.produkt #tables .three h4 {
		border-right: none;
		}
		
	.produkt #tables p {
	padding: 4px 0 3px 0;
	}
		
		.produkt #tables p.row {
		border-top: 1px solid #f3ecda;
		clear: both;
		}
		
			.produkt #tables p.first {
			border: none;
			}
		
			.produkt #tables p.row .attribute {
			display: block;
			float: left;
			margin-bottom: 3px;
			}
			
			.produkt #tables .one p.row .attribute {
			max-width: 80%;
			}
			
			.produkt #tables p.row .value {
			display: block;
			float: right;
			margin-bottom: 3px;
			}
			
	.produkt #tables p a.arrow {
	color: #000;
	}			
		
		
/* -- Urlaub -- */



.urlaub .content_element table th.two, .urlaub .content_element table td.two
{
	text-align:right;
	padding-right:4px;
	width:56px;
}

.urlaub .content_element table td.two
{
	padding-right:0px;
}
			
			
/* -- Rezept (Uebernimmt sonst alles von 'Produkt' (siehe oben) -- */
		
.rezept .content_element .caption_rezeptbild{
float:right;
width:267px;
padding-right:20px;
position:relative;
left:20px;
margin-bottom:15px;
}

.rezept .content_element .caption_rezeptbild img {
margin-bottom: 13px;
}

	.rezept #voting p {
	clear: both;
	margin: .5em 0 .5em 0 !important;
	}
	
	.rezept #voting .rating-cancel {
	display: none !important;
	}

	.rezept #voting #stars {
	float: left;
	height: 20px;
	width: 90px;
	margin-bottom: 3px;
	}
	
	.rezept #voting #hover-test {
	width: 170px;
	float: right;
	padding: 3px 0 0 5px;
	}
		
			
/* -- Galerie -- */

ul.gallery {
width: 525px;
margin:0px !important;
}


a#gallery_arrow_prev, a#gallery_arrow_next {
display: block;
float: left;
height: 140px;
width: 23px;
margin-right: 10px;
/* background: url(../gfx/gallery_arrow_prev.gif) no-repeat 0 50% #d7c9a4;*/
background: #d7c9a4;
position:relative;
z-index:100;
}

a#gallery_arrow_next {
float: right;
margin: 0;
/*background-image: url(../gfx/gallery_arrow_next.gif);*/
position:relative;
z-index:100;
}

.gallery_arrow
{
	height:70px !important;
}

#gallery_wrapper_1
{
	width:525px;
	float:left;
	margin-right:-400px;
	margin-bottom:20px;
	height:70px;
	overflow:hidden;
}

#gallery_wrapper_2
{
	float:left;
	width:1000000px;
}

#big_image {
margin-bottom: 25px;
}

	#big_image .caption {
	display: block;
	margin-right:175px;
	text-align:left;
	}

	#big_image .caption strong {
	display: block;
	color: #9d2c27;
	margin: .5em 0 0 0;
	}
	
	#big_image .galleria_wrapper
	{
		padding:0px 0px;
		background-color:#d7c9a4;
		margin:0px 0px;
		text-align:center;
	}
	
		#big_image .galleria_wrapper img
		{
			margin-bottom:-3px;
		}

	

/* -- Aktionen -- */

.aktionen .teaser li {
height: 22.6em;
}


	
/* -- Suche -- */

.suche .content_search .input_background
{
	display:block;
	float:left;
/* removed	background:url(../gfx/searchinput_bg.png) bottom left no-repeat; */
	margin-right:10px;
	width:183px;
	height:22px;
}

.suche .content_search .input_background input /* CSD: changed selector to not take effekt on search-button, only on search field */
{
	width:163px;
	border:0px solid black;
	position:relative;
	background:none;
	top:3px;
	left:10px;
	/*padding:4px 10px 0px 10px;*/
	font-size:0.9em;
	/*background:url(../gfx/searchinput_bg.png) bottom right;*/
}

.suche .content_search label
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:4px;
}

.suche .content_search a.button, /* added by CSD */.suche .content_search .button
{
	margin-right:10px;
	margin-bottom:40px;
}


.suche #content_search_tabs
{
	height:19px;
	margin-bottom:0px;
	margin-left:-10px;
}

	.suche #content_search_tabs li
	{
		float:left;
	}
	/*.suche #content_search_tabs li:hover, .suche #content_search_tabs li.active
	{
		background:#f2ead6 url(../gfx/searchtab_separator.png) right top repeat-y;
	}*/
	
	.suche #content_search_tabs a
	{
		float:left;
		display:block;
/* removed	background:#e0d4b7 url(../gfx/searchtab_separator.png) right top repeat-y; */
		font-size:12px;
		color:#9d2c27;
	}
	
		.suche #content_search_tabs a .count
		{
			position:relative;
			top:-5px;
			left:-2px;
			padding-right:4px;
		}
	
	.suche #content_search_tabs .navigation a
	{
		display:inline;
		background:none;
	}
	
	.suche #content_search_tabs a:hover, .suche #content_search_tabs li.active a
	{
		cursor:pointer;
/*	removed	background:#f2ead6 url(../gfx/searchtab_separator.png) right top repeat-y; */
		text-decoration:none;
	}
	
.suche #content_search_tabs
{
	position:relative;
	pointer:cursor;
}

.suche .search_results li p
{
	margin-bottom:0px !important;
}

.suche .search_results
{
	position:relative;
	margin-bottom:15px;
}

.suche .search_results li p {
	margin-bottom:0px !important;
}

.suche .search_results li
{
	margin-bottom:15px;
}

.suche .search_results .navigation
{
	top:-35px;
}
	
	
/* -- E-Nummernsuche -- */

.e-nummern_suche #content p {
	margin-bottom:10px;
}

.e-nummern_suche .full_separator
{
	margin-top:10px;
}

.e-nummern_suche .oder_over_full_separator
{
	text-align:center;
	position:relative;
	top:-23px;
	left:-150px;
	margin-bottom:-7px !important;
}

.e-nummern_suche .oder_over_full_separator .white_background
{
	padding:4px 30px;
	background:#fbfaf5;
	display:inline;
}

.e-nummern_suche #content_search_e-number .input_background
{
	display:block;
	float:left;
/*	removed background:url(../gfx/searchinput_bg.png) bottom left no-repeat; */
	margin-right:10px;
	width:183px;
	height:22px;
}

.e-nummern_suche #content_search_e-number input
{
	position:relative;
	top:3px;
	left:10px;
	border:0px solid black;
	background:none;
	font-size:0.9em;
	width:162px;
	height:18px;
}

.e-nummern_suche #content_search_e-number label
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:4px;
}

.e-nummern_suche #content_search_e-number a.button
{
	margin-right:-170px;
	margin-bottom:30px;
}

.e-nummern_suche #content_search_zusatzstoff {
	margin-bottom: 23px;
}

.e-nummern_suche #content_search_zusatzstoff .input_background
{
	display:block;
	float:left;
/*	background:url(../gfx/searchinput_bg.png) bottom left no-repeat; */
	margin-right:10px;
	width:183px;
	height:22px;
}

.e-nummern_suche #content_search_zusatzstoff input
{
	position:relative;
	top:3px;
	left:10px;
	border:0px solid black;
	background:none;
	font-size:0.9em;
	width:162px;
	height:18px;
}

.e-nummern_suche #content_search_zusatzstoff label
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:4px;
}

.e-nummern_suche #content_search_zusatzstoff a.button
{
	margin-right:-170px;
}

.e-nummern_suche #content_search_zusatzstoff_gruppen
{
	clear:both;
}
	
	.e-nummern_suche #content_search_zusatzstoff_gruppen label
	{
		display:block;
		float:left;
		width:250px;
		font-weight:bold;
	}
	
		.e-nummern_suche #content_search_zusatzstoff_gruppen label strong
		{
			color:#9d2c27;
		}
	
	.e-nummern_suche #content_search_zusatzstoff_gruppen select
	{
		width:137px;
	}
	
	.e-nummern_suche #further_info
	{
		margin-top:17px;
		clear:both;
		margin-bottom:40px;
	}
	
.e-nummern_suche #printforward
{
	position:relative;
}
	
.e-nummern_suche #e-number_table
{
	z-index:100;
	clear:both;
	width:578px;
	position:relative;
	left:-17px;
/*  background:url(../gfx/e-number_table_separators.png) repeat-y top left; */
	margin-right:-100px;
	margin-bottom:40px;
}

	.e-nummern_suche #e-number_table table
	{
		width:100%;
	}

	.e-nummern_suche #e-number_table th
	{
		text-align:left;
		margin:0px;
/*		background:#f2ead6 url(../gfx/th_rand.gif) repeat-y top right; */
		height:19px; 
		overflow:hidden;
		padding-bottom:0px !important;
		padding-top:2px !important;
	}
	
		.e-nummern_suche th img
		{

		}
	
	.e-nummern_suche #e-number_table th.four
	{
		background:#f2ead6;
	}

	.e-nummern_suche #e-number_table td, .e-nummern_suche #e-number_table th
	{
		margin:0px; 
		padding:5px 10px;
	}
	
	.e-nummern_suche #e-number_table td.one, .e-nummern_suche #e-number_table th.one
	{
		padding:5px 10px 5px 16px;
	}
	
	.e-nummern_suche #e-number_table td
	{
		border-bottom:2px solid #f2eee1;
	}
	
	.e-nummern_suche #e-number_table td.heading_between
	{
		width:400px;
		background-color:#ffffff;
	}
	
	.e-nummern_suche #e-number_table table
	{
		clear:both;
	}
	
	.e-nummern_suche #e-number_table .one
	{
		width:70px;
		font-weight:bold;
	}
	
	.e-nummern_suche #e-number_table .two
	{
		width:83px;
	}
	
	.e-nummern_suche #e-number_table .three
	{
		width:167px;
	}


/* -- Rezeptsuche -- */

.rezeptsuche h2 {
	margin-bottom:10px !important;
}

.rezeptsuche #content_search_recipe .input_background
{
	display:block;
	float:left;
/*	background:url(../gfx/searchinput_bg.png) bottom left no-repeat; */
	margin-right:10px;
	width:183px;
	height:22px;
}

.rezeptsuche #content_search_recipe input
{
	position:relative;
	top:3px;
	left:10px;
	border:0px solid black;
	background:none;
	font-size:0.9em;
	width:162px;
	height:18px;
}

.rezeptsuche #content_search_recipe label
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:4px;
}

.rezeptsuche #content_search_recipe a.button
{
	margin-right:-170px;
	margin-bottom:40px;
		margin-left:10px;
}

.rezeptsuche #content_search_recipe_category .input_background
{
	display:block;
	float:left;
/*	background:url(../gfx/small_searchinput_bg.png) bottom left no-repeat; */
	margin-right:10px;
	width:130px;
	height:19px;
}

.rezeptsuche #content_search_recipe_category input
{
	position:relative;
	top:3px;
	left:10px;
	border:0px solid black;
	background:none;
	font-size:0.9em;
	width:110px;
	height:17px;
}

.rezeptsuche #content_search_recipe_category label
{
	display:block;
	float:left;
	margin-right:10px;
	font-weight:bold;
	position:relative;
	top:4px;
}

.rezeptsuche #content_search_recipe_category a.button
{
	margin-right:-100px;
	margin-bottom:40px;
	margin-left:10px;
}

.rezeptsuche #content_search_recipe_category select
{
	width:120px;
	display:block;
	float:left;
	margin-right:20px;
}

.rezeptsuche .separator_gradient
{
	margin:20px 0px !important;
}

.rezeptsuche .oder_over_full_separator
{
	text-align:center;
	position:relative;
	top:-23px;
	margin-bottom:-23px !important;
}

.rezeptsuche .oder_over_full_separator .white_background
{
	padding:4px 30px;
	background:#fbfaf5;
	display:inline;
}

.rezeptsuche .recipe_promo
{
/*	background:url(../gfx/recipe_promo_background.png) top left no-repeat; */
	width:537px;
	margin-right:-100px;
	position:relative;
	left:-17px;
	padding:15px 20px 6px 20px;
	margin-bottom:13px;
}

	.rezeptsuche .recipe_promo h2
	{
		margin-top:0px !important;
	}



	.rezeptsuche .recipe_promo li p
	{
		margin:0px !important;
		padding:0px !important;
	}
	
		.rezeptsuche .recipe_promo .background_bottom
		{
			width:577px;
			height:9px;
			position:absolute;
			bottom:-9px;
			left:0px;
/*			background:url(../gfx/recipe_promo_background_bottom.png) left top no-repeat; */
		}
	
	.rezeptsuche .recipe_promo .scroll_vertical
	{
		width:547px;
		overflow-x:hidden;
	}
	
	.rezeptsuche .recipe_promo ul
	{
		width:100000px;
	}

		.rezeptsuche .recipe_promo ul li
		{
			float:left;
			width:175px;
			overflow-x:hidden;
			margin-right:10px;
		}

.rezeptsuche #recipe_results_header .count
{
	position:relative;
	top:-4px;
	left:6px;
}

.rezeptsuche .recipe_results
{
	margin-top:10px;
	position:relative;
	width:590px;
/*	margin-right:-100px;*/
	margin-bottom:40px;
	padding-top:15px;
	height:580px;
	overflow:hidden;
} 

	.rezeptsuche .recipe_results h2
	{
		margin-top:0px !important;
	}

	.rezeptsuche .recipe_results .navigation
	{
		right:50px;
	}

	.rezeptsuche .recipe_results .clear
	{
		clear:both;
		height:1px;
		overflow:hidden;
		width:auto;
		display:block;
	}

	.rezeptsuche .recipe_results li p
	{
		margin:0px !important;
		padding:0px !important;
	}

		.rezeptsuche .recipe_results li
		{
			float:left;
			width:175px;
			height:180px;
			overflow-x:hidden;
			overflow-y:auto;
			padding:0px 3px;
			margin-bottom:15px;
		}

/* -- Kontakt -- */

.kontakt #contact_form
{
	margin-bottom:40px;
}

.kontakt #contact_form #input_vorname
{
	margin-top:5px;
	float:left;
	width:190px;
}

	.kontakt #contact_form #input_vorname label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_vorname input
	{
		width:175px;
	}
	
.kontakt #contact_form #input_nachname
{
	margin-top:5px;
	float:left;
	width:191px;
}

	.kontakt #contact_form #input_nachname label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_nachname input
	{
		width:180px;

	}

.kontakt #contact_form #input_strasse
{
	margin-top:5px;
	clear:both;
	float:left;
	width:400px;
}

	.kontakt #contact_form #input_strasse label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_strasse input
	{
		width:370px;
	}
	
.kontakt #contact_form #input_plz
{
	margin-top:5px;
	clear:both;
	float:left;
	width:80px;
}

	.kontakt #contact_form #input_plz label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_plz input
	{
		width:50px;
	}
	
.kontakt #contact_form #input_ort
{
	margin-top:5px;
	float:left;
	width:320px;
}

	.kontakt #contact_form #input_ort label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_ort input
	{
		width:290px;
	}
	
.kontakt #contact_form #input_land
{
	clear:both;
	margin-top:5px;
	float:left;
	width:200px;
}

	.kontakt #contact_form #input_land label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_land select
	{
		width:170px;
	}
	
.kontakt #contact_form #input_tel
{
	margin-top:5px;
	float:left;
	width:200px;
}

	.kontakt #contact_form #input_tel label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_tel input
	{
		width:170px;
	}
	
.kontakt #contact_form #input_alter
{
	clear:both;
	margin-top:5px;
	float:left;
	width:60px;
}

	.kontakt #contact_form #input_alter label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_alter input
	{
		width:30px;
	}
	
.kontakt #contact_form #input_email
{
	margin-top:5px;
	float:left;
	width:340px;
}

	.kontakt #contact_form #input_email label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_email input
	{
		width:310px;
	}
	
.kontakt #contact_form #input_betreff
{
	clear:both;
	margin-top:5px;
	float:left;
	width:350px;
}

	.kontakt #contact_form #input_betreff label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_betreff select
	{
		width:300px;
	}
	
.kontakt #contact_form #input_nachricht
{
	margin-top:5px;
	float:left;
	width:400px;
}

	.kontakt #contact_form #input_nachricht label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.kontakt #contact_form #input_nachricht textarea
	{
		width:370px;
		height:80px;
	}

.kontakt #contact_form #input_absenden
{
	clear:both;
	text-align:right;
	float:left;
	margin-top:5px;
	width:380px;
}

	.kontakt #contact_form #input_absenden a
	{
		margin-left:0px;
		float:right;
		margin-right:0px;
		margin-bottom:40px;
	}
	
	
/* -- Teilnahmeformular -- */



.teilnahmeformular #participation_form
{
	margin-bottom:40px;
}

.teilnahmeformular #participation_form #input_vorname
{
	margin-top:5px;
	float:left;
	width:190px;
}

	.teilnahmeformular #participation_form #input_vorname label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_vorname input
	{
		width:175px;
	}
	
.teilnahmeformular #participation_form #input_nachname
{
	margin-top:5px;
	float:left;
	width:190px;
}

	.teilnahmeformular #participation_form #input_nachname label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_nachname input
	{
		width:180px;

	}

.teilnahmeformular #participation_form #input_strasse
{
	margin-top:5px;
	clear:both;
	float:left;
	width:400px;
}

	.teilnahmeformular #participation_form #input_strasse label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_strasse input
	{
		width:370px;
	}
	
.teilnahmeformular #participation_form #input_plz
{
	margin-top:5px;
	clear:both;
	float:left;
	width:80px;
}

	.teilnahmeformular #participation_form #input_plz label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_plz input
	{
		width:50px;
	}
	
.teilnahmeformular #participation_form #input_ort
{
	margin-top:5px;
	float:left;
	width:320px;
}

	.teilnahmeformular #participation_form #input_ort label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_ort input
	{
		width:290px;
	}
	
.teilnahmeformular #participation_form #input_land
{
	clear:both;
	margin-top:5px;
	float:left;
	width:200px;
}

	.teilnahmeformular #participation_form #input_land label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_land select
	{
		width:170px;
	}
	
.teilnahmeformular #participation_form #input_tel
{
	margin-top:5px;
	float:left;
	width:200px;
}

	.teilnahmeformular #participation_form #input_tel label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_tel input
	{
		width:170px;
	}
	
.teilnahmeformular #participation_form #input_alter
{
	clear:both;
	margin-top:5px;
	float:left;
	width:60px;
}

	.teilnahmeformular #participation_form #input_alter label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_alter input
	{
		width:30px;
	}
	
.teilnahmeformular #participation_form #input_email
{
	margin-top:5px;
	float:left;
	width:340px;
}

	.teilnahmeformular #participation_form #input_email label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_email input
	{
		width:310px;
	}
	
.teilnahmeformular #participation_form #input_bild
{
	clear:both;
	margin-top:15px;
	float:left;
	width:250px;
}

	.teilnahmeformular #participation_form #input_bild label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_bild input
	{
	}
	
.teilnahmeformular #participation_form fieldset .input_newsletter
{
	clear:both;
	margin-top:5px;
	float:left;
	width:340px;
}

	.teilnahmeformular #participation_form label .input_newsletter
	{
		display:inline;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form input .input_newsletter
	{
		width:auto;
	}
	
.teilnahmeformular #participation_form #input_tnb
{
	margin-top:5px;
	float:left;
	width:340px;
}

	.teilnahmeformular #participation_form #input_tnb label
	{
		display:inline;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_tnb input
	{
		width:auto;
	}
	
.teilnahmeformular #participation_form #input_captcha
{
	clear:both;
	margin-top:5px;
	float:left;
	width:300px;
}

	.teilnahmeformular #participation_form #input_captcha label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form #input_captcha input
	{
		width:auto;
	}
	
.teilnahmeformular #participation_form fieldset .input_nachricht
{
	clear:both;
	margin-top:15px;
	float:left;
	width:400px;
}

	.teilnahmeformular #participation_form fieldset .input_nachricht label
	{
		display:block;
		margin-bottom:2px;
	}
	
	.teilnahmeformular #participation_form textarea
	{
		width:370px;
		height:80px;
	}

.teilnahmeformular #participation_form #input_absenden
{
	clear:both;
	text-align:right;
	float:left;
	margin-top:5px;
	width:380px;
}

	.teilnahmeformular #participation_form #input_absenden a
	{
		margin-left:0px;
		float:right;
		margin-right:0px;
		margin-bottom:40px;
	}

	
	
/* -- Sitemap  -- */

	#sitemap_table
	{
		width:100%;
		margin-bottom:40px;
	}
	
		#sitemap_table td
		{
			width:33%;
			padding:2px;
		}
		
		#sitemap_table li ul
		{
			display:none;
			padding-left:10px;
		}
		
		#sitemap_table a.arrow
		{
			display:block;
			margin-top:10px;
		}
		
		#sitemap_table .heading
		{
			font-weight:bold;
		}

		#sitemap_buttons a
		{
			position:relative;
			left:-1px;
			margin-right:27px;
			margin-bottom:20px;
		}


/* -- Produktuebersicht -- */

.produktuebersicht embed, .produktuebersicht object {
margin-left: -17px;
position: relative;
top: 2px;
z-index: 210;
height: 414px;
margin-bottom:20px;
}

/* commented, wrong display
.produktuebersicht #printforward
{
	margin-left:450px;
}*/

.produktuebersicht #subnavi
{
	padding-top:1px;
}

	.produktuebersicht object {
	top: 4px;
	}
	
#treenavi {
background: white;
border-left: 1px solid #fdf8ef;
width: 165px;
padding: 130px 20px 0 20px;
position: relative;
top: -20px;
z-index: 90;
}

#treenavi ul ul {
display: none;
}


	#treenavi .bottom {
/*	background: url(../gfx/produktuebersicht_treenav_bottom.png) no-repeat bottom; */
	height: 7px;
	width: 205px;
	position: relative;
	top: 7px;
	left: -20px;
	}

.produktuebersicht #subnavi {
margin-top: 0;
}

.produktuebersicht #produktuebersicht_noflash {
margin-left: -17px;
margin-bottom: 20px;
padding: 370px 17px 20px 17px;
vertical-align: bottom;
font-weight: bold;
/* background: url(../gfx/produktuebersicht_noflash.png) no-repeat; */
}

	.produktuebersicht #produktuebersicht_noflash a {
	color: #c50016;
	}
	
	.produktuebersicht #produktuebersicht_noflash img {
	float: right;
	margin: -7px -17px 0 10px;
	}
	
	
/* -- TV-Spots, E-Cards -- */ 

.tvspots object {
margin-bottom: 15px;
}

.tvspots a.tvspot, .ecards a.ecard, .radiospots a.radiospot, .home a.tvspot {
display: block;
/* removed background: url(../gfx/youtube_arrow_small.png) no-repeat center; */
width: 175px;
height: 100px;
position: relative;
margin-bottom: -100px;
z-index: 500;
}


/* -- Radiospots -- */

.radiospots object, .radiospots embed {
margin-bottom: 2px;
}


/* -- Weiterempfehlen -- */

#forward_form {
margin-bottom: 20px;
}

#forward_popup .header {
padding: 15px 70px;
}

	#forward_popup .header h2{
	margin: 1em 0 .3em 0;
	}


/* -- E-Cards -- */

.ecards a.ecard {
/* background: url(../gfx/send_icon.png) no-repeat left bottom; */
text-decoration: none;
color: #7d6841;
font-weight: bold;
}

	.ecards a.ecard .info {
	display: none;
	width: 117px;
	height: 16px;
	position: relative;
	padding: 3px 0 0 7px;
	border: 1px solid #d2ceab;
	border-bottom-color: #a7a483;
	top: 69px;
	left: 38px;
	background: white;
	}

	.ecards a.ecard:hover .info {
	display: block;
	}
	
.ecards #ecard_form {
/* background: url(../gfx/ecard_shadow_bottom.jpg) repeat-x top; */
margin-top: -3px;
}
		
.ecards #ecard_send p, .ecardsview #content p {
/* background: url(../gfx/ecard_shadow_bottom.jpg) repeat-x top; */
padding: 15px 2px;
color: #7d6841;
font-size: 1.25em;
margin-top: -3px;
}

	.ecardsview #content p {
	padding: 15px 10px;
	background-color: #fff;
	}
	
	.ecardsview a.button {
	margin: 15px 0 15px 0;
	}

.ecards #ecard_confirmation {
height: 120px;
}
	
	.ecards #ecard_confirmation h1 {
	margin: 20px 0 25px 60px;
	}

	.ecards #ecard_confirmation p {
	float: left;
	margin: 3px 10px 0 60px;
	}
	
#sidelink .addarea 
{ 
            position:absolute; 
            display:block; 
            top:50px; 
            left:0px; 
            width:50px; 
            height:60px; 
            z-index:100; 
} 
      
#sidelink .addarea2 
{ 
            position:absolute; 
            display:block; 
            top:20px; 
            left:50px; 
            width:50px; 
            height:60px; 
            z-index:100; 
} 