.dn_logo {
	position: absolute;
	left: 42px;
	top: 64px;
	z-index: 5;
}
.nomadus {
	position: absolute;
	left: 470px;
	top: 31px;
	z-index: 6;
}
#dn_inhalt {
	position: absolute;
	left: 181px;
	top: 152px;
	z-index: 1;
	width: 537px;
	text-align: center;
}

#dn_navigation {
	position: absolute;
	left: 9px;
	top: 283px;
	z-index: 2;
	width: 168px;
}

#dn_warenkorb {
	position: absolute;
	left: 722px;
	top: 282px;
	z-index: 2;
	width: 189px;
}
.top_product {
	background: no-repeat url(../dn_pic/top_products.jpg);
}
.top_basket {
	background: no-repeat url(../dn_pic/top_basket.jpg);
}

.tab_weiss {
	background: #ffffff;
}

.tab_header {
	background: no-repeat url(../dn_pic/head_content.jpg);
	padding-left: 24px;
	padding-right: 24px;	
	padding-bottom: 20px;
}
.tab_content {
	background: repeat-y url(../dn_pic/bg_content.gif) #ffffff;
}
.tab_dot {
	border: 1px dotted #999999;
	background-color: #ffffff;
}
hr {
	border: none 0; 
	background: #BBBBBB;
	color: #BBBBBB;
	width: 100%;
	height: 3px;
	}
fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: #666666;
}	
#forms input, textarea { 
 background: #FBFAF4;
 width: 65%;
}

#forms dt {
margin-top: 8px;
	font-weight: bold;
}
#forms dd {
margin-left: 10px;
}
#forms .rq:after {
	font-weight: normal;
	 color: #ff3f00;
	content: "*";
}

#forms .legende {
 margin-bottom: 10px;
 font-style: italic;
 color: #666666;
}
#forms select {
 margin-left: 10px;
}

#forms hr {
	border: none 0; 
	background: #DDDDDD;
	color: #DDDDDD;
	width: 100%;
	height: 2px;
	margin-bottom: 20px;
	margin-top: 20px;
	}

.max250 {
	width: 250px;
	clip:rect(0px, 250px, 800px, 0px);
}