body {
	background: #ffea00 url(pics/bg.gif) repeat;
	margin: 0;
	padding: 0;
}
#kasten {
	position: absolute;
	background: url(pics/verkauf.jpg) repeat-y;
	left: 50%;
	width: 782px;
	margin-left: -391px;
	min-height: 1000px;
}
#headbild {
	background: url(pics/head.jpg) no-repeat;
	width: 782px;
	height: 342px;
}
#logobild {
	position: absolute;
	top: 0;
	left: 5px;
}
#logo {
	position: absolute;
	top: 280px;
	right: 20px;
}
#content {
	margin-top: 10px;
	padding-left: 20px;
	width: 560px;
	float: left;
}
#bottom {
  margin-top: 25px;
  clear: both;
  border-top: 1px dotted #F7BD35;
  padding-top: 3px;
  text-align: right;
}
#bottom, #bottom a {
  font-weight: normal;
  font-size: 10px;
  color: #F7BD35;
}
#menu {
	margin-top: 0;
	width: 180px;
	float: right;
}
#menu ul {
	margin-left: 0;
	padding-left: 0;
}
#menu .ebene2 {
	padding-left: 10px;
}
#menu li {
	list-style: none outside none;
	margin-left: 0;
}
#menu .ebene1 .off {
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #339966;
	padding-bottom: 10px;
}
#menu .ebene1 .on  {
	margin-bottom: 5px;
	padding-top: 10px;
}
#menu .ebene1 .off a {
	color: #636363;
	padding-left: 20px;
	font-size: 13px;
	font-weight: normal;
}
#menu li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu .ebene1 li.on {
  background: url(pics/menu.gif) repeat-y left;
	border-bottom: 1px solid #339966;
}
#menu .ebene2 li.on {
  background: none;
  border-top: none;
  border-bottom: none;
}
#menu .ebene1 .on a {
	padding-left: 20px;
	color: #339966;
  font-size: 13px;
	font-style: italic;
}
#menu .ebene2 {
	padding-bottom: 5px;
}
#menu .ebene2 .off a, #menu .ebene2 .on a {
	font-size: 10px;
	background: none;
}
#menu .ebene2 .off a {
	font-style: normal;
	color: #636363;
}
#menu .ebene2 .on a {
	font-size: 11px;
	color: #339966;
	font-style: normal;
  font-weight: normal;
}
#menu .ebene2 .off, #menu .ebene2 .on {
	margin-bottom: 0px;
	margin-top: 0px; 
	padding-top: 1px;	
	padding-bottom: 1px;
	border: none;
}
/* Formulare */
label {
  font-weight: bold;
}
input[type="text"], input[type="password"], textarea {
  width: 350px;
}
input[readonly] {
  background: #eee;
  color: #555;
}
textarea {
  height: 150px;
}
fieldset {
  border: 1px solid Gray;
  padding-left: 10px;
  margin-bottom: 10px;
}
legend {
  color: Black;
}
fieldset p {
  margin-top: 3px;
  margin-bottom: 3px;
}
fieldset h2 {
  border-bottom: none;
}
/* IMG */
img.right, img.left {
  border: 3px double #F7BD35;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 3px;
}
img.right, img.rightnb {
  margin-left: 5px;
  float: right;
}
img.left, img.leftnb {
  margin-right: 5px;
  float: left;
}