body{
	padding:0px;
	margin:0px;
}

#container{
	width:700px;
	height:504px;
	overflow:hidden;
	padding:0px;
	margin:0px;
}

#container .sets{
	float:left;
	width:700px;
	height:26px;
	background:#878787;
	border-bottom:2px solid #ffffff;
}

#container .sets div{
	float:left;
	width:51px;
	height:13px;
	background:#c3c3c3;
	border:1px solid #4376aa;
	margin-right:4px;
	margin-top:6px;
}

#container .sets div.aktiv{
	background:#ffffff;
}

#container .sets div a{
	display:block;
	height:13px;
	width:51px;
	text-align:center;
	font:bold 10px Verdana;
	line-height:13px;
	color:#000000;
	text-decoration:none;
}

#container .sets img{
	float:left;
}

#container .navigation{
	float:left;
	width:700px;
	height:30px;
	background:#0c0c0c;
}

#container .navigation .text1{
	font:20px Arial;
	color:#ff9900;
	line-height:30px;
}

#container .navigation .text2{
	font:bold 13px Verdana;
	color:#ff9900;
	line-height:30px;
}

#container .navigation .left{
	float:left;
	padding-left:11px;
}

#container .navigation .right{
	float:right;
	padding-right:13px;
}

#container .navigation .right img{
	margin-top:6px;
	margin-left:6px;
	border:none;
}

#container .image{
	float:left;
	width:700px;
	height:416px;
	background:#0c0c0c;
}


#popup{
	position:absolute;
	left:50%;
	top:190px;
	width:1400px;
	height:851px;
	margin:0px 0px 0px -700px;
	border:1px solid #000000;
	z-index:10000000000000000;
	background:black;
}

#popup .navigation{
	float:left;
	width:1400px;
	height:20px;
	text-align:center;
}

#popup .navigation a{
	font:bold 11px Verdana;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}

#popup .image{
	float:left;
	width:1400px;
	height:831px;
	overflow:hidden;
	line-height:1px;
}

#popup .image image{
	width:1400px;
	height:831px;
}

#order{
	float:left;
	width:712px;
	height:485px;
	background:black;
}

#order td{
	font:11px Verdana;
	line-height:13px;
	text-align:left;
	color:white;
}

#order a{
	font:11px Verdana;
	line-height:13px;
	color:white;
	text-decoration:none;
}

#order .txtfld{
	border:1px solid #ffffff;
	background:black;
	color:white;
	width:200px;
}

#arrow_left{
	position:absolute;
	left:50%;
	top:637px;
	width:48px;
	height:39px;
	margin:0px 0px 0px -332px;
}

#arrow_left img{
	width:48px;
	height:39px;
	border:none;
}

#arrow_right{
	position:absolute;
	left:50%;
	top:637px;
	width:48px;
	height:39px;
	margin:0px 0px 0px 284px;
}

#arrow_right img{
	width:48px;
	height:39px;
	border:none;
}

#furniture_set_pop{
	position:absolute;
	left:50%;
	top:245px;
	width:700px;
	height:504px;
	margin:0px 0px 0px -350px;
}

#meldung{
	position:absolute;
	left:50%;
	top:200px;
	width:341px;
	margin:0px 0px 0px -170px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	background:url("images/bg.png");
	border:1px solid #000000;
	font:bold 10px Verdana;
	color:#ffffff;
	text-align:center;
}

.txtfld{
	font:10px Verdana;
	line-height:12px;
	width:100px;
}