body {
	/* background: #8A0002 URL(../images/bg2.jpg) center; */
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #890001;
	background-color: #A42005;
	background-color: #8B0003;
	background-color: #A62105;
	background-color: #890001;
}

  #frame {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1022px;
	height: 687px;
	background: #FFF6EA URL(../images/bg7.jpg) center;
  }
html>body #frame { height: auto; min-height: 687px; }

  #left {
	position: relative;
    float: left;
	width: 220px;
	/* height: 540px; */
    margin: 0px;
	padding-left: 40px;
	margin-top: 5px;
  }

  #right {
	position: relative;
    margin-left: 257px;
	left: -6px;
	width: 650px;
/*	border-left: 1px solid #890001; */
	padding-left: 40px;
  }
html>body #right { margin-left: 257px; left: 0px; }


#top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1022px;
	height: 154px;
	background: URL(../images/top11.jpg) no-repeat top;
}

#menu {
	position:absolute;
	left:255px;
	top:132px;
	width: 720px;
	height: 25px;
	text-align: left;
	background-image:url(../images/menu_bg.gif);
	z-index: 8000;
}

#content {
	position: relative;
	clear: both;
	text-align: left;
	overflow: visible;
	z-index: 5;
	border: 1px solid yellow;
	float: left;
}

#innercontent_top {
	position: relative;
	background: URL(../images/content_frame_top.jpg) no-repeat;
	height: 8px;
	width: 719px;
	top: 14px;
	left: -40px;
}

#innercontent_middle {
	position: relative;
	background: URL(../images/content_frame_middle.jpg);
	width: 719px;
	height: 395px;
	top: 0px;
	left: -40px;
	padding-bottom: 90px;
}
html>body #innercontent_middle { top: 14px; height: auto; min-height: 395px; }

#innercontent_bottom {
	position: relative;
	background: URL(../images/content_frame_bottom.jpg) no-repeat;
	height: 8px;
	width: 719px;
	top: 0px;
	left: -40px;
}
html>body #innercontent_bottom { top: 14px; padding-bottom: 30px;}

#bezugsquellen_form {
	position: relative;
	top: 70px;
	left: 40px;
	width: 658px;
	height: 34px;
	background: URL(../images/bezugsquellen_form.gif) no-repeat;
	padding-left: 10px;
	padding-top: 5px;
}

#bezugsquellen_address_data {
	position: relative;
	top: 70px;
	background: URL(../images/bezugsquellen_address_bg.gif);
	left: 40px;
	width: 633px;
	padding: 10px 10px 10px 15px;
}

#bezugsquellen_bottom {
	position: relative;
	top: 70px;
	background: URL(../images/bezugsquellen_address_botto.gif) no-repeat;
	left: 40px;
	width: 658px;
	height: 8px;
}

p {
	padding: 0px;
	margin: 0px;
}

.header {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #BF0511;
	padding-bottom: 0px;
	margin: 0px;
}

.boxheader {
	color: #FEEDC4;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.std {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.red {
	color: #BF0511;
}

.redbold {
	color: #BF0511;
	font-weight: bold;
}

a.red {
	color: #BF0511;
	text-decoration: none;
}

a.recipelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 13px;
	text-decoration: none;
}

a.recipelink:hover {
	color: #BF0511;
}

input, textarea {
	background-color: #FFE59A;
	/* border-color: #CCBD91; */
	border-width: 1px;
}

.button {
	background: URL(../images/button_send.jpg);
	border: none;
	width: 74px;
	height: 22px;
/*	color: White;
	background-color: #890001;
	border-color: #890001; */
}

#start_torte {
	position: absolute;
	bottom: -5px;
	left: 261px;
}
html>body #start_torte { bottom: -4px; }

p.underline {
	float: left;
	border-bottom: 1px solid #FEEDC4;
}