/*Standard*/
.clearL
{
	clear: left;
}
H1, H2, H3, H4, H5, H6
{
	font: 16px Arial, Verdana, Sans-serif;
	color: #000;
	padding: 10px 0 0;
	text-transform: uppercase;
}
H1
{
	font-size: 30px;
}
H2
{
	font-size: 25px;
}
H3
{
	font-size: 22px;
}
H4
{
	font-size: 18px;
}
H5
{
	padding: 0;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: none;
	color: #569CCE;
}
A:hover
{
	text-decoration: underline;
}
.divider
{
	margin-left: -15px;
	clear: both;
}
HR
{
	background: transparent url(../img/trenn.png) no-repeat top left;
	border: 0 solid #000000;
	height: 18px;
	width: 940px;
	padding: 0;
	margin: 20px 0;
}
TEXTAREA, INPUT, BUTTON
{
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: inherit;
	font-size: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
BUTTON
{
	border: none;
	cursor: pointer;
}
INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON
{
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], TEXTAREA, BUTTON
{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder
{
	color: #CCC;
}
:-moz-placeholder
{
	opacity: 1;
	color: #CCC;
}
::-moz-placeholder
{
	opacity: 1;
	color: #CCC;
}
:-ms-input-placeholder
{
	color: #CCC;
}
P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
#allcont .btn A, #allcont A.btn {
	display: block;
	text-align: center;
	background: #A7D749;
	color: #F4FFDF;
	padding: 10px 20px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
#allcont .btn A .price, #allcont A.btn .price {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
#allcont .btn A:hover, #allcont A.btn:hover {
	background: #98C245;
	text-decoration: none;
}
#allcont .btn A:hover .price, #allcont A.btn:hover .price
{
	text-decoration: underline;
}
.btngruen
{
	display: block;
	text-align: center;
	background: #A7D749 url(../img/shop.png) no-repeat 25% 12px;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.btngruen A
{
	color: #FFF;
}
.btngruen:hover
{
	background-color: #98C245;
	text-decoration: none;
}
.btngruen:hover A, .btngruen A:hover
{
	color: #FFF;
	text-decoration: underline;
}
.btnblue
{
	display: block;
	text-align: center;
	background: #7ABCEB;
	color: #FFF;
	text-transform: uppercase;
	padding: 10px 20px 7px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.btnblue:hover
{
	background-color: #569CCE;
	text-decoration: none;
}
.btnblue:hover A, .btnblue A:hover
{
	color: #FFF;
	text-decoration: underline;
}
.blue
{
	color: #569CCE;
}
.big
{
	font-size: 20px;
}
.number
{
	background: url(../img/kreis.png) no-repeat left top;
	color: #FFF;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	text-shadow: 1px 1px 2px #909090;
	-webkit-text-shadow: 1px 1px 2px #909090;
	-moz-text-shadow: 1px 1px 2px #909090;
	-o-text-shadow: 1px 1px 2px #909090;
}
/*Template*/
HTML, BODY, #site
{
	height: 100%;
}
BODY > #site
{
	height: auto;
	min-height: 100%;
}
BODY
{
	font: 14px Arial, Verdana, Sans-serif;
	line-height: 22px;
	color: #000;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-x: hidden;
}
.inner
{
	width: 960px;
	margin: 0 auto;
}
/*Subhead*/
#subhead
{
	max-height: 470px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
}
.bx-wrapper .bx-pager
{
	padding-top: 0;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager A
{
	background-color: rgba(255, 255, 255, 0.25);
	width: 13px;
	height: 13px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
}
.bx-wrapper .bx-pager.bx-default-pager A:hover, .bx-wrapper .bx-pager.bx-default-pager A.active
{
	background-color: #FFF;
}
/*Head*/
.head
{
	display: block;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	height: 84px;
	width: 100%;
	background: url(../img/head.png) repeat-x left top;
}
#logo
{
	background: url(../img/logo.png) no-repeat left top;
	width: 574px;
	height: 73px;
	position: absolute;
	/*top: 230px;*/
	bottom: 20px;
	left: 50%;
	margin-left: -95px;
}
#logo A
{
	display: block;
	width: 574px;
	height: 73px;
}
#logo A SPAN
{
	display: none;
}
/*Nav*/
.nav
{
	list-style-type: none;
	display: block;
	text-transform: uppercase;
	float: left;
	padding-top: 33px;
}
.nav LI
{
	float: left;
	position: relative;
	padding: 0px 7px;
}
.nav LI.id77
{
	background: url(../img/shop-nav.png) no-repeat 15px 0px;
	padding-left: 45px;
}
.nav LI.start A
{
	background: url(../img/home.svg) no-repeat center/ auto 20px;
	padding: 12px 10px 8px;
}
.nav LI.start A:hover, 
.nav LI.start.act A
{
	background-image: url(../img/home-hover.svg);
}
.nav LI.start A SPAN {
	display: none;
}
.nav LI A
{
	color: #FFF;
}
.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	color: #7ABCEB;
}
/*Subnav*/
.nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	width: 159px;
	padding: 19px 0 0;
	text-shadow: 1px 1px 2px #909090;
	-webkit-text-shadow: 1px 1px 2px #909090;
	-moz-text-shadow: 1px 1px 2px #909090;
	-o-text-shadow: 1px 1px 2px #909090;
}
.nav LI:hover UL
{
	display: block;
}
.nav LI UL LI
{
	float: none;
	position: relative;
	width: auto;
	padding: 0;
}
.nav LI UL LI A
{
	float: none;
	display: block;
	background: #7ABCEB url(../img/snav-trenn.png) no-repeat center top;
	padding: 8px 20px;
}
.nav LI UL LI.first A
{
	background: transparent url(../img/snav-top.png) no-repeat left top;
	padding: 15px 20px 8px;
}
.nav LI UL LI.first.act A, .nav LI UL LI.first A:hover
{
	background: transparent url(../img/snav-top.png) no-repeat right top;
}
.nav LI UL LI.last A
{
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
/*over*/
.nav LI.over A
{
	color: #7ABCEB;
}
.nav LI.over UL LI A
{
	color: #FFF;
}
.nav LI.over UL LI A:hover, .nav LI.over UL LI.act A
{
	background-color: #569CCE;
	background-image: none;
}
.nav LI.over UL LI.first A:hover, .nav LI.over UL LI.first.act A
{
	background: transparent url(../img/snav-top.png) no-repeat right top;
}
.nav LI.over UL
{
	display: block;
}
.nav LI.over UL LI UL
{
	display: none;
}
/*clearfix Nav*/
.nav > UL:after
{
	content: "";
	display: block;
	clear: both;
}
.nav > UL
{
	zoom: 1;
}
/*Shopinfos*/
#shopinfos
{
	float: right;
	text-transform: uppercase;
	margin-top: 24px;
	color: #FFF;
	text-shadow: 1px 1px 2px #909090;
	-webkit-text-shadow: 1px 1px 2px #909090;
	-moz-text-shadow: 1px 1px 2px #909090;
	-o-text-shadow: 1px 1px 2px #909090;
}
#shopinfos .anchor
{
	display: none;
}
#shopinfos P
{
	padding: 0;
}
#shopinfos A
{
	color: #FFF;
	display: block;
	padding: 10px 20px 18px 0;
}
#shopinfos A:hover
{
	text-decoration: none;
}
#shopinfos .minibasketlink
{
	background: url(../img/icon-shop.png) no-repeat right top;
	width: 148px;
	display: inline-block;
	opacity: 0.9;
	text-align: right;
}
#shopinfos .minibasketstatus
{
	display: inline-block;
}
#shopinfos .minibasketstatus .btn
{
	display: inline-block;
	background: url(../img/icon-warenkorb.png) no-repeat right top;
	width: 188px;
	opacity: 0.9;
	padding: 10px 0px 18px 20px;
	margin-left: 8px;
}
#shopinfos .minibasketlink:hover, #shopinfos .minibasketstatus .btn:hover
{
	opacity: 1;
}
/*Allcont*/
#allcont
{
	width: 940px;
	margin: 0 auto;
	background-color: #F4F4F4;
	padding: 10px 10px 165px;
}
#cont
{
	background-color: #FFF;
	padding: 10px 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
/*Foot*/
.foot
{
	display: block;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	height: 155px;
	margin-top: -155px;
	background-color: #414141;
}
.foot .inner
{
	background-color: #383838;
	padding-top: 30px;
	height: 125px;
}
.foot A
{
	color: #818181;
}
.foot A:hover
{
	color: #FFF;
	text-decoration: none;
}
.foot P
{
	display: inline;
	padding: 3px 0;
}
#foot-logo
{
	background: url(../img/foot-logo.png) no-repeat center;
	display: block;
	width: 100%;
	height: 30px;
}
#copy
{
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;
	margin-top: 20px;
}
#footnav
{
	color: #818181;
}
#webdesign A
{
	color: #5C5C5C;
	font-size: 11px;
}
#webdesign A:hover
{
	color: #FFF;
	text-decoration: none;
}
/*Powermail NEU*/
.powermail_fieldset
{
	clear: inherit;
}
DIV.tx-powermail
{
}
.tx-powermail LEGEND.powermail_legend, .tx-powermail H3
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset
{
	margin-top: 10px;
}
.tx-powermail .powermail_form .powermail_fieldwrap
{
	padding: 2px 0;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldset LABEL
{
	display: block;
	width: 100%;
	padding: 3px 0 0;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT, .tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	width: 100%;
	border: 1px solid #f4f4f4;
	border-radius: 3px;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT:focus, .tx-powermail .powermail_form .powermail_fieldset TEXTAREA:focus
{
	border-color: #DADADA;
}
.tx-powermail .powermail_form .powermail_fieldset TEXTAREA
{
	height: 100px;
	resize: vertical;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner INPUT
{
	width: inherit;
	float: left;
	margin: 8px 10px 5px 5px;
}
.tx-powermail .powermail_form .powermail_fieldwrap .powermail_check_inner LABEL
{
	margin: 5px 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit
{
	padding: 0px;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit
{
	color: #FFF;
	cursor: pointer;
	margin: 10px 0;
	padding: 7px 0;
	background: #7ABCEB;
	font-size: inherit;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap_submit INPUT.powermail_submit:hover
{
	background: #7687A0;
	color: #FFF;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap .mandatory
{
	color: #7ABCEB;
}
.parsley-errors-list
{
	display: none;
}
.tx-powermail .powermail_form .powermail_fieldset INPUT.parsley-error
{
	border: 1px solid #7ABCEB;
}
.formError {
	position: absolute;
	top: 0 !important;
	right: 0;
	left: auto !important;
	background: #f1f1f1;
	width: 140px;
	margin-top: 0 !important;
	padding: 10px;
}

TEXTAREA.parsley-error
{
	border: 1px solid #7ABCEB !important;
}
.tx-powermail .powermail_create
{
	background: transparent;
	padding: 10px 0px 0px 0;
	color: #646464;
}
.tx-powermail .powermail_create DT
{
	padding: 12px 0 0px;
	font-weight: bold;
}
.tx-powermail .powermail_form SELECT
{
	width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldwrap_reset
{
	padding: 0px;
	margin: 0px;
	position: relative;
}
.tx-powermail .powermail_form .powermail_fieldwrap_text
{
	font-size: 11px;
	color: #7ABCEB;
	font-style: italic;
}
.tx-powermail .powermail_form .powermail_fieldset LEGEND
{
	/*color: #000;*/
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner
{
	display: inline-block;
	width: 15%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner INPUT
{
	display: inline;
	width: 10%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_radio_inner LABEL
{
	display: inline;
}
/*Special*/
#cont UL
{
	margin: 5px 0px 10px 25px;
}
#cont UL LI
{
	list-style-type: disc;
	padding: 3px 0px;
}
#cont OL
{
	margin: 5px 0px 10px 25px;
}
#cont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
}
#allcont TABLE TR TD
{
	padding: 2px 10px 2px 0px;
}
#allcont .tabelle TABLE
{
	width: 100%;
}
#allcont .tabelle TABLE TR.odd
{
	background-color: #F4F4F4;
}
#allcont .tabelle TABLE TR TD
{
	padding: 5px 10px;
	vertical-align: middle;
}
#allcont .tabelle TABLE TR TD:last-child
{
	text-align: right;
	border-left: 2px solid #FFF;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
.col3 DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 0 !important;
}
.lbox
{
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline;
}
.rbox
{
	float: left;
	width: 48%;
	display: inline;
}
/*kategoriebox*/

.categoriebox {
	margin: 15px 0 0px 0 !important;
	position: relative;
	padding-bottom: 37px;
}
.lbox.categoriebox {
	margin-right: 4% !important;
}
.categoriebox IMG {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	max-width: 100%;
	height: auto;
}
.categoriebox H5 {
	height: 39px;
	width: 294px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #3F3F3F;
	border-top: 2px solid #7ABCEB;
	font-size: 14px;
	text-shadow: 1px 1px 2px #909090;
	-webkit-text-shadow: 1px 1px 2px #909090;
	-moz-text-shadow: 1px 1px 2px #909090;
	-o-text-shadow: 1px 1px 2px #909090;
	color: #FFF;
	padding: 0;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.categoriebox H5 A
{
	color: #FFF;
	display: inline-block;
	padding: 13px 25px 10px 15px;
	background: #7ABCEB url(../img/btn-r.png) no-repeat right top;
	cursor: pointer;
}
.categoriebox.over H5 A
{
	background: #569CCE url(../img/btn-r.png) no-repeat right bottom;
	text-decoration: none;
}
#allcont .categoriebox DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin: 0;
}
.firstcol, .secondcol, .thirdcol
{
	float: left;
	width: 294px;
	margin: 15px 14px 0px 0 !important;
	position: relative;
	padding-bottom: 37px;
}
.thirdcol
{
	margin: 15px 0 0px !important;
}
.firstcol IMG, .secondcol IMG, .thirdcol IMG
{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	max-width: 100%;
	height: auto;
}
.firstcol.big
{
	width: 602px;
}
.ecke
{
	position: absolute;
	bottom: 0;
	left: -5px;
	width: 5px;
	height: 46px;
	background: url(../img/btn-l.png) no-repeat left top;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
}
.firstcol H5, .secondcol H5, .thirdcol H5
{
	height: 39px;
	width: 294px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #3F3F3F;
	border-top: 2px solid #7ABCEB;
	font-size: 14px;
	text-shadow: 1px 1px 2px #909090;
	-webkit-text-shadow: 1px 1px 2px #909090;
	-moz-text-shadow: 1px 1px 2px #909090;
	-o-text-shadow: 1px 1px 2px #909090;
	color: #FFF;
	padding: 0;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
}
.firstcol DIV.csc-textpic-center .csc-textpic-imagewrap, .secondcol DIV.csc-textpic-center .csc-textpic-imagewrap, .thirdcol DIV.csc-textpic-center .csc-textpic-imagewrap
{
	height: 182px;
}
.firstcol H5 A, .secondcol H5 A, .thirdcol H5 A
{
	color: #FFF;
	display: inline-block;
	padding: 13px 25px 10px 15px;
	background: #7ABCEB url(../img/btn-r.png) no-repeat right top;
	cursor: pointer;
}
.firstcol.over H5 A, .secondcol.over H5 A, .thirdcol.over H5 A
{
	background: #569CCE url(../img/btn-r.png) no-repeat right bottom;
	text-decoration: none;
}
.over .ecke, .firstcol.big.over .ecke
{
	background-position: left bottom;
}
.firstcol.big H5
{
	width: 602px;
	border-top: 2px solid #A7D749;
}
.firstcol.big H5 A
{
	background: #A7D749 url(../img/btngruen-r.png) no-repeat right top;
}
.firstcol.big .ecke
{
	background: url(../img/btngruen-l.png) no-repeat left top;
}
.firstcol.big H5 A
{
	padding: 13px 25px 10px 35px;
}
.firstcol.big.over H5 A
{
	background: #98C245 url(../img/btngruen-r.png) no-repeat right bottom;
}
.firstcol.big .huf
{
	position: absolute;
	bottom: 7px;
	left: 5px;
	display: block;
	width: 20px;
	height: 22px;
	z-index: 1000;
	background: url(../img/shop.png) no-repeat left top;
}
/*BoxenGrau*/
.firstgrey, .secondgrey, .thirdgrey
{
	float: left;
	width: 254px;
	margin: 20px 14px 0px 0 !important;
	position: relative;
	padding: 20px;
	background-color: #F4F4F4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.thirdgrey
{
	margin: 20px 0 0 !important;
}
.firstgrey .number, .secondgrey .number, .thirdgrey .number
{
	position: absolute;
	top: -10px;
	left: -10px;
}
.firstgrey H5, .secondgrey H5, .thirdgrey H5
{
	margin-top: 10px;
}
/*Login*/
.login LEGEND, .logout LEGEND, .forgot LEGEND
{
	display: none;
}
.login DIV, .logout DIV, .forgot DIV
{
	padding: 5px 0;
}
.login DIV LABEL, .logout DIV LABEL, .forgot DIV LABEL
{
	float: left;
	width: 120px;
	padding: 3px 0 0;
}
.login .button INPUT, .logout .button INPUT, .forgot .button INPUT
{
	cursor: pointer;
	background: #7CA52D;
	border: none;
	color: #FFF;
	margin: 10px 0;
	width: 100%;
	line-height: inherit;
	font-size: inherit;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.login .button INPUT:hover, .logout .button INPUT:hover, .forgot .button INPUT:hover
{
	background: #A7D749;
	color: #FFF;
}
/*Logout*/
.logout
{
	background: #FFF;
	color: #6E6E6E;
	padding: 10px 0 5px;
	margin: 30px 0 0;
	text-align: center;
}
.logout .status-header
{
	display: none;
}
/*shop*/
.tx-linkshop TABLE.tx_linkshop-orders
{
	width: 100%;
}
.tx-linkshop TABLE.tx_linkshop-orders TR:nth-child(1)
{
	background-color: #454545;
	color: #FFF;
}
.tx-linkshop TABLE.tx_linkshop-orders TR
{
	border: none;
	padding: 5px;
}
.tx-linkshop TABLE.tx_linkshop-orders TR TD
{
	line-height: 21px;
	padding: 5px 5px 3px 10px !important;
	vertical-align: middle;
}
.tx-linkshop TABLE.tx_linkshop-orders TR TH
{
	padding: 5px 10px;
}
.bel11 #left, .bel11 #cont
{
	float: left;
	display: inline;
}
.bel11 #allcont
{
	padding: 10px 1% 165px;
}
.bel11 HR
{
	width: 104%;
	background: #F4F4F4;
	margin-left: -1%;
	height: 9px;
}
.bel11 #left
{
	width: 30%;
	margin-right: 1%;
}
.bel11 #cont
{
	width: 65%;
	padding: 10px 2%;
}
.bel11 #left .sub
{
	width: 100%;
}
.bel11 #left .sub LI
{
	padding: 0 0;
}
.bel11 #left .sub LI A
{
	color: #FFF;
	display: block;
	font-size: 16px;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	margin: 0 0 1px 0;
	border-radius: 3px 
}
.bel11 #left .sub LI A:hover, .bel11 #left .sub LI.act A
{
	text-decoration: none;
	color: #7ABCEB;
}
.bel11 #left .sub LI UL
{
	display: block;
	top: inherit;
	width: 100%;
}
.bel11 #left .sub LI UL LI A
{
	background: #fff;
	font-size: 13px;
	padding: 5px 0 5px 20px;
}
#uid102 .col3 {
	background: #F4F4F4 ;
}



/*stoerer*/
.infopopup {
	background: #77bbed;
	background: rgba(116, 186, 239, 0.8);
	position: absolute;
	right: -370px;
	top: 134px;
	z-index: 50;
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	color: #fff;
	padding: 15px 30px 25px;
	border-top: 10px solid #77bbed;
	width: 310px;
	font-size: 15px;
	line-height: 140%;
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.infopopup.open_infopopup {
	right: 0;
}
.infopopup > span {
	display: block;
    width: 30px;
    height: 30px;
    background: #77bbed;
    position: absolute;
    top: -10px;
    left: -30px;
    cursor: pointer;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.infopopup > span::after {
	content: '×';
	display: block;
	color: blue;
	font-size: 20px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	text-align: center;
	color: #fff;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	
	-webkit-transition: 0.25s ease;
	-moz-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.infopopup.open_infopopup > span::after {
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.infopopup > span i {
	display: none;
}
.infopopup .item {
	width: auto;
}
.infopopup .item A {
	color: #fff;
	text-decoration: underline;
}
