
body
{
	background-color:	#fafac8;
	/* border:				solid 1px; */
	margin:				0px;
}

div.header
{
	font-family:		impact;
	font-size:			15pt;
	font-weight:		bold;
	margin-left:		3%;
	margin-top:			15px;
	filter:				Shadow(color=#aaaaaa, direction=135);
	width: 				60%;
}

div.text
{
	font-family:		arial;
	font-size:			10pt;
	margin-left:		3%;
}

table
{
 	font-family:		verdana;
 	font-size:			10pt;
 	border-collapse:	collapse;
 	border-spacing:		0px;
 	empty-cells:		show;
	width:				92%;
	margin-left:		3%;
	margin-right:		3%;
}

table.main
{
	filter:				Alpha(style=1, opacity=0, finishopacity=100, starty=0, finishy=5, startx=0, finishx=0)
						Alpha(style=1, opacity=100, finishopacity=50, starty=80, finishy=85, startx=0, finishx=0);
}

th
{
	width:			    32%;
	background-color:	#99ff99;
	padding:			5px;
	text-align:			left;
}

td.header
{
	text-align:			center;
	background-color:	#99ff99;
	padding:			5px;
	font-weight:		bold;
}

td.detail
{
	background-color:	#f3f399;
	padding-left:		5px;
	text-align:			left;
}

td.faq_q
{
	background-color:	#f3f399;
	padding-top:		5px;
	padding-left:		30px;
	padding-right:		30px;
	text-align:			left;
	font-weight:		bold;
}

td.faq_a
{
	background-color:	#f3f399;
	padding-left:		30px;
	padding-right:		30px;
	padding-bottom:		5px;
	text-align:			left;
}

td.preis
{
	background-color:	#ff9999;
	padding:			5px;
	text-align:			left;
	color:				#ffff88;
	font-weight:		bold;
}

td.bestellen
{
	background-color:	#dddddd;
	text-align:		center;
	padding:		5px;
	font-weight:		bold;
	cursor:			pointer;
	text-decoration:	underline;
}

div.overlay
{
	position:			absolute;
	top:				150px;
	width:				80px;
 	height:				80px;
 	z-index:			5;
}

div.button1
{
	position:			absolute;
	top:				150px;
	width:				80px;
 	height:				80px;
	border-style:		solid;
	border-width:		1px;
	border-color:		#000000;
	background-color:	#dddd00;
 	color:				#000000;
 	text-align:			center;
	font-family:		comic sans ms;
	font-size:			14pt;
	font-weight:		bold;
	padding-top:		10px;
 	z-index:			2;
}

div.button2
{
	position:			absolute;
	top:				150px;
	width:				80px;
 	height:				80px;
	border-style:		solid;
	border-width:		1px;
 	border-color:		#000000;
 	background-color:	#ffff00;
 	color:				#ff9966;
 	text-align:			center;
	font-family:		comic sans ms;
	font-size:			14pt;
	font-weight:		bold;
	padding-top:		10px;
 	z-index:			1;
}