
input:disabled {
  background-color: gray;
  color: gray;
}

#Container {
	position: absolute;
	left:50%;
	height:642px;
	width:774px;
	margin:0px 0 0 -387px;
}

#Header {
  width: 774px;
  height: 132px;
  background-image: url(img/header.gif);
  background-repeat: none;

}

#home_collection {
  position: absolute;
  left: 535px;
  top:   55px;
}

#promo {
  position: absolute;
  left: 58px;
  top:  55px;
}

td.promolink {
  text-align: center;
}

td.promolink a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#Suche {
	position: absolute;
	top: 142px;
	left:50%; height:75px; width:169px;
	margin:0px 0 0 -387px;
	background-image: url(img/bg_suche.gif);
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight +142);
	z-index: 10;
}
#Suche[id] {
/*   position: fixed; */
}


#Navi {
	position: absolute;
	top: 217px;
	left:50%; height:366px; width:169px;
	margin:0px 0 0 -387px;
	background-image: url(img/bg_navi.gif);
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight +217);
	z-index: 10;
}
#Navi[id] {
/*   position: fixed; */
}

#Kontakt {
	position: absolute;
	top:142px;
	left:50%; height:153px; width:213px;
	margin:0px 0 0 174px;
	background-image: url(img/bg_kontakt.gif);
	position: expression("absolute");
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight +142);
	z-index: 10;
}
#Kontakt[id] {
/*   position: fixed; */
}

#Kontakttext {
	position:absolute;
	top:55px; left:24px; height:475px; width:176px;font-family:Arial, Helvetica;
	font-size:12px;
	line-height:20px;
	color: #815e07;
	font-weight:lighter ;
}

#Rechts {
	position:absolute;
	top:295px; 
	left:50%; 
	/*height:352px;*/ 
	width:213px;
	margin:0px 0 0 174px;
	background-image: url(img/bg_right.gif);
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight +295);
	z-index: 10;
}
#Rechts[id] {
/*   position: fixed; */
}

a.rechts {
  padding-left: 20px;
}

#Disclaim {
	position:absolute;
	top:110px; left:24px; width:176px;
	line-height:16px;
  cursor: pointer;
}

#Infobox {
	position:absolute;
	display: none;	
	background-image: url(img/bg_infobox.gif);
	/* background-color:#e1dbc0;	*/
	top:310px; left:50%; width:220px; height:132px;
	margin:0px 0 0 -42px;
	line-height:16px;
	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight +310);
	z-index: 12;
}
#Infobox[id] {
/*   position: fixed; */
}
	
.Suchinput {
			position:absolute;
			font-family:Arial, Helvetica;
			font-size:10px;
			width:82px;
			left:25px;
			top:40px;
}

.Nameinput {
			position:absolute;
			font-family:Arial, Helvetica;
			font-size:10px;
			width:118px;
			left:26px;
			top:44px;
			color:#876412
}
.Passinput {
			position:absolute;
			font-family:Arial, Helvetica;
			font-size:10px;
			width:118px;
			left:26px;
			top:81px;
			color:#876412
}

#Inhalt {
	background-image: url(img/bg_inhalt.gif);
	background-repeat: repeat-y;
	background-color:#e1dbc0;
	position:absolute;
	top:142px;
	left:0px;
	width:774px;
}


.admin {
  background-color: yellow;
  padding: 5px;
}

input.admin {
  border-style: solid;
  border-color: black;
}

textarea.admin {
  border-style: solid;
  border-color: black;
}
