body  {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10pt;
  color : Black;
  background-color: #FFFFFF;
  margin: 20px auto 1% auto;   
  padding: 0;
  width: 100%;
  min-width: 990px;
  max-width: 1024px;
}

#page {
  position: absolute;  
  padding : 0.2% 20px 1% 20px; 
  max-width: 1024px;
}

#content {
  background-color: #FFFFFF;
  padding: 10px;
  border-right: 2px dashed #F2D68C;
}

#main {
  border-left: 1px solid #f2d68c;
  border-right: 1px solid #f2d68c;
}

#middle {
  background-color: transparent; 
  border-right:257px solid #fff4d5; 
  overflow:visible;
}

* html #middle {
  border-right:257px solid #FFF3BF; 
}

#navi  {
  float:left; 
  top: 85px;
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  height: 34px;
  position: relative;
  background-color: #F2D68C;
}

#search {
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 1000;
}

#search #searchinput {
  width: 175px;
}


#bookmarker {
  float: right;
  right: 20px; 
  margin: 5px;
  padding: 2px;
  z-index: 100;
  position: absolute;
  top: 60px;
}


#addinfo {
  float:right; 
  position:relative;  
  width:230px; 
  margin-right:-240px; 
  margin-top: 20px;
  padding-left: 20px;
  display:inline;
}


.pagelinks {
  float: right;
  position: relative;
  bottom: -20px;
}



#header {
  height: 130px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  background: url("../img/bg-head.gif") repeat-x;
}

#mainbg {
  background: url("../img/bg-mainhead.jpg") no-repeat;
  height: 85px;
  width: auto;
  position: absolute;
  z-index: 1;
  left: 440px;
  right: 20px;
  display: none;
}

* html #mainbg {
  width: 100%;
}

#header div {
}

#mainheader {
  padding: 0 5px 0 5px;
}

#mainheader img {
  float: left;
  margin-right: 20px;
  z-index: 100;
  position: absolute;
  display: none;
}

#mainheader .imglink {
  display: none;
}

#topmenu {
  float: right;
  right: 20px; 
  margin: 5px;
  padding: 2px;
  z-index: 100;
  position: absolute;
  font-weight: 800;
}


#footer {
  clear: both;
  float: left;
  background-color: #F2D68C;   
  color: white;
  width: 100%;
  height: 20px;
  font-size: 0.82em;
}


#footer div#innerfooter #dummy * {
  padding: 2px 10px 0px 10px;
  width: 97%;
  display: inline;
}

#footer a {
  font-weight: normal;
}

.clearfloat {
  float: none;
  clear: both;
}

.clearfloat {clear:both;height:1px;overflow:hidden;}

.rechts {
  text-align: right;
  border: 2px solid red;
}


.links {
  text-align: left;
}


a, a:visited, a:hover {
  text-decoration: none;
/*  color: #CF0008; */
  color: #AF3D15;
  font-weight: 800;
}

#content a:hover, #addinfo a:hover {
  text-decoration: underline;
}



/* Links mit Bildern haben nie Raender */
a img {
	border: 0;
}

li a img {
	padding: 0 10px 0 10px;
}


.invisible {
	display: none;
}



#mainheader h1 {
  position: absolute;
  font-size: 200%;
  font-weight: 800;
  color: #BB8B55;
  margin: 0;
  padding: 0;
}

#mainheader h1 .italic {
  font-style: italic;
}

#mainheader h2 {
  position: absolute;
  color: #BB8B55;
  font-size: 130%;
  font-weight: 800;
  font-style: italic;
  margin: 2.2em 0 0 100px ;
  padding: 0;
}


#header img#headline {
  overflow: scroll;
  position: absolute;
  left: 200px;
}

#addinfo h1 {
  color: #810F06;
  font-size: 110%;
  padding: 0.2em;
  margin: 5px 0 5px 0;
  text-align: center;
  background-color: #F2D68C;

  border: 1px dotted #4e2a07;
}

#content p, #addinfo p{
  margin: 0;
  padding: 0;
  margin-bottom: 1px;
}

#content img {
  border: 2px outset #8B4513;
  margin-left: 5px;
  margin-bottom: 5px;
}

#contact table {
  width: 100%;
}

#contact input {
  width: 90%;
}

#contact input#fplz {
  width: 20%;
}

#contact input#fort {
  width: 68%;
}

#contact .textarea {
  height: 125px;
}

#contact textarea {
  width: 90%;
  height: 125px;
}

#contact input#newsletter {
  width: 12px;
}

#contact th {
  white-space : nowrap;
}

#contact .err {
  color: red;
}

h3, h4 {
  margin-bottom: 1px;
  padding: 0;
}

#contact th {
  width: 30%;
}


#navi a, #navi a:hover, #navi a:visited {
  color:#124058;
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 0;
  font-weight: normal;
  width: 100%;
}

#navi ul {
  padding: 0;
  margin: 0 0 0 10px;
  position: relative;
}

/* Haupteintraege */
#navi ul li {
  position: relative;
  float: left;
  background-color: #FFF8EF;
  color: #851E13;
  border: 1px solid #003399;
  height: auto;
  display: inline;
  margin: 0 4px 0 0;
  text-align: center;
  width: 143px;
}

div#navi li.hassubmenu {
  background: url(../img/submenu.gif) 98% 50% no-repeat;
  background-color: transparent;
}

#navi ul li ul {
  width: 180px;
  position: absolute ;
  display: none;
  top: 1.8em;
  left: 0;
  background-color: #FFF8EF;
  border-bottom: 1px solid #003399;
  border-left: 1px solid #003399;
  border-right: 1px solid #003399;
  margin: 0;
  z-index: 2;
}

#navi ul li ul li {
  display: block;
  border: none;
  border-bottom: 1px solid #F2F2F2;
  margin: 0;
  padding: 0;
width: 100%;
}

#navi ul li ul ul {
  top: 0.5em;
  left: 95%;
  z-index: 3;
  border-top: 1px solid #003399;
  display: none;
}


#navi ul a:hover {
  background-color: #BBBBBB;
}



#navi li>a { width:auto; }
 /* others */
#navi ul li.menuitem0active {
  background-color: #CCCCCC;
}

#topmenu a, #topmenu a:hover, #topmenu a:visited {
  color:#808080;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
}

#topmenu ul {
  padding: 0;
  margin: 0;
  position: relative;
}

/* Haupteintraege */
#topmenu ul li {
  position: relative;
  float: left;
  height: auto;
  display: inline;
  margin: 0 10px 0 0;
  padding:0;
  text-align: center;
}

#topmenu ul li + li {
  border-left: 1px solid #C0C0C0;
  padding-left: 6px;
}

#topmenu a:hover {
  text-decoration: underline;
}


#bestell .tdr {
  text-align: right;
}

#bestell .tdl {
  text-align: left;
}

#bestell .tdr input {
  text-align: right;
}

#order table th {
  text-align: left;
}

#order table {
  width: 99%;
}

#order input {
  width: 90%;
}

#order input#fplz, #order input#fdelivery_plz {
  width: 20%;
}

#order input#fort, #order input#fdelivery_ort {
  width: 68%;
}
#order input#fstreet, #order input#fdelivery_street {
  width: 78%;
}
#order input#fhouseno, #order input#fdelivery_houseno {
  width: 18%;
}

#order input#agb, #order input#newsletter, #order input#widerruf, #order input#fDIFFERENT_DELIVERY {
  width: auto;
}

#order .textarea {
  height: 125px;
}

#order textarea {
  width: 90%;
  height: 125px;
}

#order th {
  white-space : nowrap;
}

#order .err {
  color: red;
  font-weight: 800;
}



.important {
  color: red;
  font-weight: bold;
}

.hint {
  font-weight: bold;
}

.disabled {
  font-color: #909090;
  background-color: #f4f4f4;
  opacity: 0.8;

}

.importantnotice {
  color: #810F06;
  font-size: 100%;
  padding: 0.5em 0.2em 0.5em 0.2em;
  margin: 5px 0 5px 0;
  text-align: center;
  background-color: #F2D68C;

  border: 1px dotted #4e2a07;
}


ul.order_stage {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: none;
  clear: left;
  margin-bottom: 5px;
}

ul.order_stage li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-align: left;
  width: 130px;
  height: 27px;
  cursor: default;
}

ul.order_stage li.pointer { cursor: pointer; }

ul.order_stage li.open { background: url('../img/order_stage_open.jpg') no-repeat; }
ul.order_stage li.active { background: url('../img/order_stage_active.jpg') no-repeat; }
ul.order_stage li.done { background: url('../img/order_stage_done.jpg') no-repeat; }
ul.order_stage li.final { background: url('../img/order_stage_final.jpg') no-repeat; }

ul.order_stage li div { padding: 0;  margin: 5px 0 0 8px; }
ul.order_stage li.open div { color: #aaa; }
ul.order_stage li.active div { color: #fcfcfc; }
ul.order_stage li.done div { color: #a2a7aa; }
ul.order_stage li.final div { color: #fcfcfc; }

div.order_stage_spacer {
  clear: left;
  height: 10px;
}

#deliveryaddress {
  background-color: #FFEEBF;
}


*[disabled] {
  background-color: #EEE;
  color: #1A1A1A;
}

.notice {
  font-size: 85%;
  color: #3F3F3F;
}

#btnsubmit {
  font-weight: 800;
  color: #AF3D15;
}

#addnavlinks {
  margin-top: 10px;
  padding: 0 10px 15px 0;
  width: 99%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
