#product {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: solid 1px #DAD6D2;
}
	#product .text {
		float: left;
		width: 200px;
		padding: 10px 0;
	}
	#product .photo {
		float: right;
		position: relative;
		width: 325px;
		/*padding: 251px 0 0;*/
		padding:0;
		height: 288px;
	}
		#product .photo img {
			position: absolute;
			left: 0;
			top: 0;
		}
		#product .photo .bar {
			position: absolute;
			bottom: 0px;
			background: url(/img/css/bar-2.png) repeat 0 0;
			/*height: 56px;*/
			width: 325px;
			padding-bottom: 10px;
			overflow: hidden;
			color: #8B1931;
		}
			#product .photo .bar img {
				position:relative;
				margin-top:10px
			}
			#product .bar p {
				font-size: 154.55%;
				padding: 0 0 5px 15px;
				padding: 0 0 0px 15px;
				margin: 0;
			}
			#product .bar ul {
				margin: 0 0 0 15px;
			}
				#product .bar li {
					float: left;
					padding-left: 20px;
					margin-right: 15px;
					line-height: 14px;
					padding-bottom: 4px;
				}
				#product .bar li.i1 { background: url(/img/css/icon-11.gif) no-repeat top left}
				#product .bar li.i2 { background: url(/img/css/icon-12.gif) no-repeat top left}
				#product .bar li.i3 { background: url(/img/css/icon-13.gif) no-repeat top left}
				#product .bar li.i4 { background: url(/img/css/icon-14.gif) no-repeat top left}				

#prodInfo {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: solid 1px #DAD6D2;
}
	#prodInfo h3 {display:none}
	#prodInfo img.titel {display:block;padding-bottom:8px}
	#prodInfo .col {
		width: 168px;
		/*height: 200px;*/ /*gl */ 
		margin-right: 20px;
		/*border-right: solid 1px #DAD6D2;*/ /*gl*/
	}
	#prodInfo .last {
		border: none;
	}

	#ingredients {
	}
		#ingredients li {
			line-height: 1.6em;
		}
	
	#stats {
	}
		#stats dl {
			width: 100%;
			overflow: hidden;
			margin: 0 0 1px;
			background: url(/img/css/gradient-1.gif) repeat-y 0 0;
		}
		#stats dl.alt {
			background: url(/img/css/gradient-2.gif) repeat-y 0 0;
		}
			#stats dt, #stats dd {
				padding: 3px 0 3px 3px;
			}
			#stats dt {
				float: left;
				width: 100px;
			}
			#stats dd {
				float: left;
			}
	
	#other {
	}
		#other li {
			width: 100%;
			overflow: hidden;
			margin: 0 0 5px;
		}
			#other li img {
				float: left;
				margin: 0 10px 10px 0;
				width:43px;
			}
			#other li a:link, #other li a:visited {
			}
			#other li p {
				margin: 5px 0;
				line-height: 1.25;
			}


#prodVotes {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
}
	#prodVotes .votes {
		float: left;
		width: 350px;
		overflow: hidden;
	}
		#prodVotes .votes span {
			float: left;
			display: block;
			padding: 0 5px 0 0;
			line-height: 16px;
			border-right: solid 1px #ADA59A;
		}
		#prodVotes .votes span.star1 {
			background: url(/img/css/star-1.gif) no-repeat 0 0;
			width: 16px;
			height: 16px;
			text-indent: -1000em;
			margin: 0 2px 0 0;
			padding: 0;
		}
		#prodVotes .votes span.star0 {
			width: 16px;
			height: 16px;
			text-indent: -1000em;
			margin: 0 2px 0 0;
			padding: 0;
		}
		#prodVotes .votes .summary {
			display: inline;
			margin: 0 0 0 10px;
			font-weight: bold;
			color: #8B1931;
			font-size: %;
			padding: 0 2px;
			border: solid 1px #DAD6D2;
		}
	#prodVotes .but {
		float: right;
	}
		a.but1:link, a.but1:visited {
			display: block;
			width: 145px;
			padding: 0 0 0 15px;
			height: 18px;
			line-height: 16px;
			color: #FFFFFF;
			border: none;
			background: url(/img/css/but-1.gif) no-repeat 0 0;
		}

#reviews {
	position: relative;
	margin: 0 0 20px;
}
	#reviews h2 {
		font-family: Verdana, sans-serif;
		font-size: 100%;
		font-weight: bold;
		color: #8B1931;
	}
	#reviews select.lang {
		position: absolute;
		right: 0;
		top: 3px;
	}
	#reviews ul {
		border-bottom: solid 1px #DAD6D2;
		margin: 0 0 10px;
	}
	#reviews li {
		border-top: solid 1px #DAD6D2;
		padding: 20px 0;
		position: relative;
	}
		#reviews li p {
			margin: 0 0 0 100px;
		}
		#reviews li div.votes {
			float: left; 
			
			margin: 0;
			width: 90px;
			overflow: hidden; 
		}
			#reviews .votes span {
				float: left;
				display: block;
				line-height: 13px;
				width: 13px;
				text-indent: -1000em;
				border-left: solid 1px #ADA59A;
			}
			#reviews .votes .star1 {
				background: url(/img/css/star-2.gif) no-repeat 50% 50%;
			}
		#reviews li p.title {
			font-weight: bold;
		}
		#reviews li p.date {
			color: #8B1931;
		}
	#reviews .related {
		font-weight: bold;
		color: #8B1931;
	}
		#reviews .related a:link, #reviews .related a:visited {
			font-weight: normal;
			margin: 0 .3em;
		}


#LOscarTipp{background:url(/img/css/bg_verwandte_rezepte.jpg) no-repeat 31px 20px;margin:10px 0 20px 0;padding:20px 0 0 163px;width:364px}
#LOscarTipp2{background:url(/img/css/bg_verwandte_rezepte2.jpg) repeat-x top;padding:22px 17px 0px 10px;width:337px}

#LOscarTipp .minHeight{
font-size:0px;
height: 169px;
overflow:hidden;
width: 0px;
}
#LRightVerwandteRezepte{
padding:10px 4px 10px 10px;
width: 140px
}
#LRightRezeptListe div{background:url(/img/css/bg_arrow_right_1.gif) no-repeat 0px 7px;padding:0 10px 7px 10px}
#LRVRImage img{padding:0 0 6px 18px}

#LRightVerwandteRezepte p{
	background:url(/img/css/right_excellente_wahl2.gif) no-repeat bottom;
	padding-bottom:15px
}

/* ab hier neu */
#kommentarBtn,#kommentarBtn2{
	background:transparent url(/img/css/bg_send.gif) repeat-x scroll 0 0;
	padding:2px 5px 4px;
	color:#FFFFFF;
	cursor:pointer;
}

#kommentarBtn div,#kommentarBtn2 input{
	border:medium none;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 13px;
	width:auto;
	background:transparent url(/img/css/bg_send_button.gif) no-repeat scroll 0 4px !important;
	cursor:pointer;
}

#bewertungsleiste{	
	height:16px;
	width:116px;	
	background-image:url("/img/css/rezepte/sterne.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

#prodVotes{
	width:auto;
}

#desc{
	border:1px solid #DAD6D2;
	padding:2px 5px;
	margin-left:30px;
	color:#8B1931;
	font-weight:bold;
}

.frmLine{
	margin-top:5px;
}

.frmLine .col1{
	width:200px;
	font-weight:bold;
	color: #8B1931;
}

.frmLine .col2{
	width:350px;
	font-weight:bold;
	color: #8B1931;
}

.frmLine .col2 input,.frmLine .col2 textarea{
	width:342px;
}

.frmLine .col1Long{
	width:400px;
	font-weight:bold;
	color: #8B1931;
}

.frmLine .col2Long{
	width:150px;
	font-weight:bold;
	color: #8B1931;
}

input.kommentarTexte,textarea.kommentarTexte{
	border:1px solid #A6A6A0;
	color:#817769;
	font-family:Verdana,sans-serif;
	padding:2px 3px;
	width:343px;
}

textarea.kommentarTexte{
	height:80px;	
}

#kommentarNeu{
	opacity:1;
	filter:Alpha(opacity=100);		
}

#NoKoommentarBox{
	border:1px solid #DAD6D2;
	padding:10px 0px;
	text-align:center;
	margin-bottom:15px;
	background-color:#FAFAF7;
}

#aktuelleKommentare{
	margin-bottom:15px;
	margin-top:5px;
}

#bewertungAllgemein{
	margin-left:10px;
	margin-top:2px;
}

/*#LRezeptMerkzettel{
	margin-top:20px;
	background:url(/img/css/produkt/bg_merkzettel_produkt.jpg) no-repeat;
	background-position:right top;
	height:40px;
	padding: 6px 20px 0 0;
	width:535px;
}*/



#LRezeptMerkzettel{
background:#8B1931 url(/img/css/bg_send.gif) repeat-x scroll 0 0;
color:#FFFFFF;
cursor:pointer;
padding:2px 5px 4px;
width:210px;
}
#LRezeptMerkzettel a{ 
background: url(/img/css/bg_send_button.gif) no-repeat scroll 0 4px;
color:#FFFFFF;
cursor:pointer;
padding:0 0 0 13px;
}

#LRezeptMerkzettel input {
	border:medium none;
	color:#FFFFFF;
	margin:0;
	padding:0 0 0 13px;
	width:auto;
	background:transparent url(/img/css/bg_send_button.gif) no-repeat scroll 0 4px !important;
	cursor:pointer;
}

#LRezeptMerkzettel #addText{
color:#8B1931;
	margin-left:5px;
	width: 190px;
}

#LRezeptMerkzettel #rezept_add_box{
padding:2px 0;
}
#LRezeptKommentarAnker{
	background:url(/img/css/rezepte/bg_rezept_kommentieren.jpg) no-repeat 0 4px;	
	color:#88132D;
	cursor:pointer;
	padding:4px 0 4px 41px;	
	width:179px;
	border-bottom:1px dashed #8B1931;
	height:auto!important;
	height:30px;
	min-height:30px;	
}

#LRezeptKommentarAnker a{
	/*background:transparent url(/img/css/bg_send_button.gif) no-repeat scroll 0 4px;*/
	color:#88132D;
	padding:0 0 0 0;	
}


#rezeptLoader{
	width:16px;
	height:16px;
	margin-right:4px;
	background-image:url(/img/css/rezepte/loader.gif);
	visibility:hidden;
	position:absolute;
	top:5px;
	right:5px;
}

.textHigh{
	line-height:16px;
	vertical-align: middle;
}

#frmRezept{
	position:relative;
	border-bottom:1px dashed #8B1931;
	padding:4px 0 4px 41px;	
	width:179px;	
	background:url(/img/css/rezepte/bg_rezept_loschen.jpg) no-repeat 0 4px;		
	height:auto!important;
	height:30px;
	min-height:30px;
}
#kommentarBtn3 input  {
	background:none;
	text-align:left;
	text-indent:-3px;
	color:#88132D;
	cursor:pointer;
	border:none;	
	padding-left:0px;
	overflow:visible;
	display:inline;
}

#LRezeptMerkzettel, #rezept_add_info{
	position:relative;
	border-bottom:1px dashed #8B1931;
	padding:4px 0 4px 41px;	
	width:179px;	
	background:url(/img/css/rezepte/bg_rezept_hinzufgen.jpg) no-repeat 0 4px;		
	height:auto!important;
	height:30px;
	min-height:30px;
}
#LRezeptMerkzettel a{ 
	background:none;
	color:#88132D;
	cursor:pointer;
	padding:0;
}

#LRezeptPDF{
	border-bottom:1px dashed #8B1931;
	padding:4px 0 4px 41px;	
	width:179px;	
	background:url(/img/css/rezepte/bg_rezept_pdf.jpg) no-repeat 0 4px;		
	height:auto!important;
	height:30px;
	min-height:30px;
}



#rezept_add_info{
	display:none;
}

.borderBottomdotted{
	border-bottom:1px dashed #8B1931;
	width:220px;		
}

.alpha{
	opacity:0.25;
	filter:alpha(opacity=25);
}

.photo .anzalCount{
	background: url("/img/css/rezepte/bewertung.png") no-repeat scroll right top transparent;
    height: 61px;
    position: absolute;
    right: 0;
    top: 0;
    width: 61px;
}

.photo .Bewerten{
	background: url("/img/css/rezepte/bewertenBG.jpg") no-repeat scroll right top transparent;	
    height: 22px;
	line-height:20px;
    padding: 13px 10px 10px;
    width: 305px;
	color:#8B1931;
    position: absolute;
    top: 100%;	
}
.photo .Bewerten a.stern{
	width:16px;
	height:17px;
	padding-right:1px;
	text-indent:-1000px;
	overflow:hidden;
	outline:none;
	background: url("/img/css/rezepte/bewSterne.gif") no-repeat scroll right bottom transparent;		
}

.photo .Bewerten a.active{
	background-position:top center;
}

	#unitippoint { 
		background-image: url(/img/unitip/border/TipPoint.png)!important; 
	}
	
	#unitipmid { 
		background-image: url(/img/unitip/border/TipMid.png)!important; 
	}
	
	#unitipcap { 
		background-image: url(/img/unitip/border/TipCap.png)!important; 		
	}
	
.photo .Bewerten #BewTitle{width: 155px; padding-right:2px; overflow:hidden; white-space:nowrap;}
.photo .Bewerten #BewStars{padding-right: 16px;}
.photo .Bewerten #Bewvote{width: 37px; text-align:center;}

