#inhalt {
	position: absolute;
   	margin-top: 0px;
	width: 785px;
	background-color:#FFFFFF;	
}

.box {
	float: left;
	width: 300px;
	height: 268px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.bgwhite
{

	background-color:#FFFFFF;
	height: 250px;
	width: 300px;
/*
	background-image: url(/images/bg/mp_table_side.gif);
	background-repeat: repeat-y;
*/
	background-image: url(/images/bg/handy_shop_mid.gif);
	background-repeat: repeat-y;
	
	/*
	border: 1px solid #AAAEB1;
	border-top: 0;
	border-bottom: 0; */
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

.bgtop
{
	height:10px;
	width: 300px;
	margin: 0px;
	padding: 0px;
/*	
	width: 280px;

	background-image: url(/images/bg/mp_table_top_start.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
*/
	background-image: url(/images/bg/handy_shop_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	/* border: 1px solid #AAAEB1;
	border-bottom: 0; */
	line-height: 10px;
}
.bgbottom
{
	height:8px;
/*
	background-image: url(/images/bg/mp_table_bottom_start.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
*/
	background-image: url(/images/bg/handy_shop_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	/* border: 1px solid #AAAEB1;
	border-top: 0; */
	line-height: 10px;
}

.bgwhite_small
{
	
	background-color:#FFFFFF;
	height:60px;
/*
	background-image: url(/images/bg/mp_small_side.gif);
	background-repeat: repeat-y;
*/
	border: 1px solid #AAAEB1;
	border-top: 0;
	border-bottom: 0;
}

.bgbottom_small
{
	height:10px;
	width: 91px;
/*
	background-image: url(/images/bg/mp_table_bottom_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
*/
	border: 1px solid #AAAEB1;
	border-top: 0;
	line-height: 10px;
}

.bgtop_small
{
	height:10px;
	width: 91px;
/*
	background-image: url(/images/bg/mp_table_top_small.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
*/
	border: 1px solid #AAAEB1;
	border-bottom: 0;
	line-height: 10px;
}

.dot
	{
	border-bottom-style: dotted;
	border-width: thin;
	border-color: #7b7c7c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:2px;
	line-height: 5px;
	height: 5px;
	
	}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: square;
}

#hinweis {
	clear:both;
	font-size: 11px;
	color: #000; /* #7b7c7c; */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-top: 20px;
}