* {
	margin: 0;
	padding: 0;
}

/* body */

body {
	background-color: #ddd;
	color: #000;
	font: 1em/1.2 arial, helvetica, sans-serif;
 	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
}

form {
	display: inline;
	margin: 0;
}

/* wrapper */

#wrapper {
	position: relative;
	overflow: auto;
	width: 55em;
	min-height: 20em;
	margin: 2em auto 0 auto;
	background-color: #fff;
}

/* logo */

#logo {
	float: left;
	margin: 2em 0 0 2em;
}

#front_l {
	clear: both;
	float: left;
	margin: 1.9em 0 1em 2em;
}

#front_br {
	position: absolute;
	right: 2em;
	bottom: 1.7em;
}

/* header */

#header {
	float: right;
	width: 33em;
	margin: 2em 2em 0 0;
}

#header h1 {
	margin-top: 1.3em;
	font-size: 1.7em;
  font-weight: normal;
}

/* navigation */

#navigation {
	float: left;
	width: 8em;
	margin: 2em 0 0 3em;
}

#navigation_inner {

}

#navigation ul {
	list-style-type: none;
}

#navigation li {
	margin-bottom: 1em;
}

#navigation li ul {
	margin-top: 0.3em;
	margin-left: 0.5em;
}

#navigation li li {
	margin-bottom: 0.3em;
	font-size: 0.9em;
}

#navigation a,
#navigation li.active li a {
	color: #000;
	text-decoration: none;
}

#navigation li.active a,
#navigation li li.active a {
	color: #fb2500;
}

#navigation a:hover,
#navigation li li a:hover {
	color: #fb2500;
}

/* content */

#content {
	float: right;
	width: 33em;
	margin: 2em 2em 0 0;
}

#content_inner {
	padding-bottom: 1em;
}

#content_front {
	float: left;
	width: 50%;
}

#content_news {
	float: right;
	width: 40%;
	border: 1px solid #fb2500;
}

#content_news.admin {
	float: none;
	margin: 1em 0;
}

#content_news_inner {
	padding: 1em 1em 0.5em 1em;
}

#content a {
	color: #000;
}

#content a:hover {
	color: #fb2500;
}

#content h2 {
	margin-top: 0;
	color: #fb2500;
	font-weight: bold;
}

#content h3 {
	color: #fb2500;
}

#content h2,
#content h3,
#content table,
#content p,
#content ul,
#content li,
#content pre {
	margin-bottom: 0.5em;
}

#content table {
	width: 100%;
}

#content table td {
	padding: 0.2em 0;
	vertical-align: top;
}

#content li {
	margin-left: 1.5em;
}

#content ul.front li {
	margin-bottom: 0.9em;
}

img#bouillons_front {
	margin: 0.7em 0;
}

img.float_left {
	margin: 0 1em 0.5em 0;
	float: left;
}

img.float_right {
	margin: 0 0 0.5em 1em;
	float: right;
}

p.error {
	padding: 0.5em;
	border: 1px solid #fb2500;
}

div.produkte {
	float: left;
	margin-right: 1.5em;
	text-align: center;
}

div.produkte.last {
	margin-right: 0;
}

div.produkte img {
	margin-top: 0.5em;
}

table#rezept {
	width: 100%;
	margin: 1em 0;
}

#content table#rezept td {
	width: 50%;
	padding-bottom: 0.5em;
}

#news_admin {
	width: 40%;
	height: 6em;
}

div#bestellung_steps {
	float: left;
	width: 100%;
	color: #999;
	font-weight: bold;
}

div#bestellung_steps p.bestellung_step_no {
	float: left;
	width: 4%;
}

div#bestellung_steps p.bestellung_step_no.active {
	color: #000;
}

div#bestellung_steps p.bestellung_step {
	float: left;
	width: 21%;
}

div#bestellung_steps p.bestellung_step.second {
	width: 38%;
}

div#bestellung_steps p.bestellung_step.third {
	width: 27%;
}

div#bestellung_steps p.bestellung_step.active {
	color: #000;
}

div#bestellung_error,
p#bestellung_procedure,
p#bestellung_confirmation {
	clear: both;
}

div#bestellung_error {
	margin-bottom: 0.5em;
	padding: 0.5em 0.5em 0 0.5em;
	border: 2pt solid #fb2500;
}

div#bestellung_error li {
	margin-bottom: 0;
}

table.bestellung {
	width: 100%;
	border-bottom: 1pt solid #666;
}

table.bestellung img {
	float: left;
}

table.bestellung tr.produkt_header td {
	border-top: 1pt solid #666;
	border-bottom: 1pt solid #666;
}

table.bestellung tr.total_discount td {
	border-top: 1pt solid #666;
}

#content table.bestellung tr.produkt_header td,
#content table.bestellung tr.produkt_header h3 {
	margin-bottom: 0;
	color: #fb2500;
}

ul#konditionen {
	padding-bottom: 0.5em;
	border-bottom: 1pt solid #666;
}

ul#konditionen li {
	margin-bottom: 0;
}

#content table.adressen,
#content table.adressen td,
#content table.adressen h3 {
	margin: 0;
}

table.adressen.end {
	border-bottom: 1pt solid #666;
}

#content table.adressen tr.adresse_header td {
	padding-top: 0;
}

#content table.adressen tr.last td {
	padding-bottom: 0.5em;
}

p.instruction,
p#submit {
	border-top: 1pt solid #666;
	padding-top: 0.5em;
}

p.back {
	margin-top: 0.5em;
}

/* footer */

div#footer {
	height: 2em;
}
