#planer {
	position: relative;
}

#planer-wide {
	width: 670px;
	margin: 0 0 0 -100px;
	padding: 0;
	position: relative;
}

* html #planer-wide {
	width: 570px;
}

#planer span.error {
	display: block;
	color: #f00;
}

#planer td {
	vertical-align: top;
}

#planer li span {
	width: 140px;
}

/* Start (Pseudo-Akkordeon etc.) */

dl {
	border-bottom: 1px solid #3e0e00;
}

dt {
	border-top: 1px solid #3e0e00;
	margin: 0;
	padding: 8px 0 10px 10px;
}

dt a {
	text-decoration: none;
	font-weight: bold;
}

dd {
	margin: 0;
	padding: 0;
}

/* Formular */

#planer #start-selection form {
	padding: 10px 100px 20px 70px;
}

#planer form dl {
	border: none;
	margin: 0;
	padding: 0;
}

#planer form dt {
	width: 160px;
	float: left;
	clear: left;
	padding: 0;
	margin: 0 0 1px 0;
	border: none;
}

#planer form dd {
	margin: 0 0 5px 180px;
}

#start-selection form dt {
	width: 100px;
}

#start-selection form dd {
	margin-left: 120px;
}

#planer #addresses form dt {
	width: 80px;
}

#planer #addresses form dd {
	margin-left: 100px;
}

* html #planer form dt {
	float: left;
	width: 140px;
}

* html #planer #start-selection form dd {
	padding: -10px 0 0 0;
	margin: 0 0 0 180px;
	top: 0;
	left: 0;
	line-height: 0px;
}

* html #planer #start-selection form dd input {
	padding: 0;
	margin: 0;
	position: relative;
	top: -15px;
}

/* Produkt-Auflistung */

#products {
	width: 400px;
}

/*
#productlist h3 {
	font-family: Georgia, serif;
}
*/

#productlist h3 {
	font-size: 12px;
}

#productlist ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 10px 15px;
}

#productlist li {
	padding: 2px 0 3px 0;
	position: relative;
}

#productlist li a.modify {
	position: absolute;
	left: 300px;
	top: 0;
}

/* Auswahlbox rechts */

#selection-div {
	position: absolute;
	top: 70px;
	left: 400px;
}

#richtwerte {
	height: 57px;
	padding: 10px 15px 10px 20px;
}

#product-detail {
	width: 267px;
}

#selection {
	width: 267px;
	background: url(/img/catering/selection.jpg) no-repeat;
}

#selected {
	min-height: 100px;
	padding: 0 15px 0 0;
}

#selected ul {
	list-style: disc;
}

#selected li span {
	font-weight: bold;
}

#s-statistics {
	padding: 0 15px 20px 20px;
	background: url(/img/catering/selection-bottom.jpg) no-repeat bottom;
}

/* Produktdetailbox rechts */

#detail {
	border: 1px solid #ccc;
	padding: 10px;
}

#detail h1 {
	font-size: 16px;
	margin: 0;
	padding: 0 0 10px 0;
}

#detail h2 {
	font-size: 12px;
	margin: 0;
	padding: 10px 0 10px 0;
}

#detail span {
	line-height: 180%;
}

/* Navigation tabs */

#tabs {
	background: url(/img/catering/schatten.jpg) repeat-x bottom;
	padding: 0 0 11px 0;
	margin: 0 0 30px 0;
	position: relative;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0 3px 0 0;
}

#tabs li a {
	display: block;
	padding: 5px 7px;
	background: #ededed;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

#tabs li a.current {
	background: #f9eccc;
	border-color: #ffffff;
}

#tabs li a.inactive {
	color: #d0d0d0;
	background: #fdfdfd;
	border-color: #e3e3e3;
}

#tabs #feedback {
	position: absolute;
	right: 0px;
	top: 0px;
}
#tabs #feedback a {
	display: block;
	padding: 5px 7px;
	background: #ededed;
	color: #000000;
	text-decoration: none;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}


