/**
 * lc1.de Druck-Stylesheet fuer Rezepte
 *
 * @Author: Oliver Neudeck
 */

@media print {

	* {
		margin: 0px;
		padding: 0px;
	}
	#root,#footer_FlexibleHeight { display:none !important; visibility: hidden !important; }
	
	#rezeptetabelle #Rezeptzubereitung ol{
		list-style-position: inside;
	}
	#rezeptetabelle #Rezeptzubereitung ol li{
		margin-bottom: 8px;
	}
	#navi_container{
		display: none;
	}
	#content{
		display: block;
		width: 100%;
	}
	#corner{
		display: none;
	}
	#teaser_container{
		display: none;
	}
	.teaser{
		display: none;
	}
	.print_hidden{
		display: inline;
		position: absolute;
		top: 0px; 
		right: 0px;
	}
	#footer{
		display: none;
	}
	h1{
		display: block;
		font-size: 24px;
		margin-bottom: 10px;
	}
	h2{
		display: block;
		font-size:18px;
		margin-bottom:10px;
	}
	a{
		display: none;
	}
	#page.Rezept #contentFlexibleHeight{
		margin: 0px;
		padding: 60px 0 0 10px;
		float: none;
		width: 100%;
		text-align: left;
	}
	#rezeptetabelle{
		width: 640px;
		position: absolute;
		top: 200px;
		padding: 0;
		margin: 0;	
	}
	#rezeptetabelle td{
		padding: 15px;
		font-size: 14px;
		line-height: 20px;
	}
	#rezeptetabelle #Rezeptliste{
		width: 240px;
		vertical-align: top;
		display: block;
		float: left;
	}
	#rezeptetabelle #Rezeptzubereitung{
		width: 300px;
		vertical-align: top;
		display: block;
		float: right;
	}
	title{
		margin-left: 10px;
	}
	#rezeptetabelle #Rezeptzubereitung ol {
		list-style-position: outside;
		margin-left:22px;
	}
	#rezeptetabelle #RezeptNaehrstoffe{
		display:block;
		float: left;
		width: 280px;
		padding-top: 50px;
	}
	table{border: none;}
	#rezeptetabelle #Rezeptliste p{
	margin: 0px; 
	padding: 0px;
	position: relative;
	}
	#page.Rezept h1 {
	margin:0 0 5px 0;
	font-weight:bold;
	}
	#page.Rezept h2 {
	font-size:14px;
	margin:-3px 0 0 0;
	font-weight: bold;
	}
	#Rezeptliste p a{
	display: block;
	margin-top: 4px;
	} 
	#page.Rezept hr{
	margin: 5px 0;
	}
	  
	#NaehrstoffTable {
			margin:5px 0 0 0;
			font-size:14px;
			border-collapse:collapse;
			display:block;
			table-layout:fixed;
			width:160px;
		}
		
		#NaehrstoffTable td.name {
			width:100px;
		}
		#NaehrstoffTable tr.even td {
			background-color:#ccc;
	
			display: block;
			
		}
		#NaehrstoffTable tr.odd td {
			background-color:#fff;
			display: block;
	
		}
		
		#NaehrstoffTable td{
			height: 20px;
		}
		   #NaehrstoffTable td.NaehrstoffValue{
				text-align: right;
				padding: 5px 5px 1px 5px;
				float: right;
				display: block;
				width: 70px;
		  }
	#NaehrstoffTable td.NaehrstoffText{
	text-align: left;
	padding: 5px 5px 1px 5px;
	float: left;
	clear: right;
	display: block;
	width: 70px; 
	}
	
	#RezeptNaehrstoffe b{
		line-height: 20px;
		font-size: 16px;
	}

}