div.box_komplett {

	width: 750px;
	position: relative;
	margin-top:25px;

}

div.inaktiv {

	background-image: url(../gfx/shop/transpb50.png);
	background-repeat: repeat;
	width: 732px;
	height: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 500;
}

div.hide {

	display: none;

}

div.popup {

	background-color: white;
	padding: 20px;
	width: 500px;
	position: absolute;
	top: 150px;
	left: 116px;
	z-index: 501;
}

div.popup h2 {

	color: red;

}

div.box_top {

	background-image: url(../gfx/bilder/da_box_top.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 15px;

}

div.box_main {

	background-image: url(../gfx/bilder/da_box_main.png);
	background-repeat: repeat-y;

}

div.box_bottom {

	background-image: url(../gfx/bilder/da_box_bottom.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 15px;

}

img.box_ecke {

	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 400;

}
div.box_innen {

	position: relative;
	top: 0px;
	left: 15px;
	text-align: left;

}

div.box_innen table {

	margin: 0px;
	padding: 0px;

}

div.hl {

	margin-left: 140px;
	text-align: center;

}

div.box_innen h1 {

	color: red;
	font-size: 18pt;
	display: inline;

}


div.box_innen h2 {

	color: black;
	font-size: 10pt;
	display: inline;

}

div.kaufbox {

	background-image: url(../gfx/bilder/da_box_kaufbox.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 268px;
	overflow: hidden;
	position: relative;

}

div.hinweisbox {

	background-image: url(../gfx/bilder/da_box_hinweisbox.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 137px;
	overflow: hidden;
	position: relative;

}

div.preis {

	position: absolute;
	top: 155px;
	left: 60px;
	font-size: 16pt;
	font-weight: bold;
	color: red;

}

div.rabatt_proz {

	position: absolute;
	top: 202px;
	left: 45px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;

}


div.rabatt_euro {

	position: absolute;
	top: 202px;
	left: 195px;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;

}

div.bv {

	position: relative;
	top: 15px;
	left: 15px;
	width: 300px;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;

}

img.bvb {

	position: relative;
	top: 32px;
	left: 5px;
}

div.counter {

	position: absolute;
	top: 65px;
	left: 16px;
	background-image: url(../gfx/bilder/da_box_counter.jpg);
	background-repeat: no-repeat;
	width: 295px;
	height: 45px;
	overflow: hidden;

}

#c_h {

	position: absolute;
	top: 10px;
	left: 5px;
	text-align: center;
	width: 90px;
	font-size: 16pt;
	font-weight: bold;
	color: white;

}


#c_m {

	position: absolute;
	top: 10px;
	left: 104px;
	text-align: center;
	width: 90px;
	font-size: 16pt;
	font-weight: bold;
	color: white;

}

#c_s {

	position: absolute;
	top: 10px;
	left: 203px;
	text-align: center;
	width: 87px;
	font-size: 16pt;
	font-weight: bold;
	color: white;

}

hr {

	color: #e1e1e1;

}

ul.box_sm {

	list-style: none;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 58px;
	left: 15px;

}

ul.box_sm li {

	float: left;
	width: 60px;
	display: block;
	text-align: center;
	position: relative;

}

input.wk_button {

	position: absolute;
	top: 19px;
	left: 19px;
	width: 289px;
	height: 100px;

}

ul.box_sm li span {


}

td.links, td.rechts {

	width: 350px;

}

div.aktions_bild {

	width: 350px;

}

div.aktions_bild img {

	width: 350px;

}

div.bar {

	position: absolute;
	width: 1px;
	top: 70px;
	left: 20px;
	height: 20px;
	background-color: #72ce00;
	border: 1px black solid;

}

#lightBoxContainer
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1500;
	background: rgba(0,0,0,0.5);
}

#lightBoxContainer #lightBoxModule
{
	position: fixed;
	background: white;
	width: 600px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 200px;
	left: calc(50% - 300px);
	padding: 15px;
	z-index: 1502;
}

#lightBoxContainer #lightBoxModule button
{
	border: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color: #ff000b;
	color: white;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
}


.exitLightBox
{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1501;
}

.links >a
{
	text-align: center;
	margin-bottom: 10px;
	display: block;
	cursor: pointer;
}

#FAQContainer
{
	padding: 10px 20px 10px 10px;
}

#FAQContainer #FAQModule button
{
	background-color: #ff000b;
	color: white;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	float: right;
	border: none;
	margin: 20px 0;
}

#FAQContainer h3
{
	display: block;
	cursor: pointer;
}
