a.ilc_qetitem_ErrorTextItem
{
	text-decoration: none;
	color: #000000;
	padding: 2px;
}

a.ilc_qetitem_ErrorTextItem:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #D0D0D0;
}

a.ilc_qetitem_ErrorTextSelected
{
	background-color: #E2E8EF;
}

a.ilc_link_ExtLink
{
	text-decoration: underline;
	font-weight: normal;
	color: #18273E;
}

a.ilc_link_FileLink
{
	text-decoration: underline;
	font-weight: normal;
	color: #18273E;
}

a.ilc_link_FootnoteLink
{
	font-weight: normal;
	color: #18273E;
}

a.ilc_link_GlossaryLink
{
	text-decoration: underline;
	font-weight: normal;
	color: #18273E;
}

a.ilc_glo_ovclink_GlossaryOvCloseLink
{
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}

a.ilc_glo_ovuglistlink_GlossaryOvUGListLink
{
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}

a.ilc_glo_ovuglink_GlossaryOvUnitGloLink
{
	text-decoration: underline;
	font-weight: normal;
	color: blue;
}

a.ilc_qimgd_ImageDetailsLink
{
	font-size: 90%;
}

a.ilc_link_IntLink
{
	text-decoration: underline;
	font-weight: normal;
	color: #18273E;
}

a.ilc_marker_Marker
{
	display: block;
	cursor: pointer;
	width: 27px;
	height: 32px;
	position: absolute;
	background-image: url('../sty/sty_874/images/icon_pin.png');
}

a.ilc_marker_Marker:hover
{
	background-image: url('../sty/sty_874/images/icon_pin_on.png');
}

div.ilc_section_Additional
,div a.ilc_section_Additional
{
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
}

div.ilc_section_Additional::before
,div a.ilc_section_Additional::before
{
	background-image: url('../sty/sty_874/images/advknowledge.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_AdvancedKnowledge
,div a.ilc_section_AdvancedKnowledge
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_AdvancedKnowledge::before
,div a.ilc_section_AdvancedKnowledge::before
{
	background-image: url('../sty/sty_874/images/additional.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_arrowBOX
,div a.ilc_section_arrowBOX
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 20px;
	background-color: #6F9ECB;
	color: #18273E;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%);
	transition: all 0.2s ease;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 6px;
	background: linear-gradient(180deg, #8BB6E0 0%, #5E8FBE 100%);
}

div.ilc_section_arrowBOX::before
,div a.ilc_section_arrowBOX::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_arrowBOX:hover
,div a.ilc_section_arrowBOX:hover
{
	transform: translateX(25px);
	-webkit-transform: translateX(25px);
	-moz-transform: translateX(25px);
	-ms-transform: translateX(25px);
	box-shadow: 0 16px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.12);
}

div.ilc_section_arrowBOXleft
,div a.ilc_section_arrowBOXleft
{
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 12% 100%, 0 50%);
	transition: all 0.2s ease;
	display: block;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 6px;
	background: linear-gradient(180deg, #8BB6E0 0%, #5E8FBE 100%);
	text-align: right;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #6F9ECB;
	color: #18273E;
}

div.ilc_section_arrowBOXleft::before
,div a.ilc_section_arrowBOXleft::before
{
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
}

div.ilc_section_arrowBOXleft:hover
,div a.ilc_section_arrowBOXleft:hover
{
	transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	box-shadow: 0 16px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.12);
}

div.ilc_section_arrowBOXvariabel
,div a.ilc_section_arrowBOXvariabel
{
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.18);
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 12% 100%, 0 50%);
	transition: all 0.2s ease;
	display: inline-block;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 6px;
	background: linear-gradient(180deg, #8BB6E0 0%, #5E8FBE 100%);
	text-align: right;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #6F9ECB;
	color: #18273E;
}

div.ilc_section_arrowBOXvariabel::before
,div a.ilc_section_arrowBOXvariabel::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_arrowBOXvariabel:hover
,div a.ilc_section_arrowBOXvariabel:hover
{
	transform: translateX(-25px);
	-webkit-transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	box-shadow: 0 16px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.12);
}

div.ilc_section_Attention
,div a.ilc_section_Attention
{
	border-radius: 3px;
	position: relative !important;
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #DEE7EE;
	border-style: solid;
	border-width: 2px;
	background-color: #FFFFFF;
	position: relative;
	color: #18273E;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}

div.ilc_section_Attention::before
,div a.ilc_section_Attention::before
{
	background-color: #FEE6D4;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-image: url('../sty/sty_874/images/attention.svg');
	background-position: center 12px;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
}

div.ilc_section_Background
,div a.ilc_section_Background
{
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #F9F9F9;
	border-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

div.ilc_section_Background2
,div a.ilc_section_Background2
{
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #EDE7DE;
	border-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

div.ilc_section_Block
,div a.ilc_section_Block
{
	align-items: center;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div.ilc_section_BlockCENTER
,div a.ilc_section_BlockCENTER
{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-block;
}

div.ilc_section_BlueButton
,div a.ilc_section_BlueButton
{
	box-shadow: 0 10px 24px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.08);
	align-items: center;
	justify-content: center;
	text-align: center;
	display: block;
	box-sizing: border-box;
	position: relative !important;
	max-width: 100%;
	cursor: pointer;
	border-radius: 15px;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,0.08);
	transition: all 0.2s ease;
	background: linear-gradient(180deg, #1b3154 0%, #13243d 100%);
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 15px;
	background-color: #18273E;
	color: #FFFFFF;
}

div.ilc_section_BlueButton::before
,div a.ilc_section_BlueButton::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_BlueButton:hover
,div a.ilc_section_BlueButton:hover
{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	box-shadow: 0 16px 30px rgba(0,0,0,0.34), inset 0 1px 0 rgba(255,255,255,0.12);
}

div.ilc_section_BlueCenter
,div a.ilc_section_BlueCenter
{
	border: 1px solid rgba(255,255,255,0.08);
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #172A48;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	background-position: left;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center !important;
	border-radius: 10px;
}

div.ilc_section_BlueCenterHeadline
,div a.ilc_section_BlueCenterHeadline
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	background-color: #2F4A6B;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	background-position: left;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center !important;
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.08);
	cursor: default;
}

div.ilc_section_BlueLeft
,div a.ilc_section_BlueLeft
{
	border-radius: 10px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #172A48;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background-position: left;
	color: #FFFFFF;
}

div.ilc_section_BlueRight
,div a.ilc_section_BlueRight
{
	border-radius: 10px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #172A48;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	background-position: left;
	color: #FFFFFF;
}

div.ilc_page_bnav_BottomNavigation
{
	padding: 3px;
	border-style: solid;
	border-color: #D6D6D6;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	background-color: #F6F6F6;
	margin: 0px;
}

div.ilc_section_Card
,div a.ilc_section_Card
{
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 15px;
	position: relative;
	min-height: 250px;
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	border-radius: 15px;
	max-width: 400px;
}

div.ilc_section_Card::before
,div a.ilc_section_Card::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_CardBLOCK
,div a.ilc_section_CardBLOCK
{
	text-align: left;
	margin: 0 auto;
	margin-bottom: 30px;
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	display: block;
	box-sizing: border-box;
	position: relative !important;
	justify-content: center;
	max-width: 100%;
	border-radius: 15px;
	align-items: center;
	flex-direction: column;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 15px;
}

div.ilc_section_CardBLOCK::before
,div a.ilc_section_CardBLOCK::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_CardBLOCKvariabel
,div a.ilc_section_CardBLOCKvariabel
{
	margin-bottom: 30px;
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	display: inline-block;
	box-sizing: border-box;
	position: relative !important;
	justify-content: center;
	max-width: 100%;
	width: fit-content;
	cursor: pointer;
	border-radius: 15px;
	align-items: center;
	flex-direction: column;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 15px;
	text-align: left;
	margin: 0 auto;
}

div.ilc_section_CardBLOCKvariabel::before
,div a.ilc_section_CardBLOCKvariabel::before
{
	border-style: solid;
	background-color: #E0E8F3;
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
}

div.ilc_section_CARDSalesNOTE
,div a.ilc_section_CARDSalesNOTE
{
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	border-radius: 15px;
	position: relative !important;
	margin-bottom: 15px;
	margin-top: 15px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: absolute;
	color: #18273E;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}

div.ilc_section_CARDSalesNOTE::before
,div a.ilc_section_CARDSalesNOTE::before
{
	content: "SalesNOTE";
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-heigth: 1;
	border-radius: 50px;
	display: flex;
	align-items: center;
	position: absolute;
	top: -20px;
	left: 15px;
	z-index: 2;
	background-position: center;
	background-size: 80% 80%;
	background-position: center center;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 30px;
}

div.ilc_section_CARDtechNOTE
,div a.ilc_section_CARDtechNOTE
{
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	border-radius: 15px;
	max-width: 100%;
	margin: 30px auto;
	position: relative !important;
	margin-bottom: 5px;
	margin-top: 15px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: absolute;
	color: #18273E;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div.ilc_section_CARDtechNOTE::before
,div a.ilc_section_CARDtechNOTE::before
{
	width: 100px;
	background-position: center center;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	line-height: 1;
	content: "TechNOTE";
	position: absolute;
	justify-content: center;
	position: absolute;
	top: -20px;
	left: 15px;
	z-index: 2;
	border-radius: 50px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	height: 30px;
}

div.ilc_section_Citation
,div a.ilc_section_Citation
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Citation::before
,div a.ilc_section_Citation::before
{
	background-image: url('../sty/sty_874/images/citation.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_Confirmation
,div a.ilc_section_Confirmation
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Confirmation::before
,div a.ilc_section_Confirmation::before
{
	background-image: url('../sty/sty_874/images/confirmation.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #FFD4D9;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_iim_ContentPopup
{
	background-color: #FFFFFF;
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div.ilc_qover_Correct
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #E7FFE7;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
}

div.ilc_section_Example
,div a.ilc_section_Example
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Example::before
,div a.ilc_section_Example::before
{
	background-image: url('../sty/sty_874/images/example.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_Excursus
,div a.ilc_section_Excursus
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Excursus::before
,div a.ilc_section_Excursus::before
{
	background-image: url('../sty/sty_874/images/excursus.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_qfeedr_FeedbackRight
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-style: solid;
	border-color: #808080;
	background-color: #FFE3E6;
	background-image: url('../sty/sty_874/images/correct.svg');
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 50px;
	border-radius: 3px;
}

div.ilc_qfeedw_FeedbackWrong
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
	background-color: #FFE7E7;
}

div.ilc_flist_cont_FileListContainer
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	border-style: none;
	border-color: #18273E;
	border-width: 1px;
	border-radius: 3px;
	color: #18273E;
	text-indent: 7px;
	margin: 1px;
	padding-bottom: 10px;
	margin-left: 0px;
}

div.ilc_flist_head_FileListHeading
{
	text-align: left;
	font-weight: bold;
	padding: 3px;
	background-color: #E0E0E0;
}

div.ilc_sco_fmess_FinalMessage
{
	margin: 100px;
	padding: 50px;
	font-size: 125%;
	border-width: 1px;
	border-style: solid;
	border-color: #F0F0F0;
	background-color: #FAFAFA;
	text-align: center;
}

div.ilc_page_fn_Footnote
{
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.ilc_glo_overlay_GlossaryOverlay
{
	background-color: #FFFFFF;
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

div.ilc_ha_icntr_HAccordICntr
{
	background-color: #E0E8F3;
	margin-right: 5px;
	border-style: none;
	padding: 15px;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.5s ease-out;
}

div.ilc_ha_icont_HAccordICont
{
	padding: 10px;
	border-color: #18273E;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
}

div.ilc_ha_ihead_HAccordIHead
{
	background-color: #E0E8F3;
	text-align: left;
	padding: 15px;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.5s ease-out;
	color: #18273E;
}

div.ilc_ha_ihead_HAccordIHead:hover
{
	background-color: #B1D1EB;
	color: #404040;
}

div.ilc_section_HoverBlock
,div a.ilc_section_HoverBlock
{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div.ilc_section_HoverBlock:hover
,div a.ilc_section_HoverBlock:hover
{
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
}

div.ilc_qover_Incorrect
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #FFE7E7;
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
}

div.ilc_section_Information
,div a.ilc_section_Information
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Information::before
,div a.ilc_section_Information::before
{
	background-image: url('../sty/sty_874/images/information.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_Interaction
,div a.ilc_section_Interaction
{
	background-repeat: no-repeat;
	background-position: 12px;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url('../sty/sty_874/images/interaction.svg');
}

div.ilc_section_Interaction::before
,div a.ilc_section_Interaction::before
{
	background-position: center center;
	border-width: 1px;
	background-repeat: no-repeat;
}

div.ilc_section_LeftFrame
,div a.ilc_section_LeftFrame
{
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-top: 1px;
	border-radius: 3px;
	margin-bottom: 1px;
	position: relative !important;
	width: 65%;
	box-sizing: border-box !important;
	color: #18273E;
}

div.ilc_section_LeftFrame::before
,div a.ilc_section_LeftFrame::before
{
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 60% 60%;
	background-position: center center;
}

div.ilc_page_lnav_LeftNavigation
{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 80%;
}

div.ilc_section_Link
,div a.ilc_section_Link
{
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #18273E;
	border-style: solid;
	border-width: 1px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-image: url('../sty/sty_874/images/link.svg');
	background-repeat: no-repeat;
	background-position: 12px;
	border-radius: 3px;
}

div.ilc_section_Link::before
,div a.ilc_section_Link::before
{
	background-position: center center;
	border-width: 1px;
	background-repeat: no-repeat;
}

div.ilc_section_Literature
,div a.ilc_section_Literature
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Literature::before
,div a.ilc_section_Literature::before
{
	background-image: url('../sty/sty_874/images/literature.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_Mail
,div a.ilc_section_Mail
{
	display: flex;
	align-items: center;
	position: relative !important;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #18273E;
	border-width: 2px;
	background-color: #;
	color: #18273E;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.ilc_section_Mail::before
,div a.ilc_section_Mail::before
{
	left: 12px;
	border-radius: 50px;
	content: "";
	background-size: 80% 80%;
	background-position: left center;
	position: absolute;
	border-width: 2px;
	border-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url('../sty/sty_874/images/E-Mail1.png');
	width: 30px;
	height: 30px;
}

div.ilc_media_caption_MediaCaption
{
	padding: 5px;
	font-size: 90%;
}

div.ilc_section_MediaPlayer
,div a.ilc_section_MediaPlayer
{
	margin-bottom: 10px;
	margin-top: 15px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_MediaPlayer::before
,div a.ilc_section_MediaPlayer::before
{
	background-image: url('../sty/sty_874/images/Media_Player.png');
	background-position: center center;
	position: absolute;
	top: -25px;
	left: 15px;
	right: 0px;
	width: 40px;
	height: 40px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-repeat: no-repeat;
	background-color: #D3E3FD;
	content: "";
	display: block;
	border-radius: 10px;
	background-size: 100% 100%;
	background-position: center center;
}

div.ilc_section_Mnemonic
,div a.ilc_section_Mnemonic
{
	position: relative;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #FDFADF;
	border-style: solid;
	border-width: 2px;
}

div.ilc_section_Mnemonic::before
,div a.ilc_section_Mnemonic::before
{
	border-width: 2px;
	border-color: #FFFFFF;
	background-color: #FDFADF;
	background-image: url('../sty/sty_874/images/mnemonic.svg');
	background-repeat: no-repeat;
	position: absolute;
	top: -32px;
	left: 15px;
	width: 60px;
	height: 60px;
	border-style: solid;
	background-position: center center;
	content: "";
	display: block;
	border-radius: 50px;
}

div.ilc_section_Mnemonic:hover
,div a.ilc_section_Mnemonic:hover
{
	margin-top: 40px;
	margin-bottom: 10px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-width: 2px;
	border-color: #FDFADF;
	border-style: solid;
	position: relative;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_MouseMove
,div a.ilc_section_MouseMove
{
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url('../sty/sty_874/images/interaction.svg');
	background-repeat: no-repeat;
	min-height: 40px;
	background-position: center center;
	transition: transform 0.45s ease;
	will-change: transform;
}

div.ilc_section_MouseMove:hover
,div a.ilc_section_MouseMove:hover
{
	transform: translate(0px, -30px);
	-webkit-transform: translate(0px, -30px);
	-moz-transform: translate(0px, -30px);
	-ms-transform: translate(0px, -30px);
	cursor: pointer;
}

div.ilc_section_Multimedia::before
,div a.ilc_section_Multimedia::before
{
	top: -32px;
	left: 15px;
	background-position: center center;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 80% 80%;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 2;
	background-image: url('../sty/sty_874/images/citation.svg');
	background-position: center center;
	position: absolute;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
}

div.ilc_section_News
,div a.ilc_section_News
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_News::before
,div a.ilc_section_News::before
{
	background-image: url('../sty/sty_874/images/News31x31.png');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 60% 60%;
	background-position: center center;
}

div.ilc_section_NewsLeftFrame
,div a.ilc_section_NewsLeftFrame
{
	border-radius: 3px;
	position: relative !important;
	margin-right: 33% !important;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}

div.ilc_section_NewsLeftFrame::before
,div a.ilc_section_NewsLeftFrame::before
{
	background-image: url('../sty/sty_874/images/News31x31.png');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 60% 60%;
	background-position: center center;
}

div.ilc_section_NewsRightFrame::before
,div a.ilc_section_NewsRightFrame::before
{
	background-image: url('../sty/sty_874/images/News31x31.png');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 60% 60%;
	background-position: center center;
}

div.ilc_page_Page
{
	min-height: 300px;
}

div.ilc_page_cont_PageContainer
{
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #D6D6D6;
	border-style: solid;
	margin: 0px;
	padding: 20px;
	color: #000000;
}

div.ilc_page_frame_PageFrame
{
	padding-left: 15px;
	padding-right: 15px;
}

div.ilc_section_PraxistippBlock
,div a.ilc_section_PraxistippBlock
{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	min-height: 80px;
	background-size: 3% auto;
	background-position: 10px center !important;
	font-size: 14px;
	background-image: url('../sty/sty_874/images/Praxistipp_icon_Gluehbirne_klein.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	margin: 20px;
	overflow: auto;
	vertical-align: top;
	text-align: left;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
}

div.ilc_section_PraxistippBlock::before
,div a.ilc_section_PraxistippBlock::before
{
	background-repeat: no-repeat;
}

div.ilc_section_Remark
,div a.ilc_section_Remark
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Remark::before
,div a.ilc_section_Remark::before
{
	height: 60px;
	right: 0px;
	content: "";
	display: block;
	border-radius: 50px;
	background-image: url('../sty/sty_874/images/remark.svg');
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	width: 60px;
}

div.ilc_page_rnav_RightNavigation
{
	text-align: right;
	font-size: 80%;
}

div.ilc_rte_menu_RTELogo
{
	float: left;
}

div.ilc_section_Seperator
,div a.ilc_section_Seperator
{
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #18273E;
	border-width: 2px;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-style: solid;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Seperator::before
,div a.ilc_section_Seperator::before
{
	background-position: center center;
	border-width: 2px;
	border-style: solid;
}

div.ilc_section_Special
,div a.ilc_section_Special
{
	border-style: solid;
	border-width: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFF7F7;
	border-color: #A0A0A0;
}

div.ilc_question_Standard
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
	padding-right: 30px;
	background-color: #F4F4FF;
	border-width: 1px;
	border-color: #D0D0FF;
	border-style: solid;
	background-image: url('../sty/sty_874/images/qmark.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.ilc_qover_StatusMessage
{
	padding-bottom: 7px;
}

div.ilc_section_TechNOTE::before
,div a.ilc_section_TechNOTE::before
{
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-position: center center;
	position: absolute;
	top: -20px;
	left: 15px;
	right: 0px;
	width: 150px;
	height: 40px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 80% 80%;
	background-position: center center;
}

div.ilc_section_TechNOTECard::before
,div a.ilc_section_TechNOTECard::before
{
	display: block;
	border-radius: 50px;
	position: absolute;
	top: 15px;
	left: 25px;
	background-size: 80% 80%;
	background-position: center center;
	content: "";
	background-image: url('../sty/sty_874/images/TechNOTE12.png');
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	background-position: center center;
	top: 180px;
	left: 30px;
	width: 150px;
	height: 60px;
}

div.ilc_section_Thinking
,div a.ilc_section_Thinking
{
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	background-color: #;
	position: relative;
	color: #18273E;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-radius: 3px;
	position: relative !important;
}

div.ilc_section_Thinking::before
,div a.ilc_section_Thinking::before
{
	background-image: url('../sty/sty_874/images/Thinking.svg');
	background-position: center center;
	position: absolute;
	top: -32px;
	left: 15px;
	right: 0px;
	width: 60px;
	height: 60px;
	border-width: 2px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #E0E8F3;
	background-repeat: no-repeat;
	content: "";
	display: block;
	border-radius: 50px;
	background-size: 80% 80%;
	background-position: center center;
}

div.ilc_qtitle_Title
{
	margin-bottom: 10px;
}

div.ilc_sco_title_Title
{
	border-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	font-size: 140%;
	margin-bottom: 20px;
	margin-top: 5px;
}

div.ilc_page_tnav_TopNavigation
{
	padding: 3px;
	border-style: solid;
	border-color: #D6D6D6;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	background-color: #F6F6F6;
	margin: 0px;
}

div.ilc_va_cntr_VAccordCntr
,div.ilc_va_cntr_AccordCntr
{
	margin-top: 5px;
}

div.ilc_va_icntr_VAccordICntr
,div.ilc_va_icntr_AccordICntr
{
	background-color: #E0E8F3;
	margin-bottom: 5px;
	border-width: 1px;
	border-color: #18273E;
	border-style: solid;
}

div.ilc_va_icont_VAccordICont
,div.ilc_va_icont_AccordICont
{
	padding: 5px;
	background-color: #FFFFFF;
}

div.ilc_va_ihead_VAccordIHead
,div.ilc_va_ihead_AccordIHead
{
	padding-left: 32px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-color: #18273E;
	text-align: left;
	cursor: pointer;
	background-image: url('../sty/sty_874/images/Webinterface-Tabbar_22px_down.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transition: all 0.5s ease-out;
	color: #FFFFFF;
}

div.ilc_va_ihead_VAccordIHead:hover
,div.ilc_va_ihead_AccordIHead:hover
{
	background-color: #B1D1EB;
	color: #404040;
}

em.ilc_em_Emph
,span.ilc_text_inline_Emph
{
	font-style: italic;
}

figure.ilc_media_cont_MediaContainer
{
	margin: 10px;
	padding: 0px;
	background-color: #F5F5F5;
	border-width: 1px;
	border-color: #B0B0B0;
	border-style: solid;
}

figure.ilc_media_cont_MediaContainerFull100
{
	margin: 0px;
	width: 100%;
	box-shadow: 0 3px 3px rgba(0,0,0,0.10), 0 6px 15px rgba(0,0,0,0.12);
}

figure.ilc_media_cont_MediaContainerHighlighted
{
	margin: 0px;
	border-style: solid;
	box-shadow: 0 3px 3px rgba(0,0,0,0.10), 0 6px 15px rgba(0,0,0,0.12);
}

figure.ilc_media_cont_MediaContainerMax50
{
	margin: 0px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.10), 0 6px 15px rgba(0,0,0,0.12);
	max-width: 50%;
}

figure.ilc_media_cont_MediaContainerSeparated
{
	margin: 40px;
	border-style: solid;
	box-shadow: 0 3px 3px rgba(0,0,0,0.10), 0 6px 15px rgba(0,0,0,0.12);
}

figure.ilc_media_cont_Picture
{
	border-width: 0px;
	border-style: none;
	border: none;
	box-shadow: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

h1.ilc_glo_ovtitle_GlossaryOvTitle
,div.ilc_text_block_GlossaryOvTitle
,html.il-no-tiny-bg body#tinymce.ilc_text_block_GlossaryOvTitle > p 
{
	font-size: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
}

h1.ilc_heading1_Headline1
,div.ilc_text_block_Headline1
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Headline1 > p 
{
	font-size: 1.75em;
	margin-bottom: 15px;
	margin-top: 20px;
	font-weight: normal;
	padding-top: 10px;
	font-weight: 600;
}

h1.ilc_page_title_PageTitle
,div.ilc_text_block_PageTitle
,html.il-no-tiny-bg body#tinymce.ilc_text_block_PageTitle > p 
{
	border-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 3px;
	font-size: 140%;
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: normal;
	color: #9B0000;
}

h2.ilc_heading2_Headline2
,div.ilc_text_block_Headline2
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Headline2 > p 
{
	font-size: 1.5em;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	font-weight: 600;
}

h3.ilc_heading3_Headline3
,div.ilc_text_block_Headline3
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Headline3 > p 
{
	font-size: 1.115em;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: normal;
	font-weight: 600;
}

img.ilc_page_lnavimage_LeftNavigationImage
{
	background-position: left 1px;
	background-repeat: no-repeat;
	background-image: url('../sty/sty_874/images/nav_arr_L_s.png');
	width: 16px;
	height: 16px;
}

img.ilc_qimg_QuestionImage
{
	margin: 5px;
}

img.ilc_page_rnavimage_RightNavigationImage
{
	background-position: right 1px;
	background-repeat: no-repeat;
	background-image: url('../sty/sty_874/images/nav_arr_R_s.png');
	width: 16px;
	height: 16px;
}

li.ilc_list_item_Attention
{
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 45px;
	position: relative;
	list-style-type: none;
}

li.ilc_list_item_Attention::before
{
	background-image: url('../sty/sty_874/images/attention.svg');
	position: absolute;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-size: 80% 80%;
	left: 0;
	top: 0;
	content: "";
}

li.ilc_list_item_CheckLIST
{
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 45px;
	position: relative;
	list-style-type: none;
}

li.ilc_list_item_CheckLIST::before
{
	background-image: url('../sty/sty_874/images/checked.svg');
	position: absolute;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	content: "";
}

li.ilc_flist_li_FileListItem
{
	padding: 3px;
}

li.ilc_qordli_OrderListItem
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #D0D0FF;
	padding: 10px;
	cursor: move;
}

li.ilc_qordli_OrderListItemHorizontal
{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #D0D0FF;
	padding: 10px;
	cursor: move;
}

li.ilc_list_item_Pointer
{
	margin-bottom: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 45px;
	position: relative;
	list-style-type: none;
}

li.ilc_list_item_Pointer::before
{
	background-image: url('../sty/sty_874/images/pointer.svg');
	position: absolute;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	content: "";
}

p.ilc_text_block_ActiveMeasures
,html.il-no-tiny-bg body#tinymce.ilc_text_block_ActiveMeasures > p, #copg-editor-slate-content p.ilc_text_block_ActiveMeasures
{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	border-width: 2px;
	border-style: solid;
	background-color: #EFF6FB;
	background-image: url('../sty/sty_874/images/Webinterface-Tabbar_30px_adjustment.png');
	background-position: 5px center;
	background-repeat: no-repeat;
	border-color: #ACACAC;
}

p.ilc_text_block_Additional
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Additional > p, #copg-editor-slate-content p.ilc_text_block_Additional
{
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #3388CC;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
}

p.ilc_text_block_BlueCenter
,html.il-no-tiny-bg body#tinymce.ilc_text_block_BlueCenter > p, #copg-editor-slate-content p.ilc_text_block_BlueCenter
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: center;
	background-color: #18273E;
	hyphens: auto;
}

p.ilc_text_block_BlueLeft
,html.il-no-tiny-bg body#tinymce.ilc_text_block_BlueLeft > p, #copg-editor-slate-content p.ilc_text_block_BlueLeft
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: left;
	background-color: #18273E;
	hyphens: auto;
}

p.ilc_text_block_BlueRight
,html.il-no-tiny-bg body#tinymce.ilc_text_block_BlueRight > p, #copg-editor-slate-content p.ilc_text_block_BlueRight
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFFFFF;
	text-align: right;
	background-color: #18273E;
	hyphens: auto;
}

p.ilc_text_block_Book
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Book > p, #copg-editor-slate-content p.ilc_text_block_Book
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
	hyphens: auto;
}

p.ilc_text_block_CardBLOCK
,html.il-no-tiny-bg body#tinymce.ilc_text_block_CardBLOCK > p, #copg-editor-slate-content p.ilc_text_block_CardBLOCK
{
	box-shadow: 5px 5px 40px rgba(0,0,0,.2);
	border-radius: 15px;
	width: 100% !important;
	display: block;
	box-sizing: border-box;
	position: relative !important;
	max-width: none;
	margin-bottom: 10px;
	margin-top: 40px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	background-position: left top;
	background-repeat: no-repeat;
	color: #18273E;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #;
	position: absolute;
}

p.ilc_text_block_Celebrate
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Celebrate > p, #copg-editor-slate-content p.ilc_text_block_Celebrate
{
	font-size: 26px;
	color: #18273E;
	margin: 20px;
	border-width: 2px;
	border-color: #000000;
	border-style: none;
	background-image: url('../sty/sty_874/images/Congratulations.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	overflow: visible;
	clear: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	min-height: 32px;
	background-size: 5% auto;
	background-position: 10px center !important;
}

p.ilc_text_block_Citation
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Citation > p, #copg-editor-slate-content p.ilc_text_block_Citation
{
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: italic;
	color: brown;
}

p.ilc_text_block_Important
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Important > p, #copg-editor-slate-content p.ilc_text_block_Important
{
	color: #18273E;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-width: 2px;
	border-color: #18273E;
	border-style: solid;
	background-color: #FFB09C;
	text-align: center;
}

p.ilc_text_block_InfoBox
,html.il-no-tiny-bg body#tinymce.ilc_text_block_InfoBox > p, #copg-editor-slate-content p.ilc_text_block_InfoBox
{
	margin-top: 40px;
	margin-bottom: 10px;
	border-color: #18273E;
	position: relative;
	background-position: 15px center;
	border-radius: 10px;
	text-align: left;
	border-width: 2px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 60px;
	background-image: url('../sty/sty_874/images/information.svg');
	background-repeat: no-repeat;
	border-style: solid;
}

p.ilc_text_block_List
,html.il-no-tiny-bg body#tinymce.ilc_text_block_List > p, #copg-editor-slate-content p.ilc_text_block_List
{
	margin-bottom: 3px;
	margin-top: 3px;
}

p.ilc_text_block_Mnemonic
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Mnemonic > p, #copg-editor-slate-content p.ilc_text_block_Mnemonic
{
	margin-bottom: 10px;
	margin-top: 10px;
	border-color: #18273E;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	margin-right: 30px;
	margin-left: 10px;
	color: #18273E;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 10px;
}

p.ilc_text_block_NavBar
,html.il-no-tiny-bg body#tinymce.ilc_text_block_NavBar > p, #copg-editor-slate-content p.ilc_text_block_NavBar
{
	vertical-align: middle;
	text-align: center;
	background-color: #EFEFEF;
	padding: 5px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-image: url('../sty/sty_874/images/Webinterface-Tabbar_30px_linked.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}

p.ilc_text_block_Numbers
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Numbers > p, #copg-editor-slate-content p.ilc_text_block_Numbers
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
}

p.ilc_text_block_Praxistipp
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Praxistipp > p, #copg-editor-slate-content p.ilc_text_block_Praxistipp
{
	min-height: 32px;
	background-size: 1.5% auto;
	background-position: 10px center !important;
	font-size: 14px;
	color: #18273E;
	margin: 20px;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	background-image: url('../sty/sty_874/images/PZ_icon_Gluehbirne_mittel.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	overflow: visible;
	clear: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
}

p.ilc_text_block_Praxistipp1neu
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Praxistipp1neu > p, #copg-editor-slate-content p.ilc_text_block_Praxistipp1neu
{
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #030101;
	text-indent: 0px;
	background-color: #B4B4B4;
	background-image: url('../sty/sty_874/images/PT_neu.png');
	padding-top: 55px;
	padding-left: 20px;
	background-repeat: no-repeat;
	overflow: hidden;
	float: none;
}

p.ilc_text_block_Remark
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Remark > p, #copg-editor-slate-content p.ilc_text_block_Remark
{
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
	background-color: #;
	border-color: ;
	border-style: solid;
	border-width: 2px;
	color: #18273E;
	overflow: visible;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 3px;
	position: relative !important;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

p.ilc_text_block_Standard
,html.il-no-tiny-bg body#tinymce.ilc_text_block_Standard > p, #copg-editor-slate-content p.ilc_text_block_Standard
{
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.ilc_text_block_StandardLarge
,html.il-no-tiny-bg body#tinymce.ilc_text_block_StandardLarge > p, #copg-editor-slate-content p.ilc_text_block_StandardLarge
{
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.115rem;
}

p.ilc_text_block_TableContent
,html.il-no-tiny-bg body#tinymce.ilc_text_block_TableContent > p, #copg-editor-slate-content p.ilc_text_block_TableContent
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

pre.ilc_code_block_Code
{
	padding: 9px;
	border-width: 1px;
	border-color: ;
	border-style: solid;
	background-color: ;
}

span.ilc_text_inline_Accent
{
	color: #E000E0;
}

span.ilc_text_inline_Comment
{
	color: green;
}

span.ilc_qetcorr_ErrorTextCorrected
{
	text-decoration: line-through;
	color: #909090;
}

span.ilc_text_inline_Important
{
	text-decoration: underline;
}

span.ilc_text_inline_Quotation
{
	font-style: italic;
	color: #C2001A;
}

strong.ilc_strong_Strong
,span.ilc_text_inline_Strong
{
	font-weight: bold;
}

table.ilc_media_cont_MediaContainer
{
	margin: 10px;
	padding: 0px;
	background-color: #F5F5F5;
	border-width: 1px;
	border-color: #B0B0B0;
	border-style: solid;
}

table.ilc_table_MEtablesT
{
	caption-side: bottom;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-color: #9B0000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}

table.ilc_table_StandardTable
{
	border-color: #9EADBA;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

td.ilc_table_cell_BlueTable
,th.ilc_table_cell_BlueTable
{
	background-color: #18273E;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-style: solid;
}

td.ilc_table_cell_Cell1
,th.ilc_table_cell_Cell1
{
	background-color: #FFCCCC;
}

td.ilc_table_cell_Cell2
,th.ilc_table_cell_Cell2
{
	background-color: #CCCCFF;
}

td.ilc_table_cell_Cell3
,th.ilc_table_cell_Cell3
{
	background-color: #CCFFCC;
}

td.ilc_table_cell_Cell4
,th.ilc_table_cell_Cell4
{
	background-color: #FFFFCC;
}

td.ilc_table_cell_MEtablesC1
,th.ilc_table_cell_MEtablesC1
{
	color: #333333;
	background-color: #f2f2f2;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	font-weight: normal;
}

td.ilc_table_cell_MEtablesC2
,th.ilc_table_cell_MEtablesC2
{
	color: #333333;
	background-color: #dfdfdf;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	font-weight: normal;
}

td.ilc_table_cell_MEtablesH
,th.ilc_table_cell_MEtablesH
{
	color: #ff9595;
	background-color: #9c0000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #f2f2f2;
	font-weight: bold;
}

ul.ilc_flist_FileList
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.ilc_qordul_OrderList
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}

ul.ilc_qordul_OrderListHorizontal
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-position: outside;
}

@media only screen and (max-width: 1400px) {
div.ilc_section_LeftFrame
,div a.ilc_section_LeftFrame
{
	margin-right: 0 !important;
	width: 100% !important;
}

}
