/*------------------------------------------------------------------------
	Zabler Nudeln CSS // © Frederic K. Herring, cmXs 2009
--------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(/img/bg_shader.png);
	background-repeat: repeat-x;
}


img {
	border: 0px solid;
	margin: 0px;
	padding: 0px;
}

.high {
	position:relative;
	top: -0.4em;
	font-size: 70%;
	line-height: 0%;
	color: #333333;
}


.iehack {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 0px;
	clear: both;
}



.print_mail a{
	font-family: "lucida grande", arial;
	color: #d5000e;
	font-size: 8pt;
	float: right;
	text-decoration: none;
}


.newslist {
	float: left;
	clear: left;
	margin-bottom: 16px;
}

.newslist a, .newslist a:visited {
	font-family: "lucida grande", arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.newslist a:hover {
	font-family: "lucida grande", arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}





.hint, .hint2 {
	float: left;
    	clear: both;
	font-family: "lucida grande", arial;
   	border: 1px solid #999999;
	font-size: 8pt;
   	background-color: #eeeeee;
   	padding-top: 10px; 
   	padding-left: 10px; 
   	padding-right: 10px; 
   	padding-bottom: 10px; 
   	margin-bottom: 10px;
    	margin-top: 10px;
   	height: auto;
	overflow: auto;
	width: 95%;
	color: #333333;
}

.hint a, .hint2 a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}










.button-senden, .button-senden:visited {
	width: 120px;
	font-family: arial;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-top: 1px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color: #c7000d;
	cursor: hand;
	margin-top: 5px;
	border: 1px solid #c7000d;
	padding-bottom: 2px;
	text-transform: capitalize;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}


.button-senden:hover {
	width: 120px;
	font-family: arial;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-top: 1px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color: #f40010;
	cursor: hand;
	margin-top: 5px;
	border: 1px solid #f40010;
	padding-bottom: 2px;
	text-transform: capitalize;
	box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-moz-box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}



.button-loeschen, .button-loeschen:visited {
	width: 170px;
	font-family: arial;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-top: 1px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color: #666666;
	cursor: hand;
	margin-top: 5px;
	border: 1px solid #666666;
	padding-bottom: 2px;
	text-transform: capitalize;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}


.button-loeschen:hover {
	width: 170px;
	font-family: arial;
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	padding-top: 1px;
	padding-left: 4px;
	margin-bottom: 4px;
	background-color: #555555;
	cursor: hand;
	margin-top: 5px;
	border: 1px solid #555555;
	padding-bottom: 2px;
	text-transform: capitalize;
	box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-moz-box-shadow: 0 0 10px rgba(153, 153, 153, 1);
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
}



















/*-----------------  redborder  -------------------------*/


.redborder img {
	float: left;
}



.redborder, .redborder:visited {
	float: left;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 3px solid #ffffff;
}

.redborder:hover {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 3px solid #d5000e;
}





/*------------------------ eingabefelder ------------------------------*/


.dropdown, .dropdown:visited {

	background-color: #ededed;
	width: 280px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	border: 1px solid #cccccc;
	
}

.dropdown:hover {
	background-color: #ededed;
	width: 280px;
	font-family: "Trebuchet MS", arial;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 20px;
	padding-top: 0px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #d5000e;
	box-shadow: 0 0 10px rgba(227, 227, 227, 1);
	-webkit-box-shadow: 0 0 10px rgba(227, 227, 227, 1); 
	-moz-box-shadow: 0 0 10px rgba(227, 227, 227, 1); 
	
}

.loginfield, .loginfield:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	float: left;
	clear: left;
	width: 160px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;

	
}


.loginfield:hover {
	background-color: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 160px;
	float: left;
	clear: left;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #d5000e;
	box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-webkit-box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-moz-box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	
}


.inputfield, .inputfield:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputfield:hover {
	background-color: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	height: 18px;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #d5000e;
	box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-webkit-box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-moz-box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	
}


.inputbox, .inputbox:visited {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #c5c5c5;
	
}


.inputbox:hover {
	background-image: url(/img/input_shader.png);
	background-repeat: repeat-x;
	width: 280px;
	height: 100px;
	font-family: "Trebuchet MS", arial;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #0b0b0b;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	margin-bottom: 4px;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border: 1px solid #d5000e;
	box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-webkit-box-shadow: 0 0 10px rgba(196, 196, 196, 1);
	-moz-box-shadow: 0 0 10px rgba(196, 196, 196, 1); 
	
}







/*------------------------------------ 	container -------------------------------------*/

.container {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}


.innencontainer {
	width: 846px;
	float: left;
	background-image: url(/img/zabler_logo.png);
	background-repeat: no-repeat;
	background-position: 610px 0px;
}








/*------------------------------------ 	topbox -------------------------------------*/


.topbox {
	width: 846px;
	float: left;
	clear: left;
	background-position: 0px;
	height: 110px;
}

.topboxpadding {
	width: 600px;
	float: left;
	margin-top: 53px;
}

.flags {
	float: left;
	padding-left: 32px;
	width: 81px;
	margin-top: 3px;
}

.flags img {
	float: left;
	padding-right: 2px;
}


.flags-de, .flags-de:visited {
	float: left;
	background-image: url(/img/flag_de.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}

.flags-de:hover {
	float: left;
	background-image: url(/img/flag_de_ro.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}

.flags-en, .flags-en:visited {
	float: left;
	background-image: url(/img/flag_brit.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}

.flags-en:hover {
	float: left;
	background-image: url(/img/flag_brit_ro.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}


.flags-fr, .flags-fr:visited {
	float: left;
	background-image: url(/img/flag_fr.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}

.flags-fr:hover {
	float: left;
	background-image: url(/img/flag_fr_ro.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 26px;
}





.logo {
	float: right;
	padding-right: 20px;
}

.logo img {
	float: left;
}



/*------------------------------------ 	topnav -------------------------------------*/


.topnav {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 34px;
}



.topnav a {
	font-family: "lucida grande", arial;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	font-weight: normal;
	margin: 0px;
	padding-right: 20px;

}

.topnav a:hover {
}





/*------------------------------------ 	nopics -------------------------------------*/


.nopics {
	width: 846px;
	float: left;
	clear: left;
}

.nopics img {
	width: 846px;
	float: left;
}


/*------------------------------------ 	iconselector -------------------------------------*/


.iconselector {
	width: 829px;
	float: left;
	clear: left;
	padding-left: 17px;
	margin-top: 16px;
}

.iconselector img {
	float: left;
	padding-right: 13px;
}




/*------------------------------------ #0 haendlernavigation im content links // nav-haendler -------------------------------------*/


.nav-haendler {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}


.subnav-haendler {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}




.nav-haendler a {
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: normal;
	color: #55add7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_blue.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav-haendler a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}



.subnav-haendler a {
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: normal;
	color: #55add7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_blue.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.subnav-haendler a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}

















/*------------------------------------ #1 navigation im content links // nav-zabler -------------------------------------*/


.nav-zabler {
	width: 240px;
	float: left;
	margin: 0px;
	padding: 0px;
}


.subnav-zabler {
	width: 240px;
	float: left;
	margin-top: 25px;
	padding-bottom: 25px;
}




.nav-zabler a {
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: normal;
	color: #55add7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_blue.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav-zabler a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}



.subnav-zabler a {
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: normal;
	color: #55add7;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_blue.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.subnav-zabler a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}






/*------------------------------------ #2 navigation im content links // nav-paradiso -------------------------------------*/


.nav-paradiso {
	width: 240px;
	float: left;
}


.nav-paradiso a {
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: normal;
	color: #5ac025;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_green.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav-paradiso a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}





.subnav-paradiso {
	width: 240px;
	float: left;
	margin-top: 25px;
}


.subnav-paradiso a {
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: normal;
	color: #5ac025;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_green.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.subnav-paradiso a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}






/*------------------------------------ #2 navigation im content links // nav-hochzeit -------------------------------------*/


.nav-hochzeit {
	width: 240px;
	float: left;
}


.nav-hochzeit a {
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: normal;
	color: #edbb0b;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_orange.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.nav-hochzeit a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}






.subnav-hochzeit {
	width: 240px;
	float: left;
	margin-top: 25px;
}


.subnav-hochzeit a {
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: normal;
	color: #edbb0b;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_orange.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: normal;
}

.subnav-hochzeit a:hover {
	color: #d5000e;
	float: left;
	text-decoration: none;
	background-image: url(/upload/content/arrow_red.gif);
}


a.nav-sel, a.nav-sel:visited, a.nav-sel:hover {
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: normal;
	color: #d5000e;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4ee;
	clear: left;
	float: left;
	width: 240px;
	background-image: url(/upload/content/arrow_red.gif);
	background-position: 230px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
}








/*------------------------------------ content -------------------------------------*/


.content {
	width: 846px;
	float: left;
	clear: left;
	background-image: url(/upload/content/contentshader.png);
	background-repeat: repeat-y;
	margin-top: 15px;
}

.contentinside {
	width: 846px;
	float: left;
	clear: left;
	background-image: url(/upload/content/contentgradiant.png);
	background-repeat: no-repeat;
}

.leftside {
	width: 270px;
	padding-left: 33px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.rightside {
	width: 507px;
	float: right;
	padding-right: 33px;
}










/*--------------- content mainproductselector ----------------------*/


.mainproductselector {
	width: 500px;
	float: left;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*--------------- h1 ----------------------*/

.mainproductselector h1  {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #d5000e;
	margin: 0px;
	padding-left: 6px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*--------------- h2 ----------------------*/

.mainproductselector h2  {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #d5000e;
	padding-left: 6px;
	padding-bottom: 0px;
	padding-top: 0px;

}

/*--------------- copy ----------------------*/

.mainproductselector div.copy {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 12px;
	line-height: 16px;
	color: #0b0b0b;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*--------------- copy ----------------------*/




.mainproductselector div.copy a, .mainproductselector div.copy a:visited, .mainproductselector div.copy a:hover {
	float: left;
	padding-right: 8px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}



.mainproductselector div.copy img {
	float: left;
	padding: 0px;
	margin: 0px;
}







/*--------------- maincontent ----------------------*/


.maincontent {
	width: 500px;
	float: right;
}


.maincontent h1  {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 20px;
	line-height: 26px;
	color: #d5000e;
	margin: 3px 0px 0px;
	padding: 0px;
}

.maincontent h2  {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 15px;
	line-height: 20px;
	color: #d5000e;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: normal;
}



.maincontent div.copy {
	width: 500px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 12px;
	line-height: 18px;
	color: #0b0b0b;
	margin-top: 17px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.maincontent div.copy a, .maincontent div.copy a:visited {
	color: #0b0b0b;
	font-weight: normal;
	text-decoration: underline;
}

.maincontent div.copy a:hover {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
}



.maincontent div.more {
	width: 300px;
	float: left;
	clear: left;
}


.maincontent div.more a, .maincontent div.more a:visited  {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	background-image: url(/img/more.gif);
	float: left;
	padding-left: 23px;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none !important;
	text-transform: uppercase;
}


.maincontent div.more a:hover  {
	color: #d5000e;
}














/*--------------- rezeptcontent ----------------------*/


.rezeptcontent {
	width: 499px;
	float: right;
	border-bottom: 1px dotted #cccccc;
	margin-top: 10px;
	margin-bottom: 16px;
}


.rezeptcontent h1  {
	width: 100%;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: 20px;
	color: #d5000e;
	margin: 0px;
	padding: 0px;
}

.rezeptcontent h2  {
	width: 100%;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 14px;
	line-height: 20px;
	color: #d5000e;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: normal;
}



.rezeptcontent div.copy {
	width: 499px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 16px;
	color: #0b0b0b;
	margin-top: 12px;
	font-weight: normal;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rezeptcontent div.copy a, .rezeptcontent div.copy a:visited {
	color: #0b0b0b;
	font-weight: normal;
	text-decoration: underline;
}

.rezeptcontent div.copy a:hover {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
}



.rezeptcontent div.more {
	width: 499px;
	float: left;
	clear: left;
	margin-top: 8px;
	margin-bottom: 8px;
}


.rezeptcontent div.more a, .rezeptcontent div.more a:visited  {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	background-image: url(/img/more.gif);
	float: left;
	padding-left: 23px;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none !important;
	text-transform: uppercase;
}


.rezeptcontent div.more a:hover  {
	color: #d5000e;
}











/*--------------- rezeptcontentbild ----------------------*/


.rezeptcontentbild {
	width: 499px;
	float: right;
	border-bottom: 1px dotted #cccccc;
	margin-top: 10px;
	margin-bottom: 16px;
	padding-bottom: 8px;
}


.rezeptcontentbild h1  {
	width: 100%;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 16px;
	line-height: 20px;
	color: #d5000e;
	margin: 0px;
	padding: 0px;
}

.rezeptcontentbild h2  {
	width: 100%;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 14px;
	line-height: 20px;
	color: #d5000e;
	margin: 5px 0px 0px;
	padding: 0px;
	font-weight: normal;
}


.rezeptcontentbild div.vorschaubild {
	width: 150px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.rezeptcontentbild div.copy {
	width: 345px;
	float: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 16px;
	color: #0b0b0b;
	font-weight: normal;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rezeptcontentbild div.copy a, .rezeptcontentbild div.copy a:visited {
	color: #0b0b0b;
	font-weight: normal;
	text-decoration: underline;
}

.rezeptcontentbild div.copy a:hover {
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
}



.rezeptcontentbild div.more {
	width: 345px;
	float: left;
	clear: left;
	margin-top: 8px;
	margin-bottom: 8px;
}


.rezeptcontentbild div.more a, .rezeptcontentbild div.more a:visited  {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	background-image: url(/img/more.gif);
	float: left;
	padding-left: 23px;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none !important;
	text-transform: uppercase;
}


.rezeptcontentbild div.more a:hover  {
	color: #d5000e;
}













/*------------------ printsend -----------------------*/

.printsend {
	float: left;
	width: 500px;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #999999;
	text-transform: uppercase;
	margin-top: 25px;
}

.printsend a, .printsend a:visited {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

.printsend a:hover {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: normal;
	color: #cc0000;
	text-decoration: none;
}











/*--------------- leftinfobox ----------------------*/


.leftinfobox {
	width: 240px;
	float: left;
	margin-top: 6px;
	padding: 0px;
	clear: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftinfobox h1 {
	width: 240px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 18px;
	line-height: 18px;
	color: #d5000e;
	margin: 0px;
	padding: 0px;
}

.leftinfobox h2 {
	width: 240px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: 16px;
	color: #d5000e;
	font-weight: normal;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.leftinfobox div.copy {
	width: 240px;
	float: left;
	clear: left;
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 16px;
	color: #0b0b0b;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}

.leftinfobox div.copy a {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	color: #0b0b0b;
	text-decoration: underline;
}

.leftinfobox div.copy a:hover {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	color: #cc0000;
	text-decoration: none;
}



.leftinfobox div.more {
	width: 224px;
	float: left;
	clear: left;
}


.leftinfobox div.more a, .leftinfobox div.more a:visited  {
	font-family: "lucida grande", arial;
	font-size: 11px;
	line-height: 18px;
	margin-top: 10px;
	background-image: url(/upload/content/pfeil_rechts.gif);
	float: left;
	padding-left: 23px;
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none !important;
	text-transform: uppercase;
}


.leftinfobox div.more a:hover  {
	color: #d5000e;
}








/*--------------- productselector ----------------------*/


.productselector {
	width: 826px;
	float: left;
	clear: left;
	padding-left: 19px;
	margin: 15px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}




/*----- productselector hochzeitnudeln ------*/


.product-hochzeit, .product-hochzeit:visited {
	float: left;
	background-image: url(/upload/productselector/hochzeitnudeln2.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 170px;
	background-position: 0px 0px;
}

.product-hochzeit:hover {
	float: left;
	background-image: url(/upload/productselector/hochzeitnudeln2.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

.product-hochzeit img {
	float: left;
}

.product-hochzeit-sel, .product-hochzeit-sel:visited, .product-hochzeit-sel:hover {
	float: left;
	background-image: url(/upload/productselector/hochzeitnudeln2.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 170px;
	background-position: 0px -29px;
}



/*----- productselector paradiso bio ------*/

.product-paradiso, .product-paradiso:visited {
	float: left;
	background-image: url(/upload/productselector/paradisobio2.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 144px;
	background-position: 0px 0px;
}

.product-paradiso:hover {
	float: left;
	background-image: url(/upload/productselector/paradisobio2.png);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}

.product-paradiso img {
	float: left;
}

.product-paradiso-sel, .product-paradiso-sel:visited, .product-paradiso-sel:hover {
	float: left;
	background-image: url(/upload/productselector/paradisobio2.png);
	background-repeat: no-repeat;
	height: 29px;
	width: 144px;
	background-position: 0px -29px;
}



















/*--------------- footer ----------------------*/


.footer {
	width: 846px;
	float: left;
	clear: left;
	margin-top: 27px;
	background-image: url(/img/footer.gif);
	background-repeat: no-repeat;
	padding-top: 21px;
	padding-bottom: 30px;
}

.footerlabel1 {
	color: #f2a31a;
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	float: left;
	padding-right: 20px;
}

.footerlabel2 {
	color: #58b829;
	font-family: "lucida grande", arial;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
	float: left;
	padding-right: 20px;
}


.footernav {
	float: left;
	padding-left: 146px;
	clear: left;
	width: 650px;
}


.footernav a {
	font-family: "lucida grande", arial;
	font-size: 12px;
	line-height: 19px;
	color: #0b0b0b;
	text-decoration: none;
	padding-right: 25px;
	float: left;
}

.footernav a:hover {
	color: #0b0b0b;
	text-decoration: underline;
}









