/**
 * Haupt-Styles für das Projekt
 *
 * @package CSS
 *
 * @copyright Copyright &copy; 2010 handgestrickt netzwerk
 * @author Stefan Jelner <stefan.jelner@gmx.de>
 * @version $Id: print.css 41 2010-03-04 16:47:23Z jelner $
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	background: #FFF;
	font-size: 12pt;
	line-height: 1.3em;
	quotes: "\201E" "\201C" "\201A" "\2018";	/* Anfuerungszeichen de */
	width: auto  !important;
	margin: 0  !important;
	padding: 0  !important;
}
h1, h2, h3, h4, h5 {
	text-align: left !important;
	font-weight: normal;
}
h3, h4, h5 {
	margin: 0; padding: 20pt 0 0;
}
h2 {
	border-bottom: 1px solid #000;
	line-height: 1.2em !important;
}
p, address, #vcard, pre, ul, dt, dd {
	margin-bottom: 6pt;
	line-height: 1.4em;
}
ul { list-style-type: square; }
img { border: 0; }
blockquote {
	border-left: 5px solid #666;
	padding-left: 15px;
	margin-left: 0;
}
q:before, blockquote:before {
	content: open-quote;
	font-size: 12pt;
}
q:after, blockquote:after {
	content: close-quote;
	font-size: 12pt;
}
a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}
abbr[title]:after, acronym[title]:after { content: '(' attr(title) ')'; }
/* Bilder Galerie */
.thumbnail img {
	margin: 2px;
}
#footer {
	border-top: 1px solid #000;
}
/* Ausgeblendet */
.invisible, #suche, #subnavi, #navi, .servicelink, #projektauswahl {
	display: none;
}
/* Ergänzungen von Lutz , 2010-03-25*/
#navi_1,
#navi_2,
#suchform,
#rezepttitel,
#videoblock_oben,
#videoblock,
#videoblock_unten,
.printlink,
.so_gehts_link,
dfn,
#zusatznavi {
	display: none;
}
#rezepttexttitel h1 {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
}