
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(//fonts.googleapis.com/css?family=Hind:400,600,700);

body
{
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	line-height: 18px;
}
/*------------------------------------
    HEADER
------------------------------------*/
#bloglogo
{
	width: 332px;
	height: 66px;
	background: url('../img/sweethome/header_sweethome.jpg') center center no-repeat transparent;
	margin: 0 auto;
	background-size: cover;
}
img
{
	max-height: 220px;
	width: auto;
}

/*------------------------------------*\
    Werbung
\*------------------------------------*/
.contentad
{
	display: none;
}
/*------------------------------------*\
    Sweethome: Rezepte
\*------------------------------------*/
table.rezepte
{
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	margin: 2rem auto 4rem;
}
	table.rezepte p,
	table.rezepte ul,
	table.rezepte ol,
	table.rezepte h1,
	table.rezepte h2,
	table.rezepte h3,
	table.rezepte h4,
	table.rezepte h5,
	table.rezepte h6	
	{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	table.rezepte td,
	table.rezepte th
	{
		vertical-align: top;
		text-align: left;
		font-weight: normal;
	}
	/* --- Rezept Bild --- */
	table.rezepte .rezept-bild td
	{
		margin: 0 auto;
		text-align: center;
		padding-bottom: 0;
	}
		table.rezepte .rezept-bild img,
		table.rezepte .rezept-bild div
		{
			margin: 0 auto;
		}
	/* --- Rezept Titel --- */
	table.rezepte .rezept-titel td
	{
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding: 1rem 0;
	}
	/* --- Rezept Beschreibung --- */
	table.rezepte .rezept-beschreibung td
	{
		padding-bottom: 1.5rem;
	}
	/* --- Rezept Zutaten & Rezebt Zubereitung --- */
	table.rezepte .rezept-zutaten-titel,
	table.rezepte .rezept-zubereitung-titel
	{
		padding-bottom: 6px;
	}	
	table.rezepte .rezept-zutaten
	{
		font-family: 'Hind', sans-serif;
		font-size: 14px;
		line-height: 1.5;
		padding-right: 1rem;		
		text-align: left;
		width: 38%;
		padding-bottom: 1rem;
	}
		table.rezepte .rezept-zutaten p
		{
			font-weight: 600;
			padding-bottom: 6px;
		}
	table.rezepte .rezept-zubereitung
	{
		width: 62%;
		padding-bottom: 1rem;
	}
	/* --- Print Button --- */
	table.rezepte .rezept-print
	{
		display: none;
	}