body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(../gfx/background.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center; /* zentriert den Inhalt für den IE */
}

div, a, p, span, input, h1, h2, h3, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

h1, h2, h3 {
	font-weight:bold;
	padding:0px;
	margin:0px 2px 0px 0px;
	display:inline;
}

h1 {
	font-size:20px;
}

h2 {
	font-size:12px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul, li, p, form {
	margin:0px;
	padding:0px;
}

li {
	list-style:none;
}

.clear {
	clear:both;
}

/* Main Style */
div#siteBox {
	width:807px;
	margin:0px auto; /* zentriert den Inhalt */
	position:relative;
	text-align:left;
}

div#headerBox {
	height:283px;
}

div#leftFooter {
	width:154px;
	float:left;
}

div#rightFooter {
	width:650px;
	height:20px;
	background-image:url(../gfx/footer/background.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	float:left;
}

div#copyright {
	width:650px;
	padding-top:6px;
	float:left;
	color:#998282;
}

div#copyright a {
	color:#998282;
}
/* linke Navigation */
div#navigationBox {
	width:154px;
	text-align:right;
	float:left;
}

div#navigation {
	padding:31px 5px 0px 0px;
}

/* Content */
div#mainContentBox {
	width:650px;
	min-height:450px;
	_height:450px; /* IE Hack für Mindesthöhe */
	float:left;
	background-color:#654749;
	vertical-align:top;
}

div#mainContentPositioning {
	padding:28px 24px 28px 24px;
}

div.headlineBox {
	width:100%;
	height:20px;
	line-height:20px;
	vertical-align:middle;
	background-color:#AB1416;
	margin-bottom:24px;
}

div.headlineTile {
	width:50%;
	float:left;
}

div.headlineDate {
	width:48%;
	text-align:right;
	float:left;
}

div.contentBox {
	width:100%;
}

div.contentPositioning {
	padding:0px 24px 28px 0px;
}

div.leftContentBox {
	width:455px;
	float:left;
}

div.leftContentBoxSmall {
	width:175px;
	float:left;
}

div.rightContentBox {
	width:425px;
	float:left;
}

div.print {
	width:100%;
	text-align:right;
	padding-top:4px;
}

/* ANFANG Showcase */
div#showcaseBox {
	width:147px;
	float:left;
	background-image:url(../gfx/rightBox/contentBackground.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

div#showcasePictureBox {
	height:124px;
	background-image:url(../gfx/rightBox/headerBackground.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#showcasePicture {
	height:123px;
	background-position:top left;
	background-repeat:no-repeat;
	background-position:1px 1px;
}

div#showcaseTextBox {
	padding:14px 9px 14px 9px;
}

div#showcaseFooterBox {
	height:21px;
	line-height:21px;
	vertical-align:middle;
	background-image:url(../gfx/rightBox/footerBackground.gif);
	background-position:top left;
	background-repeat:repeat-y;
	border-bottom:1px solid #AB1416;
}

div#showcaseFooter {
	padding-left:10px;
}
/* ENDE Showcase */

/* Anfang Rezepte */
div.recipeTitleBox {
	height:40px;
	background-color:#806868;
	background-image:url(../gfx/recipes/headerBackground.gif);
	background-position:top left;
	background-repeat:repeat-x;
	border-right:1px solid #AC1316;
}

div.recipeTitleLeftBorder {
	height:40px;
	background-image:url(../gfx/recipes/headerLeftBorder.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

div.recipeTitle {
	color:#FFFFFF;
	font-weight:bold;
	padding-left:9px;
	vertical-align:top;
}

li.recipePicture {
	float:left;
	margin:10px 35px 10px 0px;
}

span.servings {
	color:#AB1427;
}

div.recipeDetailBox {
	padding:6px;
	background-color:#9A8282;
	border-right:1px solid #AC1316;
	border-left:1px solid #AC1316;
	border-bottom:1px solid #AC1316;
}

li.recipeCategoryPicture {
	float:left;
	margin:0px 30px 10px 0px;
}

span.recipeCategoryTitle {
	color:#FFFFFF;
}
/* Ende Rezepte */

/* Anfang Wallpaper */
div.wallpaperBox {
	width:602px;
	height:198px;
	text-align:center;
	background-image:url(../gfx/wallpaper/background.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
/* Ende Wallpaper */