body {
  background-color: #f7f7f7;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  color:#999;  
  padding:0px;
  margin:0px;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
#rahmen {
	position:absolute;
	height:448px;
	width:766px;
	margin:-224px 0px 0px -383px;
	top: 50%;
	left: 50%;
	padding: 0px;
	overflow: hidden;
	text-align: center;
}
#kopf {
	height: 60px;
	text-align: center;
}
#stage {
	height: 386px;
	width: 520px;
	background-color: #fff;
	border: solid 1px #999;
	position: relative;
	text-align: center;
	vertical-align: middle;
	margin: 0px auto;
	padding:0px;


}
#artikelbeschreibung {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 354px;
	width: 503px;
	text-align: right;
}
#links {
	float: left;
	width: 102px;
	border-right: 1px solid #999;
	position: relative;
	padding-top: 4px;
	height: 386px;
	margin-right: 4px;
}

#rechts {
	float: right;
	width: 112px;
	position: relative;

}
#rechts img {
	border: 1px solid #999999;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 50px;
	height: 50px;
}
.txtfeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	border: 1px solid #999999;
	width: 200px;
	margin-bottom: 2px;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid;
	background-color: #f0f0f0;
}
