/* GLOBAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html,body {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
body {
	background:#fef17f url(../img/body-bg_2.jpg) no-repeat center top;
}
a {
	color:#D3021D;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.logo {
	margin: 0 auto;
	margin-top:20px;
	width:820px;
	text-align:left;
}
.logo  h1, .logo a{
	font-size:35px;
	color:#000;	
	text-decoration:none;	
}


/* Meta Navigation */

.metanav {
	margin: 0 auto;
	margin-top:0px;
	width:820px;
	text-align:right;
	font-size:11px
}
.metanav a {
	margin-right:11px;
}


/* Hauptrezept - Beschreibung */

.recipe_description {
	background-color:#FFFBDA;
	height:370px;
	margin:2px;
	width:220px;
}
.recipe_description a {
	font-size:12px;
}
.recipe_description h2 {
	font-size:16px;
	padding:10px;
}
.recipe_description ul {
	color:#828282;
	font-size:14px;
	list-style:none;
	line-height:18px;
	margin-top:15px;
}
.recipe_description a, .recipe_description ul {
	margin-left:10px;
	font-weight: bold;
}


/* Rezepte aus XML Datei */

.recipeshow{
	background-color:#ffd642;
	font-size:11px;
	height:110px;
	margin:0px 2px 2px 2px;

}
.recipeshow li {
	display:block;
	float:left;
}
.recipetext {
	width:185px;
	margin:10px 0px 5px 5px;
}
.recipetext a {
	font-weight:bold;
}
.recipetext h2 {
	font-size:11px;
	margin-bottom:4px;

}
.recipepic {
	margin:5px 0px 0px 5px;
	width:72px;
}
.recipepic  img {
	height:85px;
	width:57px;
	font-size:9px;
}
.ranking {
	display:block;
}


/* Content Boxen - */

.showinfobox, .showinfobox2 {
	float:left;
	width:406px;
}
.showinfobox a, .infoboxlarge a {
	color:#D3021D;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin:15px 0px 20px 10px;

}
.showinfobox h1 , .infoboxlarge h1{
	margin:10px 0 10px 10px;
}
.showinfobox p, .infoboxlarge p {
	font-size:11px;
	line-height:16px;
	margin:0px 15px 10px 10px;
}


/* Rezept einreichen Formular + Grafik */

#descr a{
	font-size:10px;
}
.formsend {
	background-color:#fff;
	font-size:12px;
	float:left;
	margin:20px 10px;
	width:370px;
}
.inputtxt, .dropdwn {
	width:370px;
}
.formsend h3 {
	font-size:12px;
	margin:5px 0;
}
.formsend ul {
	list-style:none;
}
.formsend p {
	margin:10px 0;
}
.send {
	background-color:#fff;
	border:none;
	color:#D3021D;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
.price{
	float:left;
	vertical-align: bottom;
}


/*Allgemein */

.footer, .wrapper {
	margin: 0 auto;
	width:820px;
}
.footer {
		font-size:10px;
}
.footer a {
	line-height:22px;
	margin-right:8px;
}
.wrapper {	
	background: #FFF url(../bigrecipe/recipe_big.jpg) 224px 2px no-repeat;
	border: #e0e0e0 solid 1px;
	/*height: auto !important;*/
	/*margin-top:10px;*/
	text-align:left;

}
.clear_all {
	clear:both;
}