body
{
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#122d64;
	margin:0px;
	font-family:Arial;
	font-size:10pt;
}
a
{
	text-decoration:underline;
	color:#ffeeac;
}
#box
{
	background-image:url(images/boxbg.jpg);
	width:712px;
	height:388px;
	border:1px solid #dfad33;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top:-194px;
	z-index:1;
}
#boxtext
{
	width:601px;
	height:338px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-360px;
	margin-top:-194px;
	z-index:4;
	padding-left:61px;
	padding-right:61px;
	padding-top:51px;
	font-family:Arial;
	font-size:10pt;
	color:#ffeeac;
	line-height:14px;
}
.textinput
{
	background:transparent;
	border:1px solid #dfad33;
	font-family:Arial;
	color:#ffeeac;
	font-size:10pt;
}
.prodtd
{
	font-size:8pt;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}

#flacon
{
	width:250px;
	height:350px;
	/*background-image:url(images/flacon.png);*/
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-45px;
	margin-left:-550px;
	z-index:3;
}
/* -- IE <= 6 -- */
/** html #flacon { background-image:url(images/flacon.gif); }*/

#werbung
{
	width:100%;
	height:100%;
	background-image:url(images/darkbg.png);
	position:absolute;
	z-index:8;
	text-align:center;
	display:none;
}
/* -- IE <= 6 -- */
* html #flacon { background-image:url(images/darkbg.gif); }

#duft
{
	width:158px;
	height:425px;
	background-image:url(images/duft.png);
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-120px;
	margin-left:-460px;
	z-index:3;
}
/* -- IE <= 6 -- */
* html #duft { background-image:url(images/duft.gif); }

#model
{
	width:859px;
	height:449px;
	background-image:url(images/model.png);
	position:absolute;
	left:50%;
	margin-left:-361px;
	top:50%;
	margin-top:-254px;
	z-index:2;
}
/* -- IE <= 6 -- */
* html #model { background-image:url(images/model.gif); }

#menu
{
	font-family:Arial;
	font-size:10pt;
	color:#FFFFFF;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-300px;
	z-index:4;
	margin-top:200px;
	width:700px;
}

a.menu
{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a.menu:hover
{
	color:#ffd441;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}
a.menu1
{
	color:#ffd441;
	text-decoration:none;
	font-weight:bold;
}
