@import url('all.css');

html, body {
  height: 100%;
  background-color: #e7dabf;
  color: black;
}
#head h1 {
  position: absolute;
  top: 30px;
  left: 50px;
}
h2 { display: none; }

#head a:link, #head a:visited,
#status a:link, #status a:visited,
#left a:link, #left a:visited {
  color: white;
}

#site {
  margin: 0 2%;
  min-width: 800px;
  max-width: 1200px;
  min-height: 100%;
  background: url('../img/shadow1.gif') no-repeat 0 113px;
  position: relative;
  padding-bottom: 2em;
}

#shadow { background: url('../img/shadow2.gif') no-repeat right bottom; }
#head {
  color: white;
  position: relative;
  border: solid #36343f;
  border-width: 0 2px;
  margin-left: 5px;
  margin-right: 7px;
  height: 117px;
  background: #36343f url('../img/head_bg.gif') repeat-x left bottom;
}

#headbg {
	background: url('../img/header3.gif') no-repeat 400px 30px;
	width: 100%;
	height: 117px;
}

#headbg1 {
	width: 100%;
	height: 117px;
}

#head p {
	position: absolute;
	top: 55px;
	right: 70px;
}

#head p a {
	color: #f69314 !important;
	font-size: 120%;
	font-weight: bold;

}

#mainnav {
  position: absolute;
  height: 36px;
  list-style: none none;
  bottom: -2px;
  right: 40px;
  margin: 0;
  padding: 0;
}
#mainnav li {
  float: left;
  width: 117px;
  background: url('../img/navbutton_aktive.jpg') no-repeat;
  line-height: 36px;
  text-align: center;
}
#mainnav a {
  height: 30px;
  padding-top: 6px;
  display: block;
  cursor: default;
}
#mainnav li a:link, #mainnav a:visited {
  background: #f7a018 url('../img/navbutton.jpg') no-repeat;
  text-decoration: none;
  cursor: pointer;
}

#status {
  background: #f7a018 url('../img/sep_bg.gif') repeat-x;
  height: 26px;
  line-height: 26px;
}
#status div { background: url('../img/sep_left.gif') no-repeat left top; }
#status p {
  background: url('../img/sep_right.gif') no-repeat right top;
  margin: 0;
  padding: 0 3em;
}

#left {
  width: 207px;
  position: absolute;
  left: 0;
  color: white;
}
#left input { max-width: 180px; }

#suchform {
  background: #f7a018 url('../img/suchform.png') no-repeat;
  text-align: center;
  height: 29px;
  margin-top: 0;
}
#suchform input { vertical-align: middle; }

#produkt_kat {
  background: #f7a018 url('../img/left_bg.gif') repeat-y;
}
#produkt_kat ul {
  margin: 0;
  padding: 0.5em 1.5em;
  list-style: none none;
  background: url('../img/left_bottom.png') left bottom no-repeat;
}
#produkt_kat li {
  font-size: 1.2em;
  margin: 0.5em 0;
}
#produkt_kat a { display: block; }
#produkt_kat a:link, #produkt_kat a:visited { text-decoration: none; }

#produkt_kat li.important a:link, #produkt_kat li.important a:visited { color: red; font-weight: bold; }

#left_bottom { background: #36343f url('../img/left_bottom_bg.gif') repeat-y; }
#left_bottom_end {
  background: url('../img/left_bottom_end.png') no-repeat left bottom;
  padding: 1em;
}

#anmeldung { text-align: center; }
#anmeldung label { text-align: left; display: block; }
#anmeldung #benutzername, #anmeldung #passwort {  width: 80%; }
#anmeldung input, #anmeldung a { vertical-align: middle; }

#left_bottom_end ul {
  padding: 0 1.5em;
  text-align: left;
  list-style: none none;
  line-height: 150%;
}

#right {
  position: absolute;
  width: 210px;
  right: 0;
  background: url('../img/right.gif') no-repeat;
}

#content {
  margin: 0 210px 0 207px;
  padding: 1em;
  background: url('../img/content.gif') repeat-x;
}

#footer {
  position: absolute;
  bottom: 0;
}

.formnote {
	margin:0pt 1em 1em 0.5em;
	font-size: 0.8em;
	margin-left:19em;
	padding-top: 0;
	line-height: 100%;
}

.small {
	font-size: 0.8em;
}


#bestell-nav,
#member-nav
{
	border-top: 2px solid #F7A018;
	margin: 0 auto;

}

#bestell-nav td,
#member-nav td
{
	color: #afa186;
	padding: 0.5em;
}

#bestell-nav td.active,
#member-nav td.active
{
	color: #000;
}


.preview td {
	border-spacing: 3px 2px;
	line-height: 150%;
	font-size: 0.8em;
}


#login div.right {
	margin-top: 7px;
}

#produkt_detail ul.square {
	margin-left: 5px;

}

div.steps {
	text-align: right;
	padding-right: 5px;
}

#IndexForm div.desc {
	font-style: italic;
	line-height: normal;
}
