/***************
 *  print.css  *
 ***************/

body {
	font: normal 11pt/11pt Tahoma,serif;
	background: #fff none;
	color:#000;
}
#frame {
    width: 100%;
}
#logo {
	margin: 0.5em 0 0 1em;
    }
    #logo a {
        outline: none;
    }
h1 {
	font-size: 14pt;
	font-weight: bold;
}

#zutaten input {
	border: none;
	font: bold 11pt/11pt Tahoma,serif;
	text-align: center;
	width: 24px;
}

#zutaten_liste {
	margin: 1em 0 0 1em;
}

div.zubereitung ol {
	font: italic 22pt Tahoma,Times,serif;
	}
	div.zubereitung li {
		font: normal 11pt/11pt Tahoma,serif;
		padding: 14px 0 0;
		list-style-type: decimal;
		margin: 0 0 0 28px;
		line-height: 18px;
	}

/* versteckte Elemente */
#navigation,
#rezept_optionen,
#OK,
#foto,
#kommentare,
#kommentarForm,
#footer {
	display: none;
}

div.printOptions {
    background: #FFF9C0 none;
    border-bottom: 2px solid #aaa;
    height: 30px;
    padding: 10px 0 0 10px;
    }
    div.printOptions a,
    div.printOptions span  {
        color: #333;
        padding: 0 3px;
    }