/* ----------------------------------------------allgemeine CSS-Elemente */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ea1;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	height: 100%;
	margin: 10px 0 0 0;
}

/* ------------------------------------------------Startseite mit Iframe */

#inbox {
	position: relative;
	text-align: left;
	width: 880px;
	min-height: 610px;
	margin: 0 0 0 0;
	padding: 10px;
	border: none;
	background: url(img/index_back.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#iframe {
	position: absolute;
	top: 150px;
	left: 470px;
	width: 350px;
	height: 300px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#footbox {
	position: absolute;
	top: 600px;
	width: 880px;
	height: 70px;
	border: none;
	padding: 10px;
	margin: 0px;
	background: transparent;
}

#thf {
	position: absolute;
	top: 320px;
	left: 200px;
	width: 20px;
	height: 10px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#thf a {
	display: block;
	color: transparent;
	border: none;
	width: 20px;
	height: 10px;
}

#thf span {
	display: hidden;
}

#button {
	position: absolute;
	top: 515px;
	left: 545px;
	width: 164px;
	height: 45px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: url(img/index_button.png);
	background-position: center;
	background-repeat: no-repeat;
}

#button a {
	display: block;
	width: 164px;
	height: 45px;
	border: none;
	color: #fc3;
}

#button span {
	display: hidden;
}

/* ---------------------------------------------------------Rezeptseiten */

.rec_head {
	position: relative;
	width: 900px;
	height: 150px;
	padding: 0px;
	margin: 0px;
	background: url(img/rec_head.png);
	background-position: center;
	background-repeat: no-repeat;
}

.rec_head .id {
	position: absolute;
	top: 100px;
	right: 100px;
	margin: 0 0 0 440px;
	font-size: 10px;
	font-style: italic;
	border: none;
}

.rec_cont {
	width: 700px;
	padding: 0px 100px 0px;
	margin: 0px;
	background: url(img/rec_cont.png);
	background-position: center;
	background-repeat: repeat-y;
	text-align: justify;
}

/* ----------------------------------------------Rezept-Content-Elemente */

.rec_cont .info {
	width: 300px;
	float: left;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	border: none;
}

.rec_cont h1 {
	text-align: center;
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #666;
}

.rec_cont h2 {
	text-align: right;
	padding: 0px;
	margin: 0 0 0px 0;
	font-size: 18px;
	color: #333;
}

.rec_cont h3 {
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin: 0 0 0px 10px;
	font-size: 13px;
	color: #333;
}

.rec_cont h4 {
	text-align: left;
	padding: 0px;
	margin: 0 0 6px 15px;
	font-size: 10px;
	color: #666;
}

.rec_cont h5 {
	text-align: right;
	padding: 0px;
	margin: 0 10px 15px 0px;
	font-size: 10px;
	color: #666;
}

.rec_cont img.foto {
	padding: 0px;
	margin: 0px;
	border: 1px solid #666;
}

.rec_cont table {
	text-align: left;
	max-width: 270px;
	padding: 0px;
	margin: 0 0 0px 25px;
	font-size: 12px;
	color: #333;
	border: none;
}

.rec_cont tr {
	line-height: 20px;
	background: url(img/line_tr.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

.rec_cont .amount {
font-weight: bold;
	text-align: right;
	width: 35px;
	padding: 0;
	margin: 0;
}

.rec_cont .unit {
	text-align: left;
	width: 31px;
	padding: 0 0 0 4px;
	margin: 0;
}

/* ----------------------------------------------------Rezept-Navi-Unten */

.rec_foot {
	width: 900px;
	height: 110px;
	text-align: center;
	padding: 40px 0 0 0;
	margin: 0 0 0 0;
	background: url(img/rec_foot.png);
	background-position: center;
	background-repeat: no-repeat;
}

.rec_cont .clear {
	clear: both;
}

.navi ul {
	list-style-type: none;
	padding-left: 0 5px 0;
}

.navi li {
	float: left;
}

.navi {
	display: block;
	position: relative;
	width: 180px;
	left: 50%;
	margin-left: -91px;
	text-align: center;
}

.navi a:link, .navi a:visited, .navi a:hover, .navi a:active {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	color: #fc3;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	padding: 0 5px 0;
	text-decoration: none;
	background: transparent;
}

.navi a img {
	border: none;
}

.navi a span {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 170px;
	color: #ddd;
	display: block;
	visibility: hidden;
	padding: 4px;
	border: none;
	background: transparent;
	background: url(img/trans.png);
	background-position: center;
}

.navi a:hover span {
	visibility: visible;
}

