/* layout.css */

body
{
	font-size:100%;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F9F9F9;
	margin:0;
	padding:0;
	height: 100%;
	position: absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}

a
{
	background-color: transparent; /*IE 10 fix*/
}

#frame
{
	z-index:1;
	position:relative;
	width: 785px;
	margin: 8px auto 8px auto;
}

#frame #topShadow
{
	width:785px;
	height:32px;
	background:url(../img/avl_edge_top.png) 0px 0px no-repeat;
}

#frame #bottomShadow
{
	width:785px;
	height:32px;
	background:url(../img/avl_edge_bottom.png) 0px 0px no-repeat;
}

#frame #innerFrame
{
	width: 761px;
	margin: 0;
	padding: 0 12px 0 12px;
	background-color: #FFFFFF;
	background: url(../img/bg_shadow.png) 0px 0px repeat-y;
}

#content
{
	float: left;
	float/**/: none;
	/*overflow:hidden;*/
	/*height: 100%;*/
	background-color:#FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background-image:url(../img/bg_main.gif);
}

#content #main
{
	/*float: left;
	width: 34%;
	margin-left: 33%;*/
	min-height: 280px;
	float: left;
	width: 451px;
	margin-left: 154px;
	background-color:#FFFFFF;
	
}

#content #main .marginMain
{
	margin: 23px 20px 23px 20px;
	vertical-align: top;
}

#content .left
{
	/*float: left;
	width: 33%;
	margin-left: -67%;*/
	float: left;
	width: 153px;
	margin-left: -605px;
	background-color:#FFFFFF;
}

#content .right
{
	/*float: left;
	width: 32.9%;*/
	float: left;
	margin-left: 1px;
	background-color:#FFFFFF;
	width: 153px;
}

/* easy clearing */
#content:after
{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#content
{
	display: inline-block;
}
/*\*/
#content
{
	display: block;
}
/* end easy clearing */

#header
{
	position: relative;
	background-color: #005599;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:759px;
	height:68px;
}

#subfooter
{
	position: relative;
	border: 1px solid #999999;
	border-bottom: none;
	background-color: #EEEEEF;
	width:741px;
	height:82px;
	padding:5px 0px 0px 18px;
}

#subfooter
{
	color: #666666;
}

#header .clear,
#subfooter .clear
{
	clear: both;
}

#header br.clear,
#subfooter div.clear
{
	height: 0;
	line-height:0;
	visibility: hidden;
	font-size: 0;
}

#subfooter p
{
	margin-top: 7px;
	margin-bottom: 3px;
}

#subfooter h1
{
	font-size: 11px;
	margin-bottom: 5px;
}

#subfooter .h1
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}

#subfooter h3
{
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 5px;
}

#subfooter .h3
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 5px;
}

#subfooter a
{
	color: #666666;
}

#subfooter a:link,
#subfooter a:visited
{
	text-decoration: none;
}

#subfooter a:hover,
#subfooter a:active
{
	text-decoration: underline;
}

#subfooter .linkList
{
	float: left;
	width: 147px;
}

#subfooter .newsletterform
{
	margin-top: 0px;
}

#subfooter .newsletter
{
	float:left;
	width: 142px;
	padding-left: 0px;
}

#subfooter .linkList ul
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#subfooter .linkList ul li
{
	margin:0 0 2px 0;
	padding: 0;
}

#header .floatRight,
#subfooter .floatRight
{
	float:right;
}

#header .floatLeft,
#subfooter .floatLeft
{
	float:left;
}

#header form .inputText,
#subfooter form .inputText
{
	vertical-align:top;
	width: 61px;
	height: 15px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #777777;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#subfooter #anmeldung_email_panel {
	width: 135px;
}

#header form .inputTextFocus,
#subfooter form .inputTextFocus
{
	vertical-align:top;
	width: 61px;
	height: 15px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #555555;
	border: 1px solid #5388b9;
	background-color: #DDDDDD;
}

#header form .inputTextWarning,
#subfooter form .inputTextWarning
{
	color: #CB5D00;
	font-size:10px;
	border-color: #CB5D00;
	background-color: #FFF6EA;
}

#header form .inputTextEmphasized,
#subfooter form .inputTextEmphasized
{
	color:#58B552;
	font-size:10px;
	border-color:#58B552;
	background-color:#EEFFEE;
}

#header form select,
#subfooter form select
{
	vertical-align:top;
	width:69px;
	padding: 0px;
	height: 18px;
	margin: 1px 0 1px 0;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#header .buttonCentered,
#subfooter .buttonCentered
{
	float:left;
	left:50%;
	position: relative;
}

#header .buttonCentered span.button,
#subfooter .buttonCentered span.button
{
	float:left;
	left: -50%;
	position:relative;
}

#header span.button
#subfooter span.button
{
	display: inline;
}

#header span.button img,
#subfooter span.button img
{
	border: none;
	display:block;
	float:left;
}

#header span.button a.buttonText,
#header span.button input,
#subfooter span.button a.buttonText,
#subfooter span.button input
{
	display:block;
	float:left;
	padding:0 3px 0 3px;
	background-image: url(../img/b_bg_0088CC_a.gif);
	background-repeat: repeat-x;
	color:#FFF !important;	
	font-family:Tahoma,Arial,sans-serif !important;
	font-size:10px !important;
	font-weight:bold !important;
	text-align: center !important;
	text-decoration: none !important;
}

#header span img.skype,
#subfooter span img.skype
{
	position: absolute;
	margin-top: -5px;
	margin-left:-5px;
}

#header span.buttonLink a.buttonText,
#header span.buttonLink input,
#subfooter span.buttonLink a.buttonText,
#subfooter span.buttonLink input
{
	background-image: url(../img/b_bg_0088CC_a.gif);
}

#header span.buttonAction a.buttonText,
#header span.buttonAction input,
#subfooter span.buttonAction a.buttonText,
#subfooter span.buttonAction input
{
	background-image: url(../img/b_bg_0CAF00_a.gif);
}

#header span.buttonActionBg0C64A9 a.buttonText,
#header span.buttonActionBg0C64A9 input,
#subfooter span.buttonActionBg0C64A9 a.buttonText,
#subfooter span.buttonActionBg0C64A9 input
{
	background-image: url(../img/b_bg_0CAF00_bg_0C64A9_a.gif);
	background-color: #0C64A9;
}

#header span.button input,
#subfooter span.button input
{
	height:17px;
	border:none;
	margin:0;
	padding:1px 4px 1px 4px;
	/*background-color:transparent;*/
}

#header span.button input:hover,
#subfooter span.button input:hover
{
	cursor: pointer;
}

/*Mozilla only*/
@-moz-document url-prefix()
{
    #header span.button input,
    #subfooter span.button input
    {
    	height: auto;
    	padding:1px 1px 2px 1px;
    }
}

#header span.button a.buttonText img,
#subfooter span.button a.buttonText img
{
	float:none;
	display:inline;
	vertical-align:-5px;
	visibility: hidden;
}

#header span.button br,
#subfooter span.button br
{
	clear:both;
	visibility: hidden;
	line-height:0;
	font-size:0;
	height:0;
}

#footer a:link
{
	text-decoration: none;
	color: #EEEEEE;
}

#footer a:visited
{
	text-decoration: none;
	color: #EEEEEE;
}

#footer a:hover
{
	text-decoration: underline;
	color: #EEEEEE;
}

#footer a:active
{
	text-decoration: underline;
	color: #EEEEEE;
}

#footer .left
{
	width: 30px;
	padding:2px 6px 0 6px;
	float:left;
}

#footer .right
{
	padding:2px 6px 0 6px;
	float:right;
}

#footer #center
{
	padding:2px 6px 0 6px;
	font-weight: normal;
	text-align: center;
}


#topNav
{
	position: relative;
	clear: right;
	width:759px;
	height:16px;
	background-color: #EEEEEF;
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCD;
}

#topNav ul
{
	position:absolute;
	right: -14px;
	margin:1px 0 0 0;
	padding:0;
	height:14px;
}

#topNav li
{
	display:inline;
	margin:0 18px 0 0;
}

#topNav a:link,
#topNav a:visited,
#topNav li a:link,
#topNav li a:visited
{
	font-size:100%;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
}

#topNav a:hover,
#topNav a:active,
#topNav li a:hover,
#topNav li a:active
{
	font-size:100%;
	color: #0088CC;
	text-decoration: none;
	white-space: nowrap;
}

#topMobileNav
{
	font: 2.9em Arial, sans-serif;
}

#topMobileNav ul
{
	display: block;
	height: 1.8em;
	margin:0;
	padding: 0 0 0 0.5em;
	background: url(../img/bg_gradient_1x30_transp_to_9D9694.png) 0 bottom repeat-x;
	background-color: #0CAF00;
	font-weight: bold;
}

#topMobileNav ul li
{
	float:left;
	margin:0;
	padding:0;
	list-style: none;
}

#topMobileNav ul li a
{
	display:block;
	position: relative;
	height: 1.8em;
	line-height: 1.8em;
	padding-right: 0.5em;
	color: #FFF;
	background-color: #0CAF00;
	text-decoration: none;
}

#topMobileNav ul li a img
{
	border: none;
}

#topMobileNav ul li a div.gradient
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.8em;
	background: url(../img/bg_gradient_1x30_transp_to_9D9694.png) 0 bottom repeat-x;
}

#localizer
{
	position: relative;
	width:759px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	/*text-align: right;*/
}

#localizer .localizerHeading
{
	position:absolute;
	margin:4px 0 0 4px;
}

#localizer .localizerHeading h1
{
	display: inline;
	font-size: 11px;
	font-weight: normal;
}

#localizer .localizerHeading .h1
{
	display: inline;
	font-size: 11px;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 3px;
}

#localizer .localizerHeading a
{
	font-style: italic;
	color: #888889;
	text-decoration: none;
}

#localizer .localizerHeading a:hover
{
	color: #0088CC;
	text-decoration: underline;
}

#localizer ul.route
{
	width:690px;
	overflow: hidden;
	margin:0 0 0px 4px;
	padding:4px 0 0 0;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li
{
	display:inline;
	white-space: nowrap;
	margin:0 1px 0 2px;
	padding: 0 0 0 7px;
	background: url(../img/list_arrow_888889.gif) no-repeat 0px 4px;
}

#localizer ul.route li:first-child
{
	background-image: none !important;
	margin-left:0;
	padding-left:0;
}

#localizer ul.route li:last-child
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#localizer ul.route li:hover
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#localizer ul.route li a:link
{
	text-decoration: none;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li a:visited
{
	text-decoration: none;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li a:hover
{
	text-decoration: underline;
	color: #0088CC;
	font-style: italic;
}

#localizer ul.route li a:active
{
	text-decoration: underline;
	color: #888889;
	font-style: italic;
}

#localizer ul.route li em
{
	color: #0088CC;
	font-style: italic;
}

#subfooter ul.socialLinks
{
	margin:0;
	padding:0;
}

#subfooter ul.socialLinks li
{
	position: relative;
	margin:0;
	padding:0;
	float:left;
}

#subfooter ul.socialLinks li .padding
{
	padding: 2px 4px 0 0;
}

#subfooter ul.socialLinks li .googlePlusOne
{
	position: absolute;
	display:block;
	top:1px;
	left:0;
}

#subfooter ul.socialLinks li a
{
	display: block;
}

#subfooter ul.socialLinks li div a
{
	display: inline;
}

#subfooter ul.socialLinks li a img
{
	border: none;
}

#mainNav
{
	width:759px;
	height:19px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #0088CC;
}

#mainNav ul
{
	margin:2px 0 0 6px;
	padding:0;
	font-weight: bold;
	color: #EEEEEE;
}

#mainNav li
{
	display:inline;
	margin:0 20px 0 0;
}

#topNav ul li img
{
	padding-bottom: 1px;
	margin-right:4px;
}

#toTop
{
	margin: 17px 20px 23px 20px;
	padding-top: 6px;
	text-align:right;
	background: url(../img/arrow_up_0088CC.gif) no-repeat top right;
	color: #0088CC;
}

#content #toTop a:link
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:visited
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:hover
{
	text-decoration: underline;
	color: #0088CC;
}
#content #toTop a:active
{
	text-decoration: underline;
	color: #0088CC;
}

#pressFooter
{
	margin: auto;
	padding-bottom:15px;
	width: 763px;
}

a.ekomiRatingSmall
{
	display:block;
	white-space:nowrap;
}

a.ekomiRatingSmall span.ekomiRatingSmallStarsGray
{
	display:block;
	float:left;
	width:73px;
	height:24px;
	background: url(../img/ekomi_star_rating_gray_73x17.png) left center no-repeat;
}

a.ekomiRatingSmall span.ekomiRatingSmallStarsGray span.ekomiRatingSmallStarsYellow
{
	display:block;
	height:24px;
	width:100%;
	background: url(../img/ekomi_star_rating_yellow_73x17.png) left center no-repeat;
}

a.ekomiRatingSmall span.ekomiRatingSmallText
{
	display:block;
	margin:0 4px;
	line-height:24px;
	float:right;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	color:#444;
}

a.ekomiRatingSmall span.ekomiRatingSmallText span.ekomiRatingSmallTextLight
{
	color:#888;
}

div.ekomiRating
{
	position:relative;
	display:inline-block;
	width:141px;
	min-height:78px;
	margin: 0 1px 8px 0;
	border: 1px solid #D2D2D3;
	border-bottom: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,239,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(238,238,239,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,239,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(238,238,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(238,238,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeef',GradientType=0 );
}

div.ekomiRating div.ekomiRatingStarsGray
{
	display:block;
	width:91px;
	height:18px;
	margin: 4px 0 0 6px;
	background: url(../img/ekomi_star_rating_gray_91x18.png) left top no-repeat;
}

div.ekomiRating div.ekomiRatingStarsYellow
{
	display:block;
	width:100%;
	height:18px;
	background: url(../img/ekomi_star_rating_yellow_91x18.png) left top no-repeat;
}

div.ekomiRating div.ekomiRatingText
{
	position:absolute;
	top:7px;
	right:4px;
	font-size:12px;
	font-weight:bold;
	color: #555;
}

div.ekomiRating div.ekomiRatingText span.ekomiRatingTextLight
{
	color: #888;
}

div.ekomiRating div.ekomiRatingOpinion
{
	display: block;
	font-size: 11px;
	padding: 3px 3px 6px 6px;
}

div.ekomiRating div.ekomiRatingNote
{
	color: #666;
	font-size: 9px;
	padding: 3px 2px 1px 6px;
}

div.ekomiRating a.ekomiRatingLink
{
	position:absolute;
	display:block;
	right:6px;
	bottom:6px;
	padding-left:8px;
	background: url(../img/list_arrow_0088CC.gif) left 3px no-repeat;
}

div.ekomiRating div.ekomiRatingSeal
{
	z-index: 10;
	position: relative;
	margin-left: -1px;
	background: url(../img/ekomi_kundenbewertung_seal.png) 0 0 no-repeat;
	width: 143px;
	height: 49px;
}

div.ekomiRatingBig
{
	position:relative;
	display:inline-block;
	width:177px;
	min-height:101px;
}

div.ekomiRatingBig div.ekomiRatingBigStarsGray
{
	display:block;
	width:117px;
	height:20px;
	background: url(../img/ekomi_star_rating_gray_117x20.png) left top no-repeat;
}

div.ekomiRatingBig div.ekomiRatingBigStarsYellow
{
	display:block;
	width:100%;
	height:20px;
	background: url(../img/ekomi_star_rating_yellow_117x20.png) left top no-repeat;
}

div.ekomiRatingBig div.ekomiRatingBigText
{
	position:absolute;
	top:1px;
	right: 0;
	font-size:17px;
	font-weight:bold;
	color: #555;
}

div.ekomiRatingBig div.ekomiRatingBigText span.ekomiRatingBigTextLight
{
	color: #888;
}

div.ekomiRatingBig div.ekomiRatingBigOpinion
{
	display: block;
	font-size: 11px;
	padding: 6px 0 9px 0;
}

div.ekomiRatingBig div.ekomiRatingBigNote
{
	color: #666;
	font-size: 11px;
	padding-top: 6px;
}

div.ekomiRatingBig a.ekomiRatingBigLink
{
	position:absolute;
	display:block;
	right: 0;
	bottom: 0;
	padding-left:8px;
	background: url(../img/list_arrow_0088CC.gif) left 4px no-repeat;
	font-size: 13px;
}

div.ekomiRatingBig div.ekomiRatingBigSeal
{
	z-index: 10;
	position: relative;
	margin-left: -1px;
	background: url(../img/ekomi_kundenbewertung_seal_borderless_177x60.png) 0 0 no-repeat;
	width: 177px;
	height: 60px;
}

span.toggleMore, span.toggleLess
{
	position:relative;
	display:block;
	right:6px;
	bottom:6px;
	padding-left:8px;
	background: url(../img/list_arrow_0088CC.gif) left 3px no-repeat;
	text-decoration: underline;
	cursor: pointer;
}

#contactDetailWidget
{
	z-index: 1000;
	position: fixed;
	top: 194px;
	right: -10px; /*-260px = in*/
	color: #FFF;
	font-size: 13px;
	background-color: #0088CC;

	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;

	background: #0d6ab4;
	background: -moz-linear-gradient(left, #0d6ab4 0%, #0088cc 100%);
	background: -webkit-linear-gradient(left, #0d6ab4 0%,#0088cc 100%);
	background: linear-gradient(to right, #0d6ab4 0%,#0088cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6ab4', endColorstr='#0088cc',GradientType=1 );
}

#contactDetailWidget a
{
	color: #FFF;
}

#contactDetailWidget > ul
{
	display: table;
	margin: 10px 20px 10px 10px;
	padding: 0;
}

#contactDetailWidget > ul > li
{
	display: table-row;
	vertical-align: middle;
	height: 40px;
}

#contactDetailWidget > ul > li:hover
{
	-webkit-filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.4));
			filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.4));
	cursor: pointer;
}

#contactDetailWidget > ul > li:nth-child(1) > span:first-child
{	/*phone*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNC45NTciIHZpZXdCb3g9IjI0OC4yNDggNzMuNDE0IDI1IDI0Ljk1NyI+PGcgZmlsbD0iI0ZGRiI+PHBhdGggZD0iTTI3Mi45OSA5NC4wNGwtNi4yNjItMy40MDNzLjUzNS0xLjEzIDEuMDM2LTEuMDY3Yy42NTIuMDgyIDQuOTA1IDIuNDI2IDUuMzEyIDIuODUuNDM0LjQ1LS4wODcgMS42Mi0uMDg3IDEuNjJ6Ii8+PHBhdGggZD0iTTI1NC42OCA4MS45M2MtLjQ4Ny0uODYuNTItMS41ODUuNTItMS41ODVsLTMuNDQzLTYuMzI0cy0yLjEzNy41ODgtMi45NDMgMi4wMDRjLS45MDggMS41OTctLjY1NyAyLjc4Ni4yODIgNS40MTYgMy4zNjIgNy43OCA4LjQ3MyAxMi41MjggMTYuMDgzIDE2LjA4MyAyLjYzLjk0IDMuODE4IDEuMTkgNS40MTUuMjgyIDEuNDE3LS44MDYgMi4wMDQtMi45NDMgMi4wMDQtMi45NDNsLTYuMzI1LTMuNDQ0cy0uNzEuOTgtMS41ODYuNTIyYy0xLjc4LTEuNTQ2LTMuMzgtMy4yMjQtNS4wMy00Ljg4NC0xLjY1LTEuNjYtMy4zNDYtMy4zMDQtNC45OC01LjEyNXoiLz48cGF0aCBkPSJNMjUyLjYyMyA3My42NzNsMy40MDIgNi4yNnMxLjEzLS41MzQgMS4wNjctMS4wMzVjLS4wODItLjY1Mi0yLjQyNi00LjkwNS0yLjg1LTUuMzEyLS40NS0uNDM0LTEuNjIuMDg3LTEuNjIuMDg3eiIvPjwvZz48L3N2Zz4=) 4px center / auto 23px no-repeat;
}

#contactDetailWidget > ul > li:nth-child(2) > span:first-child
{	/*skype*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNS4zNzYiIHZpZXdCb3g9IjQwLjQwNiAzOS44MjcgMjUgMjUuMzc2Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNjQuNjIyIDU1LjE4NmMuMjE1LS45MTcuMzMyLTEuODc0LjMzMi0yLjg2IDAtNi43MzYtNS4zMjctMTIuMTk4LTExLjg5Ny0xMi4xOTgtLjk2MiAwLTEuODk3LjEyLTIuNzkzLjM0LS44OS0uNDEtMS44ODItLjY0Mi0yLjkzLS42NDItMy44MjYgMC02LjkyOCAzLjA2OC02LjkyOCA2Ljg1MyAwIDEuMjYuMzQ2IDIuNDQyLjk0OCAzLjQ1Ny0uMTI1LjcxLS4xOTUgMS40NC0uMTk1IDIuMTkgMCA2LjczNiA1LjMyNiAxMi4xOTggMTEuODk2IDEyLjE5OC43MDIgMCAxLjM4OC0uMDY2IDIuMDU3LS4xODYuOTk3LjU0OCAyLjE0NC44NjIgMy4zNjUuODYyIDMuODI2IDAgNi45MjgtMy4wNjggNi45MjgtNi44NTMgMC0xLjE0LS4yODQtMi4yMTctLjc4NC0zLjE2NHptLTQuNjU3LjY3N2MtLjA0IDEuMjk4LS41NDQgMi40NDItMS40NjMgMy4zMS0xLjEzNCAxLjA3LTIuODI0IDEuNjUtNC43ODUgMS42NS0uMTEzIDAtLjIyOC0uMDAyLS4zNDItLjAwNmgtLjAyYy0zLjIwNC0uMTQ3LTUuMTY1LTEuODMyLTYuMjQ1LTMuMjItLjU4Mi0uNzQ3LS40NDgtMS44MjQuMy0yLjQwNi43NDYtLjU4IDEuODIzLS40NDcgMi40MDUuMy45MjYgMS4xOSAyLjE2NiAxLjgzIDMuNjg1IDEuOSAxLjE0NS4wMzggMi4xMzYtLjIzIDIuNjQ3LS43MTIuMjYtLjI0Ni4zOC0uNTMyLjM5LS45M2wuMDAzLS4wNjJjLjA1LS44My0uMzItMS4xMzYtMy4xODctMS44NzJsLS41MDYtLjEzYy0yLjE5NS0uNTYtNS44OS0xLjQ5Ni01LjY0Ni01LjY3NWwuMDAzLS4wMjdjLjIyNy0zLjA3IDMuMjY2LTQuNTgzIDYuMDEyLTQuNDQ4bC4xMzguMDEzYzIuMzE0LjMwMyA0LjIyIDEuMjU3IDUuODI4IDIuOTE3LjY2LjY4LjY0MyAxLjc2Ni0uMDM3IDIuNDI0LS42OC42NTgtMS43NjYuNjQtMi40MjQtLjA0LTEuMDQ2LTEuMDc4LTIuMjM1LTEuNjgtMy43MzgtMS44OTItLjc3Mi0uMDItMi4yNzMuMjU0LTIuMzU3IDEuMjY4LS4wNS44MzMtLjA1OCAxLjM0IDMuMDggMi4xMzdsLjUwMi4xM2MxLjM2LjM1IDIuNjQyLjY3OCAzLjcgMS4zNDcgMS40NDIuOTEgMi4xNTMgMi4zMDIgMi4wNTggNC4wMjN6Ii8+PC9zdmc+) 3px center / auto 24px no-repeat;
}

#contactDetailWidget > ul > li:nth-child(3) > span:first-child
{	/*chat*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNS4xNDEiIHZpZXdCb3g9IjAgMCAyNSAxNS4xNDEiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNC4wNDMgMi43ODJIMTYuMTN2Ni4yNjJjMCAxLjAwOC0uODE4IDEuODI1LTEuODI1IDEuODI1SDkuNzR2Ljk1NmMwIC41MjguNDI4Ljk1Ni45NTYuOTU2aDguMjNsMS4xNi44ODRjLjE1LjExNi40LjMwNi41NTIuNDIybDEuMzAyLjk5NWMuMTUyLjExNi4yNzcuMDU0LjI3Ni0uMTM4VjEyLjh2LS4wMThoMS44MjZjLjUyOCAwIC45NTYtLjQyOC45NTctLjk1NlYzLjc0YzAtLjUzLS40My0uOTU3LS45NTctLjk1OHpNMTUuMjYgOS4wNDRWLjk1NmMwLS41MjctLjQyNy0uOTU1LS45NTUtLjk1NkguOTU1Qy40MyAwIC4wMDIuNDMgMCAuOTU2djguMDg4QzAgOS41Ny40MjggMTAgLjk1NiAxMGgxLjgyOHYyLjE2M2MtLjAwMi4xOS4xMjMuMjUzLjI3NS4xMzdsMS4zLS45OTUuNTU1LS40Mkw2LjA3MiAxMGg4LjIzM2MuNTI4IDAgLjk1NS0uNDMuOTU2LS45NTZ6TTMuODA2IDYuNjk2Yy0uNTUzIDAtMS0uNDQ3LTEtMXMuNDQ4LTEgMS0xIDEgLjQ0NyAxIDEtLjQ1IDEtMSAxem0zLjgyNSAwYy0uNTUyIDAtMS0uNDQ3LTEtMXMuNDUtMSAxLTFjLjU1MiAwIDEgLjQ0NyAxIDFzLS40NDcgMS0xIDF6bTMuODI3IDBjLS41NTIgMC0xLS40NDctMS0xcy40NDgtMSAxLTEgMSAuNDQ3IDEgMS0uNDUgMS0xIDF6Ii8+PC9zdmc+) 0 center / auto 18px no-repeat;
}

#contactDetailWidget > ul > li:nth-child(4) > span:first-child
{	/*envelope*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNy4xNzEiIHZpZXdCb3g9IjIzNC4xODggMTI2LjcxOSAyNSAxNy4xNzEiPjxnIGZpbGw9IiNGRkYiPjxwYXRoIGQ9Ik0yNTIuODM4IDEzOS4xOTNsLS4xOS0uMTUzLTMuODM0LTMuMTk2LTIuMTI2IDEuNzcyLTIuMTI0LTEuNzcyLTMuODQgMy4xOTYtLjE4LjE1My01LjYzMyA0LjY5N2gyMy41Nk0yNDMuOTIgMTM1LjMwN2wtOS43MzItOC4xMnYxNi4yM2w1LjU3OC00LjY0NE0yNTkuMTg4IDE0My40MnYtMTYuMjI2bC05LjczIDguMTEyIDQuMTU3IDMuNDY3Ii8+PHBhdGggZD0iTTIzNC45MTMgMTI2LjcybDUuNjMgNC42OTUuMTg2LjE1MyA0LjE1NSAzLjQ2MyAxLjgwNCAxLjUwNyAxLjgwMy0xLjQ5OCA0LjE2NC0zLjQ3My4xNzctLjE1MyA1LjYzLTQuNjk2aC0yMy41NXoiLz48L2c+PC9zdmc+) 2px center/ auto 16px no-repeat;
}

#contactDetailWidget > ul > li:nth-child(5) > span:first-child
{
	/*at (@)*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNS43MzkiIHZpZXdCb3g9IjAgMCAyNSAyNS43MzkiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0xOC4zMSAyNC40MWMtMi4yMi45OTgtNC4xNDUgMS4zMy02Ljc3IDEuMzNDNS40IDI1Ljc0IDAgMjEuMzQgMCAxNC4wODcgMCA2LjU0NiA1LjQ3NSAwIDEzLjgzNCAwIDIwLjM0MiAwIDI1IDQuNDc1IDI1IDEwLjY5YzAgNS4zOTgtMy4wMzIgOC44LTcuMDI1IDguOC0xLjczNyAwLTIuOTk2LS44ODgtMy4xOC0yLjg0OGgtLjA3NWMtMS4xNDUgMS44ODUtMi44MSAyLjg1LTQuNzcgMi44NS0yLjQwNCAwLTQuMTQyLTEuNzc3LTQuMTQyLTQuODEgMC00LjUxMiAzLjMyOC04LjYxNyA4LjY1LTguNjE3IDEuNjMgMCAzLjQ4LjQwNiA0LjQwNC45MjRsLTEuMTEgNi44NGMtLjM2OCAyLjE4Ny0uMTEgMy4xODMuOTIzIDMuMjIgMS41OS4wMzggMy41OS0xLjk5NyAzLjU5LTYuMjUgMC00LjgxLTMuMTA3LTguNTQ0LTguODQtOC41NDQtNS42NiAwLTEwLjYxMyA0LjQzOC0xMC42MTMgMTEuNTAyIDAgNi4xNzYgMy45NTcgOS42OSA5LjQ2OCA5LjY5IDEuODg1IDAgMy44ODItLjQxIDUuMzYzLTEuMTg0bC42NjYgMi4xNDV6TTE1LjAxNyA5LjEzNGMtLjI5OC0uMDc0LS42Ny0uMTQ4LTEuMTQ3LS4xNDgtMi40NCAwLTQuMzYyIDIuNDAzLTQuMzYyIDUuMjUyIDAgMS40MDIuNjI2IDIuMjkgMS44NSAyLjI5IDEuMzY2IDAgMi44MS0xLjczNiAzLjE0My0zLjg4MmwuNTE4LTMuNTEzeiIvPjwvc3ZnPg==) 3px center/ auto 23px no-repeat;
}

#contactDetailWidget > ul > li > span
{
	display: table-cell;
	vertical-align: middle;
	line-height: 20px;
}

#contactDetailWidget > ul > li > span:nth-child(1)
{
	padding-left: 40px;
}

#contactDetailWidget > ul > li > span:nth-child(2)
{
	padding-right: 10px;
	font-weight: bold;
}

#contactDetailWidget .cdw-close
{
	display: none;
	margin: 10px 0 0 10px;
	padding-left: 6px;
}

#contactDetailWidget .cdw-close:before
{
	content: "✖";
	font-size: 24px;
	margin-right: 13px;
	vertical-align: middle;
}

#contactDetailWidget .cdw-pricemark
{
	position: absolute;
	padding-top: 8px;
	width: 250px;
	left: 48px;
	bottom: -20px;
	font-size: 11px;
	color: #006699;
	white-space: nowrap;
}

@media screen and (max-width:870px)
{
	#contactDetailWidget
	{
		background-color: rgba(0, 136, 204, 0.9);

		background: #0d6ab4;
		background: -moz-linear-gradient(left, rgba(13, 106, 180, 0.9) 0%, rgba(0, 136, 204, 0.9) 100%);
		background: -webkit-linear-gradient(left, rgba(13, 106, 180, 0.9) 0%,rgba(0, 136, 204, 0.9) 100%);
		background: linear-gradient(to right, rgba(13, 106, 180, 0.9) 0%,rgba(0, 136, 204, 0.9) 100%);
	}

	#contactDetailWidget:hover
	{
		background-color: #0088CC;

		background: #0d6ab4;
		background: -moz-linear-gradient(left, #0d6ab4 0%, #0088cc 100%);
		background: -webkit-linear-gradient(left, #0d6ab4 0%,#0088cc 100%);
		background: linear-gradient(to right, #0d6ab4 0%,#0088cc 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6ab4', endColorstr='#0088cc',GradientType=1 );
	}

	#contactDetailWidget .cdw-close
	{
		display: block;
	}
}

/* content.css */


#content
{
	position: relative;
	font-family:Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333333;
}


#content h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
}

#content .h1
{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 0;
	text-align: left;
}

#content h2
{	
	font-size: 12px;
	font-weight: bold;
	color: #0088CC;
	margin: 10px 0 -3px 0;
	padding: 0;
}

#content .h2
{
	font-size: 12px;
	font-weight: bold;
	color: #0088CC;
	margin: 10px 0 -3px 0;
	padding: 0;
	text-align: left;
}

#content h3
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin: 10px 0 -3px 0;
	padding: 0;
}

#content .h3
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin: 10px 0 -3px 0;
	padding: 0;
	text-align: left;
}

#content p
{
	margin: 6px 0 6px 0;
	padding:0;
	text-align:justify;
	line-height:127%;
}

#content p.h1, #content p.h2, #content p.h3
{
	line-height: normal;
}

#content .p
{
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	margin: 6px 0 6px 0;
	padding:0;
	text-align:justify;
}

#content .noMargin
{
	margin:0;
}

#content .noPadding
{
	padding: 0;	
}

#content .floatRight
{
	float:right;
}

#content .floatLeft
{
	float:left;
}

#content .alignTop
{
	vertical-align:top;
}

#content .alignBottom
{
	vertical-align:bottom;
}

#content .alignLeft
{
	text-align:left;
}

#content .alignCenter
{
	text-align:center;
}

#content .alignRight
{
	text-align:right;
}

#content img
{
	border:0;
	outline: 0;
}

#content img.fullWidth
{
	margin-left: -20px;
	width: calc(100% + 40px);
}

#content .topBanner
{
	display:block;
}

#content .topBanner img:first-child
{
	width: 100%;
	vertical-align:middle;
	margin-right: -4px;
}

#content .topBanner h1,
#content .topBanner .h1
{
	vertical-align:middle;
	display:inline-block;
	margin-top:0 !important;
	margin-bottom:0 !important;
	margin-left:-100% !important;
	padding-left:50px;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 18px !important;
}

#content .topBanner h1.smaller,
#content .topBanner .h1.smaller
{
	font-size: 14px !important;
}

#content .topBanner h1.small,
#content .topBanner .h1.small
{
	font-size: 16px !important;
}

#content .topBanner h1.large,
#content .topBanner .h1.large
{
	font-size: 20px !important;
}

#content .topBanner h1.larger,
#content .topBanner .h1.larger
{
	font-size: 22px !important;
}

#content .topBanner h1.blue,
#content .topBanner .h1.blue
{
	color: #006699 !important;
}

#content .topBanner h1.invertColor,
#content .topBanner .h1.invertColor
{
	color: #FFF !important;
	text-shadow: 1px 1px 1px #000;
}

#content .topBanner ul
{
	vertical-align:middle;
	display:inline-block;
	margin-left:-100% !important;
	padding-left:50px;
	text-shadow: 1px 1px 1px #FFF;
}

#content .topBanner ul.invertColor
{
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}

#content .errorText
{
	color: #D91E36;
}

#content .white
{
	color: #FFFFFF !important;
}

#content .red
{
	color: #D91E36 !important;
}

#content .blue
{
	color: #0088CC !important;
}

#content .orange
{
	color: #DA6E00 !important;
}

#content .green
{
	color: #21A121 !important;
}

#content .gold
{
	color: #907040 !important;
}

#content .gray
{
	color: #444444 !important;
}

#content .lightgray
{
	color: #EEEEEF !important;	
}

#content .rendite-rechner-green{
    color: #43ac6a;
}

#content .rendite-rechner-orange{
    color: #f08a24;
}

#content .rendite-rechner-red{
    color: #f04124;
}

#content .rendite-rechner-blue{
    color: #008cba;
}

#content .circlesBlueGreen
{
	background: radial-gradient(#0088CC 30%, transparent 40%) right 12px center, radial-gradient(#0CAF00 30%, transparent 40%) right center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

#content .circlesBlueRed
{
	background: radial-gradient(#0088CC 30%, transparent 40%) right 12px center, radial-gradient(#D91E36 30%, transparent 40%) right center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

#content .circlesGreen
{
	background: radial-gradient(#0CAF00 30%, transparent 40%) right center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

#content .circlesRed
{
	background: radial-gradient(#D91E36 30%, transparent 40%) right center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
}

#content .jsDisabledSelectOption
{
	color: #999;
}

#content .formElementBorderColor
{
	color: #7F9DB9 !important;
}

#content .hashTable
{
	/** @bsp:
	<div class="hashTable">
		<div class="key">Key1</div>
		<div class="value">Value1...</div>
		<br class="close" />
		<div class="key">Key2</div>
		<div class="value">Value2...</div>
		<br class="close" />
	</div>
	*/
}

#content a, #content area
{
	outline: 0 none transparent;
}

#content ul.hashTable .key
{
	float:left;
	width:10%;
}
#content ul.hashTable .value
{
	float:left;
	width:90%;
}
#content ul.hashTable .close
{
	clear:both;
}

#footer_anmeldung a.button2
{
	margin-top: 2px;
	width:131px;
	display: inline-block;
}

#newsletterHeading
{
	position: relative;
}

#newsletterHeading #footerNewsletterDatenschutz a
{
	color:rgba(0, 102, 153, 1)
}

#newsletterHeading #footerNewsletterDatenschutz
{
	position: absolute;
	top: 0;
	right: 0;
}

#newsletterFormWrapper
{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#newsletterToolTip
{
	bottom: 76px;
	top: unset;
	display: none;
	font-weight: normal;
}

#newsletterToolTip.successBox
{
	border-color: #21A121;
}

#newsletterToolTip.successBox:before
{
	border-top-color: #21A121;
}

#newsletterToolTip.warningBox
{
	border-color: #DA6E00;
}

#newsletterToolTip.warningBox:before
{
	border-top-color: #DA6E00;
}

#newsletterToolTip.warningBox #newsletterToolTipMsg, #newsletterToolTip.successBox #newsletterToolTipMsg
{
	margin: 0;
	background-repeat: no-repeat;
	padding: 7px 0 10px 34px;
	font-size: 12px;
	font-weight: bold;
	background-size: auto,10px;
	display:inline-block;
}

#newsletterToolTip.warningBox #newsletterToolTipMsg
{
	font-weight: normal;
	color: #DA6E00;
	background-image: url(../img/s_warning_big.gif);
}

#newsletterToolTip.successBox #newsletterToolTipMsg
{
	font-weight: normal;
	color: #21A121;
	background-image: url(../img/s_ok_big.gif);
}

#newsletterToolTip #close
{
	content: url(../img/close_black_10px.png);
	position: absolute;
	cursor: pointer;
	padding: 2px;
	top: 5px;
	right: 5px;
}

#newsletterToolTip.warningBox #close
{
	content: url(../img/close_orange_10px.png);
}

#newsletterToolTip.successBox #close
{
	content: url(../img/close_green_10px.png);
}

#content .errorMsg, #content .warningMsg, #content .successMsg, #content .infoMsg
{
  display:inline-block;
  height:12px;
  margin: 8px 0 8px 0;
  padding: 8px 24px 12px 34px;
  font-size: 12px;
  font-weight: bold;
  background-size: auto,10px;
  background-position: 0 0, top 10px right;
  background-repeat: no-repeat;
  background-color: #FFF;
}

#content .panel .errorMsg, #content .panel .warningMsg, #content .panel .successMsg, #content .panel .infoMsg
{
	font-size: 11px;
}

#content .errorMsg
{
	color: #D91E36;
  	background-image: url(../img/s_error_big.gif), url(../img/s_cross_diagonal_15x15_DD0000.png);
}

#content .warningMsg
{
	color: #DA6E00;
  	background-image: url(../img/s_warning_big.gif), url(../img/s_cross_diagonal_15x15_DA6E00.png);
}

#content .successMsg
{
	color: #21A121;
  	background-image: url(../img/s_ok_big.gif), url(../img/s_cross_diagonal_15x15_0CAF00.png);
}

#content .infoMsg
{
	color: #0088CC;
  	background-image: url(../img/s_info_big.gif), url(../img/s_cross_diagonal_15x15_0088CC.png);
}

#content .errorMsg a
{
	color: #941425 !important;
}

#content .warningMsg a
{
	color: #874400 !important;
}

#content .successMsg a
{
	color: #146114 !important;
}

#content .infoMsg a
{
	color: #005078 !important;
}

#content .errorBox, #content .warningBox, #content .successBox, #content .infoBox
{
  position: relative;
  border: 1px solid #000;
  margin:18px 0 8px 0;
  padding: 12px 8px 0px 8px;
  background-size: 10px;
  background-position:top 6px right 6px; /*if you change px-values keep required adjustment in jquery.custom.messageBox.js in mind*/
  background-repeat: no-repeat;
}

#content .errorBox
{
	background-image: url(../img/s_cross_diagonal_15x15_DD0000.png);
}

#content .warningBox
{
	background-image: url(../img/s_cross_diagonal_15x15_DA6E00.png);
}

#content .successBox
{
	background-image: url(../img/s_cross_diagonal_15x15_0CAF00.png);
}

#content .infoBox
{
	background-image: url(../img/s_cross_diagonal_15x15_0088CC.png);
}

#content .errorBox h1:first-child, #content .errorBox h2:first-child, #content .warningBox h1:first-child, #content .warningBox h2:first-child, #content .successBox h1:first-child, #content .infoBox h1:first-child, #content .infoBox h2:first-child,
#content .errorBox .h1:first-child, #content .errorBox .h2:first-child, #content .warningBox .h1:first-child, #content .warningBox .h2:first-child, #content .successBox .h1:first-child, #content .infoBox .h1:first-child, #content .infoBox .h2:first-child
{
  height:12px;
  position: absolute;
  top: -16px;
  left: 7px;
  margin: 0;
  padding: 8px 4px 12px 36px;
  font-size: 12px;
  font-weight: bold;
  background-position:2px 0;
  background-repeat: no-repeat;
  background-color: #FFF;
  
}

#content .errorBox h1:first-child.noHeadText, #content .errorBox h2:first-child.noHeadText, #content .warningBox h1:first-child.noHeadText, #content .warningBox h2:first-child.noHeadText, #content .successBox h1:first-child.noHeadText, #content .infoBox h1:first-child.noHeadText, #content .infoBox h2:first-child.noHeadText,
#content .errorBox .h1:first-child.noHeadText, #content .errorBox .h2:first-child.noHeadText, #content .warningBox .h1:first-child.noHeadText, #content .warningBox .h2:first-child.noHeadText, #content .successBox .h1:first-child.noHeadText, #content .infoBox .h1:first-child.noHeadText, #content .infoBox .h2:first-child.noHeadText
{
	padding-right:0px;
}

#content .errorBox.noHead, #content .warningBox.noHead, #content .successBox.noHead, #content .infoBox.noHead
{
	margin-top: 10px;
	padding-top:0px;
}

#content .errorBox h1:first-child, #content .errorBox h2:first-child,
#content .errorBox .h1:first-child, #content .errorBox .h2:first-child
{
	background-image: url(../img/s_error_big.gif);
}

#content .errorBox,
#content .errorBox *
{
	border-color: #D91E36;
	color: #D91E36;
}

#content .errorBox ul.arrowList li
{
	background-image: url(../img/list_arrow_D91E36.gif);
}

#content .errorBox a.arrowLink, #content .errorBox span.arrowLink
{
	background-image: url(../img/list_arrow_D91E36.gif);
}

#content .warningBox h1:first-child, #content .warningBox h2:first-child,
#content .warningBox .h1:first-child, #content .warningBox .h2:first-child
{
	background-image: url(../img/s_warning_big.gif);
}

#content .warningBox, #content .warningBox *
{
	border-color: #EE8800;
	color: #DA6E00;
}

#content .warningBox ul.arrowList li
{
	background-image: url(../img/list_arrow_DA6E00.gif);
}

#content .warningBox a.arrowLink, #content .warningBox span.arrowLink
{
	background-image: url(../img/list_arrow_DA6E00.gif);
}

#content .successBox h1:first-child,
#content .successBox .h1:first-child
{
	background-image: url(../img/s_ok_big.gif);
}

#content .successBox, #content .successBox *
{
	border-color: #0088CC;
	color: #0088CC;
}

#content .successBox ul.arrowList li
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#content .successBox a.arrowLink, #content .successBox span.arrowLink
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#content .infoBox h1:first-child, #content .infoBox h2:first-child,
#content .infoBox .h1:first-child, #content .infoBox .h2:first-child
{
	background-image: url(../img/s_info_big.gif);
}

#content .infoBox, #content .infoBox *
{
	border-color: #0088CC;
	color: #0088CC;
}

#content .infoBox ul.arrowList li
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#content .infoBox a.arrowLink, #content .infoBox span.arrowLink
{
	background-image: url(../img/list_arrow_0088CC.gif);
}

#content .errorBox a:link, #content .errorBox a:visited
{
	color: #D91E36;
}

#content .warningBox a:link, #content .warningBox a:visited
{
	color: #DA6E00;
}

#content .infoBox a:link, #content .successBox a:link,
#content .infoBox a:visited, #content .successBox a:visited
{
	color: #0088CC;
}

#content .errorBox a:hover, #content .warningBox a:hover, #content .successBox a:hover, #content .infoBox a:hover,
#content .errorBox a:active, #content .warningBox a:active, #content .successBox a:active, #content .infoBox a:active
{
	color: #333333;
}

#content span.loading
{
	background: url("../img/s_loading_small_0CAF00.gif") 0 center no-repeat;
	padding: 1px 0px 1px 20px;
	color: #0CAF00;
	font-weight: bold;
}

#content span.loadingFlat
{
	background: url("../img/s_loading_flat_0CAF00_40x5.png") 0 center no-repeat;
	padding: 1px 0px 1px 44px;
	color: #0CAF00;
	font-weight: bold;
}

#content span.loadingBgE7F2F8
{
	background-image: url("../img/s_loading_small_0CAF00_bg_E7F2F8.gif");
}

#content span.loadingBlue
{
	background-image: url("../img/s_loading_small_006699.gif");
	color: #006699;
}

#content span.loadingFlatBlue
{
	background-image: url("../img/s_loading_flat_006699_40x5.png");
	color: #006699;
}

#content span.loadingBlueBgE7F2F8
{
	background-image: url("../img/s_loading_small_006699_bg_E7F2F8.gif");
}

#content span.loadingRed
{
	background-image: url("../img/s_loading_small_D91E36.gif");
	color: #D91E36;
}

#content span.loadingFlatRed
{
	background-image: url("../img/s_loading_flat_D91E36_40x5.png");
	color: #D91E36;
}

#content span.loadingRedBgE7F2F8
{
	background-image: url("../img/s_loading_small_D91E36_bg_E7F2F8.gif");
}

#content span.sending
{
	background: url("../img/s_sending_small_0CAF00.gif") 0 center no-repeat;
	padding: 1px 0px 1px 20px;
	color: #0CAF00;
	font-weight: bold;
}

#content span.sendingBlue
{
	background-image: url("../img/s_sending_small_006699.gif");
	color: #006699;
}

#content span.sendingRed
{
	background-image: url("../img/s_sending_small_D91E36.gif");
	color: #D91E36;
}

.jsErrorBox h1,
.jsErrorBox .h1
{
	font-size:11px;
	margin:0;
	padding:1px 4px 3px 18px;
	border-bottom:1px dotted #7F9DB9;
	color:#FF0000;
	background: url(../img/b_ausrufezeichen.gif) no-repeat;
	background-position: 1px 1px;
}

.jsErrorBox p
{
	margin:3px 4px 1px 4px;
}

.jsInfoBox h1,
.jsInfoBox .h1
{
	font-size:11px;
	margin:0;
	padding:1px 4px 3px 18px;
	border-bottom:1px dotted #7F9DB9;
	color:#0088CC;
	background: url(../img/b_fragezeichen.gif) no-repeat;
	background-position: 1px 1px;
}

.jsInfoBox p
{
	margin:3px 4px 1px 4px;
}

#content a.buttonSkype
{
	display:block;
	padding:6px 0 0 21px;
	background-repeat: no-repeat;
	color:#FFF !important;
	font-family: Tahoma,Arial,sans-serif !important;
	font-size:10px !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

#content a.buttonSkypeCallMe
{
	width:78px;
	height:16px;
	background-image: url(../img/b_skype_jetzt_anrufen_bg.gif);
}

#content a.buttonSkypeCallMeNowViaSkype
{
	width:126px;
	height:16px;
	background-image: url(../img/b_skype_jetzt_via_skype_anrufen_bg.gif);
}


#content a.buttonSkypeCallMeFree
{
	width:126px;
	height:16px;
	background-image: url(../img/b_skype_jetzt_kostenlos_anrufen_bg.gif);
}

/*<Buttons V.2>*/

a.button2
{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 100%;
	color: #FFF !important;
	
	padding: 2px 5px;
	text-decoration: none !important;
	
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid rgba(0, 102, 153, 0.8);
	border-bottom: 1px solid rgba(0, 102, 153, 1);

	background: rgb(64,178,236);
	background: -moz-linear-gradient(top, rgba(64,178,236,1) 0%, rgba(64,178,236,1) 5%, rgba(0,152,228,1) 6%, rgba(0,137,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,178,236,1)), color-stop(5%,rgba(64,178,236,1)), color-stop(6%,rgba(0,152,228,1)), color-stop(100%,rgba(0,137,206,1)));
	background: -webkit-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
	background: -o-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
	background: linear-gradient(to bottom, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b2ec', endColorstr='#0089ce',GradientType=0 );
}

a.button2:hover
{
	cursor: pointer;
	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
	
	border: 1px solid rgba(0, 102, 153, 0.8);
	border-top: 1px solid rgba(0, 102, 153, 1);
		
	background: -moz-linear-gradient(top, rgba(0,136,204,0.8) 0%, rgba(0,152,228,1) 5%, rgba(0,137,206,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,136,204,0.8)), color-stop(5%,rgba(0,152,228,1)), color-stop(100%,rgba(0,137,206,1)));
	background: -webkit-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
	background: -o-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
	background: linear-gradient(to bottom, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0088cc', endColorstr='#0089ce',GradientType=0 );
}

a.button2.noShadow
{
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05) !important;
	-moz-box-shadow:    inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05) !important;
	box-shadow:         inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05) !important;
}

a.button2.forward:before
{
	content: "► ";
}

a.button2.back:before
{
	content: "◄ ";
}

a.button2.small
{
	font-size: 11px !important;
	padding: 2px 5px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
}

a.button2.big
{
	font-size: 13px !important;
	padding: 4px 6px !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

a.button2.huge
{
	font-size: 15px !important;
	padding: 4px 8px !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

a.button2.action
{
	background: rgb(33,209,21);
	background: -moz-linear-gradient(top, rgba(33,209,21,1) 0%, rgba(33,209,21,1) 5%, rgba(12,184,0,1) 6%, rgba(11,168,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,209,21,1)), color-stop(5%,rgba(33,209,21,1)), color-stop(6%,rgba(12,184,0,1)), color-stop(100%,rgba(11,168,0,1)));
	background: -webkit-linear-gradient(top, rgba(33,209,21,1) 0%,rgba(33,209,21,1) 5%,rgba(12,184,0,1) 6%,rgba(11,168,0,1) 100%);
	background: -o-linear-gradient(top, rgba(33,209,21,1) 0%,rgba(33,209,21,1) 5%,rgba(12,184,0,1) 6%,rgba(11,168,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(33,209,21,1) 0%,rgba(33,209,21,1) 5%,rgba(12,184,0,1) 6%,rgba(11,168,0,1) 100%);
	background: linear-gradient(to bottom, rgba(33,209,21,1) 0%,rgba(33,209,21,1) 5%,rgba(12,184,0,1) 6%,rgba(11,168,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21d115', endColorstr='#0ba800',GradientType=0 );
	
	border: 1px solid rgba(9, 128, 0, 0.8);
	border-bottom: 1px solid rgba(9, 128, 0, 1);
}

a.button2.action:hover
{
	background: -moz-linear-gradient(top, rgba(11,168,0,0.8) 0%, rgba(12,184,0,1) 5%, rgba(11,168,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,168,0,0.8)), color-stop(5%,rgba(12,184,0,1)), color-stop(100%,rgba(11,168,0,1)));
	background: -webkit-linear-gradient(top, rgba(11,168,0,0.8) 0%,rgba(12,184,0,1) 5%,rgba(11,168,0,1) 100%);
	background: -o-linear-gradient(top, rgba(11,168,0,0.8) 0%,rgba(12,184,0,1) 5%,rgba(11,168,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(11,168,0,0.8) 0%,rgba(12,184,0,1) 5%,rgba(11,168,0,1) 100%);
	background: linear-gradient(to bottom, rgba(11,168,0,0.8) 0%,rgba(12,184,0,1) 5%,rgba(11,168,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0ba800', endColorstr='#0ba800',GradientType=0 );
	
	border: 1px solid rgba(9, 128, 0, 0.8);
	border-top: 1px solid rgba(9, 128, 0, 1);
}

a.button2.caution
{
	background: rgb(255,59,59);
	background: -moz-linear-gradient(top, rgba(255,59,59,1) 0%, rgba(255,59,59,1) 5%, rgba(245,0,0,1) 6%, rgba(221,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,59,59,1)), color-stop(5%,rgba(255,59,59,1)), color-stop(6%,rgba(245,0,0,1)), color-stop(100%,rgba(221,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,59,59,1) 0%,rgba(255,59,59,1) 5%,rgba(245,0,0,1) 6%,rgba(221,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,59,59,1) 0%,rgba(255,59,59,1) 5%,rgba(245,0,0,1) 6%,rgba(221,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,59,59,1) 0%,rgba(255,59,59,1) 5%,rgba(245,0,0,1) 6%,rgba(221,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,59,59,1) 0%,rgba(255,59,59,1) 5%,rgba(245,0,0,1) 6%,rgba(221,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3b3b', endColorstr='#dd0000',GradientType=0 );
	
	border: 1px solid rgba(171, 0, 0, 0.8);
	border-top: 1px solid rgba(171, 0, 0, 1);
}

a.button2.caution:hover
{
	background: -moz-linear-gradient(top, rgba(221,0,0,0.8) 0%, rgba(245,0,0,1) 5%, rgba(221,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,0,0,0.8)), color-stop(5%,rgba(245,0,0,1)), color-stop(100%,rgba(221,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(221,0,0,0.8) 0%,rgba(245,0,0,1) 5%,rgba(221,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(221,0,0,0.8) 0%,rgba(245,0,0,1) 5%,rgba(221,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(221,0,0,0.8) 0%,rgba(245,0,0,1) 5%,rgba(221,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(221,0,0,0.8) 0%,rgba(245,0,0,1) 5%,rgba(221,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccdd0000', endColorstr='#dd0000',GradientType=0 );
	
	border: 1px solid rgba(171, 0, 0, 0.8);
	border-bottom: 1px solid rgba(171, 0, 0, 1);
}

a.button2.notice
{
	background: rgb(255,156,56);
	background: -moz-linear-gradient(top, rgba(255,156,56,1) 0%, rgba(255,156,56,1) 5%, rgba(245,122,0,1) 6%, rgba(218,110,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,156,56,1)), color-stop(5%,rgba(255,156,56,1)), color-stop(6%,rgba(245,122,0,1)), color-stop(100%,rgba(218,110,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,156,56,1) 0%,rgba(255,156,56,1) 5%,rgba(245,122,0,1) 6%,rgba(218,110,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,156,56,1) 0%,rgba(255,156,56,1) 5%,rgba(245,122,0,1) 6%,rgba(218,110,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,156,56,1) 0%,rgba(255,156,56,1) 5%,rgba(245,122,0,1) 6%,rgba(218,110,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,156,56,1) 0%,rgba(255,156,56,1) 5%,rgba(245,122,0,1) 6%,rgba(218,110,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9c38', endColorstr='#da6e00',GradientType=0 );
	
	border: 1px solid rgba(161, 80, 0, 0.8);
	border-top: 1px solid rgba(161, 80, 0, 1);
}

a.button2.notice:hover
{
	background: -moz-linear-gradient(top, rgba(218,110,0,0.8) 0%, rgba(245,122,0,1) 5%, rgba(218,110,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,110,0,0.8)), color-stop(5%,rgba(245,122,0,1)), color-stop(100%,rgba(218,110,0,1)));
	background: -webkit-linear-gradient(top, rgba(218,110,0,0.8) 0%,rgba(245,122,0,1) 5%,rgba(218,110,0,1) 100%);
	background: -o-linear-gradient(top, rgba(218,110,0,0.8) 0%,rgba(245,122,0,1) 5%,rgba(218,110,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(218,110,0,0.8) 0%,rgba(245,122,0,1) 5%,rgba(218,110,0,1) 100%);
	background: linear-gradient(to bottom, rgba(218,110,0,0.8) 0%,rgba(245,122,0,1) 5%,rgba(218,110,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccda6e00', endColorstr='#da6e00',GradientType=0 );
	
	border: 1px solid rgba(161, 80, 0, 0.8);
	border-bottom: 1px solid rgba(161, 80, 0, 1);
}

a.button2.inactive
{
	background: rgb(161,161,161);
	background: -moz-linear-gradient(top, rgba(161,161,161,1) 0%, rgba(161,161,161,1) 5%, rgba(130,130,130,1) 6%, rgba(112,112,112,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,161,161,1)), color-stop(5%,rgba(161,161,161,1)), color-stop(6%,rgba(130,130,130,1)), color-stop(100%,rgba(112,112,112,1)));
	background: -webkit-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,1) 5%,rgba(130,130,130,1) 6%,rgba(112,112,112,1) 100%);
	background: -o-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,1) 5%,rgba(130,130,130,1) 6%,rgba(112,112,112,1) 100%);
	background: -ms-linear-gradient(top, rgba(161,161,161,1) 0%,rgba(161,161,161,1) 5%,rgba(130,130,130,1) 6%,rgba(112,112,112,1) 100%);
	background: linear-gradient(to bottom, rgba(161,161,161,1) 0%,rgba(161,161,161,1) 5%,rgba(130,130,130,1) 6%,rgba(112,112,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#707070',GradientType=0 );
	
	border: 1px solid rgba(82, 82, 82, 0.8);
	border-top: 1px solid rgba(82, 82, 82, 1);
}

a.button2.inactive:hover
{
	background: -moz-linear-gradient(top, rgba(112,112,112,0.8) 0%, rgba(130,130,130,1) 5%, rgba(112,112,112,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(112,112,112,0.8)), color-stop(5%,rgba(130,130,130,1)), color-stop(100%,rgba(112,112,112,1)));
	background: -webkit-linear-gradient(top, rgba(112,112,112,0.8) 0%,rgba(130,130,130,1) 5%,rgba(112,112,112,1) 100%);
	background: -o-linear-gradient(top, rgba(112,112,112,0.8) 0%,rgba(130,130,130,1) 5%,rgba(112,112,112,1) 100%);
	background: -ms-linear-gradient(top, rgba(112,112,112,0.8) 0%,rgba(130,130,130,1) 5%,rgba(112,112,112,1) 100%);
	background: linear-gradient(to bottom, rgba(112,112,112,0.8) 0%,rgba(130,130,130,1) 5%,rgba(112,112,112,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc707070', endColorstr='#707070',GradientType=0 );
	
	border: 1px solid rgba(82, 82, 82, 0.8);
	border-bottom: 1px solid rgba(82, 82, 82, 1);
}

/*</Buttons V.2>*/

/*<Buttons>*/

/*bei verwendung nachfolgendes float-clearing erforderlich - in button-js-funktion bereits implementiert.
  alternativmöglichkeit, die nicht in ie6+7 funktioniert: display:table;margin: auto;*/
#content .buttonCentered
{
	float:left;
	left:50%;
	position: relative;
}

#content .buttonCentered span.button
{
	float:left;
	left: -50%;
	position:relative;
}

#content span.button
{
	display: inline;
}

#content span.button img
{
	border: none;
	display:block;
	float:left;
}

#content span.button a.buttonText,
#content span.button input
{
	display:block;
	float:left;
	padding:0 3px 0 3px;
	background-image: url(../img/b_bg_0088CC_a.gif);
	background-repeat: repeat-x;
	color:#FFF !important;	
	font-family:Tahoma,Arial,sans-serif !important;
	font-size:10px !important;
	font-weight:bold !important;
	text-align: center !important;
	text-decoration: none !important;
}


#content span img.skype
{
	position: absolute;
	margin-top: -5px;
	margin-left:-5px;
}

#content span.buttonLink a.buttonText,
#content span.buttonLink input
{
	background-image: url(../img/b_bg_0088CC_a.gif);
}

#content span.buttonAction a.buttonText,
#content span.buttonAction input
{
	background-image: url(../img/b_bg_0CAF00_a.gif);
}

#content span.buttonActionBg0088CC a.buttonText,
#content span.buttonActionBg0088CC input
{
	background-image: url(../img/b_bg_0CAF00_bg_0088CC_a.gif);
	background-color: #0088CC;
}

#content span.buttonActionBg0C64A9 a.buttonText,
#content span.buttonActionBg0C64A9 input
{
	background-image: url(../img/b_bg_0CAF00_bg_0C64A9_a.gif);
	background-color: #0C64A9;
}

#content span.buttonCaution a.buttonText,
#content span.buttonCaution input
{
	background-image: url(../img/b_bg_D91E36_a.gif);
}

#content span.buttonInactive a.buttonText,
#content span.buttonInactive input
{
	background-image: url(../img/b_bg_CCCCCD_a.gif);
}

#content span.button input
{
	height:17px;
	border:none;
	margin:0;
	padding:1px 4px 1px 4px;
	/*background-color:transparent;*/
}

#content span.button input:hover
{
	cursor: pointer;
}

/*Mozilla only*/
@-moz-document url-prefix()
{
    #content span.button input
    {
    	height: auto;
    	padding:1px 1px 2px 1px;
    }
}

#content span.button a.buttonText img
{
	float:none;
	display:inline;
	vertical-align:-5px;
	visibility: hidden;
}

#content span.button br
{
	clear:both;
	visibility: hidden;
	line-height:0;
	font-size:0;
	height:0;
}

#content .mathPeriode
{
	text-decoration: overline;
}

#content p.note
{
	font-size:9px;
	color: #666666;
}

#content .emphasis1
{
	background-color: #E7F2F8;
}

#content .emphasis1b
{
	background-color: #F2F9FC;
}

#content .emphasis2
{
	background-color: #FFEACF;
}

#content .emphasis2b
{
	background-color: #FFF6EA;
}

#content .emphasis3
{
	background-color: #EEEEEF;
}

#content table.emphasis3zebra tr:nth-child(odd) > td
{
	background-color: #EEEEEF;
}

#content table.emphasis3zebraLeftBorder tr:nth-child(odd)
{
	border-left: 1px solid #EEEEEF;
}

#content .emphasis3 a
{
	background-color: #EEEEEF;
}

#content .emphasis4
{
	background-color: #FED09E;
}

#content .emphasis5
{
	background-color: #EEFFEE;
}

#content .emphasis6
{
	background-color: #E6F5E1;
}

#content .emphasis6b
{
	background-color: #EEF7EB;
}

#content a:link 
{
	text-decoration: underline;
	color: #333333;
}
#content a:visited 
{
	text-decoration: underline;
	color: #333333;
}
#content a:hover 
{
	text-decoration: underline;
	color: #0088CC;
}
#content a:active 
{
	text-decoration: underline;
	color: #0088CC;
}

#content a.blue:link 
{
	text-decoration: underline;
	color: #333333;
}
#content a.blue:visited 
{
	text-decoration: underline;
	color: #333333;
}
#content a.blue:hover 
{
	text-decoration: underline;
	color: #0088CC;
}
#content a.blue:active 
{
	text-decoration: underline;
	color: #0088CC;
}

a.noUnderline:link 
{
	text-decoration: none !important;
}
a.noUnderline:visited 
{
	text-decoration: none !important;
}
a.noUnderline:hover 
{
	text-decoration: none !important;
}
a.noUnderline:active 
{
	text-decoration: none !important;
}

#content a.hoverUnderline:link 
{
	text-decoration: none;
	color: #333333;
}
#content a.hoverUnderline:visited 
{
	text-decoration: none;
	color: #333333;
}
#content a.hoverUnderline:hover 
{
	text-decoration: underline;
	color: #0088CC;
}
#content a.hoverUnderline:active 
{
	text-decoration: underline;
	color: #0088CC;
}

#content a.arrowLink, #content span.arrowLink
{
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	text-decoration: underline;
	background-image: url(../img/list_arrow_0088CC.gif);
	background-position: 0px 4px; 
	background-repeat: no-repeat;
	padding-left: 9px;
	cursor: pointer;
}

#content a.arrowLinkHoverUnderline:link, #content span.arrowLinkHoverUnderline:link,
#content a.arrowLinkHoverUnderline:visited, #content span.arrowLinkHoverUnderline:visited
{
	text-decoration: none;
}

#content a.arrowLinkHoverUnderline:hover, #content span.arrowLinkHoverUnderline:hover,
#content a.arrowLinkHoverUnderline:active, #content span.arrowLinkHoverUnderline:active
{
	text-decoration: underline;
}

#content span.arrowLink:hover
{
	color: #0088CC;
}

#content a.arrowLinkMultiline
{
	display: block;
}

#content a.openLink,
#content a.closeLink
{
	text-decoration: none;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

#content a.openLink
{
	background-image: url(../img/b_plus.gif);
}

#content a.closeLink
{
	background-image: url(../img/b_minus.gif);
}

#content a.fileLink
{
	background-image: url(../img/s_filetype_misc_16x16.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding: 3px 0px 1px 20px;
}

#content a.pdf
{
	background-image: url(../img/s_filetype_pdf_16x16.png);
}

#content address
{
	margin: 6px 0 6px 0;
	font-style: normal;
	font-weight:normal;
}

#content .inputBorder
{
	border: 1px solid #7F9DB9;
}

#content hr
{
	margin: 10px 0 10px 0;
	border-top: solid 1px #FFFFFF;
	border-bottom: dotted 1px #7F9DB9;
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	height:1px;
	clear: both;
}

#content hr.solid
{
	border-bottom: solid 1px #BBBBBB;
}

#content form
{
	margin:0;
	padding:0;
}

#content form .misentry
{
	margin: 2px 2px 0 2px;
	width: 13px;
	height: 13px;
	float:left;
	background: url(../img/b_ausrufezeichen.gif) no-repeat;
	cursor: pointer;
}

#content form label
{
	float:left;
	width:137px;
	margin-right:3px;
	margin-top:2px;
}

#content form label.mandatory
{
	font-weight: bold;
}

#content form label.error
{
	color: #D91E36;
	background: url(../img/b_ausrufezeichen.gif) no-repeat right;
}

#content form .widelabel
{
	width:370px;
	margin-bottom:10px;
	float:left;	
}

#content form fieldset 
{
	border: 1px solid #7F9DB9;
	margin: 10px 0 10px 0;
	padding: 0 14px 12px 14px;
}

#content form fieldset legend
{
	vertical-align:middle;
	margin: 0 0 0 -4px;
	padding:0 4px 0 4px;
	font-size: 12px;
	font-weight: bold;
	color: #0088CC;
}

#content form fieldset label
{
	float:left;
	width: 52%;
	margin-top:4px;
}

#content form fieldset .inputText
{
	float: right;
}

#content form fieldset .inputTextFocus
{
	float: right;
}

#content form fieldset .inputImage
{
	margin-top:17px;
}


#content form fieldset ul.imageList
{
    list-style-type: none;
    margin-top:8px;
    padding:0;
	/*text-align: center;*/
}

#content form fieldset ul.imageList li
{
   padding:0;
   line-height:40px;
   font-size:6px;
}

#content form fieldset ul.imageList li a
{
    margin:5px 4px;
    display:inline-block;
    border:1px solid #CCCCCD;
    padding:1px;
    -moz-box-shadow:0 0 4px #AAA;
    -webkit-box-shadow:0 0 4px #AAA;
    box-shadow:0 0 4px #AAA;
    -moz-border-radius:4px;
    border-radius:4px
    background: -moz-linear-gradient(top,  rgba(238,238,239,0) 50%, rgba(238,238,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(238,238,239,0)), color-stop(100%,rgba(238,238,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,239,0) 50%,rgba(238,238,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,239,0) 50%,rgba(238,238,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,239,0) 50%,rgba(238,238,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,239,0) 50%,rgba(238,238,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeef', endColorstr='#eeeeef',GradientType=0 ); /* IE6-9 */
}

#content form fieldset ul.smallImageList li
{
    line-height:29px;
}

#content form fieldset ul.imageList li a:hover
{
    border:1px solid #7F9DB9;
    -moz-box-shadow:0 0 3px #7F9DB9;
    -webkit-box-shadow:0 0 3px #7F9DB9;
    box-shadow:0 0 3px #7F9DB9;
}

#content form fieldset ul.imageList li a:before,
#content form fieldset ul.imageList li a:after
{
    content: '>\a0';
    visibility: hidden;
}

#content form fieldset ul.imageList li a img
{
    margin:0;
    vertical-align: middle;
}

#content form .inputReadOnly
{
	color: #777777 !important;
	border-color: #CCCCCD !important;
	background-color: #EEEEEF !important;
}

#content form .inputText,
#content form .inputTextError,
#content form .inputTextWarning
{
	vertical-align:top;
	width: 244px;
	height: 15px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #777777;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#content form .inputTextError
{
	color : #FFF;
	background-color: #D91E36;
	border-color: #C80D25;
}

#content form .inputTextWarning
{
	color: #CB5D00;
	font-size:10px;
	border-color: #CB5D00;
	background-color: #FFF6EA;
}

#content form .inputTextEmphasized
{
	color:#58B552;
	border-color:#58B552;
	background-color:#EEFFEE;
}

#content form .inputTextFocus
{
	vertical-align:top;
	width: 244px;
	height: 15px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #555555;
	border: 1px solid #5388b9;
	background-color: #DDDDDD;
}

#content form .inputCheckbox
{
  width:13px;
  height:13px;
  padding: 0;
  margin:3px 4px 3px 0px;
  border:0;
  background: none;
}

#content form .inputRadio
{
	width: 13px;
	height:15px;
	padding:0;
	margin: 0 0 4px 0;
	border: 0;
	background: none;
}

#content form .inputTextarea
{
	width:244px;
	height: 100px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color : #777777;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#content form .inputTextareaFocus
{
	width:244px;
	height: 100px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color : #555555;
	border: 1px solid #5388b9;
	background-color: #DDDDDD;
}

#content form .inputTextareaWarning
{
	color: #CB5D00;
	font-size:10px;
	border-color: #CB5D00;
}

#content form .inputFile
{	
	vertical-align:top;
	width: 244px;
	padding: 0px 3px 0px 3px;
	margin: 1px 0 1px 0;
	font-size : 11px;
	font-weight: normal;
	color : #777777;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
	font-size:11px;
	height: 19px;
}

#content form select
{
	vertical-align:top;
	width:252px;
	padding: 0px;
	height: 17px;
	margin: 1px 0 1px 0;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #7F9DB9;
	background-color: #EEEEEF;
}

#content form select optgroup
{
    padding-left: 3px;
    font-family: inherit;
    font-size: inherit;
    border-bottom: 1px solid #CCC;
}

#content form select optgroup:last-child
{
    border-bottom: none;
}

#content form select optgroup option
{
    padding-left:10px;
}

#content form select.selectWarning
{
	color: #CB5D00;
	font-size:10px;
	border-color: #CB5D00;
}

#content .subtitle
{
	color: #333333;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: -12px 0 12px 0;
	padding: 0;
}

#content h2.salesPromotion,
#content .h2.salesPromotion
{	
	color: #21A121;
	padding-left: 40px;
	background: url(../img/s_aktion.gif) 0px 1px no-repeat;
}

#content h3.checkmark,
#content .h3.checkmark
{
	padding-left: 20px;
	background: url(../img/s_checkmark_15x15_0CAF00.gif) left 0 / 14px 14px no-repeat;
}

#content p.checkmark
{
	padding-left: 20px;
	background: url(../img/s_checkmark_15x15_0CAF00.gif) left 0 / 14px 14px no-repeat;
}

#content em
{
	font-style: normal;
	font-weight: bold;
}

#content .n
{
	font-weight: bold;
}

#content .b
{
	font-size: 11px;
	font-weight: bold;
}

#content .i
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

#content .bi
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

#content .u
{
	font-size: 11px;
	font-weight: normal;
	text-decoration:underline;
}

#content .uc
{
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
}

#content .buc
{
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}

#content .nowrap
{
	white-space: nowrap;
}

#content ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 9px 0 12px 0px;
	padding:0;
}

#content ol
{
 	list-style-image: none;
 	list-style-type:decimal;
 	margin: 9px 0 12px 17px;
 	padding:0;
}

#content ol.note
{
	list-style-image: none;
 	list-style-type:decimal;
	text-align:justify;
	font-size:9px;
	color: #666666;
}

#content ul li
{
 	background-image: url(../img/list_symbol.gif);
    background-repeat: no-repeat;
    background-position: 4px 0px;
    padding-left: 15px;
    text-align:justify;
    margin: 6px 0 6px 0;
}

#content dl.starNote
{
	margin-top:4px;
	font-size:9px;
	color: #666666;
	text-align:justify;
}

#content dl.starNote dt
{
	font-size:12px;
}

#content dl.starNote dd
{
	margin-left:7px;
	margin-top:-14px;
}

#content dl.stars1 dd
{
	margin-left:7px;
}

#content dl.stars2 dd
{
	margin-left:12px;
}

#content dl.stars3 dd
{
	margin-left:18px;
}

#content dl.stars4 dd
{
	margin-left:24px;
}

#content .hiddenList ul
{
	list-style-image: none;
	list-style-type: none;
}

#content .hiddenList ul li
{
	margin:0;
	padding:0;
	background-image:none;
}

#content ul.buttonList
{
	margin-top:13px;
	list-style-image: none;
	list-style-type: none;
}

#content ul.buttonList li
{
	margin: 0 8px 4px 0;
	padding:0;
	background-image:none;
}

#content ul.buttonList li
{
	float:left;
}

#content ul.imageListAveraged
{
	position: relative;
	text-align: center;
	width: 100%;
	list-style-type: none;
	padding:0;
	margin-top: 2px;
}

#content ul.imageListAveraged  li
{
	display: inline-block;
	background-image: none;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	margin:0;
	padding: 4px 0;
}

#content ul.imageList
{
	list-style-type: none;
	margin:0;
	padding:0;
}

#content ul.imageList li
{
	text-align: center;
	display:inline;
	background-image:none;
	margin:0;
	padding:0;
}

#content ul.imageList li img
{
	vertical-align: middle;
	margin:6px 6px 6px 6px;
}

#content ul.checkboxList
{
	list-style-image: none;
	list-style-type: none;
}

#content ul.checkboxList li
{
	margin:0 0 0 20px;
	padding:2px 0 2px 0;
	background-image:none;
	vertical-align:top;
	position:relative;
}

#content ul.checkboxList li label
{
	float:none;
	width: auto;
	display:block;
	margin-top:0;
	margin-left:-20px;
	padding-left:20px;
}

#content ul.checkboxList li label.mandatory
{
	font-weight: normal;
}

#content ul.checkboxList li label.error
{
	background: url(../img/b_ausrufezeichen.gif) no-repeat 0px 14px;
	color: #D91E36;
}

#content ul.checkboxList li input
{
	margin:0;
	padding:0;
	margin-left:-20px;
	position:absolute;
}

#content ul.radioList
{
	list-style-image: none;
	list-style-type: none;
	padding:0;
	margin:7px 0px 7px -5px;
}

#content ul.radioList li
{
	margin:3px 0px 3px 0px;
	padding:0;
	background-image:none;
}

#content ul.radioList li input
{
	vertical-align:-4px;
}

#content ul.inlineList li
{
	display:inline;
	margin-right:6px;
}

#content ul.nestedList li ul.checkboxList
{
	list-style-image: none;
	list-style-type: none;
}

#content ul.nestedList li ul.checkboxList li
{
	margin:0 0 0 20px;
	padding:2px 0 2px 0;
	background-image:none;
	vertical-align:top;
	position:relative;	
}

#content ul.nestedList li ul.inlineList li
{
	display:inline;
	margin-right:6px;
}

#content ul.nestedList li ul.checkboxList li input
{
	margin:0;
	padding:0;
	margin-left:-20px;
	position:absolute;
	vertical-align:middle;
}

#content ul.nestedList li ul.radioList
{
	list-style-image: none;
	list-style-type: none;
}

#content ul.nestedList li ul.radioList li
{
	margin:0;
	padding:0;
	background-image:none;
}

#content ul.fileList
{
	margin: 9px 0 12px 0px;
	list-style-image: none;
	border-bottom: 1px solid #DDDDDD;
}

#content ul.fileList li
{
	background-image: none;
	border-top: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	position: relative;
}

#content ul.fileList li.deletedFile :not(input)
{
	opacity: 0.67;
	font-style: italic;
}

#content ul.fileList li span
{
	padding:4px 2px 0 0;
	position:absolute;
	right:0;
}

#content ul.fileList li a
{
	height:14px;
	padding: 4px 0 4px 0;
	padding-left:20px;
	padding-right:50px;
	display:block;
	background: no-repeat 0px 3px;
	background-image: url(../img/s_filetype_misc_16x16.png);
}

#content ul.fileList li a.doc
{
	background-image: url(../img/s_filetype_doc_16x16.png);
}

#content ul.fileList li a.htm
{
	background-image: url(../img/s_filetype_htm_16x16.png);
}

#content ul.fileList li a.file
{
	background-image: url(../img/s_filetype_misc_16x16.png);
}

#content ul.fileList li a.pdf
{
	background-image: url(../img/s_filetype_pdf_16x16.png);
}

#content ul.fileList li a.txt
{
	background-image: url(../img/s_filetype_txt_16x16.png);
}

#content ul.fileList li a.xls
{
	background-image: url(../img/s_filetype_xls_16x16.png);
}

#content ul.fileList li a.zip
{
	background-image: url(../img/s_filetype_zip_16x16.png);
}

#content ul.fileList li .info
{
	margin: 1px 6px 0 2px;
	width: 13px;
	height: 13px;
	float:left;
	background: url(../img/b_fragezeichen.gif) no-repeat;
	cursor: pointer;
}

#content ul.arrowList
{
	margin: 9px 0 12px 0;
}

#content ul.arrowList li
{
	background-image: url(../img/list_arrow_0088CC.gif);
	background-position: 5px 4px;
}

#content ul.arrowList ol li
{
	background-image: none;
	background-position: 0 0;
	padding-left: 0;
}

#content ul.checkList
{
	margin: 9px 0 12px 0;
}

#content ul.checkList li
{
	text-align:left;
	background: url(../img/s_checkmark_10x10_0CAF00.gif) 1px 1px no-repeat;
}

#content ul.arrowLink
{
	display:inline;
	vertical-align:middle;
}

#content ul.arrowLink li
{
	background-image: url(../img/list_arrow_0088CC.gif);
	background-position: 5px 4px;
	display:inline;
}

#content .symbolList ul
{
	margin: 0;
	padding-left:6px !important;
}

#content .symbolList ul li
{
	background-image: none !important; /*set by inline-css*/
	/*background-position: 0px 1px;*/
	padding:0 !important;
	display:inline;
}

#content .symbolList ul li a:link
{
	color: #333333;
	text-decoration: underline;
}

#content .symbolList ul li a:hover
{
	color: #0088CC;
}

#content ul.nestedList
{
	margin: 9px 0 12px 0;
}

#content ul.nestedList li
{
	font-weight:bold;
 	background-image: url(../img/list_arrow_0088CC.gif);
 	background-position: 0px 4px;
 	padding-left: 11px;
}

#content ul.nestedList li p
{
	margin-bottom:10px;
	font-weight:normal;
}

#content ul.nestedList li div
{
	font-weight:normal;
}

#content ul.nestedList li ul
{
	margin: 9px 0 12px 0px;
}

#content ul.nestedList li ul li
{
	font-weight: normal;
 	background-image: url(../img/list_symbol.gif);
 	background-position: 0px 0px;
 	padding-left: 11px;
}

#content ul.nestedList li ul.checkList li
{
	font-weight: normal;
 	background-image: url(../img/s_checkmark_10x10_0CAF00.gif);
 	background-position: 0px 1px;
 	padding-left: 14px;
}

#content ol li
{
	font-weight:normal;
}

#content ol.nestedList
{
	font-weight:bold;
 	list-style-type:decimal;
}

#content ol.nestedList li
{
	font-weight:bold;
}

#content ol.nestedList li p
{
	margin-bottom:10px;
	font-weight:normal;
}


#content ol.nestedList li ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 9px 0 12px 0px;
}

#content ol.nestedList li ul li
{
	font-weight: bold;
 	background-image: url(../img/list_arrow_0088CC.gif);
 	background-position: 0px 4px;
 	padding-left: 11px;
}

#content ol.nestedList li ul li p
{
	font-weight:normal;
	margin-bottom:10px;
}

#content ol.nestedMainList
{
	font-weight:bold;
 	list-style-type:decimal;
}

#content ol.nestedMainList li
{
	font-weight:bold;
	font-size:12px;
	color:#0088CC;
}

#content ol.nestedMainList li p
{
	font-size:11px;
	color:#333333;
	font-weight:normal;
	margin-bottom:10px;
}

#content ol.nestedMainList li ul
{
	font-size:11px;
	color:#333333;
	list-style-image: none;
	list-style-type: none;
	margin: 9px 0 12px 0px;
}

#content ol.nestedMainList li ul li
{
	font-size:11px;
	color:#333333;
	font-weight: bold;
 	background-image: url(../img/list_arrow_0088CC.gif);
 	background-position: 0px 4px;
 	padding-left: 11px;
}

#content ol.nestedMainList li ul li p
{
	font-weight:normal;
	margin-bottom:10px;
}

#content ol.justify li
{
	text-align: justify;
}

#content div.twoColElementList
{
	width:100%;
	position:relative;
}

#content div.twoColElementList ul
{
	padding:0;
	margin:0;
	width:50%;
	position:absolute;
	top: 0;
	right:0;
}

#content div.twoColElementList ul:first-child
{
	right:auto;
	position:static;
}

#content div.twoColElementList ul li
{
	display:block;
	padding:0;
	margin:0;
	background-image:none !important;
	text-align:center !important;
	line-height:50px;
	height:50px;
}

#content div.twoColElementList ul li *
{
	vertical-align:middle;
}

#content table
{	
	margin:7px 0 0 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #444444;
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

#content .alignLeft tr td
{	
	text-align: left;
}

#content .alignLeft tr th
{	
	text-align: left;
}

#content  table .alignLeft td
{	
	text-align: left;
}

#content table tr.alignLeft td, #content table tr.alignLeft th
{
	text-align: left;
}

#content .alignTop tr td
{	
	vertical-align: top;
}

#content .alignTop tr th
{	
	vertical-align: top;
}

#content  table .alignTop td
{	
	vertical-align: top;
}

#content  table.hideCollapsedBorder tr td
{	
	border: none;
}

#content table td
{
	font-weight:normal;
	text-align: center;
	border: 1px solid #555555;
	padding: 2px 6px 2px 6px;
}

#content table th
{
	font-weight: bold;
	text-align: center;
	color: #555555;
	background-color: #DDDDDD;
	border: 1px solid #555555;
	padding: 2px 6px 2px 6px;
}


#content table td .searchResult
{
	padding: 1px 4px 2px 4px;
	border-bottom: 1px solid #BBBBBB;
}

#content table tr .emphasisSearchResult1
{
	background-color: #E7F2F8;
}

#content table tr .emphasisSearchResult2
{
	background-color: #FFFFFF;
}

#content table .result td
{
	text-align: center;
	border: 1px solid #555555;
	padding: 2px 6px 2px 6px;
	font-weight:bold;
	border-top:3px double #555555;
}

#content .invisibleTable
{
	border:0;
	margin:0;
}

#content .invisibleTable table
{
	font-weight:normal;
	width:auto;
}

#content .invisibleTable td
{
	text-align:left;
	border:0;
	padding:0;
}

#content .benchmarkTable
{
	border:0;
	margin:0;
}

#content .benchmarkTable table
{
	font-weight:normal;
	width:auto;
}

#content .benchmarkTable tr > td
{
	border: none;
	line-height: 15px;
}

#content .benchmarkTable tr > td:first-child
{
	font-weight: bold;
	text-align:left;
	width: 100%;
}

#content .benchmarkTable tr > td:last-child
{
	text-align:right;
	white-space: nowrap;
}

#content .benchmarkTable tr.emphasisDotted
{
	border: 1px dotted #21A121;
	/*background-color:#EEF7EB;*/
}

#content .wideTemplate .benchmarkTable tr > td
{
	line-height: 21px;
}

#content .smallTable h3,
#content .smallTable .h3
{
	margin-bottom:6px;
}

#content .smallTable table
{
	width:100%;
	color: #555555;
}

#content .smallTable table th
{
	font-size: 10px;
	vertical-align: top;
	background-color: #DDDDDD;
	padding: 0px 2px 1px 2px;
}

#content .smallTable table td
{
	font-size: 10px;
	padding: 0px 2px 1px 2px;
}

#content .fundsTable h4,
#content .fundsTable .h4
{
	margin-bottom: 8px;
}

#content .fundsTable table th
{
	text-align:left;
}

#content .fundsTable table .emphasized
{
	background-color:#CEDBE1;
}

#content .fundsTable table tr td
{
	height: 13px;
	line-height:13px;
	text-align:left;
	border: 1px solid #555555;
	vertical-align:middle;
}

#content .fundsTable table tr th:first-child
{
	width: 9px;
}

#content .fundsTable table tr th:nth-child(2)
{
	max-width:40px;
}

#content .fundsTable table tr th:nth-child(3)
{
	width: 100%;
}

#content .fundsTable table tr th:nth-child(4)
{
	max-width:30px;
}

#content .fundsTable table tr td:nth-child(3)
{
	padding-left: 5px;
	padding-right: 2px;
}

#content .fundsTable table
{
	padding:0 0 2px 0;
	border: 0;
}

#content .fundsTable .symbol
{
	background-color:#EE8800;
	color:#FFFFFF;
	font-weight:bold;
	padding:0 1px 0 2px;
	margin-right:4px;
	font-size:10px;
}

#content .fundsTable .symbol span
{
	font-size:11px;
}

#content .fundsTable a:link 
{
	text-decoration: none;
	color: #666666;
}
#content .fundsTable a:visited 
{
	text-decoration: none;
	color: #666666;
}
#content .fundsTable a:hover 
{
	text-decoration: underline;
	color: #0088CC;
}
#content .fundsTable a:active 
{
	text-decoration: underline;
	color: #0088CC;
}
#content .fundsTable table td div.fundSetProducts
{
	padding:2px 2px 2px 14px;
	background-color: transparent;
}
#content .fundsTable table td div.fundSetProducts:hover
{
	background: url(../img/s_double_arrow_19x16_B3B3B3.png) 362px center no-repeat;
	background-color: #EEEEEF;
	cursor: pointer;
}

#content .smallTable table.fundsDiscountTableHead
{
	margin-bottom: 0;
	width: 699px;
}

#content .smallTable table.fundsDiscountTableHead tr:not(:last-child) th
{
	text-align: left;
}

#content .smallTable table.fundsDiscountTableHead tr th
{
	padding: 2px 0 2px 0;
	margin:0;
}

#content .smallTable table.fundsDiscountTableHead tr th:first-child
{
	padding-left: 2px;
}

#content .smallTable table.fundsDiscountTableHead tr:not(:last-child) th:first-child
{
	border-right: none;
}

#content .smallTable table.fundsDiscountTableHead tr:not(:last-child) th:nth-child(2)
{
	border-left: none;
	border-bottom: none;
}

#content .smallTable table.fundsDiscountTableHead tr:not(:last-child) th:nth-child(n+3)
{
	border-top:none;
	border-bottom:none;
}

#content .smallTable table.fundsDiscountTableHead tr:last-child th:first-child
{
	text-align:left;
}

#content .smallTable table.fundsDiscountTableHead tr:last-child th:not(:first-child)
{
	width: 33px;
	vertical-align: bottom;
	border-top: none;
}

#content .smallTable table.fundsDiscountTableHead tr:last-child th:not(:first-child).sep
{
	width:66px;
}

#content .smallTable table.fundsDiscountTableBody
{
	width: 699px !important;
	margin-top: -1px !important;
}

#content .smallTable table.fundsDiscountTableBody tr:nth-child(2n)
{
	background-color: #E7F2F8;
}

#content .smallTable table.fundsDiscountTableBody tr.sel
{
	background-color: #FFEACF;
}

#content .smallTable table.fundsDiscountTableBody tr td
{
	text-align: left;
	padding: 2px 0 2px 0;
	margin: 0;
}

#content .smallTable table.fundsDiscountTableBody tr td:first-child
{
	padding-left: 2px;
}

#content .smallTable table.fundsDiscountTableBody tr td:not(:first-child)
{
	width: 33px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
}

#content .smallTable table.fundsDiscountTableBody tr td:not(:first-child).sep
{
	width: 66px;
}

#content .listArrow
{
	background-image:url(../img/list_arrow_0088CC.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	height: 16px;
	padding:0 0 0 10px;
	margin: 0 0 0 5px;
}

#content .listSquare
{
	background-image:url(../img/list_square_0088CC.gif);
	background-repeat:no-repeat;
	background-position: 0px 4px;
	height: 16px;
	padding:0 0 0 8px;
	margin: 0 0 0 5px;
}

#content .imgLeft
{
	border: 1px solid #333333;
	float: left;
	margin: 5px 10px 0 0;
	width: 150px;
}

#content img.editPen
{
	cursor: pointer;
	vertical-align: top;
	padding: 0 2px;
	display: inline;
	width: 12px;
	height: 12px;
}

#content .clear
{
	clear: both;
}

#content br.clear,
#content div.clear
{
	height: 0;
	line-height:0;
	visibility: hidden;
	font-size: 0;
}

#content .solidLine
{
	border-top: 1px solid #777777;
	clear: both;
	margin: 0;
}

#content .dottedLine
{
	/*background-image:url(../img/dashed_line_7777777.gif);*/
	clear: both;
	background-repeat:repeat-x;
	background-position: 0px 9px;
	height: 21px;
	padding:0;
	margin: -2px 0 4px 0;
}

#content .dashedLine
{
	clear:both;
	border-bottom:1px dashed #7F9DB9;
	padding-top:12px;
	margin-bottom:12px;
}

#content .small
{
	font-size:9px;
}


#content div.referenz
{
	width:100%;
	padding-top:20px;
	clear:both;
}

#content div.referenz h1,
#content div.referenz .h1
{
	color: #0088CC;
	font-weight: bold;
	font-size: 11px;
	margin-top: 0;
	margin-bottom: 0;
}

#content div.referenz h2,
#content div.referenz .h2
{
	color: #333333;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
}

#content div.referenz img
{
	float:left;
	padding-top: 8px;
}

#content div.referenz div
{
	border-left: 1px solid #444444;
	padding-left: 10px;
	width: 70%;
	margin: 8px 0px 0px auto;
}

#content div.referenz div h3:first-child,
#content div.referenz div .h3:first-child
{
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	margin: 0 0 -3px 0;
}

#content .grayBox
{
	border:1px #D6D6D7 solid;
	background-color:#EEEEEF;
	padding:2px 2px 4px 4px; 
}

#content .panel
{
	padding: 0 5px 10px 5px;
}

#content .panel > hr:first-child
{
	border: none;
	margin-top: 0;
}

#content .panel
{
	color: #555555;
}

#content .panel a:link,
#content .panel a:visited
{
	color: #555555;
}

#content .panel a:hover,
#content .panel a:active
{
	color: #0088CC;
}

#content .panel hr
{
	border-bottom-color: #777777;
	margin-top:8px;
	margin-bottom:8px;
}

#content .panel hr.solid
{
	border-bottom:solid 1px #BBBBBB;
}

#content .panel h1,
#content .panel .h1
{
	font-size: 14px;
}

#content .panel h2,
#content .panel .h2
{
	margin-top:-2px;
}

#content .panel .p
{
	color: #555555;	
	margin: 6px 0 6px 0;
}

#content .panel h3,
#content .panel .h3
{
	margin-top:-2px;
}

#content .panel h4,
#content .panel .h4
{
	color: #666666;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size: 10px;
	margin: 6px 0 6px 0;
}
	
#content .panel ul li
{
	text-align:left;
}

#content .panel p.note
{
	margin-bottom:0;
}

#content .panel ul
{
	margin-bottom:0;
}

#content .panel div.twoColElementList ul li
{
	white-space:nowrap;
	height:23px;
	line-height:23px;
}

#content .panel div.twoColElementList ul li:before,
#content .panel div.twoColElementList ul li:after
{
	content: "\00a0";
}

#content .panel div.subPanel
{
	width:100%;
}

#content .panel div.subPanel:first-child
{
	margin-top:7px;
}

#content .panel div.imagePanel
{
	width:100%;
	position:relative;
}


#content .panel div.imagePanel h3,
#content .panel div.imagePanel .h3
{
	padding-left: 13px;
	background-image: url(../img/s_triangle_downright_0088CC.gif);
	/*alternativ: background-image: url(../img/s_square_0088CC.gif);*/
	background-position: 0px 3px;
	background-repeat: no-repeat;
}


#content .panel div.imagePanel p
{
	text-align: left;
	margin-bottom:0;
}

#content .panel div.imagePanel img
{
	float:left;
	width:55px;
	margin:2px 6px 0 0;
}

#content .panel div.imagePanel span.button img
{
	width: auto;
	margin:0;
}

#content .panel div.imagePanel span.button a:link,
#content .panel div.imagePanel span.button a:hover,
#content .panel div.imagePanel span.button a:active
{
	text-decoration:none;
}

#content .panel div.imagePanel a:link,
#content .panel div.imagePanel a:visited
{
	text-decoration:none;
}

#content .panel div.imagePanel a:hover,
#content .panel div.imagePanel a:active
{
	text-decoration:underline;
}

#content .panel div.imagePanel ul li a:link,
#content .panel div.imagePanel ul li a:visited
{
	text-decoration:underline;
}

#content .panel .shortnews
{
	position:relative;
	margin-bottom:-9px;
}

#content .panel .shortnews h3,
#content .panel .shortnews .h3
{
	font-weight:normal;
	color: #0088CC;
	margin-bottom:0;
}

#content .panel .shortnews em
{
	font-style: italic;
	font-weight: normal;
	color: #666666;
}

#content .panel .shortnews hr.solid
{
	margin-right:-5px;
	margin-left:-5px;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
}

#content .panel .shortnews a:link,
#content .panel .shortnews a:visited
{
	text-decoration: none;
}


#content .panel .shortnews a:hover,
#content .panel .shortnews a:active
{
	text-decoration: underline;
}

#content div.multiLevelTabs
{
	height: 100px;
	margin-bottom: 10px;
}

#content div.multiLevelTabs ul
{
	width: 100%;
	position:relative;
	margin:0;
	padding:4px 0 4px 0;	
	border-bottom: 1px solid #7F9DB9;
}

#content div.multiLevelTabs ul.noSub
{
	border-bottom: none;
}

#content div.multiLevelTabs ul li
{
	
	margin:0;
	padding:0;
	margin-left: -1px;
	color: #0088CC;
	display: inline;
	background-image: none;
}

#content div.multiLevelTabs ul li a
{
	color: #333333;
	text-decoration: underline;
	background-image: url(../img/list_arrow_0088CC.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	padding: 3px 5px 4px 15px;
}

#content div.multiLevelTabs ul li.active a
{
	color: #0088CC;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #7F9DB9;
	border-bottom: 1px solid #FFFFFF;
}

#content div.multiLevelTabs ul.noSub li.active a
{
	border-bottom-color: #7F9DB9;
}

#content div.multiLevelTabs ul li a:hover
{
	text-decoration: underline;
}

#content div.multiLevelTabs ul li ul
{
	border: 1px solid #7F9DB9;
	border-top: none;
	position: absolute;
	left:-1px;
	margin-top:4px;
	width:100%;
	padding:4px 0 4px 0;
}

#content div.multiLevelTabs ul li.active ul li a
{
	border: none;
	font-weight: normal;
	text-decoration: underline;
}

#content div.multiLevelTabs ul li ul li.active a
{
	border: none;
	font-weight:bold;
	text-decoration: none;
}

#content .panel .angebot .listArrow
{
	background-image:url(../img/list_arrow_0088CC.gif);
}

#content .panel .angebot ul li
{
	background-image:url(../img/list_arrow_0088CC.gif);
}

#content .panel ol.topfunds,
#content .panel ul.topfunds
{
	margin:0;
	position: relative;
}

#content .panel ol.topfunds li,
#content .panel ul.topfunds li
{
	height: 14px;
	background-image: none;
	padding: 2px;
	margin: 0;
	list-style-position: inside;
}

#content .panel ul.topfunds li
{
	background-image: url("../img/list_arrow_666666.gif");
	background-position: 5px 5px;
}

#content .panel ol.topfunds li:hover,
#content .panel ul.topfunds li:hover
{
	background-color: #FFEACF;
}

#content .panel ol.topfunds li a,
#content .panel ul.topfunds li a
{

	position: absolute;
	width:130px;
	left: 13px;
	white-space: nowrap;	
	overflow:hidden;
}

#content .panel div.imagePanel ul.topfunds li a:link
{
	text-decoration: none;
}

#content .panel div.imagePanel ul.topfunds li a:link:hover
{
	text-decoration: underline;
}

#content #main .productfinderLeftbox
{
	width: 600px;
	float: left;
}

#content #main .productfinderLeftbox .bottom
{
	vertical-align: bottom;
}

#content #main .productfinderSmallLeftbox
{
	width: 40%;
	float: left;
} 

#content #main .productfinderRightbox
{
	width: 118px;
	float: right;
}

#content #main .productfinderSmallMiddlebox
{
	width: 40%;
	float: left;
	padding-left: 10px;	
}

#content #main .productfinderRightbox select
{
	width: 118px;
}

#content #main .productfinderRightbox ul.submitButton
{
	text-align: right;
	width: 118px;
}

#content #main .productfinderRightbox ul.only
{
	margin-top: 0px;
}

#content #main ul.onlyBottom
{
	text-align: right;
	margin-bottom: 0px;
	float: right;
}

#content #main .productfinderRightbox ul.double
{
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
}

#content #main .productfinderRightbox li
{
	margin-right: 0px;
	padding-right: 0px;
}

#content #main textarea.productfinderBig
{
	 width: 500px;
	 height: 50px;
}

#content #main textarea.productfinderSmall
{
	 width: 550px;
	 height: 30px;
}

#content #main select.productfinderDropdown
{
	 width: 100%;
}

#content #main option.productfinderLeft
{
	 width: 557px;
}

#content #main option.productfinderRight
{
	 width: 394px;
}

#content #ekomiSlider
{
	margin-top:4px;
}

#content #ekomiSlider ul, #content #ekomiSlider li
{
	margin:0;
	padding:0;
	list-style:none;
	background-image: none;
}

#content #ekomiSlider, #content #ekomiSlider li
{
	width:143px;
	height:56px;
	overflow:hidden;
}

#content #ekomiSlider ul li h3,
#content #ekomiSlider ul li .h3
{
	color: #0088cc;
    font-weight: normal;
    margin-bottom: 0;
	margin-top:1px;
}

#content #ekomiSlider ul li p
{
	margin: 0;
	height:43px;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content span#ekomiPrevBtn a, #content span#ekomiNextBtn a
{
	display: block;
	margin-left: -5px;
	width: 16px;
	height: 16px;
}

#content span#ekomiPrevBtn a
{
	position:absolute;
	left:0px;
	top: 75px;
	background: url("../img/arrow_up_0088CC.gif") no-repeat 6px 6px;
}

#content span#ekomiNextBtn a
{
	margin-top: -2px;
	background: url("../img/arrow_down_0088CC.gif") no-repeat 6px 6px;
}

#content #newsSlider
{
	margin-top:10px;
}

#content #newsSlider ul, #content #newsSlider li
{
	margin:0;
	padding:0;
	list-style:none;
	background-image: none;
}

#content #newsSlider, #content #newsSlider li
{
	width:143px;
	height:56px;
	overflow:hidden;
}

#content #newsSlider ul li h3,
#content #newsSlider ul li .h3
{
	margin-top:1px;
}

#content #newsSlider ul li p:not(.h3)
{
	margin: 0;
	height:43px;
	text-align:left;
	overflow: hidden;
}

#content span#newsPrevBtn a, #content span#newsNextBtn a
{
	display: block;
	margin-left: -5px;
	width: 16px;
	height: 16px;
}

#content span#newsPrevBtn a
{
	position:absolute;
	left:0px;
	top: 12px;
	background: url("../img/arrow_up_0088CC.gif") no-repeat 6px 6px;
}

#content span#newsNextBtn a
{
	margin-top: -2px;
	background: url("../img/arrow_down_0088CC.gif") no-repeat 6px 6px;
}

#subfooter #bottomSlider
{
	margin: -1px 0 0 12px;
	padding: 0px;
}

#subfooter #bottomSlider ul li p:not(.h3)
{
	margin: 0;
	text-align:left;
}

#subfooter #bottomSlider ul, #subfooter #bottomSlider li
{
	margin: 0px;
	padding: 0px;
	background-image: none;
	list-style: none;
}

#subfooter #bottomSlider li
{ 
	width: 143px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background-image: none;
	overflow:hidden; 
}

#subfooter span#bottomNextBtn a, #subfooter span#bottomPrevBtn a
{
	position: absolute;
	width: 18px;
	height: 18px;
}

#subfooter span#bottomNextBtn a
{
	margin:-17px 0 0 -8px;
	background: url("../img/arrow_down_666666.gif") no-repeat 8px 8px;
}


#subfooter span#bottomNextBtn a:hover
{
	background-image: url("../img/arrow_down_0088CC.gif");
}

#subfooter span#bottomPrevBtn a
{
	margin:-58px 0 0 -8px;
	background: url("../img/arrow_up_666666.gif") no-repeat 8px 2px;
}

#subfooter span#bottomPrevBtn a:hover
{
	background-image: url("../img/arrow_up_0088CC.gif");
}

#content form .annotation
{
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

#content #pr .logo
{
	width: 110px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
}

#content #pr .text
{
	width: 277px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
}

#content .wtbc_sending
{
	color: #21A121;
	margin-left: 12px;
	height: 16px;
	vertical-align: middle;
}

.publisherLogo
{
	float: left;
	width: 127px;
	padding: 0px;
	text-align: center;
	border: none;
}

#content .productTypeBox
{
	display: block;
	position: relative;
	background: url(../img/bg_gradient_down_006699_to_0088CC.gif) repeat-x;
	background-color:#0088CC;
	width: 132px;
	height:146px;
	margin-bottom: 8px;
	margin-right: 8px;
	padding-bottom: 14px;
	/*float:left;*/
}

#content .lastProductTypeBoxInLine
{
	margin-right: -1px;
}

#content .productTypeBoxClosed
{
	height: 40px;
	padding-bottom:8px;
}

#content .productTypeBox h2,
#content .productTypeBox .h2
{
	background: url(../img/circle_arrow_down_0CAF00_bg_006699_a.gif) 0px 5px no-repeat;
	width: 124px;
	overflow: hidden;
	margin: 0 0 0 6px;
	padding-left: 2px;
	padding-bottom: 1px;
	padding-top:6px;
	color: #EEEEEF;
	text-indent: 20px;
	line-height: 17px;
	font-size: 12px;
	font-weight: bold;
}

#content .productTypeBoxClosed h2,
#content .productTypeBoxClosed .h2,
{
	background-image: url(../img/circle_arrow_rgt_0CAF00_bg_006699_a.gif);
	padding-bottom: 0px;
}

#content .productTypeBox h2:hover,
#content .productTypeBox .h2:hover
{
	cursor: pointer;
	background-image: url(../img/circle_arrow_down_0CAF00_bg_006699_b.gif);
}

#content .productTypeBoxClosed h2:hover,
#content .productTypeBoxClosed .h2:hover
{
	background-image: url(../img/circle_arrow_rgt_0CAF00_bg_006699_b.gif);
}

#content .productTypeBox ul
{
	margin-top:4px;
	padding-left: 8px;
	padding-right: 8px;
	width: 116px;
	border-top: 1px solid #96c0d5;
	overflow: hidden;
	color: #EEEEEF;
	height: 88px;
	list-style: none;
}

#content .productTypeBoxClosed ul
{
	display: none;
}

#content .productTypeBox ul li
{
	background-image: none;
	margin-left:0;
	padding-left:0;
}

#content .productTypeBox .detailButton
{
	display: block;
	position:absolute;
	bottom:8px;
	left:8px;
}

#content .productTypeBoxClosed .detailButton
{
	display: none;
}

/*Example: <div class="center" style="height:100px;width:100px;"><span></span><img src="..." alt="..."></div>*/

#content .center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /*width: ...;
    height: ...;*/
}
#content .center * {
    vertical-align: middle;
}
/*\*//*/
#content .center {
    display: block;
}
#content .center span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#content div.scoreTable
{
	position: relative;
}

#content div.scoreTable table tr th
{
	border: 1px solid #7f9db9;
	background-color:#EEEEEF; /*#E7F2F8*/
	color: #444;
	text-align: left;
	font-weight: normal;
}

#content div.scoreTable table td
{
	border: 1px solid #7f9db9;
	height: 20px;
}

#content div.scoreTable table tr.productHeader th
{
	height:64px;
	padding-bottom: 0;
	color: #0088CC; /*#0CAF00*/
	background-color:#FFF;
	font-weight: bold;
}

#content div.scoreTable table tr.productHeader th a
{
	color: #0088CC; 
	text-decoration: none;
}

#content div.scoreTable table tr.productHeader th div.productWrapper
{
	top: -18px;
	position:absolute;
}

#content div.scoreTable table tr.productHeader th div.productWrapper div.productImage
{
	display: table-cell;
    text-align: left;
    vertical-align: middle;
	height: 40px;
}

#content div.scoreTable table tr.productHeader th div.productWrapper div.productImage *
{
	vertical-align: middle;
}


/*\*//*/
#content div.scoreTable table tr.productHeader th div.productWrapper div.productImage {
    display: block;
}
#content div.scoreTable table tr.productHeader th div.productWrapper div.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#content div.scoreTable table tr.productHeader th div.productWrapper div.productImage img
{
	vertical-align: middle;
	padding: 0 5px 0 5px;
	background-color:#FFF;
}

#content table.comparisonChart th,
#content table.comparisonChart td
{
	padding-top:4px;
	padding-bottom:4px;
	line-height:130%;
}

#content table.comparisonChart tr:nth-child(even) td
{
	background-color: #E7F2F8;
}

#content table.fundSelection
{
	border: none;
	margin-left: 2px;
	width: 99%;
}

#content table.fundSelection tr td
{
	border: none;
	height: 34px;
	text-align: left;
	padding-left: 6px;
	border-top: 1px solid #DDDDDE;
	border-bottom: 1px solid #DDDDDE;
}

#content table.fundSelection tr.addFund td
{
	background: url("../img/b_+_0088CC_padding_right_8px_a.gif") center right no-repeat;
	padding-right: 25px;
}

#content table.fundSelection tr.removeFund td
{
	background: url("../img/b_-_D91E36_padding_right_8px_a.gif") center right no-repeat;
	padding-right: 25px;
}

#content table.fundSelection tr td div.isin
{
	width: 115px;
	float: left;
}

#content table.fundSelection tr td div.wkn
{
	float: left;
}

#content table.fundSelection tr td em
{
	color: #0088CC;
}

#content table.fundSelection tr.removeFund td em
{
	color: #0caf00;
}

#content table.fundSelection tr td:hover
{
	background-color: #EEFFEE;
	cursor: pointer;
}

#content table.fundSelection tr.addFund td:hover
{
	background: url("../img/b_+_0088CC_padding_right_8px_b.gif") center right no-repeat;
	background-color: #EEFFEE;
}

#content table.fundSelection tr.removeFund td:hover
{
	background: url("../img/b_-_D91E36_padding_right_8px_b.gif") center right no-repeat;
	background-color: #EEFFEE;
}

#content div.salesPromotion
{
	position: relative;
}

#content div.salesPromotion h2,
#content div.salesPromotion .h2
{
	font-size: 12px;
	font-weight: bold;
	color: #0088CC;
	margin: 0 0 -3px 0;
}

#content div.salesPromotion  p
{
	margin-bottom: 0;
}

#content div.salesPromotion span.linksSpacer
{
	height:17px;
	display:block;
}

#content div.salesPromotion img.salesPromotionImage
{
	float: left;
	border: 0;
	margin: 0 8px 0 0; 
}

#content div.salesPromotion div.links
{
	position: relative;
	float:right;
	right: 0;
	bottom: 0px;
	margin-top: -17px;
	/*IE 8 would need*/
	/*margin-top: -23px;*/
}

#content div.videos a img
{
    margin: 3px 13px 13px 0;
    width:150px;
    float:left;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 0 5px #AAAAAB;
    -webkit-box-shadow: 0 0 5px #AAAAAB;
    box-shadow: 0 0 5px #AAAAAB;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#content div.video iframe
{
    width:411px;
    height:230px;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 0 5px #AAAAAB;
    -webkit-box-shadow: 0 0 5px #AAAAAB;
    box-shadow: 0 0 5px #AAAAAB;
}

#content div.video ul
{
    /*position: absolute;*/
    width: 431px;
    list-style: none;
    margin: 10px 0 0 -5px;
    padding: 0;
}

#content div.video ul li
{
    display: inline-block;
    background-image: none;
    margin: 0 0 5px 5px;
    padding: 0;
}

#content div.video ul li a img
{
    width: 130px;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 0 5px #AAAAAB;
    -webkit-box-shadow: 0 0 5px #AAAAAB;
    box-shadow: 0 0 5px #AAAAAB;
}

#content div.video ul.videoListInFieldset
{
	width: 392px;
	margin-top: 13px;
	margin-left: -11px;
}

#content div.video ul.videoListInFieldset li 
{
	margin: 0 0 3px 16px;
}

#content div.video ul.videoListInFieldset li a img
{
	width: 110px;
	-webkit-filter: grayscale(100%);
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#content div.video ul.videoListInFieldset li a img:hover
{
   	-webkit-filter: grayscale(0%);
   	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
   	filter: none;
}

#content .panel div.salesPromotion h2,
#content .panel div.salesPromotion .h2
{
	background: url(../img/s_aktion.gif) 0px 1px no-repeat;
	text-indent: 40px;
	padding-left:0;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 -3px 0;
}

#content .toTop
{
	margin: 0;
	font-weight: normal;
	padding-top: 6px;
	display: block;
	text-align:right;
	background: url(../img/arrow_up_0088CC.gif) no-repeat top right;
	color: #0088CC;
}

#content .toTop a:link,
#content .toTop a:visited,
#content .toTop a:hover,
#content .toTop a:active
{
	text-decoration: underline;
	color: #0088CC;
}

#content .faq2SelectBig
{
	width: 100%;
	height: 150px;
}

#content .faq2SelectSmall
{
	width: 100%;
}

#content .faq2Container50
{
	width: 49%;
}

#content div.featureOverview
{
	width:100%;
	padding-top: 3px;
}

#content div.featureOverview .thumbnails
{
	position: relative;
	margin: 3px 0 11px 3px;
	width:136px;
	height: 96px;
	float:left;
	background-color: #BBBBBC;
}

#content div.featureOverview .thumbnails img
{
	padding: 0 3px 3px 0;
	margin: -3px 0 3px -3px;
}

#content div.featureOverview .thumbnails .gallery
{
	display: none;
}

#content div.featureOverview .mainFeatures
{
	margin-top: -3px;
	width:262px;
	float:right;
}

#content div.featureOverview .mainFeatures *:first-child
{
	margin-top:0;
	padding-top:0;
}

#content div.featureOverview .detailedInfo
{
	clear: both;
}

/* <tabMenu> */

#content ul.tabMenu
{
	position: relative;
	margin:8px 0 0 -2px;
	padding:3px 4px 4px 4px;
	list-style: none;
}

#content ul.tabMenu li
{
	margin: 0 -2px 0 -2px;
	padding: 3px 0px 3px 0px;
	list-style: none;
	background-image: none;
	display: inline;
	border: 1px solid #115588;
	color: #EEEEEF;
	background-color: #0088CC;
	text-align: left;
	font-weight:bold;
	font-size: 11px;
}

#content ul.tabMenu li a:link,
#content ul.tabMenu li a:visited
{
	padding: 3px 6px 3px 6px;
	color: #EEEEEF;
	text-decoration: none;
	white-space: nowrap;
}

#content ul.tabMenu li a:hover
{
	background-color: #EEEEEF;
	color: #0088CC;
	text-decoration: none;
}

#content ul.tabMenu li.active
{
	padding: 5px 6px 4px 6px;
	border-top: 1px solid #7F9DB9;
	border-left: 1px solid #115588;
	border-bottom: none;
	border-right: 1px solid #115588;
	color: #0088CC;
	background-color: #FFF;
}

#content ul.tabMenu li.green
{
	background-color: #0CAF00;
	color: #EEEEEF;
}

#content ul.tabMenu li.green a:hover
{
	background-color: #EEFFEE;
	color: #0CAF00;
}

#content ul.tabMenu li.active:first-child
{
	border-left: 1px solid #7F9DB9;
}

#content ul.tabMenu li.active:last-child
{
	border-right: 1px solid #7F9DB9;
}

#content ul.tabMenu li.active ul
{
	position: absolute;
	margin:0;
	padding:0;
	top: 26px;
	left: 2px;
	width: 100%;
}

#content ul.tabMenu li.active ul li
{
	font-weight: normal;
	padding:0 0 0 8px;
	margin:0 0 0 8px;
	color: #555555;
	background-color: none;
	background: url(../img/list_arrow_0088CC.gif) 0px center no-repeat;
	border: none !important;
}

#content ul.tabMenu li.active ul li.active,
#content ul.tabMenu li.active ul li.active a:link,
#content ul.tabMenu li.active ul li.active a:visited
{
	text-decoration: none;
	color: #0088CC;
	font-weight: bold;
}

#content ul.tabMenu li.active ul li a:link,
#content ul.tabMenu li.active ul li a:visited
{
	background-color: transparent;
	color: #555555;
	text-decoration: underline;
}

#content ul.tabMenu li.active ul li a:hover
{
	color: #0088CC;
}

#content ul.tabMenu li.active a:link,
#content ul.tabMenu li.active a:visited
{
	margin: 0 -6px 0 -6px;
	padding: 3px 6px 3px 6px;
	border: none;
	color: #0088CC;
	background-color: #FFF;
	text-decoration: none;
}

#content ul.tabMenu li h2,
#content ul.tabMenu li .h2
{
	margin:0;
	padding:0;
	display:inline;
	font-size: 11px;
	font-weight: bold;
}

/* </tabMenu> */

/* <tabMenu2> */

#content ul.tabMenu2
{
	position: relative;
	display: inline-block;
	margin:0;
	padding:0;
	color: #555;
	font-size: 11px;
}

#content ul.tabMenu2 > li
{
	margin:0;
	padding:0;
	display: inline;
	list-style: none;
	background-image: none;
}

#content ul.tabMenu2 > li > a
{
	text-decoration: none;
	display: inline-block;
	background-color: #EEEEEF;
	background: linear-gradient(to bottom, #EEEEEF 50%,#DDD 100%);
	padding: 6px 8px;
	border: 1px solid #006699;
	box-sizing: border-box;
	text-align: center;
	margin-left: -4px;
}

#content ul.tabMenu2 > li:first-child > a
{
	margin-left: 0;
}

#content ul.tabMenu2 > li > a:not(.active):hover
{
	color: #0088CC;
	background: linear-gradient(to bottom, rgba(238,238,239,0.5) 50%,rgba(221,221,221,0.5) 100%);
}

#content ul.tabMenu2:hover > li > a.active
{
	color: #555;
}

#content ul.tabMenu2 > li:hover > a.active
{
	color: #0088CC;
}

#content ul.tabMenu2 > li > a.active
{
	font-weight: bold;
	color: #0088CC;
	background: none;
	background-color: #FFF;
	padding-top: 8px;
	border-bottom-color: #FFF;
}

#content ul.tabMenu2Bottom > li > a.active
{
	padding-top: 6px;
	padding-bottom: 8px;
	border-bottom-color: #006699;
	border-top-color: #FFF;
}

#content ul.tabMenu2Bottom > li > a
{
	background: linear-gradient(to top, #EEEEEF 50%, #DDD 100%);
}

#content ul.tabMenu2Bottom > li > a:not(.active):hover
{
	color: #0088CC;
	background: linear-gradient(to top,rgba(238,238,239,0.5) 50%,rgba(221,221,221,0.5) 100%);
}

#content .smallTemplate ul.tabMenu2
{
	width:100%;
	width:calc(100% + 42px);
	margin: -9px -20px 0 -20px;
	font-size: 13px;
}

#content .smallTemplate ul.tabMenu2 > li > a
{
    border: 1px solid #FFF;
}

#content .smallTemplate ul.tabMenu2Bottom > li > a.active
{
    border-top-color: #FFF;
}

#content .smallTemplate ul.tabMenu2 > li > a.active > h1
{
	margin-left: 12px;
	margin-bottom: 8px;
	text-align: left;
	color: #333;
}

#content .smallTemplate ul.tabMenu2Bottom > li:first-child a
{
    border-left-color: #FFF;
}

#content .smallTemplate ul.tabMenu2Bottom > li:last-child a
{
    border-right-color: #FFF;
}

#content .smallTemplate ul.tabMenu2 > li > a
{
    margin-left: -5px;
}

#content .smallTemplate ul.tabMenu2 > li:first-child > a
{
    margin-left: 0;
}

#content .wideTemplate ul.tabMenu2
{
	width:100%;
	width:calc(100% + 41px);
	margin:0 0 0 -20px;
	font-size: 13px;
}

#content .wideTemplate ul.tabMenu2 > li > a
{
	border: 1px solid #FFF;
}

/*#content .wideTemplate ul.tabMenu2Bottom > li > a
{
	border: 1px solid #999;
}*/

#content .wideTemplate ul.tabMenu2Bottom > li > a.active
{
	border-top-color: #FFF;
}

#content .wideTemplate ul.tabMenu2Bottom > li:first-child a
{
	border-left-color: #FFF;
}

#content .wideTemplate ul.tabMenu2Bottom > li:last-child a
{
	border-right-color: #FFF;
}

#content .wideTemplate ul.tabMenu2 > li > a
{
	margin-left: -5px;
}

#content .wideTemplate ul.tabMenu2 > li:first-child > a
{
	margin-left: 0;
}

/* </tabMenu2> */

/*<productTypeSlider>*/
#content .productTypeSlider
{
	margin-top:0px !important;
}

#content .productTypeSlider li.slide
{
	position:relative;
	background-image:none !important;
	padding-left:0 !important;
}

#content .productTypeSlider ul.checkList
{
	position:relative;
	margin-top:-7px;
}

#content .productTypeSlider ul.checkList li.right1
{
	position:absolute;
	left:50%;
	margin-top:0;
	top:0px;
}

#content .productTypeSlider ul.checkList li.right2
{
	position:absolute;
	right:0;
	margin-top:0;
	top:20px;
}

#content .productTypeSlider li h2,
#content .productTypeSlider li .h2
{
	margin-top:0px !important;
}

#content .productTypeSlider .preparedButtons
{
	display:none;
}

#content .productTypeSliderButtons
{
	position:absolute;
	z-index: 2;
	top:39px;
	right:0;
}

#content a.productTypeSliderControl
{
	position:relative;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	color: #555;
	background: #FFF;
    border: 1px solid #CCCCCD;
    height:14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    
    behavior: url(css/behavior/pie.htc);
}

#content a.productTypeSliderControl:hover
{
	color: #333;
	border-color: #AAAAAB;
}

#content a.productTypeSliderControlStart,
#content a.productTypeSliderControlStop
{
	width: 11px;
	height:14px;
	display:block;
	text-align: center;
	background: url(../img/bg_pause_555555.gif) center center no-repeat;
}

#content a.productTypeSliderControlStop:hover
{
	background-image: url(../img/bg_pause_333333.gif);
}

#content a.productTypeSliderControlStart
{
	background-image: none;
	text-align:right;
}

/*</productTypeSlider>*/

/* <ratingBoxStiftungWarentest> */
#content div.ratingBoxSW
{
	position:absolute;
	display:block;
	z-index:10;
	width:117px;
	height:78px;
	background-image:url(../img/bg_stiftung_warentest_rating_box_extended.png);
	text-align:center;
	font-weight:bold;
	color:#333333;
}

#content div.ratingBoxSW div.ratingBoxSWTitle
{
	position:absolute;
	width:70px;
	top:9px;
	left:40px;
	font-size:10px;
}

#content div.ratingBoxSW div.ratingBoxSWValue
{
	position:absolute;
	width:70px;
	top:20px;
	left:40px;
	font-size:28px;
}

#content div.ratingBoxSW div.ratingBoxSWExplanation
{
	position:absolute;
	width:117px;
	bottom:9px;
	left:-1px;
	font-size:8px;
}

/* </ratingBoxStiftungWarentest> */

/*<overlayBox>*/

.overlayBox
{
	position:relative;
	width:250px;
	height:200px;
	padding:8px;
}

.overlayBox .overlayBoxContent
{
	position:relative;
	overflow:hidden;
	width:248px;
	height:198px;
	border:1px solid #B3B3B3;
	background-color:#FFFFFF;
}

.overlayBox .overlayBoxShadowTop
{
	position:absolute;
	top:0;
	left:0;
	width:236px;
	height:8px;
	margin:0 15px 0 15px;
	background: url(../img/social_overlay_shadow_top.png) 0 0 repeat-x;
}

.overlayBox .overlayBoxShadowRight
{
	position:absolute;
	top:0;
	right:-7px;
	width:15px;
	height:186px;
	margin:15px 0 15px 0;
	background: url(../img/social_overlay_shadow_rgt.png) 0 0 repeat-y;
}

.overlayBox .overlayBoxShadowBottom
{
	position:absolute;
	bottom:0;
	left:0;
	width:236px;
	height:8px;
	margin:0 15px 0 15px;
	background: url(../img/social_overlay_shadow_bottom.png) 0 0 repeat-x;
}

.overlayBox .overlayBoxShadowLeft
{
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:186px;
	margin:15px 0 15px 0;
	background: url(../img/social_overlay_shadow_lft.png) 0 0 repeat-y;
}

.overlayBox .overlayBoxShadowTopLeft
{
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:15px;
	background: url(../img/social_overlay_shadow_corner_top_lft.png) 0 0 no-repeat;
}

.overlayBox .overlayBoxShadowTopRight
{
	position:absolute;
	top:0;
	right:0;
	width:15px;
	height:15px;
	background: url(../img/social_overlay_shadow_corner_top_rgt.png) 0 0 no-repeat;
}

.overlayBox .overlayBoxShadowBottomRight
{
	position:absolute;
	bottom:0;
	right:0;
	width:15px;
	height:15px;
	background: url(../img/social_overlay_shadow_corner_bottom_rgt.png) 0 0 no-repeat;
}

.overlayBox .overlayBoxShadowBottomLeft
{
	position:absolute;
	bottom:0;
	left:0;
	width:15px;
	height:15px;
	background: url(../img/social_overlay_shadow_corner_bottom_lft.png) 0 0 no-repeat;
}

.overlayBox .overlayBoxArrowUpBgFFFFFFBorderB3B3B3
{
	position:absolute;
	top:0px;
	right:15px;
	width:16px;
	height:9px;
	background: url(../img/social_overlay_arrow_up_bg_FFFFFF_border_B3B3B3.png) 0 0 repeat-x;
}

.overlayBox .overlayBoxArrowDownBgFFFFFFBorderB3B3B3
{
	position:absolute;
	bottom:1px;
	left:15px;
	width:16px;
	height:9px;
	background: url(../img/social_overlay_arrow_down_bg_FFFFFF_border_B3B3B3.png) 0 0 repeat-x;
}

.overlayBoxBg4AC4E5BorderB3B3B3 .overlayBoxArrowUpBgFFFFFFBorderB3B3B3
{
	background-image: url(../img/social_overlay_arrow_up_bg_4AC4E5_border_B3B3B3.png);
}

.overlayBoxBgEEEEEFBorderB3B3B3 .overlayBoxArrowUpBgEEEEEFBorderB3B3B3
{
	background-image: url(../img/social_overlay_arrow_up_bg_EEEEEF_border_B3B3B3.png);
}

/*<overlayBox>*/

/*<roundedBox>*/

.roundedBox
{
	position:relative;
	width:250px; /*433px (+183)*/
	height:200px; /*345 (+145)*/
	/*margin-top:-11px;*/
	/*margin-left:-11px;*/
}

.roundedBox .roundedBoxContent
{
	position:relative;
	overflow:hidden;
	top: 20px;
	margin: 0 20px 20px 20px;
	width:210px; /*393px*/
	height:160px; /*305px*/
	background-color:#FFFFFF;
}

.roundedBox .roundedBoxTop
{
	position:absolute;
	top:0;
	left:0;
	width:210px; /*393px*/
	height:20px;
	margin:0 20px 0 20px;
	background: url(../img/bg_rounded_box_top_CCCCCD_FFFFFF.png) 0 0 repeat-x;
}

.roundedBox .roundedBoxRight
{
	position:absolute;
	top:0;
	right:0px;
	width:20px;
	height:160px; /*305px*/
	margin:20px 0 20px 0;
	background: url(../img/bg_rounded_box_rgt_CCCCCD_FFFFFF.png) 0 0 repeat-y;
}

.roundedBox .roundedBoxBottom
{
	position:absolute;
	bottom:0;
	left:0;
	width:210px; /*393px*/
	height:20px;
	margin:0 20px 0 20px;
	background: url(../img/bg_rounded_box_bottom_CCCCCD_FFFFFF.png) 0 0 repeat-x;
}

.roundedBox .roundedBoxLeft
{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:160px; /*305px*/
	margin:20px 0 20px 0;
	background: url(../img/bg_rounded_box_lft_CCCCCD_FFFFFF.png) 0 0 repeat-y;
}

.roundedBox .roundedBoxTopLeft
{
	position:absolute;
	top:0;
	left:0;
	width:20px;
	height:20px;
	background: url(../img/bg_rounded_box_top_lft_CCCCCD_FFFFFF.png) 0 0 no-repeat;
}

.roundedBox .roundedBoxTopRight
{
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:20px;
	background: url(../img/bg_rounded_box_top_rgt_CCCCCD_FFFFFF.png) 0 0 no-repeat;
}

.roundedBox .roundedBoxBottomRight
{
	position:absolute;
	bottom:0;
	right:0;
	width:20px;
	height:20px;
	background: url(../img/bg_rounded_box_bottom_rgt_CCCCCD_FFFFFF.png) 0 0 no-repeat;
}

.roundedBox .roundedBoxBottomLeft
{
	position:absolute;
	bottom:0;
	left:0;
	width:20px;
	height:20px;
	background: url(../img/bg_rounded_box_bottom_lft_CCCCCD_FFFFFF.png) 0 0 no-repeat;
}

/*</roundedBox>*/

.imageSlider
{
	position:relative;
	width:393px;
	height:221px;
}

.imageSlider div.imageSliderImages img
{
	position: absolute;
	display: none;
}

.imageSlider div.prevImage,
.imageSlider div.nextImage
{
	display:block;
	position:absolute;
	top:96px;
	padding: 4px;
	overflow:hidden;
}

.imageSlider div.prevImage
{
	right:373px;
}

.imageSlider div.nextImage
{
	left:373px;
}

.imageSlider div.prevImage div.buttonBorder,
.imageSlider div.nextImage div.buttonBorder
{
	position:relative;
	display:block;
	border: 1px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=85)';
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	behavior: url(css/behavior/pie.htc);
}

.imageSlider div.prevImage div.buttonBorder a,
.imageSlider div.nextImage div.buttonBorder a
{
	display:block;
	padding: 0 4px 0 4px;
	height:19px;
	line-height:19px;
	color:#000 !important;
	white-space: nowrap;
	background-color:#FFF;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	text-decoration: none !important;
	behavior: url(css/behavior/pie.htc);
}

.imageSlider div.prevImage div.buttonBorder a .arrow,
.imageSlider div.nextImage div.buttonBorder a .arrow
{
	display: inline;
	color:#333;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	line-height: 16px;
	vertical-align: -1px;
}

.imageSlider div.prevImage div.buttonBorder a
{
	padding-left: 207px;
}

.imageSlider div.nextImage div.buttonBorder a
{
	padding-right: 207px;
}

.imageSlider div.prevImage div.buttonBorder a .arrow
{
	margin-left:-1px;
}
.imageSlider div.nextImage div.buttonBorder a .arrow
{
	margin-right:-1px;
}

.imageSlider div.prevImage div.buttonBorder:hover,
.imageSlider div.nextImage div.buttonBorder:hover
{
	box-shadow: 0px 0px 4px #FFF;
	-moz-box-shadow: 0px 0px 4px #FFF;
	-o-box-shadow: 0px 0px 4px #FFF;
	-webkit-box-shadow: 0px 0px 4px #FFF;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	behavior: url(css/behavior/pie.htc);
}

#content ul.imageSliderSubControls
{
	margin-top:6px;
	height:9px;
}

#content ul.imageSliderSubControls li
{
	position: relative;
	display: block;
	float: left;
	background-image: none;
	padding:0;
	margin: 2px;
}

#content ul.imageSliderSubControls li a
{
	display:block;
	width: 13px;
	height: 13px;
	color: #FFF;
	background-color: #FFF;
	text-decoration: none;
	border: 1px solid #B3B3B3 !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0px 0px 2px #B3B3B3;
	-moz-box-shadow: 0px 0px 2px #B3B3B3;
	-o-box-shadow: 0px 0px 2px #B3B3B3;
	-webkit-box-shadow: 0px 0px 2px #B3B3B3;
	behavior: url(css/behavior/pie.htc);
}

#content ul.imageSliderSubControls li a:hover
{
	height: 15px;
	width: 15px;
	margin:-1px -1px 0 -1px;
	border-color: #006699 !important;
	background-color: #0088CC !important;
	box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	-o-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	behavior: url(css/behavior/pie.htc);
}

#content ul.imageSliderSubControls li:first-child
{
	margin-left:1px;
}

#content ul.imageSliderSubControls li:last-child
{
	margin-right:1px;
}

#content .imageSliderSubControls li.active a
{
	width: auto !important;
	height: 15px;
	line-height:15px;
	margin:-1px 0 0 0 !important;
	padding: 0 4px 0 4px;
	border-color: #006699 !important;
	background-color: #0088CC !important;
	box-shadow: 0px 0px 2px #666;
	-moz-box-shadow: 0px 0px 2px #666;
	-o-box-shadow: 0px 0px 2px #666;
	-webkit-box-shadow: 0px 0px 2px #666;
	behavior: url(css/behavior/pie.htc);
}

#content .imageSliderSubControls li a span.subControlText
{
	display:none;
}

#content .imageSliderSubControls li.active a span.subControlText
{
	display:inline;
}

#content .imageSliderSubControls li.subControlStop a,
#content .imageSliderSubControls li.subControlStart a
{
	height: 15px;
	width: 15px;
	margin-top:-1px;
}

#content .imageSliderSubControls li.subControlStop a
{
	background: url(../img/bg_pause_555555.png) center center no-repeat !important;
	background-color: #FFF !important;
}

#content .imageSliderSubControls li.subControlStop a:hover
{
	background: url(../img/bg_pause_FFFFFF.png) center center no-repeat !important;
	background-color: #0088CC !important;
}

#content .imageSliderSubControls li.subControlStart a
{
	background: url(../img/bg_play_555555.png) 5px center no-repeat !important;
	background-color: #FFF !important;
}

#content .imageSliderSubControls li.subControlStart a:hover
{
	background: url(../img/bg_play_FFFFFF.png) 5px center no-repeat !important;
	background-color: #0088CC !important;
}

#content .tdWithoutBorder
{
    border: 0;
    text-align: middle;
    padding: 10px 0;
}

/*<wideTemplate definitions>*/

#content .wideTemplate p > a.button2 
{
	margin-top: 8px;
	margin-bottom: 30px;
}

ul.imageListAveraged + p  > a.button2
{
	margin-top: 0 !important;
}

#content .wideTemplateLayout ul.imageListAveraged li
{
	padding-bottom: 10px;
}

#content .wideTemplateLayout
{
font-size: 12px;
}

#content .wideTemplateLayout h2,
#content .wideTemplateLayout .h2
{
	font-size: 15px;
	margin: 0px 0px 15px 0px;
}

#content .wideTemplateLayout h3,
#content .wideTemplateLayout .h3
{
	font-size: 13px;
	margin: 25px 0px 15px 0px;
}	

#content .wideTemplateLayout p
{
	margin-bottom: 15px;
	line-height: 140%;
}

#content .wideTemplateLayout .chapter
{
	margin-top: 35px;
}

#content .wideTemplateLayoutTable
{
	margin-bottom: 30px;
}

#content .wideTemplateLayoutTable th, #content .wideTemplateLayoutTable td
{
	border: 1px solid white;
}

#content .wideTemplateLayoutTable th
{
	background-color:white;
	height: 32px;
}

#content .wideTemplateLayoutTable td
{
	background-color:#e7f2f8;
	width: 110px;
	height: 25px;
}

#content ul.fileList > .multipleResultsListItem
{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

#content ul.fileList li.fileListSelectionHeadline
{
	border: none;
	margin: 4px 0;
	font-weight: bold;
}

#content ul.fileList li.fileListSelectionMessage
{
	border: none;
	margin-bottom: 15px;
}

#content .wideTemplateLayoutTable tr td:first-child
{
   color:#555555;
}

#content .wideTemplateLayoutTableNormal
{
    width: 611px;
    margin-bottom: 30px;
    font-size: 13px;
}

#content .wideTemplateLayoutTableNormal th, #content .wideTemplateLayoutTableNormal td
{
    border: 1px solid white;
    font-size: 13px;
    padding: 7px;
}

#content .wideTemplateLayoutTableNormal th
{
    background-color:white;
}

#content .wideTemplateLayoutTableNormal td
{
    background-color:#e7f2f8;
}

#content .wideTemplateLayoutTableNormal tr td:first-child
{
    color:#555555;
}

#content .wideTemplateLayoutTableSmall
{
    margin-bottom: 30px;
    font-size: 11px;
}

#content .wideTemplateLayoutTableSmall th, #content .wideTemplateLayoutTableSmall td
{
    border: 1px solid white;
    font-size: 11px;
    padding: 10px;
}

#content .wideTemplateLayoutTableSmall th
{
    background-color:white;
}

#content .wideTemplateLayoutTableSmall td
{
    background-color:#e7f2f8;
}

#content .wideTemplateLayoutTableSmall tr td:first-child
{
    color:#555555;
}

#content .wideTemplate 
{
	font-size: 13px;
	line-height: 100%;
}

#content .wideTemplate h1,
#content .wideTemplate h2.h1
{
	font-size: 20px;
	line-height: 120%;
	margin: 24px 0;
}

#content .wideTemplate h1:first-child,
#content .wideTemplate h2.h1:first-child
{
	margin-top: 0;
}

#content .wideTemplate h2,
#content .wideTemplate h1.h2
{
	font-size: 17px;
	line-height: 120%;
	/*margin: 24px 0 17px 0;*/
	margin: 26px 0 23px 0;
}

#content .wideTemplate .chapter
{
	margin-top: 40px;
}

#content .wideTemplate h3
{
	font-size: 14px;
	/*margin: 20px 0 -2px 0;*/
	margin: 28px 0 -2px 0;
}

#content .wideTemplate h4,
#content .wideTemplate h3.h4
{
	color: #0088CC;
	font-size: 13px;
	/*margin: 18px 0 -2px 0;*/
	margin: 30px 0 -2px 0;
}

#content .wideTemplate p
{
	line-height: 140%;
	/*margin: 15px 0;*/
	margin: 20px 0;
}

#content .wideTemplate p + p
{
	margin: 10px 0;
}

#content .wideTemplate .arrowList > li
{
	background-position-y: 6px;
}

#content .wideTemplate table.comparisonChart
{
	margin-bottom: 30px;
	font-size: 12px;
}

#content .wideTemplate table.comparisonChart th,
#content .wideTemplate table.comparisonChart td
{
	border: 1px solid #FFF;
}

#content .wideTemplate table.comparisonChart tr
{
	background-color: rgba(250,250,250,1);
}

#content .wideTemplate table.comparisonChart tr.emphasis1
{
	background-color: rgba(245,245,245,1);
}

#content .wideTemplate table.comparisonChart tr:nth-child(even) td
{
	background-color: rgba(245,245,245,1);
}


#content .wideTemplate table.comparisonChart th
{
	background-color: #EEEEEF;
	height: 40px;
}

#content .wideTemplate table.comparisonChart td
{
	width: 110px;
	height: 40px;
}

#content .bbcodeFaq p
{
	margin: 10px 0;
}

#content .button3green{
	   -moz-appearance: none;
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.76666rem;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0px 0px 0px;
    padding: 0.71111rem 1.72222rem 0.75555rem;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 300ms ease-out 0s;
}

#content .button3green:hover{
	color: #ffffff;
	background-color: #368a55;
}

#content .button3greenSmaller{
	   -moz-appearance: none;
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.73333rem;
    font-weight: normal;
    line-height: normal;
    margin: 5px 0px 25px 0px;
    padding: 0.53333rem 1.06666rem 0.56666rem;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 300ms ease-out 0s;
}

#content .button3greenSmaller:hover{
	color: #ffffff;
	background-color: #368a55;
}

#content .button3greenSmallerMargin{
	   -moz-appearance: none;
    background-color: #43ac6a;
    border-color: #368a55;
    color: #ffffff !important;
    border-radius: 0px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.73333rem;
    font-weight: normal;
    line-height: normal;
    margin: -10px 0px 25px 0px;
    padding: 0.53333rem 1.06666rem 0.56666rem;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 300ms ease-out 0s;
}

#content .button3greenSmallerMargin:hover{
	color: #ffffff;
	background-color: #368a55;
}

#content .button3blue{
	   -moz-appearance: none;
    background-color: #0088cc;
    border-color: #007095;
    color: #ffffff !important;
    border-radius: 5px;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif !important;
    font-size: 0.77778rem;
    font-weight: normal;
    line-height: normal;
    margin: 15px 0px 0px 0px;
    padding: 0.88889rem 0.88889rem 0.94444rem;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 300ms ease-out 0s;
}

#content .button3blue:hover{
	color: #ffffff;
	background-color: #007095;
}

#content .wideTemplate ul:not(.fileList)
{
	line-height: 150%;
}

#content .wideTemplate ul li
{
	background-position: 3px 3px;
}

#content .wideTemplate .topBanner ul li
{
	background-position: 3px 2px;
	background-size: 4px 15px;
	font-size: 15px;
}

#content .wideTemplate ul.checkList li
{
	background: url("../img/s_checkmark_15x15_0CAF00.gif") left 0 / 14px 14px no-repeat;
	padding-left: 20px;
}

#content .wideTemplate ul.imageListAveraged
{
	margin: 0;
}

#content .wideTemplate ul.imageListAveraged  li
{
	padding: 8px 0;
}

#content .wideTemplate ul.nestedList li
{
	line-height: 140%;
	background-position: 0 6px;
}

#content .wideTemplate ul.nestedList li ul li
{
	background-position: 0 2px;
}


#content .wideTemplate a.arrowLink
{
	background-position: 0 5px;
	font-size: 15px;
}

#content .wideTemplate .errorBox,
#content .wideTemplate .warningBox,
#content .wideTemplate .successBox,
#content .wideTemplate .infoBox
{
	margin: 30px 0 20px;
	padding: 0 15px;
}

#content .wideTemplate .errorBox h1:first-child,
#content .wideTemplate .errorBox .h1:first-child,
#content .wideTemplate .errorBox h2:first-child,
#content .wideTemplate .errorBox .h2:first-child,
#content .wideTemplate .warningBox h1:first-child,
#content .wideTemplate .warningBox .h1:first-child,
#content .wideTemplate .successBox h1:first-child,
#content .wideTemplate .successBox .h1:first-child,
#content .wideTemplate .infoBox h1:first-child,
#content .wideTemplate .infoBox .h1:first-child,
#content .wideTemplate .infoBox h2:first-child,
#content .wideTemplate .infoBox .h2:first-child
{
	font-size: 13px;
}

#content .wideTemplate form fieldset legend
{
	font-size: 13px;
}

#content .wideTemplate .faqAnswerStyle p
{
    line-height: 140%;
}

/*</wideTemplate definitions>*/

/*<halfWideTemplate definitions>*/
#content .halfWideTemplate h1
{
    font-size: 17px;
}

#content .halfWideTemplate h2
{
    font-size: 13px;
}

#content .halfWideTemplate h3
{
    font-size: 12px;
}

#content .halfWideTemplate h4
{
    font-size: 12px;
}

#content .halfWideTemplate p
{
    font-size: 12px;
}


/*</halfWideTemplate definitions>*/

/*<horizontalSliderWithControl>*/

div.hSlider
{
	clear:both;
	position:relative;
	margin:5px 0 5px 0;
	width:139px;
}

div.hSlider div.hSliderDesc
{
	font-size:9px;
	height:12px;
}

/*define slider-id's in this element*/
div.hSlider div.hSliderBar
{
	position:relative;
	margin:2px 0 2px 0;
	height:1px;
	border:1px solid #AAAAAB;
	background-color:#EEEEEF;
}

/*use 1x1_transp.gif for the image source to make hovers visible*/
div.hSlider div.hSliderBar img.hSliderControl
{
	position:absolute;
	top: -8px;
	margin: 0 0 0 -5px !important;
	padding: 5px;
	width: 19px !important;
	height: 7px;
	background: url(../img/slider.knob.png) center center no-repeat;
}

div.hSlider div.hSliderBar img.hSliderControl:hover
{
	cursor: pointer;
	background-image: url(../img/slider.knob.hover.png);
}

/*</horizontalSliderWithControl>*/

/*<pipes>*/

div.pipe,
div.pipeSmall
{
	position: relative;
	white-space: nowrap;
	color: #FFF;
	background-position: 0 0;
}

div.pipe
{
	margin: 0 8px 0 4px;
	line-height: 19px;
}

div.pipeSmall
{
	margin: 0 6px 0 2px;
	line-height: 11px;
}

div.pipe div.pipeDesc,
div.pipeSmall div.pipeDesc
{
	color: #444;
	margin-top: 1px;
	margin-bottom: 3px;
}

div.pipe div.pipeDesc
{
	font-size: 11px;
}

div.pipeSmall div.pipeDesc
{
	font-size: 9px;
}

div.pipe div.pipeDescGreen,
div.pipeSmall div.pipeDescGreen
{
	color: #21A121;
}

div.pipe div.pipeDescOrange,
div.pipeSmall div.pipeDescOrange
{
	color: #DA6E00;
}

div.pipe div.pipeDescRed,
div.pipeSmall div.pipeDescRed
{
	color: #D91E36;
}

div.pipe div.pipeDescBlue,
div.pipeSmall div.pipeDescBlue
{
    color: #008cba;
}

div.pipe div.pipeGreen,
div.pipe div.pipeOrange,
div.pipe div.pipeRed,
div.pipe div.pipeBlue
{
	font-size: 11px;
	background-repeat: repeat-x;
}

div.pipe div.pipeGreen
{
	background-image: url(../img/pipe.middle.green.png);
}

div.pipe div.pipeOrange
{
	background-image: url(../img/pipe.middle.orange.png);
}

div.pipe div.pipeRed
{
	background-image: url(../img/pipe.middle.red.png);
}

div.pipe div.pipeBlue
{
    background-image: url(../img/pipe.middle.blue.png);
}

div.pipeSmall div.pipeGreen,
div.pipeSmall div.pipeOrange,
div.pipeSmall div.pipeRed,
div.pipeSmall div.pipeBlue
{
	font-size: 9px;
	background-repeat: repeat-x;
}

div.pipeSmall div.pipeGreen
{
	background-image: url(../img/pipe.middle.green.small.png);
}

div.pipeSmall div.pipeOrange
{
	background-image: url(../img/pipe.middle.orange.small.png);
}

div.pipeSmall div.pipeRed
{
	background-image: url(../img/pipe.middle.red.small.png);
}

div.pipeSmall div.pipeBlue
{
    background-image: url(../img/pipe.middle.blue.small.png);
}

div.pipe div div.pipeLeft,
div.pipe div div.pipeRight
{
	position:absolute;
	top:0;
	height:19px;
	background-repeat: no-repeat;
}

div.pipe div div.pipeLeft
{
	left:-4px;
	width:4px;
}

div.pipe div.pipeGreen div.pipeLeft
{
	background-image: url(../img/pipe.left.green.png);
}

div.pipe div.pipeOrange div.pipeLeft
{
	background-image: url(../img/pipe.left.orange.png);
}

div.pipe div.pipeRed div.pipeLeft
{
	background-image: url(../img/pipe.left.red.png);
}

div.pipe div.pipeBlue div.pipeLeft
{
    background-image: url(../img/pipe.left.blue.png);
}

div.pipe div div.pipeRight
{
	right:-8px;
	width:8px;
}

div.pipe div div.pipeText
{
	height: 19px;
}

div.pipe div.pipeGreen div.pipeRight
{
	background-image: url(../img/pipe.right.green.png);
}

div.pipe div.pipeOrange div.pipeRight
{
	background-image: url(../img/pipe.right.orange.png);
}

div.pipe div.pipeRed div.pipeRight
{
	background-image: url(../img/pipe.right.red.png);
}

div.pipe div.pipeBlue div.pipeRight
{
    background-image: url(../img/pipe.right.blue.png);
}

div.pipeSmall div div.pipeLeft,
div.pipeSmall div div.pipeRight
{
	position:absolute;
	top:0;
	height:11px;
	background-repeat: no-repeat;
}

div.pipeSmall div div.pipeText
{
	height: 11px;
}

div.pipeSmall div div.pipeLeft
{
	left:-2px;
	width:2px;
}

div.pipeSmall div.pipeGreen div.pipeLeft
{
	background-image: url(../img/pipe.left.green.small.png);
}

div.pipeSmall div.pipeOrange div.pipeLeft
{
	background-image: url(../img/pipe.left.orange.small.png);
}

div.pipeSmall div.pipeRed div.pipeLeft
{
	background-image: url(../img/pipe.left.red.small.png);
}

div.pipeSmall div.pipeBlue div.pipeLeft
{
    background-image: url(../img/pipe.left.blue.small.png);
}

div.pipeSmall div div.pipeRight
{
	right:-6px;
	width:6px;
}

div.pipeSmall div.pipeGreen div.pipeRight
{
	background-image: url(../img/pipe.right.green.small.png);
}

div.pipeSmall div.pipeOrange div.pipeRight
{
	background-image: url(../img/pipe.right.orange.small.png);
}

div.pipeSmall div.pipeRed div.pipeRight
{
	background-image: url(../img/pipe.right.red.small.png);
}

div.pipeSmall div.pipeBlue div.pipeRight
{
    background-image: url(../img/pipe.right.blue.small.png);
}

/*</pipes>*/

/*<fundsTable2>*/
/*!!! NOTE: If you change anything within this block, also change the code in FundsListGenerator::getFundsTableCSS() !!!*/
table.fundsTable2
{
	width: 100%;
	margin: 10px 0 !important;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 11px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	color: #555;
}

table.fundsTable2LP
{
	font-size: 13px !important;
}

table.fundsTable2 tr
{
	height: 17px;
	line-height: 17px;
}

table.fundsTable2LP tr
{
	height: 27px;
	line-height: 27px;
}

table.fundsTable2 tr > th,
table.fundsTable2 tr > td
{
	text-align: center;
	border: 1px solid #555555;
}

table.fundsTable2LP tr > th,
table.fundsTable2LP tr > td
{
	border-color: #FFF !important;
}

table.fundsTable2 tr > th
{
	background-color: #DDD !important;
	margin:0 !important;
	padding:0 !important;
	font-weight: bold;
}

table.fundsTable2 tr > th > a
{
	display: block;
	padding:0 4px;
	text-decoration: none !important;
}

table.fundsTable2 tr > th > a:hover
{
	color: #333 !important;
	text-decoration: none !important;
	background-color: #CEDBE1 !important;
}
		
table.fundsTable2.menu tr:first-child > th
{
	border: none !important;
	background-color: transparent !important;
	padding: 0 0 4px 0 !important;
}

table.fundsTable2.menu tr:first-child > th a
{
	font-weight: normal !important;
	display: inline-block;
	background-color: transparent !important;
	padding: 0 !important;
}
		
table.fundsTable2.menu tr:first-child > th a:hover
{
	color: #0088CC !important;
}

table.fundsTable2.menu tr:first-child > th a.globalSwitch
{
	float: left;
	padding-left: 18px !important;
	background-position: 4px 3px;
	background-repeat: no-repeat;
}

table.fundsTable2LP.menu tr:first-child > th a.globalSwitch
{
	background-position: 4px 8px;
}

table.fundsTable2.menu tr:first-child > th a.globalSwitch.plus
{
	background-image: url(../img/b_plus.gif);
}

table.fundsTable2.menu tr:first-child > th a.globalSwitch.plus:before
{
	content: "Konditionen und erweiterte Informationen einblenden."
}
		
table.fundsTable2.menu tr:first-child > th a.globalSwitch.minus
{
	background-image: url(../img/b_minus.gif);
}

table.fundsTable2.menu tr:first-child > th a.globalSwitch.minus:before
{
	content: "Konditionen und erweiterte Informationen ausblenden."
}
		
table.fundsTable2.menu tr:first-child > th a.legend
{
	padding-left: 8px !important;
	background: url(../img/list_arrow_0088CC.gif) 0 5px no-repeat;
	float: right;
}
		
table.fundsTable2.legend tr:last-child
{
	background-color: transparent !important;
}	
	
table.fundsTable2.legend tr:last-child > td
{
	padding-top: 6px !important;
	text-align: left !important;
	background-color: transparent !important;
	border: none !important;
}
		
table.fundsTable2.legend tr:last-child > td ul.properties > li > span
{
	color: #333 !important;
}

table.fundsTable2 tr > th > a.asc
{
	background: url(../img/arrow_down_666666.gif) no-repeat right 6px center;
}

table.fundsTable2 tr > th > a.asc:hover
{
	background-image: url(../img/arrow_down_0088CC.gif);
}

table.fundsTable2 tr > th > a.asc.active
{
	background: url(../img/arrow_down_0088CC.gif) no-repeat right 6px center;
	background-color: #CEDBE1 !important;
}

table.fundsTable2 tr > th > a.asc.active:hover
{
	background-image: url(../img/arrow_up_0088CC.gif);
}

table.fundsTable2 tr > th > a.desc
{
	background: url(../img/arrow_up_666666.gif) no-repeat right 6px center;
}

table.fundsTable2 tr > th > a.desc:hover
{
	background-image: url(../img/arrow_up_0088CC.gif);
}

table.fundsTable2 tr > th > a.desc.active
{
	background: url(../img/arrow_up_0088CC.gif) no-repeat right 6px center;
	background-color: #CEDBE1 !important;
}

table.fundsTable2 tr > th > a.desc.active:hover
{
	background-image: url(../img/arrow_down_0088CC.gif);
}

table.fundsTable2 tr > td
{
	margin:0 !important;
	padding:0 4px !important;
}

table.fundsTable2:not(.menu):not(.legend) tr > td > *
{
	white-space: nowrap;
}

table.fundsTable2:not(.details) tr:nth-child(even)
{
	background-color: #E7F2F8;
}

table.fundsTable2:not(.details) tr:not(:first-child):hover
{
	background-color: #FFEACF;
}

table.fundsTable2.details:not(.menu) tr:nth-child(4n+2)
{
	background-color: #E7F2F8;
}

table.fundsTable2.details:not(.menu) tr:nth-child(2n+2):hover
{
	background-color: #FFEACF;
}

table.fundsTable2.details.menu tr:nth-child(4n+3)
{
	background-color: #E7F2F8;
}

table.fundsTable2.details.menu tr:nth-child(2n+3):hover
{
	background-color: #FFEACF;
}

table.fundsTable2 tr > th.plus,
table.fundsTable2 tr > th.minus,
table.fundsTable2 tr > td.plus,
table.fundsTable2 tr > td.minus
{
	width: 9px;
	height: 17px;
}

table.fundsTable2LP tr > th.plus,
table.fundsTable2LP tr > th.minus,
table.fundsTable2LP tr > td.plus,
table.fundsTable2LP tr > td.minus
{
	height: 27px;
}

table.fundsTable2 tr > th.plus a,
table.fundsTable2 tr > th.minus a,
table.fundsTable2 tr > td.plus a,
table.fundsTable2 tr > td.minus a
{
	display: block;
	background: url(../img/b_plus.gif) no-repeat center center;
	color: transparent !important;
}

table.fundsTable2 tr > th.plus a,
table.fundsTable2 tr > td.plus a
{
	background-image: url(../img/b_plus.gif) !important;
}
		
table.fundsTable2 tr > th.plus a:before,
table.fundsTable2 tr > td.plus a:before
{
	content: "+";
}
		
table.fundsTable2 tr > th.minus a,
table.fundsTable2 tr > td.minus a
{
	background-image: url(../img/b_minus.gif) !important;
}
		
table.fundsTable2 tr > th.minus a:before,
table.fundsTable2 tr > td.minus a:before
{
	content: "–";
}

table.fundsTable2 tr th.isin
{
	width: 90px;
}

table.fundsTable2LP tr th.isin
{
	width: 110px;
}

table.fundsTable2 tr th.wkn
{
	width: 60px;
}

table.fundsTable2LP tr th.wkn
{
	width: 70px;
}

table.fundsTable2 tr > td.isin > a,
table.fundsTable2 tr > td.wkn > a
{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 82px;
}

table.fundsTable2 tr > td.isin > a
{
	width: 82px;
}

table.fundsTable2LP tr > td.isin > a
{
	width: 102px;
}

table.fundsTable2 tr > td.wkn > a
{
	width: 52px;
}

table.fundsTable2LP tr > td.wkn > a
{
	width: 62px;
}

table.fundsTable2:not(.menu):not(.legend) tr > th:hover,
table.fundsTable2 tr > td.plus:hover,
table.fundsTable2 tr > td.minus:hover
{
	cursor: pointer;
}

table.fundsTable2 tr > td > div.dots
{
	position: relative;
	height: 0;
}

table.fundsTable2 tr > td > div.dots:not(.star):not(.bull):not(.finanztest)
{
	height: 17px;
}

table.fundsTable2 tr > td > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left !important;
}

table.fundsTable2LP tr > td > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	top: -5px;
}

table.fundsTable2 tr > td.trend
{
	padding-left: 2px !important;
}

table.fundsTable2 tr > td.trend > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	padding-left: 9px;
	background: url(../img/s_trend_arrow_right_0088CC_6x9.gif) left center no-repeat;
}

table.fundsTable2LP tr > td.trend > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	padding-left: 11px;
}

table.fundsTable2 tr > td.trend.equal > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	background: url(../img/s_trend_arrow_right_0088CC_6x9.gif) left center no-repeat;
}

table.fundsTable2 tr > td.trend.up > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	background: url(../img/s_trend_arrow_up_0CAF00_6x9.gif) 1px center no-repeat;
}

table.fundsTable2 tr > td.trend.down > div.dots > a:not(.star):not(.bull):not(.finanztest)
{
	background: url(../img/s_trend_arrow_down_DD0000_6x9.gif) 1px center no-repeat;
}

table.fundsTable2 tr > td > div.dots.finanztest
{
	width: 97%;
	width: calc(100% - 16px);
}

table.fundsTable2 tr > td.trend > div.dots.finanztest
{
	width: 96%;
	width: calc(100% - 21px);
}

table.fundsTable2 tr > td > div.dots.star
{
	width: 96%;
	width: calc(100% - 16px);
}

table.fundsTable2 tr > td.trend > div.dots.star
{
	width: 95%;
	width: calc(100% - 21px);
}

table.fundsTable2 tr > td > div.dots.bull
{
	width: 95%;
	width: calc(100% - 22px);
}

table.fundsTable2 tr > td.trend > div.dots.bull
{
	width: 94%;
	width: calc(100% - 27px);
}

table.fundsTable2 tr > td > div.dots.finanztest.star
{
	width: 93%;
	width: calc(100% - 32px);
}

table.fundsTable2 tr > td.trend > div.dots.finanztest.star
{
	width: 92%;
	width: calc(100% - 37px);
}

table.fundsTable2 tr > td > div.dots.finanztest.bull
{
	width: 91%;
	width: calc(100% - 38px);
}

table.fundsTable2 tr > td.trend  > div.dots.finanztest.bull
{
	width: 90%;
	width: calc(100% - 43px);
}

table.fundsTable2 tr > td > div.dots.star.bull
{
	width: 91%;
	width: calc(100% - 38px);
}

table.fundsTable2 tr > td.trend > div.dots.star.bull
{
	width: 90%;
	width: calc(100% - 43px);
}

table.fundsTable2 tr > td > div.dots.star.bull.finanztest
{
	width: 88%;
	width: calc(100% - 54px);
}

table.fundsTable2 tr > td.trend > div.dots.star.bull.finanztest
{
	width: 87%;
	width: calc(100% - 59px);
}

table.fundsTable2 tr > td a:link,
table.fundsTable2 tr > td a:visited
{
	text-decoration: none !important;
}

table.fundsTable2 tr > td a:hover
{
	text-decoration: underline !important;
}

table.fundsTable2 tr > td > div.dots.star ~ a.star,
table.fundsTable2 tr > td > div.dots.bull ~ a.bull,
table.fundsTable2 tr > td > div.dots.finanztest ~ a.finanztest
{
	float:right;
	margin-right: -2px;
	width: 17px;
	height: 17px;
	background-position: right center;
	background-repeat: no-repeat;
}

table.fundsTable2 tr > td > div.dots.finanztest ~ a.finanztest
{
	width: 17px;
	background-image: url(../img/s_stiftung_warentest_t.png);
}

table.fundsTable2 tr > td > div.dots.star ~ a.star
{
	width: 17px;
	background-image: url(../img/s_star.png);
	background-position: 0px 1px;
}

table.fundsTable2 tr > td > div.dots.bull ~ a.bull
{
	width: 23px;
	background-image: url(../img/s_bulle.png);
}
		
table.fundsTable2 tr.detailView.show
{
	display: table-row;
}

table.fundsTable2 tr.detailView.hide
{
	display: none;
}

table.fundsTable2 tr.detailView
{
	background-color: #FFF;
}

table.fundsTable2 tr.detailView > td
{
	text-align: left !important;
}

table.fundsTable2 tr.detailView > td:first-child
{
	background: none;
	border: none !important;
}

table.fundsTable2 tr.detailView > td:last-child
{
	padding:0 !important;
}

table.fundsTable2 tr.detailView > td:last-child > div:first-child
{
	position: relative;
	padding: 0 4px;
	height: 17px;
}

table.fundsTable2LP tr.detailView > td:last-child > div:first-child
{
	height: 27px;
}

table.fundsTable2 tr.detailView > td:last-child > div:first-child > a.company
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 80%;
	max-width: calc(100% - 70px);
}

table.fundsTable2 tr.detailView > td:last-child > div:first-child > a.fundinfo
{
	position: absolute;
	display: block;
	text-align: center;
	right: 0;
	width: 60px;
	background: url(../img/b_fondsinfo.gif) center center no-repeat;
	color: transparent !important;
}

table.fundsTable2 tr.detailView > td > ul
{
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	text-align: left !important;
}

table.fundsTable2 tr.detailView > td > ul > li
{
	margin: 0 !important;
	padding: 0 0 0 16px !important;
	background: url(../img/s_checkmark_10x10_0CAF00.gif) 4px 3px no-repeat !important;
	border-top:1px solid #DDDDDE;
}

table.fundsTable2 tr.detailView > td > ul > li.unavailable
{
	padding-left: 20px !important;
	background: url(../img/b_ausrufezeichen.gif) 4px 2px no-repeat !important;
}
		
table.fundsTable2 tr.detailView > td > ul > li:hover
{
	background: url(../img/s_checkmark_10x10_0CAF00.gif) 4px 3px no-repeat, url(../img/s_double_arrow_19x16_B3B3B3.png) right 10px center no-repeat !important;
	background-color: #EEEEEF !important;
	cursor: pointer;
}

table.fundsTable2 ul.properties
{
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	line-height: 14px;
}

table.fundsTable2 ul.properties > li
{
	border-top: none !important;
	display: inline-block !important;
	margin: 1px 0 !important;
	padding: 1px 3px 0px 3px !important;
	background: none !important;
	font-weight: bold !important;
	color: #FFF !important;
	line-height: 13px !important;
}

table.fundsTable2LP ul.properties > li
{
	line-height: 15px !important;
}

table.fundsTable2 ul.properties > li a:link,
table.fundsTable2 ul.properties > li a:visited,
table.fundsTable2 ul.properties > li a:hover
{
	text-decoration: none !important;
	color: #FFF !important;
}

table.fundsTable2 ul.properties > li span
{
	padding-left: 2px;
	font-weight: normal;
	color: #333;
}

table.fundsTable2 ul.properties > li a:hover span
{
	text-decoration: underline !important;
}

table.fundsTable2 ul.properties > li.star,
table.fundsTable2 ul.properties > li.bull,
table.fundsTable2 ul.properties > li.finanztest,
table.fundsTable2 ul.properties > li.trend,
table.fundsTable2 ul.properties > li.AF
{
	padding-left: 0 !important;
	font-weight: normal !important;
	color: #333 !important;
}
		
table.fundsTable2 ul.properties > li.AF
{
	color: #0CAF00 !important;
}

table.fundsTable2 ul.properties > li.star a,
table.fundsTable2 ul.properties > li.bull a,
table.fundsTable2 ul.properties > li.finanztest a,
table.fundsTable2 ul.properties > li.trend a
{
	color: #333 !important;
}
		
table.fundsTable2 ul.properties > li.star a:hover,
table.fundsTable2 ul.properties > li.bull a:hover,
table.fundsTable2 ul.properties > li.finanztest a:hover,
table.fundsTable2 ul.properties > li.trend a:hover
{
	text-decoration: underline !important;
	color: #0088CC !important;
}
		
table.fundsTable2 ul.properties > li.AF span
{
	padding-left: 0;
}

table.fundsTable2 ul.properties > li.star
{
	background: url(../img/s_star.png) 0 0 no-repeat !important;
	padding-left: 16px !important;
}

table.fundsTable2 ul.properties > li.bull
{
	background: url(../img/s_bulle.png) 0 1px no-repeat !important;
	padding-left: 22px !important;
}

table.fundsTable2 ul.properties > li.finanztest
{
	background: url(../img/s_stiftung_warentest_t.png) 0 1px no-repeat !important;
	padding-left: 16px !important;
}
		
table.fundsTable2 ul.properties > li.trend
{
	background: url(../img/s_trend_arrow_up_0CAF00_6x9.gif) 0 center no-repeat,
				url(../img/s_trend_arrow_right_0088CC_6x9.gif) 7px 5px no-repeat,
				url(../img/s_trend_arrow_down_DD0000_6x9.gif) 17px center no-repeat !important;
	padding-left: 25px !important;
}

table.fundsTable2 ul.properties > li.R
{
	background: -moz-linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	background: -webkit-linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	background: -o-linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	background: -khtml-linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	background: -ms-linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	background: linear-gradient(to right, rgba(35,162,35,1) 14px, rgba(35,162,35,0) 14px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35,162,35,1)), color-stop(100%, rgba(35,162,35,1))) !important;
	background-size: 14px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2LP ul.properties > li.R
{
	background: -moz-linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;
	background: -webkit-linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;
	background: -o-linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;
	background: -khtml-linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;
	background: -ms-linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;
	background: linear-gradient(to right, rgba(35,162,35,1) 15px, rgba(35,162,35,0) 15px) !important;

	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35,162,35,1)), color-stop(100%, rgba(35,162,35,1))) !important;
	background-size: 15px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.RS
{
	background: -moz-linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	background: -webkit-linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	background: -o-linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	background: -khtml-linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	background: -ms-linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	background: linear-gradient(to right, rgba(35,162,35,1) 21px, rgba(35,162,35,0) 21px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35,162,35,1)), color-stop(100%, rgba(35,162,35,1))) !important;
	background-size: 21px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.R span,
table.fundsTable2 ul.properties > li.RS span
{
	color: #23A223;
}

table.fundsTable2 ul.properties > li.S
{
	background: -moz-linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	background: -webkit-linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	background: -o-linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	background: -khtml-linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	background: -ms-linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	background: linear-gradient(to right, rgba(238,136,0,1) 14px, rgba(238,136,0,0) 14px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238,136,0,1)), color-stop(100%, rgba(238,136,0,1))) !important;
	background-size: 14px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.VL
{
	background: -moz-linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	background: -webkit-linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	background: -o-linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	background: -khtml-linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	background: -ms-linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	background: linear-gradient(to right, rgba(238,136,0,1) 19px, rgba(238,136,0,0) 19px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(238,136,0,1)), color-stop(100%, rgba(238,136,0,1))) !important;
	background-size: 19px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.NK
{
	background: -moz-linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	background: -webkit-linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	background: -o-linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	background: -khtml-linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	background: -ms-linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	background: linear-gradient(to right, rgba(221,0,0,1) 21px, rgba(221,0,0,0) 21px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,0,0,1)), color-stop(100%, rgba(221,0,0,1))) !important;
	background-size: 21px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2LP ul.properties > li.NK
{
	background: -moz-linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;
	background: -webkit-linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;
	background: -o-linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;
	background: -khtml-linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;
	background: -ms-linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;
	background: linear-gradient(to right, rgba(221,0,0,1) 24px, rgba(221,0,0,0) 24px) !important;

	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221,0,0,1)), color-stop(100%, rgba(221,0,0,1))) !important;
	background-size: 24px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.MS,
table.fundsTable2 ul.properties > li.ME
{
	background: -moz-linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	background: -webkit-linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	background: -o-linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	background: -khtml-linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	background: -ms-linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	background: linear-gradient(to right, rgba(0,136,204,1) 22px, rgba(0,136,204,0) 22px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,136,204,1)), color-stop(100%, rgba(0,136,204,1))) !important;
	background-size: 22px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2LP ul.properties > li.MS,
table.fundsTable2LP ul.properties > li.ME
{
	background: -moz-linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;
	background: -webkit-linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;
	background: -o-linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;
	background: -khtml-linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;
	background: -ms-linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;
	background: linear-gradient(to right, rgba(0,136,204,1) 25px, rgba(0,136,204,0) 25px) !important;

	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,136,204,1)), color-stop(100%, rgba(0,136,204,1))) !important;
	background-size: 25px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.MS span,
table.fundsTable2 ul.properties > li.ME span
{
	color: #0088CC;
}
		
table.fundsTable2 ul.properties > li.EO
{
	background: -moz-linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	background: -webkit-linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	background: -o-linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	background: -khtml-linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	background: -ms-linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	background: linear-gradient(to right, rgba(136,136,136,1) 22px, rgba(136,136,136,0) 22px) !important;
	
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(136,136,136,1)), color-stop(100%, (136,136,136,1))) !important;
	background-size: 22px 100% !important;
	background-repeat:no-repeat !important;
}

table.fundsTable2 ul.properties > li.EO span
{
	color: #888;
}

table.fundsTable2 ol
{
	margin: 6px 0 6px 10px !important;
	text-align: left !important;
	padding: 0;
	color: #666;
	font-size: 9px;
}
		
table.fundsTable2 ol > li
{
	line-height: 100%;		
	margin: 3px 0 !important;
	paddding: 0 !important;
}

table.fundsTable2 div.note
{
	line-height: 100%;
	color: #666;
	font-size: 9px;
}
/*</fundsTable2*/

.productTypeSlider li ul.checkList li
{
    display:none;
}

/*<facts>*/
#content dl.facts
{
	/*margin: 0 auto;*/
	text-align: center;

	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-around;
	justify-content: space-around;

	-webkit-align-items: center;
	align-items: center;
}

#content dl.facts > div.fact
{
	display: inline-block;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;

	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#content dl.facts > div.fact > dt
{
	display: block;

	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;

	margin: 0px 5px 8px 5px;
	font-size: 10px;
}

#content dl.facts > div.fact > dd
{
	display: block;

	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;

	margin: 8px 5px 4px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
/*</facts>*/

/*<wide template facts>*/
#content .wideTemplate dl.facts > div.fact > dt
{
	margin: 0px 5px 8px 5px;
	font-size: 12px;
}

#content .wideTemplate dl.facts > div.fact > dd
{
	margin: 8px 5px 4px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
/*</wide template facts>*/

/*<ekomi rating simple>*/
#content div.ekomiRatingSimple
{
	line-height: 128px;
	font-size: 13px;
	color: #333;
}

#content div.ekomiRatingSimple > a.ekomiRatingSimpleSeal
{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	width: 128px;
	height: 128px;
	border: 0;
	line-height: normal;
	background: url(/img/s_ekomi_128x128.gif) center center no-repeat;
	margin-right: 20px;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData
{
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	line-height: normal;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData > div
{
	line-height: normal;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData > div.ekomiRatingSimpleStarsGray
{
	width: 128px;
	height: 24px;
	background: url(/img/ekomi_star_rating_gray_128x24.png) left top no-repeat;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData > div.ekomiRatingSimpleStarsGray > div.ekomiRatingSimpleStarsYellow
{
	width: 50%;
	height: 24px;
	background: url(/img/ekomi_star_rating_yellow_128x24.png) left top no-repeat;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData > div.ekomiRatingSimpleDigit
{
	margin-top: 8px;
	font-size: 18px;
	font-weight: bold;
}

#content div.ekomiRatingSimple > div.ekomiRatingSimpleData > div.ekomiRatingSimpleNote
{

}

#content div.ekomiRatingSimple .ekomiRatingSimpleTextLight
{
	color: #666;
}

#content div.ekomiRatingSimple::after
{
	content: "";
	clear: both;
	display: table;
}
/*</ekomi rating simple>*/

/*<ekomi feedback cycle>*/
#content ul.ekomiFeedbackCycle
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-style: italic;
	max-width: 100%;
}

#content ul.ekomiFeedbackCycle > li
{
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	vertical-align: middle;
	text-align: center !important;
	width: 100%;
}

#content ul.ekomiFeedbackCycle > li:not(:first-child)
{
	display: none;
}

#content ul.ekomiFeedbackCycle > li > a
{
	display: inline-block;
	line-height: normal;
	text-decoration: none !important;
}

#content ul.ekomiFeedbackCycle > li > a:hover
{
	text-decoration: underline !important;
}

#content ul.ekomiFeedbackCycle > li > a:before
{
	content: "„";
}

#content ul.ekomiFeedbackCycle > li > a:after
{
	content: "”";
}
/*</ekomi feedback cycle>*/

/*<fondsdetailseite>*/
#content .security-details .security-details-header
{
	position: relative;
	z-index:1;
	display: table;
	width: calc(100% + 16px);
	height: 36px;
	padding: 12px;
	background-color: #EEEEEF;
	margin: -24px 0 0 -20px;
}

#content .security-details .security-details-footer
{
	position: relative;
	z-index:1;
	display: block;
	width: calc(100% + 16px);
	/*height: 36px;*/
	padding: 12px;
	background-color: #EEEEEF;
	background: linear-gradient(to top, #FFF 0%,#EEEEEF 100%);
	margin: -2px 0 -24px -20px;
}

#content .security-details .security-details-header .security-details-header-left
{
	display: table-cell;
	vertical-align: middle;
}

#content .security-details .security-details-header .security-details-header-left h1
{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	margin: 2px 0 0 6px;
}

#content .security-details .security-details-header .security-details-header-left h1 .security-details-header-h1-isin
{
	display: none;
}

#content .security-details .security-details-header .security-details-header-right
{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 6px;
}

#content .security-details .security-details-header .security-details-header-right a
{
	white-space: nowrap;
}

#content dl.ratings
{
	display: inline-block;
	white-space: nowrap;
	margin: 0;
}

#content dl.ratings > div
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 17px;
	margin: 5px 0;
}

#content dl.ratings > div
{
	margin-left: 5px;
}

#content dl.ratings >div::after
{
	content: ""
	display: table;
	clear: both;
}

#content dl.ratings > div > dt
{
	display: inline-block;
	float: right;
	margin: 0;
}

#content dl.ratings > div > dd
{
	display: inline-block;
	float: right;
	margin: 0;
}

#content dl.ratings > div.fer > dd
{
	width: 60px;
	margin-right: 5px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTguNSA1YTMuNSAzLjUgMCAxIDEtNyAwIDMuNSAzLjUgMCAxIDEgNyAweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDhjIiBzdHJva2Utd2lkdGg9IjEuMDAwMjI1MDgiLz48L3N2Zz4=) 0 center / 10px 10px repeat-x;
}

#content dl.ratings > div[class*=' fer-'] > dd:after,
#content dl.ratings > div[class^='fer-'] > dd:after
{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTkgNWE0IDQgMCAxIDEtOCAwIDQgNCAwIDEgMSA4IDB6IiBmaWxsPSIjMDhjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 0 center / 10px 10px repeat-x;
}

#content dl.ratings > div.fer-1 > dd::after
{
	width: 10px;
}

#content dl.ratings > div.fer-2 > dd::after
{
	width: 20px;
}

#content dl.ratings > div.fer-3 > dd::after
{
	width: 30px;
}

#content dl.ratings > div.fer-4 > dd::after
{
	width: 40px;
}

#content dl.ratings > div.fer-5 > dd::after
{
	width: 50px;
}

#content dl.ratings > div.fer-6 > dd::after
{
	width: 60px;
}

#content dl.ratings > div:not(.eda) > dd > b
{
	visibility: hidden;
}

#content dl.ratings > div.eda > dt > em
{
	visibility: hidden;
}

#content dl.ratings > div.eda > dt
{
	float:left;
}

#content dl.ratings > div.eda > dt
{
	width: 30px;
	margin-right: 5px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS45OTkiIGhlaWdodD0iMTYuNDgyIj48ZyBjb2xvcj0iIzAwMCIgZm9udC1mYW1pbHk9IlNhbnMiPjxwYXRoIGQ9Ik0xMC42IDcuOTM4Yy0xLjE5LS4wMTctMi4wMTMuMjA4LTIuNTkyLjQ3Ni0uMzg2LjE4LS42NjMuMzc4LS44NjguNTM4LS4yMDUuMTYtLjM1LjI3OC0uNDE1LjI5NS0yLjYzNyAxLTYuMTQ4Ljk4My02LjE0OC45ODNILjUzM2wtLjAxOC4wNGMtLjc2IDEuNTUyLS41NiAyLjk5My0uMTU1IDQuMDU1LjIwNC41My40NTguOTcuNjcgMS4yODMuMTA2LjE1Ni4yMDUuMjguMjc4LjM3LjA3NC4wOS4xMTUuMTM4LjE0NS4xNjMuMDc4LjA2Ni4yMjYuMTQzLjQxNS4xODYuMTg4LjA0My40MTguMDQ3LjYzLS4wNy4zNzgtLjIxIDIuNjctMS4zODMgNS40My0xLjM2MiAzLjY1LjAyNyA2LjAzOC45NyA4LjYyNiAxLjQ2NyAxLjA5NS4yMTIgMS44Ni4xNTYgMi41MDgtLjIzN3YuMDA0YzQuNDQ1LTIuMzM0IDcuMjYtMy42IDkuMDM2LTQuMyAxLjc3NS0uNzA0IDIuNS0uODQyIDIuODAzLS45NDUuMTUzLS4wNS4yNDgtLjE1My4yOTYtLjI3LjA1LS4xMTQuMDUyLS4yNC4wNC0uMzU2LS4wMjMtLjE5Mi0uMDgtLjMwNy0uMTAyLS4zNi4wNTUtLjAyLjMxMy0uMS42My0uMjQuMTA3LS4wNDUuMTgyLS4wOTIuMjItLjE2Ni4wMTItLjAyLjAxOC0uMDQzLjAxNC0uMDcgMC0uMDMtLjAyMi0uMDU4LS4wNDQtLjA3LS4wMjItLjAxNi0uMDUtLjAwOC0uMDc1LS4wMS0uMDQzLS4zMTUtLjE2LS41NTQtLjMyNy0uNzItLjE3OC0uMTc0LS40MDMtLjI3Mi0uNjM1LS4zMi0uNDYzLS4wOTgtLjk1LS4wMTItMS4xNzIuMDQzLS4xMTMuMDMtLjQ5NC4xNTctMS4wNDUuMzQ0LS41NS4xODctMS4yNjUuNDM1LTIuMDEuNjkyLTEuNDg3LjUxNS0zLjEgMS4wOC0zLjgwNyAxLjMyNmwtLjEzNy4wNDQuMTIuMDhjLjg3Mi41NzggMS4wMSAxLjE5My44NSAxLjY1Mi0uMTYuNDYtLjYzOC43NjQtMS4wMzYuNzA1LTIuMjA4LS4xNi00LjI4Mi0uMjQ4LTUuODQ0LS4yOS0uNzgyLS4wMjItMS40MzUtLjAzMi0xLjkxMy0uMDM2LS40OC0uMDAzLS43NzggMC0uODcuMDA1LS4zMzIuMDIzLS43LjEyOC0uOTEuMjctLjA0My4wMjctLjA4LjA0LS4xMDIuMDQzLS4wMi4wMDMtLjAyNy0uMDA1LS4wMjYtLjAwNHYtLjAxN2MwLS4wMi4wMi0uMDUuMDUyLS4wOTMuMDYyLS4wOC4yMS0uMTg4LjM5Mi0uMjczLjE4LS4wODUuMzkzLS4xNTIuNTg2LS4xNy40OTctLjA1IDEuNzYtLjA1IDMuMzYgMCAxLjU5OC4wNSAzLjUzOC4xNSA1LjQxLjMuMTgzLjAxMy4zMy0uMDM0LjQzOC0uMTI1LjEwNy0uMDkuMTc0LS4yMi4yMS0uMzUyLjA3Ni0uMjY0LjA0Ny0uNTU2LS4wNC0uNzMydi0uMDA4Yy0uMTMtLjMzOC0uNTMtLjczMy0xLjM5Ni0xLjAzLS44NzQtLjMwMi0yLjIyNi0uNTA0LTQuMjgtLjQ0Mi0uNzQzLjAyMi0yLjIwMi0uNTE0LTIuOTYyLS45NTctMS4yOC0uNzQ3LTEuNjUyLTEuMDY1LTIuODU2LTEuMjMtLjQ4My0uMDY1LS45Mi0uMS0xLjMxOC0uMTA1eiIgc3R5bGU9InRleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDtsaW5lLWhlaWdodDpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtibG9jay1wcm9ncmVzc2lvbjp0YjstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOlNhbnMiIGZpbGw9IiMwYzc2MDAiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PHBhdGggZD0iTTE0LjEzNSAwbC0uMDIyLjA4Yy0uNjAzIDEuOTktLjg4MiA0LjIwNy0uNTMgNS44ODQuMTc3LjgzOC41MTIgMS41NDMgMS4wNSAyLjAxNC41MzcuNDcgMS4yNzcuNyAyLjIzNC41OWwuMDUyLS4wMDguMDEtLjA1M3MuMDEtLjA5NCAwLS4zMDQtLjA0LS41NDQtLjEyOC0xLjAyN2MtLjE2NS0uOTEtLjU2LTIuNDIzLTEuMzQ0LTQuNjM3LjcyNi44ODIgMi4yMTQgMi43NjQgMy4yIDUuNDlsLjA1OC4xNjQuMDc1LS4xNTRjLjM1LS43NjIuNjYtMi4wMTguMTU1LTMuNDU2LS41MDYtMS40MzgtMS44My0zLjA1LTQuNzM0LTQuNTQ0TDE0LjEzNyAwek0yNC43OTIgMi4wMjNjLTEuMzI3LS4wNTMtMi4zMzMuMDY1LTMuMTA3LjI3NC0xLjU1LjQxNy0yLjE2IDEuMjA4LTIuNDg2IDEuNzA1bC0uMDIzLjAzNi4wMjIuMDRjLjE0LjI2LjMzMy45MDMuMzk2IDEuNDcybC4wMjIuMTg1LjEwNS0uMTVjLjAyNy0uMDM4LjEyLS4xMTcuMjYtLjIwNy4xNC0uMDkuMzMtLjIuNTYtLjMxMy40NTgtLjIyOCAxLjA3NC0uNDkgMS43ODUtLjczMiAxLjMwMy0uNDQ1IDIuOTItLjgwNyA0LjQ1Ni0uODEtMi40MTMuODQtMy45MzMgMS42MDMtNC45NDUgMi4zMjItMS4wNzIuNzYtMS42MDggMS40NzUtMi4xNDMgMi4xODJsLS4wNDQuMDU3LjA1Mi4wNDRjLjk2My43NzQgMS45MTggMS4xMzYgMi44NDMgMS4xNjQuOTI1LjAyNyAxLjgyLS4yOCAyLjY3NS0uODMzIDEuNzEzLTEuMTA2IDMuMjc4LTMuMTg3IDQuNjQyLTUuNThsLjA0NC0uMDg1LS4wOTQtLjAyMmMtMi4wNS0uNDcyLTMuNjk4LS42OTYtNS4wMjUtLjc1eiIgZmlsbD0iIzBjYWYwMCIgb3ZlcmZsb3c9InZpc2libGUiLz48L2c+PC9zdmc+) center center / 30px auto no-repeat;
}

#content dl.ratings > div.eda > dd
{
	color: #0CAF00;
}

#content dl.ratings > div.fer > dd
{
	width: 60px;
	margin-right: 5px;
}

#content dl.ratings > div.ft > dd
{
	width: 17px;
	margin-right: 5px;
	/*Stiftung Warentest Finanztest Logo*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTQ3LjY2NyI+PHBhdGggZD0iTTAgMTQ3LjY2N2gxMDBWMEgweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDE0NS41NDNoOTUuODFWNDAuNTc3SDIuMTJ2MTA0Ljk2NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNTkuOTk0IDE0NS41NDNIOTcuOTN2LTQ0LjcwOEg1OS45OTV2NDQuNzA4eiIgZmlsbD0iIzEyN2JjYSIvPjxwYXRoIGQ9Ik0yLjEyIDQwLjU3N3YxMDQuOTY2aDM4LjAxMnYtNDQuNzA4aC0yNS44MlY5Mi4yM2MyNS40OS0zLjk3MyAzMi40MTMtMTQuMDQyIDM4LjctMzEuMjUzaDYuOTgyVjg5LjA1SDk3LjkzVjQwLjU3OEgyLjEyIiBmaWxsPSIjMTI3YmNhIi8+PHBhdGggZD0iTTkuNzQgNDcuMTg4djMuMjY4aDUuMTQ2djEuODhIOS43NHY1LjE5Mkg3LjEzNVY0NS4yOTNoOC4wN3YxLjg5NUg5Ljc0TTE2LjU5NCA1Ny41Mjh2LTguNTQ1aDIuNDd2OC41NDVoLTIuNDd6bS0uMDUtMTAuMjd2LTEuOTY1aDIuNTd2MS45NjRoLTIuNTdNMjYuODA2IDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODctMi40ODYtMS42MDUtMi40ODYtMS41NiAwLTEuNzk0IDEuNzQtMS43OTQgMi43MDd2NC4yOThoLTIuNDd2LTYuODUzYzAtLjU0LS4wMTgtMS4xLS4wNzItMS42NzZoMi40NTVsLjAzMiAxLjMwNGMuNzY0LS45ODUgMS41Ni0xLjQzOCAyLjgxLTEuNDM4IDIuMDg0IDAgMy4xMTUgMS4xMTYgMy4xMTUgMy4xNDV2NS41MThoLTIuNDdNMzYuMjg3IDUzLjRjLS4yMzUgMC0uNDA1LS4wMi0uNjQ0LS4wMi0xLjA0OCAwLTIuNjIuMjQtMi42MiAxLjU3NyAwIC43NzguNjQ0IDEuMjcgMS4zODcgMS4yNyAxLjU4OCAwIDEuODc3LTEuMzkgMS44NzctMi42NzRWNTMuNHptLjIwMiA0LjEyOGMtLjEzMy0uMzg4LS4xODMtLjc2LS4yMDMtMS4xNjYtLjY5MyAxLjAxMy0xLjUyMyAxLjMzNS0yLjcyNCAxLjMzNS0xLjY1OCAwLTIuOTc4LS44MS0yLjk3OC0yLjYwNiAwLTIuNjU1IDMuMDI4LTIuODkgNS4wMS0yLjg5aC42OTJ2LS4zMjJjMC0uODk4LS4xODYtMS43OC0xLjI4OC0xLjc4LS45NDUgMC0xLjMxNy41NDMtMS4zMTcgMS4zMzhoLTIuNTI1Yy4wMzgtMi4wOTggMi4wMTQtMi42OSAzLjgwOC0yLjY5IDIuMzAzIDAgMy43MjYuNTI0IDMuNzI2IDMuMzE4VjU0LjZjMCAuOTY2IDAgMS45My4xMzIgMi45MjhIMzYuNDlNNDYuMjIyIDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODMtMi40ODYtMS42MS0yLjQ4Ni0xLjU1NSAwLTEuNzkgMS43NC0xLjc5IDIuNzA3djQuMjk4aC0yLjQ3di02Ljg1M2MwLS41NC0uMDE4LTEuMS0uMDY3LTEuNjc2aDIuNDU1bC4wMzMgMS4zMDRjLjc2LS45ODUgMS41NTUtMS40MzggMi44MDUtMS40MzggMi4wODQgMCAzLjExNSAxLjExNiAzLjExNSAzLjE0NXY1LjUxOGgtMi40N001MC4wMzggNTcuNTI4di0xLjY3M2w0LjQ2OC01LjE4aC00LjN2LTEuNjZoNy4wMDd2MS43MjhsLTQuMzUgNS4xNDVoNC41MnYxLjY0aC03LjM0NU02OS42MDMgNTAuMTdjLTEuMTkyIDAtMS45MDIuODgtMS45MDIgMi4wOTdoMy42NGMwLTEuMjgzLS41NzgtMi4wOTYtMS43MzctMi4wOTZ6bS0xLjk1MiAzLjUyYy0uMDE1IDEuMjgyLjUxMyAyLjUgMS45MiAyLjUuOTc4IDAgMS41NC0uNDkyIDEuNjctMS40OWgyLjM0OGMtLjI5NyAyLjIxNy0yLjEgMi45NjItNC4wNSAyLjk2Mi0yLjcgMC00LjIzNC0xLjU1Ni00LjIzNC00LjMxNCAwLTIuODQgMS40NTItNC42MyA0LjMxNS00LjYzIDEuNjIgMCAzLjA0NC42NzYgMy42ODggMi4yNjYuMzQ2LjgyOC4zNjMgMS42OS4zNjMgMi43MDVoLTYuMDJNNzguNDI4IDU3LjY5NWMtMS45NjggMC0zLjczOC0uNjA3LTMuNzM4LTIuOTQyaDIuNDM1Yy4wMjguOTguNDI4IDEuNTIyIDEuNDIgMS41MjIuNjYzIDAgMS4zNzMtLjM5IDEuMzczLTEuMTMyIDAtLjQ3Ni0uMzMtLjc0NS0uNzkzLS45NS0uMjM1LS4xLS41LS4xODItLjc5Ni0uMjUzLS4yOTgtLjA4NC0uNTk1LS4xMzMtLjkxMy0uMjItMS4yMzgtLjMyLTIuNDk2LS44MS0yLjQ5Ni0yLjQgMC0yLjAzIDEuOTg1LTIuNTg3IDMuNTc0LTIuNTg3IDEuODM2IDAgMy40OS42NiAzLjYxIDIuNzU3aC0yLjM2OGMtLjAzMy0uODEzLS40NjItMS4zNy0xLjI3NS0xLjM3LS41NzcgMC0xLjI1Ny4yNzItMS4yNTcuOTUgMCAuNDU1LjMuNzA3Ljc4Ljg5Mi4yNDcuMTAyLjUyNy4xODYuODI1LjI1NC4zLjA3LjYzLjEzNi45NDUuMjIgMS4yOS4zMjIgMi41OTQuODMgMi41OTQgMi40NTMgMCAyLjIxNS0yLjEzMyAyLjgwNS0zLjkyIDIuODA1TTYyLjQ3MyA0Ni43MjhoLS42MjNsLjAwNC0uMDAzaC0uNTczYy0uNTEgMS40NC0xLjA4IDIuMjgtMy4xNjggMi42MTV2MS4yMmgyLjAxNHY0Ljc1YzAgMS44Ni45MTIgMi4yODQgMi41ODIgMi4yODQuNTc4IDAgMS4xNC0uMDUyIDEuNzItLjEzNnYtMS42MDVjLS4yODQuMDE2LS41MTUuMDY4LS43NzguMDY4LTEuMTI3IDAtMS4xNzctLjQ3NC0xLjE3Ny0xLjQ3MnYtMy44OWgyLjI4MnYtMS41NGgtMi4yODJ2LTIuMjlNODYuOTA2IDQ2LjcyOGgtLjYyM3YtLjAwM2gtLjU2OGMtLjUxNiAxLjQ0LTEuMDgyIDIuMjgtMy4xNyAyLjYxNXYxLjIyaDIuMDE0djQuNzVjMCAxLjg2LjkwNyAyLjI4NCAyLjU4MiAyLjI4NC41NzcgMCAxLjEzOC0uMDUyIDEuNzE2LS4xMzZ2LTEuNjA1Yy0uMjguMDE2LS41MS4wNjgtLjc3Ni4wNjgtMS4xMjYgMC0xLjE3Ni0uNDc0LTEuMTc2LTEuNDcydi0zLjg5aDIuMjgydi0xLjU0aC0yLjI4MnYtMi4yOSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDM4LjQ2M2g5NS44MVYxLjgzSDIuMTJ2MzYuNjMzeiIgZmlsbD0iIzVhNTc1OCIvPjxwYXRoIGQ9Ik0yMS42NTIgMzQuMjlIMTguNDZsLTIuNzItOS45ODYtMi43NzIgOS45ODdIOS43NzRMNi4zNjIgMjIuMDczaDIuNzg1bDIuMzY4IDkuOTcgMi43MDMtOS45N2gzLjIxbDIuNjM2IDkuOTcgMi4zMTUtOS45N2gyLjYwMmwtMy4zMyAxMi4yMk0yOS45MzMgMzAuMTY3Yy0uMjM1IDAtLjQwNC0uMDE2LS42NDQtLjAxNi0xLjA0OCAwLTIuNjIuMjM4LTIuNjIgMS41NzMgMCAuNzc4LjY0MyAxLjI2NiAxLjM4NiAxLjI2NiAxLjU4OCAwIDEuODc3LTEuMzg1IDEuODc3LTIuNjd2LS4xNTN6bS4yMDIgNC4xMjRjLS4xMzYtLjM4Ny0uMTg1LS43NTgtLjIwMi0xLjE2NS0uNjkzIDEuMDE0LTEuNTIzIDEuMzM1LTIuNzIzIDEuMzM1LTEuNjU1IDAtMi45Ny0uODEtMi45Ny0yLjYgMC0yLjY1NiAzLjAyMy0yLjg5IDUtMi44OWguNjkzdi0uMzIzYzAtLjg5NS0uMTg2LTEuNzc0LTEuMjgzLTEuNzc0LS45NSAwLTEuMzIuNTQtMS4zMiAxLjMzNGgtMi41MTdjLjAzMy0yLjA5NiAyLjAxLTIuNjg3IDMuODA0LTIuNjg3IDIuMjk0IDAgMy43MTMuNTI1IDMuNzEzIDMuMzEydjIuNTM2YzAgLjk2MyAwIDEuOTI3LjEzNiAyLjkyM2gtMi4zM00zOC43NDYgMjcuODM2Yy0xLjU4OCAwLTIuMjEyLjkxMi0yLjIxMiAyLjQzNHY0LjAyaC0yLjQ2N3YtNi40MzdjMC0uNjc3LS4wNy0xLjM2OC0uMDctMi4wOGgyLjM4NWwuMDY2IDEuNTcyYy41NTctMS4xMTQgMS40MDItMS42MiAyLjYzNi0xLjYyLjEzNiAwIC4yNTYgMCAuNDA4LjAxNXYyLjE0NmMtLjI3Mi0uMDMzLS41MDctLjA1LS43NDYtLjA1TTU1LjQxOCAzNC4yOXYtNC41MWMwLTEuMTgzLS4wODMtMi40ODQtMS42MDUtMi40ODQtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40Njd2LTYuODQzYzAtLjU0LS4wMTctMS4wOTgtLjA3LTEuNjczaDIuNDVsLjAzMyAxLjNjLjc2Mi0uOTggMS41NTUtMS40MzUgMi44MS0xLjQzNSAyLjA3NCAwIDMuMTA1IDEuMTEzIDMuMTA1IDMuMTQzdjUuNTA4aC0yLjQ2N000NC4xMTggMjYuOTljLTEuMjE3IDAtMS45NDQuODgtMS45NDQgMi4wOTZoMy43MThjMC0xLjI4NS0uNTktMi4wOTYtMS43NzQtMi4wOTZ6bS0xLjk5MyAzLjUxNWMtLjAxNyAxLjI4Ni41MjQgMi41IDEuOTYgMi41Ljk5OCAwIDEuNTcyLS40ODggMS43MDgtMS40ODVoMi4zOTdjLS4zIDIuMjE0LTIuMTQ2IDIuOTU3LTQuMTM4IDIuOTU3LTIuNzU3IDAtNC4zMy0xLjU1NC00LjMzLTQuMzEgMC0yLjgzOCAxLjQ5LTQuNjMgNC40MTItNC42MyAxLjY2IDAgMy4xMS42NzggMy43NyAyLjI2NC4zNTYuODMuMzcyIDEuNjkuMzcyIDIuNzA1aC02LjE1TTcwLjEyNyAyNi45NTNjLTEuMTg4IDAtMS45MDIuODgtMS45MDIgMi4wOThoMy42NDNjMC0xLjI4NC0uNTgyLTIuMDk3LTEuNzQtMi4wOTd6TTY4LjE4IDMwLjQ3Yy0uMDIgMS4yODUuNTEgMi41MDMgMS45MTMgMi41MDMuOTggMCAxLjU0LS40OSAxLjY3Ni0xLjQ5aDIuMzQ3Yy0uMjk4IDIuMjE4LTIuMSAyLjk2Mi00LjA1NiAyLjk2Mi0yLjY5MyAwLTQuMjMzLTEuNTU3LTQuMjMzLTQuMzEzIDAtMi44NCAxLjQ1Ny00LjYzMyA0LjMxNy00LjYzMyAxLjYyNSAwIDMuMDQ0LjY3NiAzLjY4OCAyLjI2Ni4zNS44MjcuMzY3IDEuNjkuMzY3IDIuNzA1aC02LjAyTTc4Ljk1NiAzNC40NzdjLTEuOTY4IDAtMy43MzgtLjYwNy0zLjczOC0yLjk0MmgyLjQzYy4wMzMuOTgyLjQzIDEuNTIzIDEuNDI0IDEuNTIzLjY2IDAgMS4zNzMtLjM5IDEuMzczLTEuMTMzIDAtLjQ3NS0uMzMtLjc0My0uNzk2LS45NDctLjIzMi0uMS0uNDk2LS4xODUtLjc5My0uMjU0LS4zLS4wODctLjU5OC0uMTM2LS45MTItLjIyLTEuMjM3LS4zMi0yLjQ5Ni0uODEtMi40OTYtMi40MDIgMC0yLjAyOCAxLjk4NC0yLjU4NyAzLjU3Mi0yLjU4NyAxLjgzNiAwIDMuNDkuNjYgMy42MDYgMi43NTZoLTIuMzY0Yy0uMDM3LS44MS0uNDY2LTEuMzY4LTEuMjc1LTEuMzY4LS41ODIgMC0xLjI2LjI3Mi0xLjI2Ljk1IDAgLjQ1NS4yOTguNzA3Ljc3Ni44OTQuMjQ4LjEuNTMzLjE4Ni44My4yNTQuMjk3LjA2OC42My4xMzYuOTQuMjE4IDEuMjkyLjMyNCAyLjYuODMgMi42IDIuNDUzIDAgMi4yMTctMi4xMzMgMi44MDctMy45MiAyLjgwN002My4wMDIgMjMuNTFoLS42MjN2LS4wMDJoLS41N2MtLjUxNyAxLjQ0LTEuMDgyIDIuMjgyLTMuMTczIDIuNjE2djEuMjJoMi4wMTd2NC43NWMwIDEuODYuOTA3IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNC0uMDQ4IDEuNzItLjEzNHYtMS42MDZjLS4yOC4wMTctLjUxMy4wNjgtLjc3Ny4wNjgtMS4xMjYgMC0xLjE3NS0uNDcyLTEuMTc1LTEuNDd2LTMuODloMi4yOFYyNS44aC0yLjI4VjIzLjUxTTg3LjQzNSAyMy41MWgtLjYyN2wuMDA0LS4wMDJoLS41N2MtLjUxNiAxLjQ0LTEuMDg0IDIuMjgyLTMuMTcyIDIuNjE2djEuMjJoMi4wMTN2NC43NWMwIDEuODYuOTEyIDIuMjggMi41ODMgMi4yOC41NzggMCAxLjE0LS4wNDggMS43Mi0uMTM0di0xLjYwNmMtLjI4LjAxNy0uNTE2LjA2OC0uNzguMDY4LTEuMTIyIDAtMS4xNy0uNDcyLTEuMTctMS40N3YtMy44OWgyLjI4VjI1LjhoLTIuMjhWMjMuNTFNMTEuNDIgMTkuMDIzYy0yLjYzNiAwLTQuNzk4LTEuMDQ4LTQuODQ4LTMuOTdoMi42NTNjLjAzMyAxLjMuNzkyIDIuMDggMi4yNDUgMi4wOCAxLjA4NSAwIDIuMjk4LS41NDQgMi4yOTgtMS43NiAwLS42NzYtLjQ3LTEuMDMtMS4wNDQtMS4yNjctLjY2LS4yNy0xLjQyLS40MjMtMi4xMTItLjY0Mi0xLjgxMi0uNTU3LTMuNzU1LTEuMjM0LTMuNzU1LTMuNDggMC0yLjcyIDIuNTM3LTMuNjM1IDQuODUyLTMuNjM1IDIuMzggMCA0LjQyNi44MjggNC40NDMgMy41M0gxMy41Yy0uMS0xLjExNC0uNzQzLTEuNzU1LTEuOTkzLTEuNzU1LS45ODIgMC0xLjk2NC41MjItMS45NjQgMS42MDUgMCAuMzUyLjEzNi42MjUuNDA4Ljg0Ni4yNy4yMTggMS4wMTcuNDkgMS44MS43Ni43OTUuMjUyIDEuNjQuNTA2IDIuMDc4LjY3MyAxLjU5LjYwOCAyLjY3IDEuMjg1IDIuNjcgMy4xNjIgMCAyLjc4Ny0yLjY4NiAzLjg1LTUuMDg4IDMuODVNMjQuNDI1IDE4LjgwNVYxMC4yN2gyLjQ2N3Y4LjUzNWgtMi40Njd6bS0uMDUtMTAuMjU3di0xLjk2aDIuNTd2MS45NmgtMi41N000Ny41MTMgMTguODA1bC0uMDMzLTEuMzAyYy0uNzYzLjk4LTEuNTQgMS40MzYtMi43OSAxLjQzNi0yLjA5NSAwLTMuMTEtMS4wOTgtMy4xMS0zLjE0M3YtNS41MWgyLjQ2N3Y0LjUyOGMwIDEuMTg0LjA1IDIuNDg2IDEuNTkgMi40ODYgMS41MzggMCAxLjgyNy0xLjM3IDEuODI3LTIuNjAzdi00LjQxaDIuNDY3djUuMzc0YzAgMS4wNSAwIDIuMDguMDUgMy4xNDVoLTIuNDY3TTU3LjU2NCAxOC44MDVWMTQuMjljMC0xLjE4LS4wODctMi40OC0xLjYxLTIuNDgtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40NjdWMTEuOTZjMC0uNTQtLjAxNy0xLjEtLjA2Ni0xLjY3M2gyLjQ1MmwuMDMzIDEuM2MuNzU4LS45NzggMS41NTUtMS40MzQgMi44MDUtMS40MzQgMi4wOCAwIDMuMTA3IDEuMTE0IDMuMTA3IDMuMTQydjUuNTFoLTIuNDYzTTY1Ljg0OCAxMS41ODhjLTEuNTM0IDAtMS45OTIgMS41MDUtMS45OTIgMi43OSAwIDEuMjgzLjQyNSAyLjcyIDEuOTQzIDIuNzIgMS41NTUgMCAxLjk5NS0xLjUwMyAxLjk5NS0yLjgwNyAwLTEuMjMtLjQ5LTIuNzAyLTEuOTQ3LTIuNzAyem00LjM3OCAxLjA2NXY0LjU2M2MwIDMuMzQ2LTEuMyA0Ljk2OC00LjQ3NyA0Ljk2OC0xLjc0MiAwLTQuMDA2LS40OS00LjAwNi0yLjY1M3YtLjEzM2gyLjMzNGMuMDE3Ljk5Ni44MjYgMS4zIDEuNjg4IDEuMyAxLjYwNSAwIDEuOTQzLS45OTcgMS45OTMtMi4yOTguMDItLjM5IDAtLjc4IDAtMS4xODQtLjY1Ny45NjMtMS41NyAxLjQyLTIuNzIgMS40Mi0yLjUxNyAwLTMuNzUtMS45MS0zLjc1LTQuMjYgMC0yLjM0OCAxLjI1LTQuMjc1IDMuNzY2LTQuMjc1IDEuMjE3IDAgMi4xNjIuNDQgMi44NCAxLjQ4OHYtMS4zaDIuMzgzYy0uMDE3Ljk0Ni0uMDU0IDEuODI1LS4wNTQgMi4zNjVNMjAuODcyIDguMDU3aC0uNjIzbC4wMDQtLjAwNGgtLjU3NGMtLjUxIDEuNDQyLTEuMDggMi4yODMtMy4xNjggMi42MTZ2MS4yMmgyLjAxN3Y0Ljc1YzAgMS44Ni45MDcgMi4yODIgMi41NzggMi4yODIuNTc3IDAgMS4xNC0uMDUgMS43Mi0uMTM2VjE3LjE4Yy0uMjg0LjAxOC0uNTE1LjA3LS43OC4wNy0xLjEyNiAwLTEuMTc2LS40NzUtMS4xNzYtMS40NzN2LTMuODloMi4yODN2LTEuNTRoLTIuMjgzdi0yLjI5TTQwLjM4IDExLjg4OHYtMS41NGgtMi4yODJWOC4wNTRoLTEuMTkyYy0uNjAzIDEuNjA1LS44MTggMi4yMTUtMy4xNzMgMi4yMTVoLTEuNTN2LS42OTNjMC0uODQ2LjEwMi0xLjM4NiAxLjI2Ni0xLjM4Ni4yNTQgMCAuNTI3LjAxNy44MS4wMzZWNi42MDNjLS41NC0uMDUyLTEuMDk2LS4wODUtMS42Mi0uMDg1LTIuMDk2IDAtMi45MjUgMS4xLTIuOTI1IDMuMDQzdi40NTdjLS40NDYuMzYtLjk5OC42MTMtMS42NTUuNzg3djEuMDg4aDEuNjU1djYuOTEzaDIuNDY3di02LjkxM2gzLjU0OHY0Ljc1YzAgMS44NTcuOTA4IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNDItLjA1IDEuNzItLjEzNlYxNy4xOGMtLjI4LjAxOC0uNTEyLjA3LS43NzYuMDctMS4xMjcgMC0xLjE3Ni0uNDc1LTEuMTc2LTEuNDczdi0zLjg5aDIuMjgiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) left center / 17px auto no-repeat;
}

#content dl.ratings > div.ts > dd
{
	width: 17px;
	margin-right: 5px;
	/*Top Rating Star*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyOC41MyI+PHBhdGggZD0iTTMwIDEwLjg5OGwtOS4yNyA2LjczMyAzLjUzNyAxMC45LTkuMjctNi43MzYtOS4yNyA2LjczM0w5LjI2OCAxNy42MyAwIDEwLjg5bDExLjQ2LjAwMkwxNS0uMDAzbDMuNTQgMTAuODk4eiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0zMCAxMC44OThsLTkuMjcgNi43MzMgMy41MzcgMTAuOS05LjI3LTYuNzM2LTkuMjcgNi43MzNMOS4yNjggMTcuNjMgMCAxMC44OWwxMS40Ni4wMDJMMTUtLjAwM2wzLjU0IDEwLjg5OHoiIGZpbGw9IiNkNWFjNGEiLz48cGF0aCBkPSJNMTUgMTUuODYybDE1LTQuOTY0LTkuMjcgNi43MzR6TTE0Ljk5OCAyMS43OTRMMTUgMTUuODYybDkuMjY3IDEyLjY2OHoiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNNS43MjYgMjguNTI3TDE1IDE1Ljg2MmwtLjAwMiA1LjkzMnpNMCAxMC44OTJoLjE4TDE1IDE1Ljg2MiA5LjI3IDE3LjYzek0xNS4wMDItLjAwM0wxNSAxNS44NjJsMy41NC00Ljk2N3oiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNMTUuMDAyLS4wMDNMMTUgMTUuODYybC0zLjU0LTQuOTY4eiIgZmlsbD0iI2QyYTQzYSIvPjwvc3ZnPg==) left top / 17px auto no-repeat;
}

#content dl.ratings > div.tv > dd
{
	width: 25px;
	margin-right: 5px;
	/*Top Volume Bull*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxOC4wNTQiPjxwYXRoIGQ9Ik0yNS4xMiAxNi4xNzhjLjg5Ny0uODU3IDEuOTE2LTEuNTg0IDIuMzI2LTIuODQuOTU0LTEuOTY0IDIuNjItNS4zODggMi41NTItNi4xMTgtLjA5OC0xLjA2Mi0yLjE5Mi0xLjM3Ni0zLjE2NS0xLjY3LTMuMDczLS45My01LjcyMi0uNTcyLTguNTg4LTEuNzdDMTQuMzQgMi40NTcgMTAuNTg4LjM0NCA2LjM2NS4yOCA0LjQyMi4xNjYgMi40NDUtLjIwMi41MTIuMTQ3LS4zNjYuNzY1LjExNSAyLjMyMi4yODggMy4zLjY0OCA1LjI4NiAxLjE2MyA3LjI3MiAyIDkuMTA4Yy4yNS40NzUgMS41MjguMDQ3IDIuMjU2LjE4NCAyLjE1Ljk3MyAyLjk5IDMuNDMgNC44OTMgNC43MjUgMS40NyAxLjI4NCAyLjQ5NCAyLjA5NSAxLjU5NyA0LjAzaDEuMjdjLjIxLS40Mi41MjMtMS4xMjUuNTA3LTIuMDg4LjE5LjQ2Ni0uMTA1IDEuNTg3LS4yNDggMi4wODVoMS43NzRjLjAwOC0uMTUyLS4wMi0uMjQ1LjA1NS0uNzg2LjE2Ny0xLjIuNDMtMi44NCAxLjg0Ni0zLjE2IDEuNzM0LS4yOTcgMy41Mi0uNzggNS4yNDctMS4wNzYgMS4xMTUtLjE5IDEuOTMuNTcgMS45NiAxLjU2Ni4wNCAxLjQ0OC0xLjEzNCAyLjQzMy0yLjAwNyAzLjQ1Ni4zMTUtLjAwMy41MjcuMDIuOTYzIDAgLjMwNS0uNjg4LjcyNy0xLjQzMiAxLjc1LTIuNTIzLjY1My0uNjk0LjE1OC0xLjYuMzkzLTIuNTA4LjEwNCAxLjY4NC40ODYgMS45MDUtLjc0IDMuMTAyLS40LjM5LTEuMTY4IDEuNTU0LTEuMTY4IDEuOTMuNTM0IDAgMS4zOTQuMDEgMi4wOTIgMCAuMDA3LS4zODMuMTUtMS40NjQuNjgtMS44N3pNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0yNC4yODYgMTcuNzM4Yy4xNS0xLjQ5NSAxLjAzLTEuOTIgMS44OTctMi43NTguNTctLjU1IDEuMDAyLTEuNyAxLjI5LTIuMzY2LS40NTIuNTg4LTEuNTg2IDEuOTY2LTIuMjggMi40NDgtLjcuNDg1LTIuMDQgMS4xNy0yLjA2IDIuNjY0LjI5NC0uMDI1Ljc1Ni0uMDEgMS4xNTMuMDEyem0tMi4yODguMzEyYy44NTMtMS41NDggMS43MzYtMi4zMTYgMS45OS0zLjA5OC4xNjQtLjUwNi4yODUtNC4wMTctMS4yNTUtMy42ODgtMS45NS40MTYtMy42MjMuNjU2LTUuNTUzIDEuMTctLjkyLjI0NC0xLjY3Ljk1NS0yLjQ2IDEuMTkyLTEuMDI1LjMwOC0yLjE0Ni0uNTU3LTIuMzYyLTEuNDk1LS45MzItNC4wNDQuMjEzLS4zMjItMS40MzctMS4wMzYtMS40NTMtMS4wMDMtMi4zMzIuMDU2LTMuNjU3LS4yMjYtLjkzMy0uMi0uNjU4LjAzNy4wNDQgMS4wMTggMS4zNiAxLjkwMiA0Ljk2NSAzLjM4NiAzLjg0IDYuMTY3LjI2Mi0uMDE2LjQ1LjAxNi42ODMtLjAwNy43Mi0xLjA0My41MTItMS4zNjcuNjc0LTIuMTEgMS4wMTYgMS41MDIgMS4wNDYuMTM1IDEuNTI0IDIuMTA2LjAzMi0uNzM4LS4wMTctLjM1Mi4yMDYtMS42NDguMTUtLjg3LjIzNS0yLjUyNyAzLjAxNC0yLjcwNCAxLjEwNC0uMDcgMi4zNDYtLjUgMi44NjItLjYwMyAxLjY1LS4zMjUgMi45NzgtLjM2MiAzLjE5NCAxLjAyLjE5NSAxLjI1NC0uNTc1IDIuMzI0LTEuOTU3IDMuOTM3LjE3Ni0uMDIuNDQuMDIuNjUuMDA4em01Ljk5LTYuMTdjLjc5NS0xLjYyIDEuNjgtMy4yMTQgMS44MjQtNC41NzMuMDc0LS42OTUtMS4zMjUtMS4wOS0yLjIyLTEuMzMzLTEuODEzLS40OS0zLjc5NS0uODYtNS42Ni0xLjAzNi0yLjcwOC0uMzEtNS4xOS0xLjU0LTcuNy0yLjUyQzExLjczIDEuMzM0IDkuMDg4LjQ1NCA2LjMzNC4zOSA0LjcxMi4zNTIgMi42MzYtLjEuNzk4LjIxNmMtLjcxMy4yNiAxLjAzNS41MzggMS4zMiAxLjAyOC4zMjYuNTU4LjgyMi42MzMgMS41NS43MS0uNTA4LjM5LTEuMzktLjIyOC0zLjU3Ny0uMzcuNTUgMi4yIDEuNzM3LjkyIDMuMjU4IDEuNzU3LjU3My0uODM3LjkwNi0xLjYwNCAxLjg1NS0xLjk5MyAxLjA4Ni0uNDQ2IDIuNy4yMDggMy40MTQgMS4xOTYuOTI3Ljk5NCAyLjc1MiAxLjgzIDMuODY1IDIuMjU3IDEuODQ4LjUyIDMuMzQ0LS4xMzcgNS4xOTYuMjkzLjkyNy4yMTYgMi4zMS45NDYgMy41NzguOTA3IDEuNjYtLjA1IDMuMy4yNiA0Ljg1NS44MDIgMS4wNy4zNzQgMi44MjUuNDA0IDMuMDg4LjkxNy4yMzUuNDU2LS4xNiAxLjIxLS42MTMgMi40MjQtLjAzMi4wODctLjgwNCAxLjkyNy0uNTk3IDEuNzM2ek01LjYyNSA5LjgyYy0uNTM3LS44OS0xLjM1LTIuNzMtMS42MDQtMy45MjUtMS4wNzctMy45NzYtLjQyMy0xLjc4NC0uNzg2LTEuMjM3LS41Ljg5My43MTYgMi4xNzYtLjA1NiAzLjIxNS0uNjIgMS4wMjItLjMyIDEuMzA3IDEuMDAyIDEuMjcuNy0uMDIgMS44MzYgMS4yNDQgMS40NDUuNjc3em0tMy4xMTMtLjY4NmMuMTk1LS4wNS4yMDUtLjM5LS4xOTYtLjQ0LS4zNDgtLjA0LS4wODMuNTYuMTk2LjQ0em0tLjYyLS41MkMxLjQ0OCA3LjEzLjg1MiA1LjY2Ni44MjggNC4wOTRjLjEyNi0uNzI3LS44MzMtMS43OTYtLjQyMy0uNDMyLjM1OCAxLjcuODA1IDMuNDEgMS40NzUgNS4wMDV6bS0uMDQyLTIuNDVjLjA4NC0uNDg4LjYwNi0uOTg0LS4xMDYtLjg3My40NzQtMS4yMjQtLjgyLS44NzItLjM3LjgzMy4xMS40MzguNzEgMy4xNTQuNDc2LjA0M3pNLjU0MiAxLjUxNkMuNDQ1IDEuMjA2LjUzOC41MDYuNDMuNTMuMzM2LjU0Ni4wNzQuNzEuMDkgMS40NjJjLjA5Ni4wMjQuMjc2LjA1OC40NTIuMDUyeiIgZmlsbD0iIzk1NmEyNCIvPjxwYXRoIGQ9Ik0yMi4wMSAxNy45OWMuNTQ4LTEuMTA2IDEuNTY0LTIuMTc0IDEuODA4LTIuOTc2LjE2Ni0uNTQzLjA2Ny0yLjE1My0uMDE3LTIuNTA2LS4yMzYtLjk5OC0uODU0LTEuMjk3LTEuNzMtLjk5OC0yLjM4Mi44MS0zLjk1Ny43NS01LjgxIDEuNTY4LS4zMzMuMTQ4LTEuMTE2Ljc3LTEuNjMgMS4wMDMtLjkzNS4zNjYtMS43NTItLjc4LTIuMTktMS4yNS0uNDI0LjY1NS0xLjA5Ni41Mi0yLjE3My0uMjI1LS44MTgtLjU2Ni0zLjg0NS0yLjA1Mi0zLjExLS45NDYuODUgMS41MzQgMi40MzYgMi4yIDQuNTI3IDQuMjUuNzkyLjc3Ni41OC0xLjYwNS45OTUtLjI0LjI5MiAxLjQ2IDEuNjMuMjQ2IDEuMzY1IDIuMDI1LjA0Ny0uNjc2LjI4OC0xLjYzMy4zMjMtMi4wMjIuMDg0LS45NTMuNTY0LTEuMzkgMS4xODYtMS43NDUuNTYyLS4zMiAxLjY3OC0uMzY4IDIuMjk2LS41MDQgMS4xNTItLjI1MiAyLjIyNy0uNzM0IDMuMzItLjc0Mi42NjctLjAwNCAyLjE5LS4yNDggMi4yOTUuODU1LjE0IDEuNDgtLjMzOCAyLjUzLTEuMTQ3IDMuNDE3LS41MjQuNjU3LS42NzcgMS4wNC0uMzEgMS4wMzh6bTIuMDk1LS40NTVjLjEyNi0uNDEuMTE0LS45NiAxLjAyNi0xLjgtLjU2Mi0uMDI1LS45NS4wOTUtMS40OC44NTIuMjg3LjAwMi4zLjM5LjMzLjk2MnpNNS4xNCA5LjM3M2MtLjY5LTEuNjY1LTEuMTA1LTIuNDU1LTEuMjI0LTMuNjUtLjE2LS41ODItLjc5LS44LS40NjMtLjA1Mi4yNDggMS4wMS4yOSAxLjc0My0uMDY2IDIuMTQ3LS4zNC4zODctLjU0Ni45NS4wMzcgMS4xMDcuNzEuMTczLjU4LS4wOSAxLjEzMi4xNzJ6TS44ODggNS40MUMuNzI0IDQuOC44OTggMy4yMS4zNzUgMy4xN2MuMTguNjAzLjM2NCAyLjEzNy41MTMgMi4yNHoiIGZpbGw9IiM2ODUzMjIiLz48cGF0aCBkPSJNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) left center / 25px auto no-repeat;
}

#content table.transpBorders
{
	border-spacing: 1px;
	border-collapse: separate;
}

#content table.transpBorders th,
#content table.transpBorders td
{
	border: none;
}

#content table tr.blue > th,
#content table tr.blue > td
{
	color: #FFF;
	background-color: #0088CC;
}

#content table th.dots,
#content table td.dots
{
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#content table tr.nowrap th,
#content table tr.nowrap td
{
	white-space: nowrap;
}
/*</fondsdetailseite>*/

#content dl.dottedLines
{
	display: table;
	margin: 0;
}

#content dl.dottedLines > div
{
	min-width: 137px;
	display: block;
	height: 18px;
	line-height: 18px;
	clear: both;
	border-bottom: 1px dotted #333;
}

#content dl.dottedLines > div > dt,
#content dl.dottedLines > div > dd
{
	position: relative;
	display: inline-block;
	margin: 5px 0 -5px 0;
	vertical-align: middle;
	background-color: #FFF;
	white-space: nowrap;
}

#content dl.dottedLines > div > dt
{
	float: left;
	padding-right: 1px;
	margin-right: 10px;
}

#content dl.dottedLines > div > dd
{
	padding-left: 1px;
	float: right;
	max-width: 256px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content dl.dottedLines > div.pdfDownload > dt > a
{
	text-decoration: none;
}

#content dl.dottedLines > div.pdfDownload > dd > a
{
	display: inline-block;
	width: 18px;
	height: 14px;
	background: url(/img/s_filetype_pdf_64x64.png) center center / 16px 16px no-repeat;
}

#content dl.dottedLines > div.pdfDownload:hover a
{
	background-size: 18px 18px;
}

#content div.dottedLinesFlexSkeleton
{
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;

	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;

	-webkit-flex-flow: row wrap;
	   -moz-flex-flow: row wrap;
	        flex-flow: row wrap;

	-webkit-justify-content: space-between;
	   -moz-justify-content: space-between;
	        justify-content: space-between;

	-webkit-align-items: flex-start;
	        align-items: flex-start;
}

#content div.dottedLinesFlexSkeleton > div > h2
{
	font-size: 12px;
	white-space:nowrap;
}

#content div.dottedLinesFlexSkeleton > div
{
	box-sizing: border-box;
	margin: 10px 0;

	-webkit-flex: 0 1 100%;
	   -moz-flex: 0 1 100%;
	    -ms-flex: 0 1 100%;
	        flex: 0 1 100%;
}

#content div.dottedLinesFlexSkeleton.dottedLines2ElementsPerLine > div
{
	-webkit-flex: 0 1 calc(50% - 10px);
	   -moz-flex: 0 1 calc(50% - 10px);
	    -ms-flex: 0 1 calc(50% - 10px);
	        flex: 0 1 calc(50% - 10px);
}

#content div.dottedLinesFlexSkeleton.dottedLines3ElementsPerLine > div
{
	-webkit-flex: 0 1 calc(33.3% - 10px);
	   -moz-flex: 0 1 calc(33.3% - 10px);
	    -ms-flex: 0 1 calc(33.3% - 10px);
	        flex: 0 1 calc(33.3% - 10px);
}

#content div.dottedLinesFlexSkeleton.dottedLines4ElementsPerLine > div
{
	-webkit-flex: 0 1 calc(25% - 10px);
	   -moz-flex: 0 1 calc(25% - 10px);
	    -ms-flex: 0 1 calc(25% - 10px);
	        flex: 0 1 calc(25% - 10px);
}

#content div.dottedLinesFlexSkeleton.dottedLines5ElementsPerLine > div
{
	-webkit-flex: 0 1 calc(20% - 10px);
	   -moz-flex: 0 1 calc(20% - 10px);
	    -ms-flex: 0 1 calc(20% - 10px);
	        flex: 0 1 calc(20% - 10px);
}

#content div.dottedLinesFlexSkeleton > div > h2
{
	white-space: nowrap;
	line-height: 21px;
	margin: 0 0 1px 0;
	padding: 0 6px !important;
	color: #FFF !important;
	background-color: #0088CC;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#content div.dottedLinesFlexSkeleton > div > h3
{
	line-height: 21px;
	font-size: 11px;
	font-weight: bold;
	margin: 1px 0;
	padding: 0 6px;
	white-space: nowrap;
	color: #555;
	background-color: #DDD;
}

#content div.dottedLinesFlexSkeleton > div > dl.dottedLines
{
	width: 100%;
	padding: 0 6px 8px 6px;
	box-sizing: border-box;
	background-color: #E7F2F8;
}

#content div.dottedLinesFlexSkeleton > div > dl.dottedLines > div > dt,
#content div.dottedLinesFlexSkeleton > div > dl.dottedLines > div > dd
{
	background-color: #E7F2F8;
}

#content ul.keyValPairs
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

#content ul.keyValPairs > li
{
	display: table;
	box-sizing: border-box;
	width: 100%;
	line-height: 21px;
	margin: 1px 0;
	padding: 0;
	text-align: left;
	background-image: none !important;
	background-color: #E7F2F8;
}

#content ul.keyValPairs > li:empty
{
	display: none;
}

#content ul.keyValPairs > li:nth-child(even)
{
	background-color: #F2F9FC;
}

#content ul.keyValPairs.keyValPairsHover > li:hover
{
	background-color: #E6F5E1;
}

#content ul.keyValPairs.keyValPairsHover > li:nth-child(even):hover
{
	background-color: #EEF7EB;
}

#content ul.keyValPairs > li > div,
#content ul.keyValPairs > li > dl
{
	display: table-row;
}

#content ul.keyValPairs > li > div > h2,
#content ul.keyValPairs > li > div > h3,
#content ul.keyValPairs > li > div > p
{
	display: table-cell;
	margin: 0;
	padding: 0 6px;
	white-space: nowrap;
}

#content ul.keyValPairs > li > div > h2
{
	font-weight: bold;
	color: #FFF;
	background-color: #0088CC;
}

#content ul.keyValPairs > li > div > h3
{
	font-weight: bold;
	color: #555;
	background-color: #DDD;
}

#content ul.keyValPairs > li > div > p
{
	padding: 4px 6px;
	text-align: left;
	line-height: 127% !important;
	color: #333;
	white-space: normal;
}

#content ul.keyValPairs > li > dl > dt,
#content ul.keyValPairs > li > dl > dd
{
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0 6px;
}

#content ul.keyValPairs > li > dl > dt
{
	width: 100%;
	max-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 0;
}

#content ul.keyValPairs > li > dl > dd
{
	text-align: right;
	padding-left: 0;
}

#content ul.keyValPairs > li > dl a
{
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

#content ul.keyValPairs > li > dl > dt > img.tooltip
{
	padding: 3px;
	cursor: pointer;
	vertical-align:-5px;
}

#content ul.keyValPairs > li > dl.pdfDownload > dd
{
	padding-right: 0;
	line-height: normal;
}

#content ul.keyValPairs > li > dl.pdfDownload > dd > a
{
	display: block;
	width: 18px;
	height: 14px;
	background: url(/img/s_filetype_pdf_64x64.png) center center / 16px 16px no-repeat;
}

#content ul.keyValPairs > li > dl.pdfDownload:hover a
{
	background-size: 18px 18px;
}

#content ul.keyValPairs > li.keyValPairBorder
{
	border: 1px dotted #21A121;
	margin: -1px 0;
}

#content ul.keyValPairs > li.keyValPairBorder a:hover
{
	color: #21A121;
}

#content ul.keyValPairs > li.keyValPairRatingFER > dl > dd
{
	font-size: 1.8em;
	color: #0088CC;
	letter-spacing: -1px;

	-webkit-transform: translateY(-2px);
	   -moz-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}

#content ul.keyValPairs > li.keyValPairRatingFER-0 > dl > dd::after
{
	content: "○○○○○○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-1 > dl > dd::after
{
	content: "●○○○○○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-2 > dl > dd::after
{
	content: "●●○○○○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-3 > dl > dd::after
{
	content: "●●●○○○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-4 > dl > dd::after
{
	content: "●●●●○○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-5 > dl > dd::after
{
	content: "●●●●●○";
}

#content ul.keyValPairs > li.keyValPairRatingFER-6 > dl > dd::after
{
	content: "●●●●●●";
}

#content ul.keyValPairs > li.keyValPairRatingEDA > dl > dd
{
	color: #21A121;
	padding-left: 30px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS45OTkiIGhlaWdodD0iMTYuNDgyIj48ZyBjb2xvcj0iIzAwMCIgZm9udC1mYW1pbHk9IlNhbnMiPjxwYXRoIGQ9Ik0xMC42IDcuOTM4Yy0xLjE5LS4wMTctMi4wMTMuMjA4LTIuNTkyLjQ3Ni0uMzg2LjE4LS42NjMuMzc4LS44NjguNTM4LS4yMDUuMTYtLjM1LjI3OC0uNDE1LjI5NS0yLjYzNyAxLTYuMTQ4Ljk4My02LjE0OC45ODNILjUzM2wtLjAxOC4wNGMtLjc2IDEuNTUyLS41NiAyLjk5My0uMTU1IDQuMDU1LjIwNC41My40NTguOTcuNjcgMS4yODMuMTA2LjE1Ni4yMDUuMjguMjc4LjM3LjA3NC4wOS4xMTUuMTM4LjE0NS4xNjMuMDc4LjA2Ni4yMjYuMTQzLjQxNS4xODYuMTg4LjA0My40MTguMDQ3LjYzLS4wNy4zNzgtLjIxIDIuNjctMS4zODMgNS40My0xLjM2MiAzLjY1LjAyNyA2LjAzOC45NyA4LjYyNiAxLjQ2NyAxLjA5NS4yMTIgMS44Ni4xNTYgMi41MDgtLjIzN3YuMDA0YzQuNDQ1LTIuMzM0IDcuMjYtMy42IDkuMDM2LTQuMyAxLjc3NS0uNzA0IDIuNS0uODQyIDIuODAzLS45NDUuMTUzLS4wNS4yNDgtLjE1My4yOTYtLjI3LjA1LS4xMTQuMDUyLS4yNC4wNC0uMzU2LS4wMjMtLjE5Mi0uMDgtLjMwNy0uMTAyLS4zNi4wNTUtLjAyLjMxMy0uMS42My0uMjQuMTA3LS4wNDUuMTgyLS4wOTIuMjItLjE2Ni4wMTItLjAyLjAxOC0uMDQzLjAxNC0uMDcgMC0uMDMtLjAyMi0uMDU4LS4wNDQtLjA3LS4wMjItLjAxNi0uMDUtLjAwOC0uMDc1LS4wMS0uMDQzLS4zMTUtLjE2LS41NTQtLjMyNy0uNzItLjE3OC0uMTc0LS40MDMtLjI3Mi0uNjM1LS4zMi0uNDYzLS4wOTgtLjk1LS4wMTItMS4xNzIuMDQzLS4xMTMuMDMtLjQ5NC4xNTctMS4wNDUuMzQ0LS41NS4xODctMS4yNjUuNDM1LTIuMDEuNjkyLTEuNDg3LjUxNS0zLjEgMS4wOC0zLjgwNyAxLjMyNmwtLjEzNy4wNDQuMTIuMDhjLjg3Mi41NzggMS4wMSAxLjE5My44NSAxLjY1Mi0uMTYuNDYtLjYzOC43NjQtMS4wMzYuNzA1LTIuMjA4LS4xNi00LjI4Mi0uMjQ4LTUuODQ0LS4yOS0uNzgyLS4wMjItMS40MzUtLjAzMi0xLjkxMy0uMDM2LS40OC0uMDAzLS43NzggMC0uODcuMDA1LS4zMzIuMDIzLS43LjEyOC0uOTEuMjctLjA0My4wMjctLjA4LjA0LS4xMDIuMDQzLS4wMi4wMDMtLjAyNy0uMDA1LS4wMjYtLjAwNHYtLjAxN2MwLS4wMi4wMi0uMDUuMDUyLS4wOTMuMDYyLS4wOC4yMS0uMTg4LjM5Mi0uMjczLjE4LS4wODUuMzkzLS4xNTIuNTg2LS4xNy40OTctLjA1IDEuNzYtLjA1IDMuMzYgMCAxLjU5OC4wNSAzLjUzOC4xNSA1LjQxLjMuMTgzLjAxMy4zMy0uMDM0LjQzOC0uMTI1LjEwNy0uMDkuMTc0LS4yMi4yMS0uMzUyLjA3Ni0uMjY0LjA0Ny0uNTU2LS4wNC0uNzMydi0uMDA4Yy0uMTMtLjMzOC0uNTMtLjczMy0xLjM5Ni0xLjAzLS44NzQtLjMwMi0yLjIyNi0uNTA0LTQuMjgtLjQ0Mi0uNzQzLjAyMi0yLjIwMi0uNTE0LTIuOTYyLS45NTctMS4yOC0uNzQ3LTEuNjUyLTEuMDY1LTIuODU2LTEuMjMtLjQ4My0uMDY1LS45Mi0uMS0xLjMxOC0uMTA1eiIgc3R5bGU9InRleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDtsaW5lLWhlaWdodDpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtibG9jay1wcm9ncmVzc2lvbjp0YjstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOlNhbnMiIGZpbGw9IiMwYzc2MDAiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PHBhdGggZD0iTTE0LjEzNSAwbC0uMDIyLjA4Yy0uNjAzIDEuOTktLjg4MiA0LjIwNy0uNTMgNS44ODQuMTc3LjgzOC41MTIgMS41NDMgMS4wNSAyLjAxNC41MzcuNDcgMS4yNzcuNyAyLjIzNC41OWwuMDUyLS4wMDguMDEtLjA1M3MuMDEtLjA5NCAwLS4zMDQtLjA0LS41NDQtLjEyOC0xLjAyN2MtLjE2NS0uOTEtLjU2LTIuNDIzLTEuMzQ0LTQuNjM3LjcyNi44ODIgMi4yMTQgMi43NjQgMy4yIDUuNDlsLjA1OC4xNjQuMDc1LS4xNTRjLjM1LS43NjIuNjYtMi4wMTguMTU1LTMuNDU2LS41MDYtMS40MzgtMS44My0zLjA1LTQuNzM0LTQuNTQ0TDE0LjEzNyAwek0yNC43OTIgMi4wMjNjLTEuMzI3LS4wNTMtMi4zMzMuMDY1LTMuMTA3LjI3NC0xLjU1LjQxNy0yLjE2IDEuMjA4LTIuNDg2IDEuNzA1bC0uMDIzLjAzNi4wMjIuMDRjLjE0LjI2LjMzMy45MDMuMzk2IDEuNDcybC4wMjIuMTg1LjEwNS0uMTVjLjAyNy0uMDM4LjEyLS4xMTcuMjYtLjIwNy4xNC0uMDkuMzMtLjIuNTYtLjMxMy40NTgtLjIyOCAxLjA3NC0uNDkgMS43ODUtLjczMiAxLjMwMy0uNDQ1IDIuOTItLjgwNyA0LjQ1Ni0uODEtMi40MTMuODQtMy45MzMgMS42MDMtNC45NDUgMi4zMjItMS4wNzIuNzYtMS42MDggMS40NzUtMi4xNDMgMi4xODJsLS4wNDQuMDU3LjA1Mi4wNDRjLjk2My43NzQgMS45MTggMS4xMzYgMi44NDMgMS4xNjQuOTI1LjAyNyAxLjgyLS4yOCAyLjY3NS0uODMzIDEuNzEzLTEuMTA2IDMuMjc4LTMuMTg3IDQuNjQyLTUuNThsLjA0NC0uMDg1LS4wOTQtLjAyMmMtMi4wNS0uNDcyLTMuNjk4LS42OTYtNS4wMjUtLjc1eiIgZmlsbD0iIzBjYWYwMCIgb3ZlcmZsb3c9InZpc2libGUiLz48L2c+PC9zdmc+) left center / 24px auto no-repeat;
}

#content ul.keyValPairs > li.keyValPairRatingAVLTopSeller > dl > dd
{
	color: #B8860B;
	padding-left: 20px;
	/*Top Rating Star*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyOC41MyI+PHBhdGggZD0iTTMwIDEwLjg5OGwtOS4yNyA2LjczMyAzLjUzNyAxMC45LTkuMjctNi43MzYtOS4yNyA2LjczM0w5LjI2OCAxNy42MyAwIDEwLjg5bDExLjQ2LjAwMkwxNS0uMDAzbDMuNTQgMTAuODk4eiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0zMCAxMC44OThsLTkuMjcgNi43MzMgMy41MzcgMTAuOS05LjI3LTYuNzM2LTkuMjcgNi43MzNMOS4yNjggMTcuNjMgMCAxMC44OWwxMS40Ni4wMDJMMTUtLjAwM2wzLjU0IDEwLjg5OHoiIGZpbGw9IiNkNWFjNGEiLz48cGF0aCBkPSJNMTUgMTUuODYybDE1LTQuOTY0LTkuMjcgNi43MzR6TTE0Ljk5OCAyMS43OTRMMTUgMTUuODYybDkuMjY3IDEyLjY2OHoiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNNS43MjYgMjguNTI3TDE1IDE1Ljg2MmwtLjAwMiA1LjkzMnpNMCAxMC44OTJoLjE4TDE1IDE1Ljg2MiA5LjI3IDE3LjYzek0xNS4wMDItLjAwM0wxNSAxNS44NjJsMy41NC00Ljk2N3oiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNMTUuMDAyLS4wMDNMMTUgMTUuODYybC0zLjU0LTQuOTY4eiIgZmlsbD0iI2QyYTQzYSIvPjwvc3ZnPg==) left center / 15px auto no-repeat;
}

#content ul.keyValPairs > li.keyValPairRatingAVLTopVolume > dl > dd
{
	color: #B8860B;
	padding-left: 28px;
	/*Top Volume Bull*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxOC4wNTQiPjxwYXRoIGQ9Ik0yNS4xMiAxNi4xNzhjLjg5Ny0uODU3IDEuOTE2LTEuNTg0IDIuMzI2LTIuODQuOTU0LTEuOTY0IDIuNjItNS4zODggMi41NTItNi4xMTgtLjA5OC0xLjA2Mi0yLjE5Mi0xLjM3Ni0zLjE2NS0xLjY3LTMuMDczLS45My01LjcyMi0uNTcyLTguNTg4LTEuNzdDMTQuMzQgMi40NTcgMTAuNTg4LjM0NCA2LjM2NS4yOCA0LjQyMi4xNjYgMi40NDUtLjIwMi41MTIuMTQ3LS4zNjYuNzY1LjExNSAyLjMyMi4yODggMy4zLjY0OCA1LjI4NiAxLjE2MyA3LjI3MiAyIDkuMTA4Yy4yNS40NzUgMS41MjguMDQ3IDIuMjU2LjE4NCAyLjE1Ljk3MyAyLjk5IDMuNDMgNC44OTMgNC43MjUgMS40NyAxLjI4NCAyLjQ5NCAyLjA5NSAxLjU5NyA0LjAzaDEuMjdjLjIxLS40Mi41MjMtMS4xMjUuNTA3LTIuMDg4LjE5LjQ2Ni0uMTA1IDEuNTg3LS4yNDggMi4wODVoMS43NzRjLjAwOC0uMTUyLS4wMi0uMjQ1LjA1NS0uNzg2LjE2Ny0xLjIuNDMtMi44NCAxLjg0Ni0zLjE2IDEuNzM0LS4yOTcgMy41Mi0uNzggNS4yNDctMS4wNzYgMS4xMTUtLjE5IDEuOTMuNTcgMS45NiAxLjU2Ni4wNCAxLjQ0OC0xLjEzNCAyLjQzMy0yLjAwNyAzLjQ1Ni4zMTUtLjAwMy41MjcuMDIuOTYzIDAgLjMwNS0uNjg4LjcyNy0xLjQzMiAxLjc1LTIuNTIzLjY1My0uNjk0LjE1OC0xLjYuMzkzLTIuNTA4LjEwNCAxLjY4NC40ODYgMS45MDUtLjc0IDMuMTAyLS40LjM5LTEuMTY4IDEuNTU0LTEuMTY4IDEuOTMuNTM0IDAgMS4zOTQuMDEgMi4wOTIgMCAuMDA3LS4zODMuMTUtMS40NjQuNjgtMS44N3pNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0yNC4yODYgMTcuNzM4Yy4xNS0xLjQ5NSAxLjAzLTEuOTIgMS44OTctMi43NTguNTctLjU1IDEuMDAyLTEuNyAxLjI5LTIuMzY2LS40NTIuNTg4LTEuNTg2IDEuOTY2LTIuMjggMi40NDgtLjcuNDg1LTIuMDQgMS4xNy0yLjA2IDIuNjY0LjI5NC0uMDI1Ljc1Ni0uMDEgMS4xNTMuMDEyem0tMi4yODguMzEyYy44NTMtMS41NDggMS43MzYtMi4zMTYgMS45OS0zLjA5OC4xNjQtLjUwNi4yODUtNC4wMTctMS4yNTUtMy42ODgtMS45NS40MTYtMy42MjMuNjU2LTUuNTUzIDEuMTctLjkyLjI0NC0xLjY3Ljk1NS0yLjQ2IDEuMTkyLTEuMDI1LjMwOC0yLjE0Ni0uNTU3LTIuMzYyLTEuNDk1LS45MzItNC4wNDQuMjEzLS4zMjItMS40MzctMS4wMzYtMS40NTMtMS4wMDMtMi4zMzIuMDU2LTMuNjU3LS4yMjYtLjkzMy0uMi0uNjU4LjAzNy4wNDQgMS4wMTggMS4zNiAxLjkwMiA0Ljk2NSAzLjM4NiAzLjg0IDYuMTY3LjI2Mi0uMDE2LjQ1LjAxNi42ODMtLjAwNy43Mi0xLjA0My41MTItMS4zNjcuNjc0LTIuMTEgMS4wMTYgMS41MDIgMS4wNDYuMTM1IDEuNTI0IDIuMTA2LjAzMi0uNzM4LS4wMTctLjM1Mi4yMDYtMS42NDguMTUtLjg3LjIzNS0yLjUyNyAzLjAxNC0yLjcwNCAxLjEwNC0uMDcgMi4zNDYtLjUgMi44NjItLjYwMyAxLjY1LS4zMjUgMi45NzgtLjM2MiAzLjE5NCAxLjAyLjE5NSAxLjI1NC0uNTc1IDIuMzI0LTEuOTU3IDMuOTM3LjE3Ni0uMDIuNDQuMDIuNjUuMDA4em01Ljk5LTYuMTdjLjc5NS0xLjYyIDEuNjgtMy4yMTQgMS44MjQtNC41NzMuMDc0LS42OTUtMS4zMjUtMS4wOS0yLjIyLTEuMzMzLTEuODEzLS40OS0zLjc5NS0uODYtNS42Ni0xLjAzNi0yLjcwOC0uMzEtNS4xOS0xLjU0LTcuNy0yLjUyQzExLjczIDEuMzM0IDkuMDg4LjQ1NCA2LjMzNC4zOSA0LjcxMi4zNTIgMi42MzYtLjEuNzk4LjIxNmMtLjcxMy4yNiAxLjAzNS41MzggMS4zMiAxLjAyOC4zMjYuNTU4LjgyMi42MzMgMS41NS43MS0uNTA4LjM5LTEuMzktLjIyOC0zLjU3Ny0uMzcuNTUgMi4yIDEuNzM3LjkyIDMuMjU4IDEuNzU3LjU3My0uODM3LjkwNi0xLjYwNCAxLjg1NS0xLjk5MyAxLjA4Ni0uNDQ2IDIuNy4yMDggMy40MTQgMS4xOTYuOTI3Ljk5NCAyLjc1MiAxLjgzIDMuODY1IDIuMjU3IDEuODQ4LjUyIDMuMzQ0LS4xMzcgNS4xOTYuMjkzLjkyNy4yMTYgMi4zMS45NDYgMy41NzguOTA3IDEuNjYtLjA1IDMuMy4yNiA0Ljg1NS44MDIgMS4wNy4zNzQgMi44MjUuNDA0IDMuMDg4LjkxNy4yMzUuNDU2LS4xNiAxLjIxLS42MTMgMi40MjQtLjAzMi4wODctLjgwNCAxLjkyNy0uNTk3IDEuNzM2ek01LjYyNSA5LjgyYy0uNTM3LS44OS0xLjM1LTIuNzMtMS42MDQtMy45MjUtMS4wNzctMy45NzYtLjQyMy0xLjc4NC0uNzg2LTEuMjM3LS41Ljg5My43MTYgMi4xNzYtLjA1NiAzLjIxNS0uNjIgMS4wMjItLjMyIDEuMzA3IDEuMDAyIDEuMjcuNy0uMDIgMS44MzYgMS4yNDQgMS40NDUuNjc3em0tMy4xMTMtLjY4NmMuMTk1LS4wNS4yMDUtLjM5LS4xOTYtLjQ0LS4zNDgtLjA0LS4wODMuNTYuMTk2LjQ0em0tLjYyLS41MkMxLjQ0OCA3LjEzLjg1MiA1LjY2Ni44MjggNC4wOTRjLjEyNi0uNzI3LS44MzMtMS43OTYtLjQyMy0uNDMyLjM1OCAxLjcuODA1IDMuNDEgMS40NzUgNS4wMDV6bS0uMDQyLTIuNDVjLjA4NC0uNDg4LjYwNi0uOTg0LS4xMDYtLjg3My40NzQtMS4yMjQtLjgyLS44NzItLjM3LjgzMy4xMS40MzguNzEgMy4xNTQuNDc2LjA0M3pNLjU0MiAxLjUxNkMuNDQ1IDEuMjA2LjUzOC41MDYuNDMuNTMuMzM2LjU0Ni4wNzQuNzEuMDkgMS40NjJjLjA5Ni4wMjQuMjc2LjA1OC40NTIuMDUyeiIgZmlsbD0iIzk1NmEyNCIvPjxwYXRoIGQ9Ik0yMi4wMSAxNy45OWMuNTQ4LTEuMTA2IDEuNTY0LTIuMTc0IDEuODA4LTIuOTc2LjE2Ni0uNTQzLjA2Ny0yLjE1My0uMDE3LTIuNTA2LS4yMzYtLjk5OC0uODU0LTEuMjk3LTEuNzMtLjk5OC0yLjM4Mi44MS0zLjk1Ny43NS01LjgxIDEuNTY4LS4zMzMuMTQ4LTEuMTE2Ljc3LTEuNjMgMS4wMDMtLjkzNS4zNjYtMS43NTItLjc4LTIuMTktMS4yNS0uNDI0LjY1NS0xLjA5Ni41Mi0yLjE3My0uMjI1LS44MTgtLjU2Ni0zLjg0NS0yLjA1Mi0zLjExLS45NDYuODUgMS41MzQgMi40MzYgMi4yIDQuNTI3IDQuMjUuNzkyLjc3Ni41OC0xLjYwNS45OTUtLjI0LjI5MiAxLjQ2IDEuNjMuMjQ2IDEuMzY1IDIuMDI1LjA0Ny0uNjc2LjI4OC0xLjYzMy4zMjMtMi4wMjIuMDg0LS45NTMuNTY0LTEuMzkgMS4xODYtMS43NDUuNTYyLS4zMiAxLjY3OC0uMzY4IDIuMjk2LS41MDQgMS4xNTItLjI1MiAyLjIyNy0uNzM0IDMuMzItLjc0Mi42NjctLjAwNCAyLjE5LS4yNDggMi4yOTUuODU1LjE0IDEuNDgtLjMzOCAyLjUzLTEuMTQ3IDMuNDE3LS41MjQuNjU3LS42NzcgMS4wNC0uMzEgMS4wMzh6bTIuMDk1LS40NTVjLjEyNi0uNDEuMTE0LS45NiAxLjAyNi0xLjgtLjU2Mi0uMDI1LS45NS4wOTUtMS40OC44NTIuMjg3LjAwMi4zLjM5LjMzLjk2MnpNNS4xNCA5LjM3M2MtLjY5LTEuNjY1LTEuMTA1LTIuNDU1LTEuMjI0LTMuNjUtLjE2LS41ODItLjc5LS44LS40NjMtLjA1Mi4yNDggMS4wMS4yOSAxLjc0My0uMDY2IDIuMTQ3LS4zNC4zODctLjU0Ni45NS4wMzcgMS4xMDcuNzEuMTczLjU4LS4wOSAxLjEzMi4xNzJ6TS44ODggNS40MUMuNzI0IDQuOC44OTggMy4yMS4zNzUgMy4xN2MuMTguNjAzLjM2NCAyLjEzNy41MTMgMi4yNHoiIGZpbGw9IiM2ODUzMjIiLz48cGF0aCBkPSJNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) left center / 22px auto no-repeat;
}

#content ul.keyValPairs > li.keyValPairRatingStiftungWarentest > dl > dd
{
	color: #006699;
	padding-left: 16px;
	/*Stiftung Warentest Finanztest Logo*/
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTQ3LjY2NyI+PHBhdGggZD0iTTAgMTQ3LjY2N2gxMDBWMEgweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDE0NS41NDNoOTUuODFWNDAuNTc3SDIuMTJ2MTA0Ljk2NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNTkuOTk0IDE0NS41NDNIOTcuOTN2LTQ0LjcwOEg1OS45OTV2NDQuNzA4eiIgZmlsbD0iIzEyN2JjYSIvPjxwYXRoIGQ9Ik0yLjEyIDQwLjU3N3YxMDQuOTY2aDM4LjAxMnYtNDQuNzA4aC0yNS44MlY5Mi4yM2MyNS40OS0zLjk3MyAzMi40MTMtMTQuMDQyIDM4LjctMzEuMjUzaDYuOTgyVjg5LjA1SDk3LjkzVjQwLjU3OEgyLjEyIiBmaWxsPSIjMTI3YmNhIi8+PHBhdGggZD0iTTkuNzQgNDcuMTg4djMuMjY4aDUuMTQ2djEuODhIOS43NHY1LjE5Mkg3LjEzNVY0NS4yOTNoOC4wN3YxLjg5NUg5Ljc0TTE2LjU5NCA1Ny41Mjh2LTguNTQ1aDIuNDd2OC41NDVoLTIuNDd6bS0uMDUtMTAuMjd2LTEuOTY1aDIuNTd2MS45NjRoLTIuNTdNMjYuODA2IDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODctMi40ODYtMS42MDUtMi40ODYtMS41NiAwLTEuNzk0IDEuNzQtMS43OTQgMi43MDd2NC4yOThoLTIuNDd2LTYuODUzYzAtLjU0LS4wMTgtMS4xLS4wNzItMS42NzZoMi40NTVsLjAzMiAxLjMwNGMuNzY0LS45ODUgMS41Ni0xLjQzOCAyLjgxLTEuNDM4IDIuMDg0IDAgMy4xMTUgMS4xMTYgMy4xMTUgMy4xNDV2NS41MThoLTIuNDdNMzYuMjg3IDUzLjRjLS4yMzUgMC0uNDA1LS4wMi0uNjQ0LS4wMi0xLjA0OCAwLTIuNjIuMjQtMi42MiAxLjU3NyAwIC43NzguNjQ0IDEuMjcgMS4zODcgMS4yNyAxLjU4OCAwIDEuODc3LTEuMzkgMS44NzctMi42NzRWNTMuNHptLjIwMiA0LjEyOGMtLjEzMy0uMzg4LS4xODMtLjc2LS4yMDMtMS4xNjYtLjY5MyAxLjAxMy0xLjUyMyAxLjMzNS0yLjcyNCAxLjMzNS0xLjY1OCAwLTIuOTc4LS44MS0yLjk3OC0yLjYwNiAwLTIuNjU1IDMuMDI4LTIuODkgNS4wMS0yLjg5aC42OTJ2LS4zMjJjMC0uODk4LS4xODYtMS43OC0xLjI4OC0xLjc4LS45NDUgMC0xLjMxNy41NDMtMS4zMTcgMS4zMzhoLTIuNTI1Yy4wMzgtMi4wOTggMi4wMTQtMi42OSAzLjgwOC0yLjY5IDIuMzAzIDAgMy43MjYuNTI0IDMuNzI2IDMuMzE4VjU0LjZjMCAuOTY2IDAgMS45My4xMzIgMi45MjhIMzYuNDlNNDYuMjIyIDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODMtMi40ODYtMS42MS0yLjQ4Ni0xLjU1NSAwLTEuNzkgMS43NC0xLjc5IDIuNzA3djQuMjk4aC0yLjQ3di02Ljg1M2MwLS41NC0uMDE4LTEuMS0uMDY3LTEuNjc2aDIuNDU1bC4wMzMgMS4zMDRjLjc2LS45ODUgMS41NTUtMS40MzggMi44MDUtMS40MzggMi4wODQgMCAzLjExNSAxLjExNiAzLjExNSAzLjE0NXY1LjUxOGgtMi40N001MC4wMzggNTcuNTI4di0xLjY3M2w0LjQ2OC01LjE4aC00LjN2LTEuNjZoNy4wMDd2MS43MjhsLTQuMzUgNS4xNDVoNC41MnYxLjY0aC03LjM0NU02OS42MDMgNTAuMTdjLTEuMTkyIDAtMS45MDIuODgtMS45MDIgMi4wOTdoMy42NGMwLTEuMjgzLS41NzgtMi4wOTYtMS43MzctMi4wOTZ6bS0xLjk1MiAzLjUyYy0uMDE1IDEuMjgyLjUxMyAyLjUgMS45MiAyLjUuOTc4IDAgMS41NC0uNDkyIDEuNjctMS40OWgyLjM0OGMtLjI5NyAyLjIxNy0yLjEgMi45NjItNC4wNSAyLjk2Mi0yLjcgMC00LjIzNC0xLjU1Ni00LjIzNC00LjMxNCAwLTIuODQgMS40NTItNC42MyA0LjMxNS00LjYzIDEuNjIgMCAzLjA0NC42NzYgMy42ODggMi4yNjYuMzQ2LjgyOC4zNjMgMS42OS4zNjMgMi43MDVoLTYuMDJNNzguNDI4IDU3LjY5NWMtMS45NjggMC0zLjczOC0uNjA3LTMuNzM4LTIuOTQyaDIuNDM1Yy4wMjguOTguNDI4IDEuNTIyIDEuNDIgMS41MjIuNjYzIDAgMS4zNzMtLjM5IDEuMzczLTEuMTMyIDAtLjQ3Ni0uMzMtLjc0NS0uNzkzLS45NS0uMjM1LS4xLS41LS4xODItLjc5Ni0uMjUzLS4yOTgtLjA4NC0uNTk1LS4xMzMtLjkxMy0uMjItMS4yMzgtLjMyLTIuNDk2LS44MS0yLjQ5Ni0yLjQgMC0yLjAzIDEuOTg1LTIuNTg3IDMuNTc0LTIuNTg3IDEuODM2IDAgMy40OS42NiAzLjYxIDIuNzU3aC0yLjM2OGMtLjAzMy0uODEzLS40NjItMS4zNy0xLjI3NS0xLjM3LS41NzcgMC0xLjI1Ny4yNzItMS4yNTcuOTUgMCAuNDU1LjMuNzA3Ljc4Ljg5Mi4yNDcuMTAyLjUyNy4xODYuODI1LjI1NC4zLjA3LjYzLjEzNi45NDUuMjIgMS4yOS4zMjIgMi41OTQuODMgMi41OTQgMi40NTMgMCAyLjIxNS0yLjEzMyAyLjgwNS0zLjkyIDIuODA1TTYyLjQ3MyA0Ni43MjhoLS42MjNsLjAwNC0uMDAzaC0uNTczYy0uNTEgMS40NC0xLjA4IDIuMjgtMy4xNjggMi42MTV2MS4yMmgyLjAxNHY0Ljc1YzAgMS44Ni45MTIgMi4yODQgMi41ODIgMi4yODQuNTc4IDAgMS4xNC0uMDUyIDEuNzItLjEzNnYtMS42MDVjLS4yODQuMDE2LS41MTUuMDY4LS43NzguMDY4LTEuMTI3IDAtMS4xNzctLjQ3NC0xLjE3Ny0xLjQ3MnYtMy44OWgyLjI4MnYtMS41NGgtMi4yODJ2LTIuMjlNODYuOTA2IDQ2LjcyOGgtLjYyM3YtLjAwM2gtLjU2OGMtLjUxNiAxLjQ0LTEuMDgyIDIuMjgtMy4xNyAyLjYxNXYxLjIyaDIuMDE0djQuNzVjMCAxLjg2LjkwNyAyLjI4NCAyLjU4MiAyLjI4NC41NzcgMCAxLjEzOC0uMDUyIDEuNzE2LS4xMzZ2LTEuNjA1Yy0uMjguMDE2LS41MS4wNjgtLjc3Ni4wNjgtMS4xMjYgMC0xLjE3Ni0uNDc0LTEuMTc2LTEuNDcydi0zLjg5aDIuMjgydi0xLjU0aC0yLjI4MnYtMi4yOSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDM4LjQ2M2g5NS44MVYxLjgzSDIuMTJ2MzYuNjMzeiIgZmlsbD0iIzVhNTc1OCIvPjxwYXRoIGQ9Ik0yMS42NTIgMzQuMjlIMTguNDZsLTIuNzItOS45ODYtMi43NzIgOS45ODdIOS43NzRMNi4zNjIgMjIuMDczaDIuNzg1bDIuMzY4IDkuOTcgMi43MDMtOS45N2gzLjIxbDIuNjM2IDkuOTcgMi4zMTUtOS45N2gyLjYwMmwtMy4zMyAxMi4yMk0yOS45MzMgMzAuMTY3Yy0uMjM1IDAtLjQwNC0uMDE2LS42NDQtLjAxNi0xLjA0OCAwLTIuNjIuMjM4LTIuNjIgMS41NzMgMCAuNzc4LjY0MyAxLjI2NiAxLjM4NiAxLjI2NiAxLjU4OCAwIDEuODc3LTEuMzg1IDEuODc3LTIuNjd2LS4xNTN6bS4yMDIgNC4xMjRjLS4xMzYtLjM4Ny0uMTg1LS43NTgtLjIwMi0xLjE2NS0uNjkzIDEuMDE0LTEuNTIzIDEuMzM1LTIuNzIzIDEuMzM1LTEuNjU1IDAtMi45Ny0uODEtMi45Ny0yLjYgMC0yLjY1NiAzLjAyMy0yLjg5IDUtMi44OWguNjkzdi0uMzIzYzAtLjg5NS0uMTg2LTEuNzc0LTEuMjgzLTEuNzc0LS45NSAwLTEuMzIuNTQtMS4zMiAxLjMzNGgtMi41MTdjLjAzMy0yLjA5NiAyLjAxLTIuNjg3IDMuODA0LTIuNjg3IDIuMjk0IDAgMy43MTMuNTI1IDMuNzEzIDMuMzEydjIuNTM2YzAgLjk2MyAwIDEuOTI3LjEzNiAyLjkyM2gtMi4zM00zOC43NDYgMjcuODM2Yy0xLjU4OCAwLTIuMjEyLjkxMi0yLjIxMiAyLjQzNHY0LjAyaC0yLjQ2N3YtNi40MzdjMC0uNjc3LS4wNy0xLjM2OC0uMDctMi4wOGgyLjM4NWwuMDY2IDEuNTcyYy41NTctMS4xMTQgMS40MDItMS42MiAyLjYzNi0xLjYyLjEzNiAwIC4yNTYgMCAuNDA4LjAxNXYyLjE0NmMtLjI3Mi0uMDMzLS41MDctLjA1LS43NDYtLjA1TTU1LjQxOCAzNC4yOXYtNC41MWMwLTEuMTgzLS4wODMtMi40ODQtMS42MDUtMi40ODQtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40Njd2LTYuODQzYzAtLjU0LS4wMTctMS4wOTgtLjA3LTEuNjczaDIuNDVsLjAzMyAxLjNjLjc2Mi0uOTggMS41NTUtMS40MzUgMi44MS0xLjQzNSAyLjA3NCAwIDMuMTA1IDEuMTEzIDMuMTA1IDMuMTQzdjUuNTA4aC0yLjQ2N000NC4xMTggMjYuOTljLTEuMjE3IDAtMS45NDQuODgtMS45NDQgMi4wOTZoMy43MThjMC0xLjI4NS0uNTktMi4wOTYtMS43NzQtMi4wOTZ6bS0xLjk5MyAzLjUxNWMtLjAxNyAxLjI4Ni41MjQgMi41IDEuOTYgMi41Ljk5OCAwIDEuNTcyLS40ODggMS43MDgtMS40ODVoMi4zOTdjLS4zIDIuMjE0LTIuMTQ2IDIuOTU3LTQuMTM4IDIuOTU3LTIuNzU3IDAtNC4zMy0xLjU1NC00LjMzLTQuMzEgMC0yLjgzOCAxLjQ5LTQuNjMgNC40MTItNC42MyAxLjY2IDAgMy4xMS42NzggMy43NyAyLjI2NC4zNTYuODMuMzcyIDEuNjkuMzcyIDIuNzA1aC02LjE1TTcwLjEyNyAyNi45NTNjLTEuMTg4IDAtMS45MDIuODgtMS45MDIgMi4wOThoMy42NDNjMC0xLjI4NC0uNTgyLTIuMDk3LTEuNzQtMi4wOTd6TTY4LjE4IDMwLjQ3Yy0uMDIgMS4yODUuNTEgMi41MDMgMS45MTMgMi41MDMuOTggMCAxLjU0LS40OSAxLjY3Ni0xLjQ5aDIuMzQ3Yy0uMjk4IDIuMjE4LTIuMSAyLjk2Mi00LjA1NiAyLjk2Mi0yLjY5MyAwLTQuMjMzLTEuNTU3LTQuMjMzLTQuMzEzIDAtMi44NCAxLjQ1Ny00LjYzMyA0LjMxNy00LjYzMyAxLjYyNSAwIDMuMDQ0LjY3NiAzLjY4OCAyLjI2Ni4zNS44MjcuMzY3IDEuNjkuMzY3IDIuNzA1aC02LjAyTTc4Ljk1NiAzNC40NzdjLTEuOTY4IDAtMy43MzgtLjYwNy0zLjczOC0yLjk0MmgyLjQzYy4wMzMuOTgyLjQzIDEuNTIzIDEuNDI0IDEuNTIzLjY2IDAgMS4zNzMtLjM5IDEuMzczLTEuMTMzIDAtLjQ3NS0uMzMtLjc0My0uNzk2LS45NDctLjIzMi0uMS0uNDk2LS4xODUtLjc5My0uMjU0LS4zLS4wODctLjU5OC0uMTM2LS45MTItLjIyLTEuMjM3LS4zMi0yLjQ5Ni0uODEtMi40OTYtMi40MDIgMC0yLjAyOCAxLjk4NC0yLjU4NyAzLjU3Mi0yLjU4NyAxLjgzNiAwIDMuNDkuNjYgMy42MDYgMi43NTZoLTIuMzY0Yy0uMDM3LS44MS0uNDY2LTEuMzY4LTEuMjc1LTEuMzY4LS41ODIgMC0xLjI2LjI3Mi0xLjI2Ljk1IDAgLjQ1NS4yOTguNzA3Ljc3Ni44OTQuMjQ4LjEuNTMzLjE4Ni44My4yNTQuMjk3LjA2OC42My4xMzYuOTQuMjE4IDEuMjkyLjMyNCAyLjYuODMgMi42IDIuNDUzIDAgMi4yMTctMi4xMzMgMi44MDctMy45MiAyLjgwN002My4wMDIgMjMuNTFoLS42MjN2LS4wMDJoLS41N2MtLjUxNyAxLjQ0LTEuMDgyIDIuMjgyLTMuMTczIDIuNjE2djEuMjJoMi4wMTd2NC43NWMwIDEuODYuOTA3IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNC0uMDQ4IDEuNzItLjEzNHYtMS42MDZjLS4yOC4wMTctLjUxMy4wNjgtLjc3Ny4wNjgtMS4xMjYgMC0xLjE3NS0uNDcyLTEuMTc1LTEuNDd2LTMuODloMi4yOFYyNS44aC0yLjI4VjIzLjUxTTg3LjQzNSAyMy41MWgtLjYyN2wuMDA0LS4wMDJoLS41N2MtLjUxNiAxLjQ0LTEuMDg0IDIuMjgyLTMuMTcyIDIuNjE2djEuMjJoMi4wMTN2NC43NWMwIDEuODYuOTEyIDIuMjggMi41ODMgMi4yOC41NzggMCAxLjE0LS4wNDggMS43Mi0uMTM0di0xLjYwNmMtLjI4LjAxNy0uNTE2LjA2OC0uNzguMDY4LTEuMTIyIDAtMS4xNy0uNDcyLTEuMTctMS40N3YtMy44OWgyLjI4VjI1LjhoLTIuMjhWMjMuNTFNMTEuNDIgMTkuMDIzYy0yLjYzNiAwLTQuNzk4LTEuMDQ4LTQuODQ4LTMuOTdoMi42NTNjLjAzMyAxLjMuNzkyIDIuMDggMi4yNDUgMi4wOCAxLjA4NSAwIDIuMjk4LS41NDQgMi4yOTgtMS43NiAwLS42NzYtLjQ3LTEuMDMtMS4wNDQtMS4yNjctLjY2LS4yNy0xLjQyLS40MjMtMi4xMTItLjY0Mi0xLjgxMi0uNTU3LTMuNzU1LTEuMjM0LTMuNzU1LTMuNDggMC0yLjcyIDIuNTM3LTMuNjM1IDQuODUyLTMuNjM1IDIuMzggMCA0LjQyNi44MjggNC40NDMgMy41M0gxMy41Yy0uMS0xLjExNC0uNzQzLTEuNzU1LTEuOTkzLTEuNzU1LS45ODIgMC0xLjk2NC41MjItMS45NjQgMS42MDUgMCAuMzUyLjEzNi42MjUuNDA4Ljg0Ni4yNy4yMTggMS4wMTcuNDkgMS44MS43Ni43OTUuMjUyIDEuNjQuNTA2IDIuMDc4LjY3MyAxLjU5LjYwOCAyLjY3IDEuMjg1IDIuNjcgMy4xNjIgMCAyLjc4Ny0yLjY4NiAzLjg1LTUuMDg4IDMuODVNMjQuNDI1IDE4LjgwNVYxMC4yN2gyLjQ2N3Y4LjUzNWgtMi40Njd6bS0uMDUtMTAuMjU3di0xLjk2aDIuNTd2MS45NmgtMi41N000Ny41MTMgMTguODA1bC0uMDMzLTEuMzAyYy0uNzYzLjk4LTEuNTQgMS40MzYtMi43OSAxLjQzNi0yLjA5NSAwLTMuMTEtMS4wOTgtMy4xMS0zLjE0M3YtNS41MWgyLjQ2N3Y0LjUyOGMwIDEuMTg0LjA1IDIuNDg2IDEuNTkgMi40ODYgMS41MzggMCAxLjgyNy0xLjM3IDEuODI3LTIuNjAzdi00LjQxaDIuNDY3djUuMzc0YzAgMS4wNSAwIDIuMDguMDUgMy4xNDVoLTIuNDY3TTU3LjU2NCAxOC44MDVWMTQuMjljMC0xLjE4LS4wODctMi40OC0xLjYxLTIuNDgtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40NjdWMTEuOTZjMC0uNTQtLjAxNy0xLjEtLjA2Ni0xLjY3M2gyLjQ1MmwuMDMzIDEuM2MuNzU4LS45NzggMS41NTUtMS40MzQgMi44MDUtMS40MzQgMi4wOCAwIDMuMTA3IDEuMTE0IDMuMTA3IDMuMTQydjUuNTFoLTIuNDYzTTY1Ljg0OCAxMS41ODhjLTEuNTM0IDAtMS45OTIgMS41MDUtMS45OTIgMi43OSAwIDEuMjgzLjQyNSAyLjcyIDEuOTQzIDIuNzIgMS41NTUgMCAxLjk5NS0xLjUwMyAxLjk5NS0yLjgwNyAwLTEuMjMtLjQ5LTIuNzAyLTEuOTQ3LTIuNzAyem00LjM3OCAxLjA2NXY0LjU2M2MwIDMuMzQ2LTEuMyA0Ljk2OC00LjQ3NyA0Ljk2OC0xLjc0MiAwLTQuMDA2LS40OS00LjAwNi0yLjY1M3YtLjEzM2gyLjMzNGMuMDE3Ljk5Ni44MjYgMS4zIDEuNjg4IDEuMyAxLjYwNSAwIDEuOTQzLS45OTcgMS45OTMtMi4yOTguMDItLjM5IDAtLjc4IDAtMS4xODQtLjY1Ny45NjMtMS41NyAxLjQyLTIuNzIgMS40Mi0yLjUxNyAwLTMuNzUtMS45MS0zLjc1LTQuMjYgMC0yLjM0OCAxLjI1LTQuMjc1IDMuNzY2LTQuMjc1IDEuMjE3IDAgMi4xNjIuNDQgMi44NCAxLjQ4OHYtMS4zaDIuMzgzYy0uMDE3Ljk0Ni0uMDU0IDEuODI1LS4wNTQgMi4zNjVNMjAuODcyIDguMDU3aC0uNjIzbC4wMDQtLjAwNGgtLjU3NGMtLjUxIDEuNDQyLTEuMDggMi4yODMtMy4xNjggMi42MTZ2MS4yMmgyLjAxN3Y0Ljc1YzAgMS44Ni45MDcgMi4yODIgMi41NzggMi4yODIuNTc3IDAgMS4xNC0uMDUgMS43Mi0uMTM2VjE3LjE4Yy0uMjg0LjAxOC0uNTE1LjA3LS43OC4wNy0xLjEyNiAwLTEuMTc2LS40NzUtMS4xNzYtMS40NzN2LTMuODloMi4yODN2LTEuNTRoLTIuMjgzdi0yLjI5TTQwLjM4IDExLjg4OHYtMS41NGgtMi4yODJWOC4wNTRoLTEuMTkyYy0uNjAzIDEuNjA1LS44MTggMi4yMTUtMy4xNzMgMi4yMTVoLTEuNTN2LS42OTNjMC0uODQ2LjEwMi0xLjM4NiAxLjI2Ni0xLjM4Ni4yNTQgMCAuNTI3LjAxNy44MS4wMzZWNi42MDNjLS41NC0uMDUyLTEuMDk2LS4wODUtMS42Mi0uMDg1LTIuMDk2IDAtMi45MjUgMS4xLTIuOTI1IDMuMDQzdi40NTdjLS40NDYuMzYtLjk5OC42MTMtMS42NTUuNzg3djEuMDg4aDEuNjU1djYuOTEzaDIuNDY3di02LjkxM2gzLjU0OHY0Ljc1YzAgMS44NTcuOTA4IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNDItLjA1IDEuNzItLjEzNlYxNy4xOGMtLjI4LjAxOC0uNTEyLjA3LS43NzYuMDctMS4xMjcgMC0xLjE3Ni0uNDc1LTEuMTc2LTEuNDczdi0zLjg5aDIuMjgiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) left center / 11px auto no-repeat;
}

#content ul.keyValPairs > li.keyValPairPieChart > div > div
{
	width:100%;
	height:150px;
	background-color:#E7F2F8;
}

#content ul.keyValPairs > li.keyValPairPieChartLabel > dl > dt > div.keyValPairPieChartLabelSquare
{
	display:inline-block;
	border-radius:2px;
	vertical-align:-2px;
	width:11px;
	height:11px;
	margin-right:2px;
}

#content ul.keyValPairs > li.keyValPairPieChartLabel:hover > dl > dt > div.keyValPairPieChartLabelSquare
{
	margin-right:1px;
	margin-left:-1px;
	vertical-align:-3px;
	width: 13px;
	height: 13px;
}

#content div.keyValPairsSkeleton
{
	display: table;
	width: 100%;
}

#content div.keyValPairsSkeleton br
{
	line-height: 21px;
}

#content div.keyValPairsSkeleton > br
{
	clear: both;
}

#content div.keyValPairsSkeleton > div
{
	box-sizing: border-box;
	display: inline-block;
	float:left;
}

#content div.keyValPairsSkeleton > div + div
{
	padding-left: 21px;
}

#content #charts
{
	position: relative;
	margin-top: 11px;
}

#content #charts ul
{
	z-index: 100;
	position: absolute;
	top: -14px;
	right: 5px;
	margin:0;
	padding:0;
}

#content #charts ul > li
{
	position: relative;
	margin: 0 0 0 -4px;
	padding:0;
	display: inline;
	line-height: 21px;
	background-image: none;
}

#content #charts ul > li:first-child
{
	margin-left: 0;
}

#content #charts ul > li > a
{
	z-index: 101;
	position: relative;
	display: inline-block;
	padding:0 5px;
	text-decoration: none !important;
	color: #333;
	background-color: #F5F5F5;
	background: linear-gradient(to bottom, #F5F5F5, #F1F1F1);
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
}

#content #charts ul > li > a:hover
{
	z-index: 102;
	color: #333;
	border: 1px solid #C6C6C6;
}

#content #charts ul > li > a.active
{
	z-index: 102;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	background-color: #EEE;
	background: linear-gradient(to bottom, #EEEEEE, #E0E0E0);
}

#content #charts ul > li > .hint
{
	font-size: 9px;
	position: absolute;
	white-space: nowrap;
	margin-top: 3px;
	line-height: 127%;
	text-align: left;
}

/* Logo image tooltip */
.imageTooltip{
	display: none;
	position: absolute;
	background: #fff;
	z-index: 99;
	top: -284px;
	right: -40px;
	border: 1px solid #08C;
	padding: 10px;
	border-radius: 5px;
	left: -40px;
}
.imageTooltip:before{
	content: "";
	position: absolute;
	bottom: -20px;
	border: 10px solid transparent;
	border-top-color: #08C;
	right: calc(50% - 6px);
}
.imageTooltip:after{
	content: "";
	position: absolute;
	bottom: -16px;
	border: 8px solid transparent;
	border-top-color: #fff;
	right: calc(50% - 4px);
}
.imageTooltipContainer .imageTooltip:hover,
.imageTooltipContainer:hover .imageTooltip{
	display: block;
}

.bbcodeFaqContainer:before {
  position: absolute;
  top: calc(50% - 5px);
  padding-left: 10px;
  content: url("../img/s_triangle_right_515356.gif");
}

.bbcodeFaqContainer.special:before {
      content: url("../img/s_triangle_down_515356.gif");
}

#content #vorabspauschaleList {
	font-size: 12px;
}

/* fds.css */

.fds-widget-chart
{
    display: block;
    border: 1px solid #EEE;
    padding: 13px;
}

.fds-widget-chart-heading
{
    float: left;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 13px;
}

.fds-widget-chart-buttons
{
    float: right;
    margin-bottom: 13px;
}

.fds-widget-chart-buttons > ul
{
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

.fds-widget-chart-buttons > ul > li
{
    display: block;
    float: left;
    padding: 0 !important;
    margin: 0 0 0 13px !important;
    background-image: none !important;
}

.fds-widget-chart-buttons > ul > li > a
{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    color: #FFF !important;

    padding: 2px 5px;
    text-decoration: none !important;

    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
    -moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);
    box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(255, 255, 255, 0.05);

    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    border: 1px solid rgba(0, 102, 153, 0.8);
    border-bottom: 1px solid rgba(0, 102, 153, 1);

    background: rgb(64,178,236);
    background: -moz-linear-gradient(top, rgba(64,178,236,1) 0%, rgba(64,178,236,1) 5%, rgba(0,152,228,1) 6%, rgba(0,137,206,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(64,178,236,1)), color-stop(5%,rgba(64,178,236,1)), color-stop(6%,rgba(0,152,228,1)), color-stop(100%,rgba(0,137,206,1)));
    background: -webkit-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
    background: -o-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
    background: linear-gradient(to bottom, rgba(64,178,236,1) 0%,rgba(64,178,236,1) 5%,rgba(0,152,228,1) 6%,rgba(0,137,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40b2ec', endColorstr='#0089ce',GradientType=0 );
}

.fds-widget-chart-buttons > ul > li > a
{
    font-size: 13px !important;
    padding: 4px 6px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.fds-widget-chart-buttons > ul > li > a:hover
{
    cursor: pointer;

    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
    -moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.5), inset 0px 0px 1px 1px rgba(0, 0, 0, 0.03);

    border: 1px solid rgba(0, 102, 153, 0.8);
    border-top: 1px solid rgba(0, 102, 153, 1);

    background: -moz-linear-gradient(top, rgba(0,136,204,0.8) 0%, rgba(0,152,228,1) 5%, rgba(0,137,206,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,136,204,0.8)), color-stop(5%,rgba(0,152,228,1)), color-stop(100%,rgba(0,137,206,1)));
    background: -webkit-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
    background: -o-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
    background: linear-gradient(to bottom, rgba(0,136,204,0.8) 0%,rgba(0,152,228,1) 5%,rgba(0,137,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0088cc', endColorstr='#0089ce',GradientType=0 );
}

.fds-widget-chart-data
{
    clear: both;
    background-color: #EEE;
    padding: 13px;
}

.fds-widget-chart-data-diagram
{
    display: block;
    float: left;
    width: 160px;
    height: 120px;
    padding: 3px;
    margin-right: 8px;
    background-color: #FFF;
}

.fds-widget-chart-data-diagram-period
{
    display: block;
    position: absolute;
    margin: 6px;
    padding: 1px;
    color: #0088CC;
    background: rgba(255,255,255,0.75);
}

.fds-widget-chart-data-diagram-period-years
{
    opacity: 0.75;
}

.fds-widget-chart-data-diagram-period > a
{
    color: #0088CC !important;
    display: inline-block;
    padding: 1px;
    opacity: 0.75;
}

.fds-widget-chart-data-diagram-period > a:hover
{
    opacity: 1;
}

.fds-widget-chart-data-diagram-period > a > label
{
    cursor: pointer;
}

.fds-widget-chart-data-diagram-period > input[type="radio"]
{
    display: none;
}

.fds-widget-chart-data-diagram-period > a.fds-widget-chart-data-diagram-period-checked/*,
.fds-widget-chart-data-diagram-period > input[type="radio"]:checked + a*/
{
    text-decoration: none !important;
    font-weight: bold;
    opacity: 1;
}

.fds-widget-chart-data-props
{
    position: relative;
    float: right;
    width: 490px;
    margin-top: -4px;
    font-size: 12px;
}

.fds-widget-chart-prop-plus
{
    color: #0CAF00;
}

.fds-widget-chart-data-props > dl
{
    overflow: hidden;
    white-space: pre-line;
    margin: 0;
    float: left;
    width: 180px;
}

.fds-widget-chart-data-props > dl:last-of-type
{
    float: right;
    width: 290px;
}

.fds-widget-chart-data-props > dl > dt,
.fds-widget-chart-data-props > dl > dd
{
    position: relative;
    z-index: 10;
    display: inline-block;
    white-space: nowrap;
    margin: 2px 0;
    padding: 0;
}

.fds-widget-chart-data-props > dl > dt
{
    width: 80px;
}

.fds-widget-chart-data-props > dl:last-of-type > dt
{
    width: 90px;
}

.fds-widget-chart-data-props > dl > dt > em,
.fds-widget-chart-data-props > dl > dd > b
{
    position: relative;
    padding-right: 2px;
    z-index: 11;
    background-color: #EEE;
}

.fds-widget-chart-data-props > dl > dt > em
{
    font-weight: normal !important;
}

.fds-widget-chart-data-props > dl > dd > b
{
    padding-right: 0;
    padding-left: 2px;
}

.fds-widget-chart-data-props > dl > dd
{
    width: 100px;
    text-align: right;
}

.fds-widget-chart-data-props > dl:last-of-type > dd
{
    width: 200px;
}

.fds-widget-chart-data-props > dl > dt::after
{
    /*content: "\a";*/
    position: absolute;
    z-index: 10;
    display: block;
    width: 180px;
    margin-top: -3px;
    content: "\a";
    border-bottom: 1px dotted #333;
}

.fds-widget-chart-data-props > dl:last-of-type > dt::after
{
    width: 290px;
}

.fds-widget-chart-data-ratings
{
    clear: right;
    overflow: hidden;
    padding-top: 22px;
}

.fds-widget-chart-data-ratings > dl
{
    margin: 0;
    line-height: 17px;
}

.fds-widget-chart-data-ratings > dl > dt:nth-of-type(5)
{
    float: right;
    margin-top: 2px;
}

.fds-widget-chart-data-ratings > dl > dt,
.fds-widget-chart-data-ratings > dl > dd
{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0;
}

.fds-widget-chart-data-rating-fer > em
{
    font-weight: bold;
    margin-left: 64px;
}

.fds-widget-chart-data-rating-fer
{   /*empty circle*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTguNSA1YTMuNSAzLjUgMCAxIDEtNyAwIDMuNSAzLjUgMCAxIDEgNyAweiIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDhjIiBzdHJva2Utd2lkdGg9IjEuMDAwMjI1MDgiLz48L3N2Zz4=) 0 center / 10px 10px repeat-x;
    width: 60px;
}

dd[class^="fds-widget-chart-data-rating-fer-"]
{   /*filled circle*/
    margin-left: -60px !important;
    height: 12px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCI+PHBhdGggZD0iTTkgNWE0IDQgMCAxIDEtOCAwIDQgNCAwIDEgMSA4IDB6IiBmaWxsPSIjMDhjIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) 0 center / 10px 10px repeat-x;
}

dd[class^="fds-widget-chart-data-rating-fer-"] > b
{
    display: none;
}

.fds-widget-chart-data-rating-fer-0
{
    width: 0;
    margin-right: 110px !important;
}

.fds-widget-chart-data-rating-fer-1
{
    width: 10px;
    margin-right: 100px !important;
}

.fds-widget-chart-data-rating-fer-2
{
    width: 20px;
    margin-right: 90px !important;
}

.fds-widget-chart-data-rating-fer-3
{
    width: 30px;
    margin-right: 80px !important;
}

.fds-widget-chart-data-rating-fer-4
{
    width: 40px;
    margin-right: 70px !important;
}

.fds-widget-chart-data-rating-fer-5
{
    width: 50px;
    margin-right: 60px !important;
}

.fds-widget-chart-data-rating-fer-6
{
    width: 60px;
    margin-right: 50px !important;
}

.fds-widget-chart-data-rating-eda
{   /*Hand with leaves*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMS45OTkiIGhlaWdodD0iMTYuNDgyIj48ZyBjb2xvcj0iIzAwMCIgZm9udC1mYW1pbHk9IlNhbnMiPjxwYXRoIGQ9Ik0xMC42IDcuOTM4Yy0xLjE5LS4wMTctMi4wMTMuMjA4LTIuNTkyLjQ3Ni0uMzg2LjE4LS42NjMuMzc4LS44NjguNTM4LS4yMDUuMTYtLjM1LjI3OC0uNDE1LjI5NS0yLjYzNyAxLTYuMTQ4Ljk4My02LjE0OC45ODNILjUzM2wtLjAxOC4wNGMtLjc2IDEuNTUyLS41NiAyLjk5My0uMTU1IDQuMDU1LjIwNC41My40NTguOTcuNjcgMS4yODMuMTA2LjE1Ni4yMDUuMjguMjc4LjM3LjA3NC4wOS4xMTUuMTM4LjE0NS4xNjMuMDc4LjA2Ni4yMjYuMTQzLjQxNS4xODYuMTg4LjA0My40MTguMDQ3LjYzLS4wNy4zNzgtLjIxIDIuNjctMS4zODMgNS40My0xLjM2MiAzLjY1LjAyNyA2LjAzOC45NyA4LjYyNiAxLjQ2NyAxLjA5NS4yMTIgMS44Ni4xNTYgMi41MDgtLjIzN3YuMDA0YzQuNDQ1LTIuMzM0IDcuMjYtMy42IDkuMDM2LTQuMyAxLjc3NS0uNzA0IDIuNS0uODQyIDIuODAzLS45NDUuMTUzLS4wNS4yNDgtLjE1My4yOTYtLjI3LjA1LS4xMTQuMDUyLS4yNC4wNC0uMzU2LS4wMjMtLjE5Mi0uMDgtLjMwNy0uMTAyLS4zNi4wNTUtLjAyLjMxMy0uMS42My0uMjQuMTA3LS4wNDUuMTgyLS4wOTIuMjItLjE2Ni4wMTItLjAyLjAxOC0uMDQzLjAxNC0uMDcgMC0uMDMtLjAyMi0uMDU4LS4wNDQtLjA3LS4wMjItLjAxNi0uMDUtLjAwOC0uMDc1LS4wMS0uMDQzLS4zMTUtLjE2LS41NTQtLjMyNy0uNzItLjE3OC0uMTc0LS40MDMtLjI3Mi0uNjM1LS4zMi0uNDYzLS4wOTgtLjk1LS4wMTItMS4xNzIuMDQzLS4xMTMuMDMtLjQ5NC4xNTctMS4wNDUuMzQ0LS41NS4xODctMS4yNjUuNDM1LTIuMDEuNjkyLTEuNDg3LjUxNS0zLjEgMS4wOC0zLjgwNyAxLjMyNmwtLjEzNy4wNDQuMTIuMDhjLjg3Mi41NzggMS4wMSAxLjE5My44NSAxLjY1Mi0uMTYuNDYtLjYzOC43NjQtMS4wMzYuNzA1LTIuMjA4LS4xNi00LjI4Mi0uMjQ4LTUuODQ0LS4yOS0uNzgyLS4wMjItMS40MzUtLjAzMi0xLjkxMy0uMDM2LS40OC0uMDAzLS43NzggMC0uODcuMDA1LS4zMzIuMDIzLS43LjEyOC0uOTEuMjctLjA0My4wMjctLjA4LjA0LS4xMDIuMDQzLS4wMi4wMDMtLjAyNy0uMDA1LS4wMjYtLjAwNHYtLjAxN2MwLS4wMi4wMi0uMDUuMDUyLS4wOTMuMDYyLS4wOC4yMS0uMTg4LjM5Mi0uMjczLjE4LS4wODUuMzkzLS4xNTIuNTg2LS4xNy40OTctLjA1IDEuNzYtLjA1IDMuMzYgMCAxLjU5OC4wNSAzLjUzOC4xNSA1LjQxLjMuMTgzLjAxMy4zMy0uMDM0LjQzOC0uMTI1LjEwNy0uMDkuMTc0LS4yMi4yMS0uMzUyLjA3Ni0uMjY0LjA0Ny0uNTU2LS4wNC0uNzMydi0uMDA4Yy0uMTMtLjMzOC0uNTMtLjczMy0xLjM5Ni0xLjAzLS44NzQtLjMwMi0yLjIyNi0uNTA0LTQuMjgtLjQ0Mi0uNzQzLjAyMi0yLjIwMi0uNTE0LTIuOTYyLS45NTctMS4yOC0uNzQ3LTEuNjUyLTEuMDY1LTIuODU2LTEuMjMtLjQ4My0uMDY1LS45Mi0uMS0xLjMxOC0uMTA1eiIgc3R5bGU9InRleHQtaW5kZW50OjA7dGV4dC1hbGlnbjpzdGFydDtsaW5lLWhlaWdodDpub3JtYWw7dGV4dC10cmFuc2Zvcm06bm9uZTtibG9jay1wcm9ncmVzc2lvbjp0YjstaW5rc2NhcGUtZm9udC1zcGVjaWZpY2F0aW9uOlNhbnMiIGZpbGw9IiMwYzc2MDAiIG92ZXJmbG93PSJ2aXNpYmxlIi8+PHBhdGggZD0iTTE0LjEzNSAwbC0uMDIyLjA4Yy0uNjAzIDEuOTktLjg4MiA0LjIwNy0uNTMgNS44ODQuMTc3LjgzOC41MTIgMS41NDMgMS4wNSAyLjAxNC41MzcuNDcgMS4yNzcuNyAyLjIzNC41OWwuMDUyLS4wMDguMDEtLjA1M3MuMDEtLjA5NCAwLS4zMDQtLjA0LS41NDQtLjEyOC0xLjAyN2MtLjE2NS0uOTEtLjU2LTIuNDIzLTEuMzQ0LTQuNjM3LjcyNi44ODIgMi4yMTQgMi43NjQgMy4yIDUuNDlsLjA1OC4xNjQuMDc1LS4xNTRjLjM1LS43NjIuNjYtMi4wMTguMTU1LTMuNDU2LS41MDYtMS40MzgtMS44My0zLjA1LTQuNzM0LTQuNTQ0TDE0LjEzNyAwek0yNC43OTIgMi4wMjNjLTEuMzI3LS4wNTMtMi4zMzMuMDY1LTMuMTA3LjI3NC0xLjU1LjQxNy0yLjE2IDEuMjA4LTIuNDg2IDEuNzA1bC0uMDIzLjAzNi4wMjIuMDRjLjE0LjI2LjMzMy45MDMuMzk2IDEuNDcybC4wMjIuMTg1LjEwNS0uMTVjLjAyNy0uMDM4LjEyLS4xMTcuMjYtLjIwNy4xNC0uMDkuMzMtLjIuNTYtLjMxMy40NTgtLjIyOCAxLjA3NC0uNDkgMS43ODUtLjczMiAxLjMwMy0uNDQ1IDIuOTItLjgwNyA0LjQ1Ni0uODEtMi40MTMuODQtMy45MzMgMS42MDMtNC45NDUgMi4zMjItMS4wNzIuNzYtMS42MDggMS40NzUtMi4xNDMgMi4xODJsLS4wNDQuMDU3LjA1Mi4wNDRjLjk2My43NzQgMS45MTggMS4xMzYgMi44NDMgMS4xNjQuOTI1LjAyNyAxLjgyLS4yOCAyLjY3NS0uODMzIDEuNzEzLTEuMTA2IDMuMjc4LTMuMTg3IDQuNjQyLTUuNThsLjA0NC0uMDg1LS4wOTQtLjAyMmMtMi4wNS0uNDcyLTMuNjk4LS42OTYtNS4wMjUtLjc1eiIgZmlsbD0iIzBjYWYwMCIgb3ZlcmZsb3c9InZpc2libGUiLz48L2c+PC9zdmc+) center center / 30px auto no-repeat;
    width: 30px;
    height: 17px;
}

.fds-widget-chart-data-rating-eda > em
{
    display: none;
}

.fds-widget-chart-data-rating-eda + dd
{
    color: #0CAF00;
    padding-left: 4px;
    margin-right: 22px !important;
}

.fds-widget-chart-data-rating-ts
{   /*Top Rating Star*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyOC41MyI+PHBhdGggZD0iTTMwIDEwLjg5OGwtOS4yNyA2LjczMyAzLjUzNyAxMC45LTkuMjctNi43MzYtOS4yNyA2LjczM0w5LjI2OCAxNy42MyAwIDEwLjg5bDExLjQ2LjAwMkwxNS0uMDAzbDMuNTQgMTAuODk4eiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0zMCAxMC44OThsLTkuMjcgNi43MzMgMy41MzcgMTAuOS05LjI3LTYuNzM2LTkuMjcgNi43MzNMOS4yNjggMTcuNjMgMCAxMC44OWwxMS40Ni4wMDJMMTUtLjAwM2wzLjU0IDEwLjg5OHoiIGZpbGw9IiNkNWFjNGEiLz48cGF0aCBkPSJNMTUgMTUuODYybDE1LTQuOTY0LTkuMjcgNi43MzR6TTE0Ljk5OCAyMS43OTRMMTUgMTUuODYybDkuMjY3IDEyLjY2OHoiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNNS43MjYgMjguNTI3TDE1IDE1Ljg2MmwtLjAwMiA1LjkzMnpNMCAxMC44OTJoLjE4TDE1IDE1Ljg2MiA5LjI3IDE3LjYzek0xNS4wMDItLjAwM0wxNSAxNS44NjJsMy41NC00Ljk2N3oiIGZpbGw9IiNjNjk5MmUiLz48cGF0aCBkPSJNMTUuMDAyLS4wMDNMMTUgMTUuODYybC0zLjU0LTQuOTY4eiIgZmlsbD0iI2QyYTQzYSIvPjwvc3ZnPg==) left top / 17px auto no-repeat;
    min-width: 17px;
    height: 17px;
    margin-right: 20px !important;
}

.fds-widget-chart-data-rating-ts > em
{
    line-height: 17px;
    margin-left: 21px;
}

.fds-widget-chart-data-rating-ts + dd > b
{
    display: none;
}

.fds-widget-chart-data-rating-tv
{   /*Top Volume Bull*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIxOC4wNTQiPjxwYXRoIGQ9Ik0yNS4xMiAxNi4xNzhjLjg5Ny0uODU3IDEuOTE2LTEuNTg0IDIuMzI2LTIuODQuOTU0LTEuOTY0IDIuNjItNS4zODggMi41NTItNi4xMTgtLjA5OC0xLjA2Mi0yLjE5Mi0xLjM3Ni0zLjE2NS0xLjY3LTMuMDczLS45My01LjcyMi0uNTcyLTguNTg4LTEuNzdDMTQuMzQgMi40NTcgMTAuNTg4LjM0NCA2LjM2NS4yOCA0LjQyMi4xNjYgMi40NDUtLjIwMi41MTIuMTQ3LS4zNjYuNzY1LjExNSAyLjMyMi4yODggMy4zLjY0OCA1LjI4NiAxLjE2MyA3LjI3MiAyIDkuMTA4Yy4yNS40NzUgMS41MjguMDQ3IDIuMjU2LjE4NCAyLjE1Ljk3MyAyLjk5IDMuNDMgNC44OTMgNC43MjUgMS40NyAxLjI4NCAyLjQ5NCAyLjA5NSAxLjU5NyA0LjAzaDEuMjdjLjIxLS40Mi41MjMtMS4xMjUuNTA3LTIuMDg4LjE5LjQ2Ni0uMTA1IDEuNTg3LS4yNDggMi4wODVoMS43NzRjLjAwOC0uMTUyLS4wMi0uMjQ1LjA1NS0uNzg2LjE2Ny0xLjIuNDMtMi44NCAxLjg0Ni0zLjE2IDEuNzM0LS4yOTcgMy41Mi0uNzggNS4yNDctMS4wNzYgMS4xMTUtLjE5IDEuOTMuNTcgMS45NiAxLjU2Ni4wNCAxLjQ0OC0xLjEzNCAyLjQzMy0yLjAwNyAzLjQ1Ni4zMTUtLjAwMy41MjcuMDIuOTYzIDAgLjMwNS0uNjg4LjcyNy0xLjQzMiAxLjc1LTIuNTIzLjY1My0uNjk0LjE1OC0xLjYuMzkzLTIuNTA4LjEwNCAxLjY4NC40ODYgMS45MDUtLjc0IDMuMTAyLS40LjM5LTEuMTY4IDEuNTU0LTEuMTY4IDEuOTMuNTM0IDAgMS4zOTQuMDEgMi4wOTIgMCAuMDA3LS4zODMuMTUtMS40NjQuNjgtMS44N3pNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2Q1YWM0YSIvPjxwYXRoIGQ9Ik0yNC4yODYgMTcuNzM4Yy4xNS0xLjQ5NSAxLjAzLTEuOTIgMS44OTctMi43NTguNTctLjU1IDEuMDAyLTEuNyAxLjI5LTIuMzY2LS40NTIuNTg4LTEuNTg2IDEuOTY2LTIuMjggMi40NDgtLjcuNDg1LTIuMDQgMS4xNy0yLjA2IDIuNjY0LjI5NC0uMDI1Ljc1Ni0uMDEgMS4xNTMuMDEyem0tMi4yODguMzEyYy44NTMtMS41NDggMS43MzYtMi4zMTYgMS45OS0zLjA5OC4xNjQtLjUwNi4yODUtNC4wMTctMS4yNTUtMy42ODgtMS45NS40MTYtMy42MjMuNjU2LTUuNTUzIDEuMTctLjkyLjI0NC0xLjY3Ljk1NS0yLjQ2IDEuMTkyLTEuMDI1LjMwOC0yLjE0Ni0uNTU3LTIuMzYyLTEuNDk1LS45MzItNC4wNDQuMjEzLS4zMjItMS40MzctMS4wMzYtMS40NTMtMS4wMDMtMi4zMzIuMDU2LTMuNjU3LS4yMjYtLjkzMy0uMi0uNjU4LjAzNy4wNDQgMS4wMTggMS4zNiAxLjkwMiA0Ljk2NSAzLjM4NiAzLjg0IDYuMTY3LjI2Mi0uMDE2LjQ1LjAxNi42ODMtLjAwNy43Mi0xLjA0My41MTItMS4zNjcuNjc0LTIuMTEgMS4wMTYgMS41MDIgMS4wNDYuMTM1IDEuNTI0IDIuMTA2LjAzMi0uNzM4LS4wMTctLjM1Mi4yMDYtMS42NDguMTUtLjg3LjIzNS0yLjUyNyAzLjAxNC0yLjcwNCAxLjEwNC0uMDcgMi4zNDYtLjUgMi44NjItLjYwMyAxLjY1LS4zMjUgMi45NzgtLjM2MiAzLjE5NCAxLjAyLjE5NSAxLjI1NC0uNTc1IDIuMzI0LTEuOTU3IDMuOTM3LjE3Ni0uMDIuNDQuMDIuNjUuMDA4em01Ljk5LTYuMTdjLjc5NS0xLjYyIDEuNjgtMy4yMTQgMS44MjQtNC41NzMuMDc0LS42OTUtMS4zMjUtMS4wOS0yLjIyLTEuMzMzLTEuODEzLS40OS0zLjc5NS0uODYtNS42Ni0xLjAzNi0yLjcwOC0uMzEtNS4xOS0xLjU0LTcuNy0yLjUyQzExLjczIDEuMzM0IDkuMDg4LjQ1NCA2LjMzNC4zOSA0LjcxMi4zNTIgMi42MzYtLjEuNzk4LjIxNmMtLjcxMy4yNiAxLjAzNS41MzggMS4zMiAxLjAyOC4zMjYuNTU4LjgyMi42MzMgMS41NS43MS0uNTA4LjM5LTEuMzktLjIyOC0zLjU3Ny0uMzcuNTUgMi4yIDEuNzM3LjkyIDMuMjU4IDEuNzU3LjU3My0uODM3LjkwNi0xLjYwNCAxLjg1NS0xLjk5MyAxLjA4Ni0uNDQ2IDIuNy4yMDggMy40MTQgMS4xOTYuOTI3Ljk5NCAyLjc1MiAxLjgzIDMuODY1IDIuMjU3IDEuODQ4LjUyIDMuMzQ0LS4xMzcgNS4xOTYuMjkzLjkyNy4yMTYgMi4zMS45NDYgMy41NzguOTA3IDEuNjYtLjA1IDMuMy4yNiA0Ljg1NS44MDIgMS4wNy4zNzQgMi44MjUuNDA0IDMuMDg4LjkxNy4yMzUuNDU2LS4xNiAxLjIxLS42MTMgMi40MjQtLjAzMi4wODctLjgwNCAxLjkyNy0uNTk3IDEuNzM2ek01LjYyNSA5LjgyYy0uNTM3LS44OS0xLjM1LTIuNzMtMS42MDQtMy45MjUtMS4wNzctMy45NzYtLjQyMy0xLjc4NC0uNzg2LTEuMjM3LS41Ljg5My43MTYgMi4xNzYtLjA1NiAzLjIxNS0uNjIgMS4wMjItLjMyIDEuMzA3IDEuMDAyIDEuMjcuNy0uMDIgMS44MzYgMS4yNDQgMS40NDUuNjc3em0tMy4xMTMtLjY4NmMuMTk1LS4wNS4yMDUtLjM5LS4xOTYtLjQ0LS4zNDgtLjA0LS4wODMuNTYuMTk2LjQ0em0tLjYyLS41MkMxLjQ0OCA3LjEzLjg1MiA1LjY2Ni44MjggNC4wOTRjLjEyNi0uNzI3LS44MzMtMS43OTYtLjQyMy0uNDMyLjM1OCAxLjcuODA1IDMuNDEgMS40NzUgNS4wMDV6bS0uMDQyLTIuNDVjLjA4NC0uNDg4LjYwNi0uOTg0LS4xMDYtLjg3My40NzQtMS4yMjQtLjgyLS44NzItLjM3LjgzMy4xMS40MzguNzEgMy4xNTQuNDc2LjA0M3pNLjU0MiAxLjUxNkMuNDQ1IDEuMjA2LjUzOC41MDYuNDMuNTMuMzM2LjU0Ni4wNzQuNzEuMDkgMS40NjJjLjA5Ni4wMjQuMjc2LjA1OC40NTIuMDUyeiIgZmlsbD0iIzk1NmEyNCIvPjxwYXRoIGQ9Ik0yMi4wMSAxNy45OWMuNTQ4LTEuMTA2IDEuNTY0LTIuMTc0IDEuODA4LTIuOTc2LjE2Ni0uNTQzLjA2Ny0yLjE1My0uMDE3LTIuNTA2LS4yMzYtLjk5OC0uODU0LTEuMjk3LTEuNzMtLjk5OC0yLjM4Mi44MS0zLjk1Ny43NS01LjgxIDEuNTY4LS4zMzMuMTQ4LTEuMTE2Ljc3LTEuNjMgMS4wMDMtLjkzNS4zNjYtMS43NTItLjc4LTIuMTktMS4yNS0uNDI0LjY1NS0xLjA5Ni41Mi0yLjE3My0uMjI1LS44MTgtLjU2Ni0zLjg0NS0yLjA1Mi0zLjExLS45NDYuODUgMS41MzQgMi40MzYgMi4yIDQuNTI3IDQuMjUuNzkyLjc3Ni41OC0xLjYwNS45OTUtLjI0LjI5MiAxLjQ2IDEuNjMuMjQ2IDEuMzY1IDIuMDI1LjA0Ny0uNjc2LjI4OC0xLjYzMy4zMjMtMi4wMjIuMDg0LS45NTMuNTY0LTEuMzkgMS4xODYtMS43NDUuNTYyLS4zMiAxLjY3OC0uMzY4IDIuMjk2LS41MDQgMS4xNTItLjI1MiAyLjIyNy0uNzM0IDMuMzItLjc0Mi42NjctLjAwNCAyLjE5LS4yNDggMi4yOTUuODU1LjE0IDEuNDgtLjMzOCAyLjUzLTEuMTQ3IDMuNDE3LS41MjQuNjU3LS42NzcgMS4wNC0uMzEgMS4wMzh6bTIuMDk1LS40NTVjLjEyNi0uNDEuMTE0LS45NiAxLjAyNi0xLjgtLjU2Mi0uMDI1LS45NS4wOTUtMS40OC44NTIuMjg3LjAwMi4zLjM5LjMzLjk2MnpNNS4xNCA5LjM3M2MtLjY5LTEuNjY1LTEuMTA1LTIuNDU1LTEuMjI0LTMuNjUtLjE2LS41ODItLjc5LS44LS40NjMtLjA1Mi4yNDggMS4wMS4yOSAxLjc0My0uMDY2IDIuMTQ3LS4zNC4zODctLjU0Ni45NS4wMzcgMS4xMDcuNzEuMTczLjU4LS4wOSAxLjEzMi4xNzJ6TS44ODggNS40MUMuNzI0IDQuOC44OTggMy4yMS4zNzUgMy4xN2MuMTguNjAzLjM2NCAyLjEzNy41MTMgMi4yNHoiIGZpbGw9IiM2ODUzMjIiLz48cGF0aCBkPSJNOS44MSA2LjUyNGMtLjM2LS4zMDUtLjEwNC0xLjA0OC0uMzg0LTEuNDUzLS4xODQtLjI2NC0uNzU0LS40Ni0xLjQzNC0uMTk0LTEuNDkuNTgtMi40NDQtMS4zNDYtMi43MjUtMS43NjYtLjQwOC0uNjEtLjY4Ny0xLjk5NiAxLjM1NS0xLjY3My45MDIuMTQzIDEuMzc2LjY1OCAyLjI1MyAxLjU5IDEuNTkzIDEuMzU3IDIuNjA4IDIuODMgMi42ODQgNC4yNS0uNzI3LS43Ni0xLjE4Ny0uMzctMS43NS0uNzUzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) left center / 25px auto no-repeat;
    min-width: 25px;
    height: 17px;
    margin-right: 20px !important;
    margin-left: 2px !important;
}

.fds-widget-chart-data-rating-tv > em
{
    line-height: 17px;
    margin-left: 30px;
}

.fds-widget-chart-data-rating-tv + dd > b
{
    display: none;
}

.fds-widget-chart-data-rating-ft
{   /*Stiftung Warentest Finanztest Logo*/
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iMTQ3LjY2NyI+PHBhdGggZD0iTTAgMTQ3LjY2N2gxMDBWMEgweiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDE0NS41NDNoOTUuODFWNDAuNTc3SDIuMTJ2MTA0Ljk2NnoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNTkuOTk0IDE0NS41NDNIOTcuOTN2LTQ0LjcwOEg1OS45OTV2NDQuNzA4eiIgZmlsbD0iIzEyN2JjYSIvPjxwYXRoIGQ9Ik0yLjEyIDQwLjU3N3YxMDQuOTY2aDM4LjAxMnYtNDQuNzA4aC0yNS44MlY5Mi4yM2MyNS40OS0zLjk3MyAzMi40MTMtMTQuMDQyIDM4LjctMzEuMjUzaDYuOTgyVjg5LjA1SDk3LjkzVjQwLjU3OEgyLjEyIiBmaWxsPSIjMTI3YmNhIi8+PHBhdGggZD0iTTkuNzQgNDcuMTg4djMuMjY4aDUuMTQ2djEuODhIOS43NHY1LjE5Mkg3LjEzNVY0NS4yOTNoOC4wN3YxLjg5NUg5Ljc0TTE2LjU5NCA1Ny41Mjh2LTguNTQ1aDIuNDd2OC41NDVoLTIuNDd6bS0uMDUtMTAuMjd2LTEuOTY1aDIuNTd2MS45NjRoLTIuNTdNMjYuODA2IDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODctMi40ODYtMS42MDUtMi40ODYtMS41NiAwLTEuNzk0IDEuNzQtMS43OTQgMi43MDd2NC4yOThoLTIuNDd2LTYuODUzYzAtLjU0LS4wMTgtMS4xLS4wNzItMS42NzZoMi40NTVsLjAzMiAxLjMwNGMuNzY0LS45ODUgMS41Ni0xLjQzOCAyLjgxLTEuNDM4IDIuMDg0IDAgMy4xMTUgMS4xMTYgMy4xMTUgMy4xNDV2NS41MThoLTIuNDdNMzYuMjg3IDUzLjRjLS4yMzUgMC0uNDA1LS4wMi0uNjQ0LS4wMi0xLjA0OCAwLTIuNjIuMjQtMi42MiAxLjU3NyAwIC43NzguNjQ0IDEuMjcgMS4zODcgMS4yNyAxLjU4OCAwIDEuODc3LTEuMzkgMS44NzctMi42NzRWNTMuNHptLjIwMiA0LjEyOGMtLjEzMy0uMzg4LS4xODMtLjc2LS4yMDMtMS4xNjYtLjY5MyAxLjAxMy0xLjUyMyAxLjMzNS0yLjcyNCAxLjMzNS0xLjY1OCAwLTIuOTc4LS44MS0yLjk3OC0yLjYwNiAwLTIuNjU1IDMuMDI4LTIuODkgNS4wMS0yLjg5aC42OTJ2LS4zMjJjMC0uODk4LS4xODYtMS43OC0xLjI4OC0xLjc4LS45NDUgMC0xLjMxNy41NDMtMS4zMTcgMS4zMzhoLTIuNTI1Yy4wMzgtMi4wOTggMi4wMTQtMi42OSAzLjgwOC0yLjY5IDIuMzAzIDAgMy43MjYuNTI0IDMuNzI2IDMuMzE4VjU0LjZjMCAuOTY2IDAgMS45My4xMzIgMi45MjhIMzYuNDlNNDYuMjIyIDU3LjUyOFY1My4wMWMwLTEuMTg0LS4wODMtMi40ODYtMS42MS0yLjQ4Ni0xLjU1NSAwLTEuNzkgMS43NC0xLjc5IDIuNzA3djQuMjk4aC0yLjQ3di02Ljg1M2MwLS41NC0uMDE4LTEuMS0uMDY3LTEuNjc2aDIuNDU1bC4wMzMgMS4zMDRjLjc2LS45ODUgMS41NTUtMS40MzggMi44MDUtMS40MzggMi4wODQgMCAzLjExNSAxLjExNiAzLjExNSAzLjE0NXY1LjUxOGgtMi40N001MC4wMzggNTcuNTI4di0xLjY3M2w0LjQ2OC01LjE4aC00LjN2LTEuNjZoNy4wMDd2MS43MjhsLTQuMzUgNS4xNDVoNC41MnYxLjY0aC03LjM0NU02OS42MDMgNTAuMTdjLTEuMTkyIDAtMS45MDIuODgtMS45MDIgMi4wOTdoMy42NGMwLTEuMjgzLS41NzgtMi4wOTYtMS43MzctMi4wOTZ6bS0xLjk1MiAzLjUyYy0uMDE1IDEuMjgyLjUxMyAyLjUgMS45MiAyLjUuOTc4IDAgMS41NC0uNDkyIDEuNjctMS40OWgyLjM0OGMtLjI5NyAyLjIxNy0yLjEgMi45NjItNC4wNSAyLjk2Mi0yLjcgMC00LjIzNC0xLjU1Ni00LjIzNC00LjMxNCAwLTIuODQgMS40NTItNC42MyA0LjMxNS00LjYzIDEuNjIgMCAzLjA0NC42NzYgMy42ODggMi4yNjYuMzQ2LjgyOC4zNjMgMS42OS4zNjMgMi43MDVoLTYuMDJNNzguNDI4IDU3LjY5NWMtMS45NjggMC0zLjczOC0uNjA3LTMuNzM4LTIuOTQyaDIuNDM1Yy4wMjguOTguNDI4IDEuNTIyIDEuNDIgMS41MjIuNjYzIDAgMS4zNzMtLjM5IDEuMzczLTEuMTMyIDAtLjQ3Ni0uMzMtLjc0NS0uNzkzLS45NS0uMjM1LS4xLS41LS4xODItLjc5Ni0uMjUzLS4yOTgtLjA4NC0uNTk1LS4xMzMtLjkxMy0uMjItMS4yMzgtLjMyLTIuNDk2LS44MS0yLjQ5Ni0yLjQgMC0yLjAzIDEuOTg1LTIuNTg3IDMuNTc0LTIuNTg3IDEuODM2IDAgMy40OS42NiAzLjYxIDIuNzU3aC0yLjM2OGMtLjAzMy0uODEzLS40NjItMS4zNy0xLjI3NS0xLjM3LS41NzcgMC0xLjI1Ny4yNzItMS4yNTcuOTUgMCAuNDU1LjMuNzA3Ljc4Ljg5Mi4yNDcuMTAyLjUyNy4xODYuODI1LjI1NC4zLjA3LjYzLjEzNi45NDUuMjIgMS4yOS4zMjIgMi41OTQuODMgMi41OTQgMi40NTMgMCAyLjIxNS0yLjEzMyAyLjgwNS0zLjkyIDIuODA1TTYyLjQ3MyA0Ni43MjhoLS42MjNsLjAwNC0uMDAzaC0uNTczYy0uNTEgMS40NC0xLjA4IDIuMjgtMy4xNjggMi42MTV2MS4yMmgyLjAxNHY0Ljc1YzAgMS44Ni45MTIgMi4yODQgMi41ODIgMi4yODQuNTc4IDAgMS4xNC0uMDUyIDEuNzItLjEzNnYtMS42MDVjLS4yODQuMDE2LS41MTUuMDY4LS43NzguMDY4LTEuMTI3IDAtMS4xNzctLjQ3NC0xLjE3Ny0xLjQ3MnYtMy44OWgyLjI4MnYtMS41NGgtMi4yODJ2LTIuMjlNODYuOTA2IDQ2LjcyOGgtLjYyM3YtLjAwM2gtLjU2OGMtLjUxNiAxLjQ0LTEuMDgyIDIuMjgtMy4xNyAyLjYxNXYxLjIyaDIuMDE0djQuNzVjMCAxLjg2LjkwNyAyLjI4NCAyLjU4MiAyLjI4NC41NzcgMCAxLjEzOC0uMDUyIDEuNzE2LS4xMzZ2LTEuNjA1Yy0uMjguMDE2LS41MS4wNjgtLjc3Ni4wNjgtMS4xMjYgMC0xLjE3Ni0uNDc0LTEuMTc2LTEuNDcydi0zLjg5aDIuMjgydi0xLjU0aC0yLjI4MnYtMi4yOSIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0yLjEyIDM4LjQ2M2g5NS44MVYxLjgzSDIuMTJ2MzYuNjMzeiIgZmlsbD0iIzVhNTc1OCIvPjxwYXRoIGQ9Ik0yMS42NTIgMzQuMjlIMTguNDZsLTIuNzItOS45ODYtMi43NzIgOS45ODdIOS43NzRMNi4zNjIgMjIuMDczaDIuNzg1bDIuMzY4IDkuOTcgMi43MDMtOS45N2gzLjIxbDIuNjM2IDkuOTcgMi4zMTUtOS45N2gyLjYwMmwtMy4zMyAxMi4yMk0yOS45MzMgMzAuMTY3Yy0uMjM1IDAtLjQwNC0uMDE2LS42NDQtLjAxNi0xLjA0OCAwLTIuNjIuMjM4LTIuNjIgMS41NzMgMCAuNzc4LjY0MyAxLjI2NiAxLjM4NiAxLjI2NiAxLjU4OCAwIDEuODc3LTEuMzg1IDEuODc3LTIuNjd2LS4xNTN6bS4yMDIgNC4xMjRjLS4xMzYtLjM4Ny0uMTg1LS43NTgtLjIwMi0xLjE2NS0uNjkzIDEuMDE0LTEuNTIzIDEuMzM1LTIuNzIzIDEuMzM1LTEuNjU1IDAtMi45Ny0uODEtMi45Ny0yLjYgMC0yLjY1NiAzLjAyMy0yLjg5IDUtMi44OWguNjkzdi0uMzIzYzAtLjg5NS0uMTg2LTEuNzc0LTEuMjgzLTEuNzc0LS45NSAwLTEuMzIuNTQtMS4zMiAxLjMzNGgtMi41MTdjLjAzMy0yLjA5NiAyLjAxLTIuNjg3IDMuODA0LTIuNjg3IDIuMjk0IDAgMy43MTMuNTI1IDMuNzEzIDMuMzEydjIuNTM2YzAgLjk2MyAwIDEuOTI3LjEzNiAyLjkyM2gtMi4zM00zOC43NDYgMjcuODM2Yy0xLjU4OCAwLTIuMjEyLjkxMi0yLjIxMiAyLjQzNHY0LjAyaC0yLjQ2N3YtNi40MzdjMC0uNjc3LS4wNy0xLjM2OC0uMDctMi4wOGgyLjM4NWwuMDY2IDEuNTcyYy41NTctMS4xMTQgMS40MDItMS42MiAyLjYzNi0xLjYyLjEzNiAwIC4yNTYgMCAuNDA4LjAxNXYyLjE0NmMtLjI3Mi0uMDMzLS41MDctLjA1LS43NDYtLjA1TTU1LjQxOCAzNC4yOXYtNC41MWMwLTEuMTgzLS4wODMtMi40ODQtMS42MDUtMi40ODQtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40Njd2LTYuODQzYzAtLjU0LS4wMTctMS4wOTgtLjA3LTEuNjczaDIuNDVsLjAzMyAxLjNjLjc2Mi0uOTggMS41NTUtMS40MzUgMi44MS0xLjQzNSAyLjA3NCAwIDMuMTA1IDEuMTEzIDMuMTA1IDMuMTQzdjUuNTA4aC0yLjQ2N000NC4xMTggMjYuOTljLTEuMjE3IDAtMS45NDQuODgtMS45NDQgMi4wOTZoMy43MThjMC0xLjI4NS0uNTktMi4wOTYtMS43NzQtMi4wOTZ6bS0xLjk5MyAzLjUxNWMtLjAxNyAxLjI4Ni41MjQgMi41IDEuOTYgMi41Ljk5OCAwIDEuNTcyLS40ODggMS43MDgtMS40ODVoMi4zOTdjLS4zIDIuMjE0LTIuMTQ2IDIuOTU3LTQuMTM4IDIuOTU3LTIuNzU3IDAtNC4zMy0xLjU1NC00LjMzLTQuMzEgMC0yLjgzOCAxLjQ5LTQuNjMgNC40MTItNC42MyAxLjY2IDAgMy4xMS42NzggMy43NyAyLjI2NC4zNTYuODMuMzcyIDEuNjkuMzcyIDIuNzA1aC02LjE1TTcwLjEyNyAyNi45NTNjLTEuMTg4IDAtMS45MDIuODgtMS45MDIgMi4wOThoMy42NDNjMC0xLjI4NC0uNTgyLTIuMDk3LTEuNzQtMi4wOTd6TTY4LjE4IDMwLjQ3Yy0uMDIgMS4yODUuNTEgMi41MDMgMS45MTMgMi41MDMuOTggMCAxLjU0LS40OSAxLjY3Ni0xLjQ5aDIuMzQ3Yy0uMjk4IDIuMjE4LTIuMSAyLjk2Mi00LjA1NiAyLjk2Mi0yLjY5MyAwLTQuMjMzLTEuNTU3LTQuMjMzLTQuMzEzIDAtMi44NCAxLjQ1Ny00LjYzMyA0LjMxNy00LjYzMyAxLjYyNSAwIDMuMDQ0LjY3NiAzLjY4OCAyLjI2Ni4zNS44MjcuMzY3IDEuNjkuMzY3IDIuNzA1aC02LjAyTTc4Ljk1NiAzNC40NzdjLTEuOTY4IDAtMy43MzgtLjYwNy0zLjczOC0yLjk0MmgyLjQzYy4wMzMuOTgyLjQzIDEuNTIzIDEuNDI0IDEuNTIzLjY2IDAgMS4zNzMtLjM5IDEuMzczLTEuMTMzIDAtLjQ3NS0uMzMtLjc0My0uNzk2LS45NDctLjIzMi0uMS0uNDk2LS4xODUtLjc5My0uMjU0LS4zLS4wODctLjU5OC0uMTM2LS45MTItLjIyLTEuMjM3LS4zMi0yLjQ5Ni0uODEtMi40OTYtMi40MDIgMC0yLjAyOCAxLjk4NC0yLjU4NyAzLjU3Mi0yLjU4NyAxLjgzNiAwIDMuNDkuNjYgMy42MDYgMi43NTZoLTIuMzY0Yy0uMDM3LS44MS0uNDY2LTEuMzY4LTEuMjc1LTEuMzY4LS41ODIgMC0xLjI2LjI3Mi0xLjI2Ljk1IDAgLjQ1NS4yOTguNzA3Ljc3Ni44OTQuMjQ4LjEuNTMzLjE4Ni44My4yNTQuMjk3LjA2OC42My4xMzYuOTQuMjE4IDEuMjkyLjMyNCAyLjYuODMgMi42IDIuNDUzIDAgMi4yMTctMi4xMzMgMi44MDctMy45MiAyLjgwN002My4wMDIgMjMuNTFoLS42MjN2LS4wMDJoLS41N2MtLjUxNyAxLjQ0LTEuMDgyIDIuMjgyLTMuMTczIDIuNjE2djEuMjJoMi4wMTd2NC43NWMwIDEuODYuOTA3IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNC0uMDQ4IDEuNzItLjEzNHYtMS42MDZjLS4yOC4wMTctLjUxMy4wNjgtLjc3Ny4wNjgtMS4xMjYgMC0xLjE3NS0uNDcyLTEuMTc1LTEuNDd2LTMuODloMi4yOFYyNS44aC0yLjI4VjIzLjUxTTg3LjQzNSAyMy41MWgtLjYyN2wuMDA0LS4wMDJoLS41N2MtLjUxNiAxLjQ0LTEuMDg0IDIuMjgyLTMuMTcyIDIuNjE2djEuMjJoMi4wMTN2NC43NWMwIDEuODYuOTEyIDIuMjggMi41ODMgMi4yOC41NzggMCAxLjE0LS4wNDggMS43Mi0uMTM0di0xLjYwNmMtLjI4LjAxNy0uNTE2LjA2OC0uNzguMDY4LTEuMTIyIDAtMS4xNy0uNDcyLTEuMTctMS40N3YtMy44OWgyLjI4VjI1LjhoLTIuMjhWMjMuNTFNMTEuNDIgMTkuMDIzYy0yLjYzNiAwLTQuNzk4LTEuMDQ4LTQuODQ4LTMuOTdoMi42NTNjLjAzMyAxLjMuNzkyIDIuMDggMi4yNDUgMi4wOCAxLjA4NSAwIDIuMjk4LS41NDQgMi4yOTgtMS43NiAwLS42NzYtLjQ3LTEuMDMtMS4wNDQtMS4yNjctLjY2LS4yNy0xLjQyLS40MjMtMi4xMTItLjY0Mi0xLjgxMi0uNTU3LTMuNzU1LTEuMjM0LTMuNzU1LTMuNDggMC0yLjcyIDIuNTM3LTMuNjM1IDQuODUyLTMuNjM1IDIuMzggMCA0LjQyNi44MjggNC40NDMgMy41M0gxMy41Yy0uMS0xLjExNC0uNzQzLTEuNzU1LTEuOTkzLTEuNzU1LS45ODIgMC0xLjk2NC41MjItMS45NjQgMS42MDUgMCAuMzUyLjEzNi42MjUuNDA4Ljg0Ni4yNy4yMTggMS4wMTcuNDkgMS44MS43Ni43OTUuMjUyIDEuNjQuNTA2IDIuMDc4LjY3MyAxLjU5LjYwOCAyLjY3IDEuMjg1IDIuNjcgMy4xNjIgMCAyLjc4Ny0yLjY4NiAzLjg1LTUuMDg4IDMuODVNMjQuNDI1IDE4LjgwNVYxMC4yN2gyLjQ2N3Y4LjUzNWgtMi40Njd6bS0uMDUtMTAuMjU3di0xLjk2aDIuNTd2MS45NmgtMi41N000Ny41MTMgMTguODA1bC0uMDMzLTEuMzAyYy0uNzYzLjk4LTEuNTQgMS40MzYtMi43OSAxLjQzNi0yLjA5NSAwLTMuMTEtMS4wOTgtMy4xMS0zLjE0M3YtNS41MWgyLjQ2N3Y0LjUyOGMwIDEuMTg0LjA1IDIuNDg2IDEuNTkgMi40ODYgMS41MzggMCAxLjgyNy0xLjM3IDEuODI3LTIuNjAzdi00LjQxaDIuNDY3djUuMzc0YzAgMS4wNSAwIDIuMDguMDUgMy4xNDVoLTIuNDY3TTU3LjU2NCAxOC44MDVWMTQuMjljMC0xLjE4LS4wODctMi40OC0xLjYxLTIuNDgtMS41NTUgMC0xLjc5IDEuNzQtMS43OSAyLjcwMnY0LjI5M2gtMi40NjdWMTEuOTZjMC0uNTQtLjAxNy0xLjEtLjA2Ni0xLjY3M2gyLjQ1MmwuMDMzIDEuM2MuNzU4LS45NzggMS41NTUtMS40MzQgMi44MDUtMS40MzQgMi4wOCAwIDMuMTA3IDEuMTE0IDMuMTA3IDMuMTQydjUuNTFoLTIuNDYzTTY1Ljg0OCAxMS41ODhjLTEuNTM0IDAtMS45OTIgMS41MDUtMS45OTIgMi43OSAwIDEuMjgzLjQyNSAyLjcyIDEuOTQzIDIuNzIgMS41NTUgMCAxLjk5NS0xLjUwMyAxLjk5NS0yLjgwNyAwLTEuMjMtLjQ5LTIuNzAyLTEuOTQ3LTIuNzAyem00LjM3OCAxLjA2NXY0LjU2M2MwIDMuMzQ2LTEuMyA0Ljk2OC00LjQ3NyA0Ljk2OC0xLjc0MiAwLTQuMDA2LS40OS00LjAwNi0yLjY1M3YtLjEzM2gyLjMzNGMuMDE3Ljk5Ni44MjYgMS4zIDEuNjg4IDEuMyAxLjYwNSAwIDEuOTQzLS45OTcgMS45OTMtMi4yOTguMDItLjM5IDAtLjc4IDAtMS4xODQtLjY1Ny45NjMtMS41NyAxLjQyLTIuNzIgMS40Mi0yLjUxNyAwLTMuNzUtMS45MS0zLjc1LTQuMjYgMC0yLjM0OCAxLjI1LTQuMjc1IDMuNzY2LTQuMjc1IDEuMjE3IDAgMi4xNjIuNDQgMi44NCAxLjQ4OHYtMS4zaDIuMzgzYy0uMDE3Ljk0Ni0uMDU0IDEuODI1LS4wNTQgMi4zNjVNMjAuODcyIDguMDU3aC0uNjIzbC4wMDQtLjAwNGgtLjU3NGMtLjUxIDEuNDQyLTEuMDggMi4yODMtMy4xNjggMi42MTZ2MS4yMmgyLjAxN3Y0Ljc1YzAgMS44Ni45MDcgMi4yODIgMi41NzggMi4yODIuNTc3IDAgMS4xNC0uMDUgMS43Mi0uMTM2VjE3LjE4Yy0uMjg0LjAxOC0uNTE1LjA3LS43OC4wNy0xLjEyNiAwLTEuMTc2LS40NzUtMS4xNzYtMS40NzN2LTMuODloMi4yODN2LTEuNTRoLTIuMjgzdi0yLjI5TTQwLjM4IDExLjg4OHYtMS41NGgtMi4yODJWOC4wNTRoLTEuMTkyYy0uNjAzIDEuNjA1LS44MTggMi4yMTUtMy4xNzMgMi4yMTVoLTEuNTN2LS42OTNjMC0uODQ2LjEwMi0xLjM4NiAxLjI2Ni0xLjM4Ni4yNTQgMCAuNTI3LjAxNy44MS4wMzZWNi42MDNjLS41NC0uMDUyLTEuMDk2LS4wODUtMS42Mi0uMDg1LTIuMDk2IDAtMi45MjUgMS4xLTIuOTI1IDMuMDQzdi40NTdjLS40NDYuMzYtLjk5OC42MTMtMS42NTUuNzg3djEuMDg4aDEuNjU1djYuOTEzaDIuNDY3di02LjkxM2gzLjU0OHY0Ljc1YzAgMS44NTcuOTA4IDIuMjggMi41OCAyLjI4LjU4IDAgMS4xNDItLjA1IDEuNzItLjEzNlYxNy4xOGMtLjI4LjAxOC0uNTEyLjA3LS43NzYuMDctMS4xMjcgMC0xLjE3Ni0uNDc1LTEuMTc2LTEuNDczdi0zLjg5aDIuMjgiIGZpbGw9IiNmZmYiLz48L3N2Zz4=) left center / 17px auto no-repeat;
    min-width: 17px;
    height: 17px;
    margin-left: 2px !important;
}

.fds-widget-chart-data-rating-ft > em
{
    line-height: 17px;
    margin-left: 21px;
}

.fds-widget-chart-data-rating-ft + dd > b
{
    display: none;
}

/* tree.css */

/*style-collection for a dynamic tree*/

#content ul.tree,
#content ul.tree ul
{
	list-style-type:none;
	list-style-image:none;
	background-image:none;
	margin:0;
	padding:0; 
}

#content ul.tree,
#content ul.tree ul
{
	background: url(../img/f_menu_v_line.gif) repeat-y -6px 0px;
}

#content ul.tree ul
{
	margin-left: 8px;
}

#content ul.tree li
{
	background-image:none;
	list-style-image: none;
	list-style-type: none;
	margin:0 0 0 2px;
	padding: 0 14px;
	line-height: 16px;
	position:relative;
}

#content ul.tree li a.plus,
#content ul.tree li a.minus
{
	cursor: pointer;
}

#content ul.tree li a.plus,
#content ul.tree li a.minus,
#content ul.tree li a.leaf
{
	padding-left:19px;
	padding-bottom:16px;
	height:1px;
	position:absolute;
	left:-4px;
	background:url(../img/f_menu_plus_111.gif) no-repeat -4px 0px;
}

#content ul.tree li a.minus
{
	background-image:url(../img/f_menu_minus_111.gif);
}

#content ul.tree li a.leaf
{
	background-image:url(../img/f_menu_nosub_111.gif);
}

/*>=IE7 only*/
*:first-child+html #content ul.tree li a.plus,
*:first-child+html #content ul.tree li a.minus,
*:first-child+html #content ul.tree li a.leaf
{
	margin-top:-1px;
}

/*<=IE6 only*/
* html #content ul.tree li a.plus,
* html #content ul.tree li a.minus,
* html #content ul.tree li a.leaf
{
	margin-top:-1px;
	height: 0;
	left: -18px;
}

#content ul.tree li.last
{
	background-color: #FFFFFF;
}

#content ul.tree li.last a.plus
{
	background: url(../img/f_menu_plus_110.gif) no-repeat -4px 0px;
}

#content ul.tree li.last a.minus
{
	background: url(../img/f_menu_minus_110.gif) no-repeat -4px 0px;
}

#content ul.tree li.last a.leaf
{
	background: url(../img/f_menu_nosub_110.gif) no-repeat -4px 0px;
}

/*overwrite first element*/
#content ul.tree > li:first-child > a.plus
{
	background: url(../img/f_menu_plus_010.gif) no-repeat -4px 0px;
}
/*overwrite first element*/
#content ul.tree > li:first-child > a.minus
{
	background: url(../img/f_menu_minus_010.gif) no-repeat -4px 0px;
}
/*overwrite first element*/
#content ul.tree > li:first-child > a.leaf
{
	background: url(../img/f_menu_nosub_010.gif) no-repeat -4px 0px;
}

/*IE 6 only (ersatz für first-child)*/
* html #content ul.tree li.last a.plus
{
	background: url(../img/f_menu_plus_110.gif) no-repeat -4px 0px';
}
/*IE 6 only (ersatz für first-child)*/
* html #content ul.tree li.last a.minus
{
	background: url(../img/f_menu_minus_110.gif) no-repeat -4px 0px';
}
/*IE 6 only (ersatz für first-child)*/
* html #content ul.tree li.last a.leaf
{
	background: url(../img/f_menu_nosub_110.gif) no-repeat -4px 0px';
}

/* slider.css */

.slider
{
	margin: 0;
	
	position: relative;
	width: 300px;
	height: 15px;
	background: url(../img/slider.bg.png) 50% 50% repeat-x;
}
.slider img
{
	position: absolute;
	top: 0px;
	left: 85px;
}
.slider .sliderleft, .slider .sliderright
{
	height: 12px;
	width: 1px;
	position: absolute;
	top: 5px;
}
.slider .sliderleft
{
	left: 0px;
	background: url(../img/slider.left.png) 0px 1px no-repeat;
}
.slider .sliderright
{
	right: 0px;
	background: url(../img/slider.right.png) 0px 1px no-repeat;
}

.sliderValue
{
	 margin: 0;
	 margin-top: 1px;
}

.sliderInput
{
	 width: 50px;
	 margin-top: 5px;
	 float: left;
}

.sliderValueContainer
{
	 vertical-align: bottom;
	 width: 80px;
}

.lpSliderValueContainer
{
    vertical-align: bottom;
    width: 74px;
}

.sliderKnob
{
	 width: 19px !important;
	 height: 7px;
	 margin-top: 4px;
}

#summe
{
    width: 0px;
    height: 12px;
    background-color: #008cba;
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    margin: 0px;
    background: url(../img/pipe.middle.blue.png);
    float: left;
    color: #FFFFFF;
}

#resultAVL
{
	width: 0px;
	height: 12px;
	background-color: #21A121;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	background: url(../img/pipe.middle.green.png);
	float: left;
	color: #FFFFFF;
}

#resultKickback
{
	width: 0px;
	height: 12px;
	background-color: #21A121;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	background: url(../img/pipe.middle.green.png);
	float: left;
	color: #FFFFFF;
}

#resultForeign
{
	width: 0px;
	height: 12px;
	background-color: #EE8800;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	background: url(../img/pipe.middle.orange.png);
	float: left;
	color: #FFFFFF;
}

#resultLoss
{
	/*display: none;*/
	width: 0px;
	height: 12px;
	background-color: #D91E36;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	background: url(../img/pipe.middle.red.png);
	float: left;
	color: #FFFFFF;
}

.pipeLeft
{
	padding: 0px;
	margin: 0px;
	width: 4px;
	height: 19px;
	float: left;
}

.pipeRight
{
	padding: 0px;
	margin: 0px;
	width: 8px;
	height: 19px;
	float: left;
}


/* prettyPhoto.css */

div.light_rounded .pp_top .pp_left{background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}
div.light_rounded .pp_top .pp_middle{background:#fff;}
div.light_rounded .pp_top .pp_right{background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}
div.light_rounded .pp_content .ppt{color:#000;}
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right{background:#fff;}
div.light_rounded .pp_content{background-color:#fff;}
div.light_rounded .pp_next:hover{background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
div.light_rounded .pp_previous:hover{background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.light_rounded .pp_expand{background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.light_rounded .pp_expand:hover{background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.light_rounded .pp_contract{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.light_rounded .pp_contract:hover{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.light_rounded .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.light_rounded #pp_full_res .pp_inline{color:#000;}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.light_rounded .pp_nav .pp_play{background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.light_rounded .pp_nav .pp_pause{background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.light_rounded .pp_arrow_previous{background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}
div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.light_rounded .pp_arrow_next{background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}
div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.light_rounded .pp_bottom .pp_left{background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}
div.light_rounded .pp_bottom .pp_middle{background:#fff;}
div.light_rounded .pp_bottom .pp_right{background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}
div.light_rounded .pp_loaderIcon{background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}
div.dark_rounded .pp_top .pp_left{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}
div.dark_rounded .pp_top .pp_middle{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_top .pp_right{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}
div.dark_rounded .pp_content_container .pp_left{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}
div.dark_rounded .pp_content_container .pp_right{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
div.dark_rounded .pp_content{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_next:hover{background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}
div.dark_rounded .pp_previous:hover{background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.dark_rounded .pp_expand{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.dark_rounded .pp_expand:hover{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.dark_rounded .pp_contract{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.dark_rounded .pp_contract:hover{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.dark_rounded .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.dark_rounded .currentTextHolder{color:#c4c4c4;}
div.dark_rounded .pp_description{color:#fff;}
div.dark_rounded #pp_full_res .pp_inline{color:#fff;}
div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.dark_rounded .pp_nav .pp_play{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.dark_rounded .pp_nav .pp_pause{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.dark_rounded .pp_arrow_previous{background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}
div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.dark_rounded .pp_arrow_next{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}
div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.dark_rounded .pp_bottom .pp_left{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}
div.dark_rounded .pp_bottom .pp_middle{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}
div.dark_rounded .pp_bottom .pp_right{background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}
div.dark_rounded .pp_loaderIcon{background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../img/prettyPhoto/dark_square/contentPattern.png) top left repeat;}
div.dark_square .currentTextHolder{color:#c4c4c4;}
div.dark_square .pp_description{color:#fff;}
div.dark_square .pp_loaderIcon{background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}
div.dark_square .pp_content_container .pp_left{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}
div.dark_square .pp_content_container .pp_right{background: url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}
div.dark_square .pp_expand{background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.dark_square .pp_expand:hover{background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.dark_square .pp_contract{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.dark_square .pp_contract:hover{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.dark_square .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.dark_square #pp_full_res .pp_inline{color:#fff;}
div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.dark_square .pp_nav .pp_play{background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.dark_square .pp_nav .pp_pause{background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.dark_square .pp_arrow_previous{background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}
div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.dark_square .pp_arrow_next{background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}
div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.dark_square .pp_next:hover{background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}
div.dark_square .pp_previous:hover{background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}
div.light_square .pp_content .ppt{color:#000;}
div.light_square .pp_expand{background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.light_square .pp_expand:hover{background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.light_square .pp_contract{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.light_square .pp_contract:hover{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.light_square .pp_close{width:75px;height:22px;background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.light_square #pp_full_res .pp_inline{color:#000;}
div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px !important;}
div.light_square .pp_nav .pp_play{background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px;}
div.light_square .pp_nav .pp_pause{background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px;}
div.light_square .pp_arrow_previous{background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}
div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}
div.light_square .pp_arrow_next{background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}
div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}
div.light_square .pp_next:hover{background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}
div.light_square .pp_previous:hover{background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.light_square .pp_loaderIcon{background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}
div.facebook .pp_top .pp_left{background: url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}
div.facebook .pp_top .pp_middle{background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}
div.facebook .pp_top .pp_right{background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}
div.facebook .pp_content .ppt{color:#000;}
div.facebook .pp_content_container .pp_left{background: url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}
div.facebook .pp_content_container .pp_right{background: url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}
div.facebook .pp_content{background:#fff;}
div.facebook .pp_expand{background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}
div.facebook .pp_expand:hover{background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}
div.facebook .pp_contract{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}
div.facebook .pp_contract:hover{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}
div.facebook .pp_close{width:22px;height:22px;background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}
div.facebook #pp_full_res .pp_inline{color:#000;}
div.facebook .pp_loaderIcon{background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat;}
div.facebook .pp_arrow_previous{background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}
div.facebook .pp_arrow_next{background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}
div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}
div.facebook .pp_nav{margin-top:0;}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}
div.facebook .pp_nav .pp_play{background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px;}
div.facebook .pp_nav .pp_pause{background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px;}
div.facebook .pp_next:hover{background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}
div.facebook .pp_previous:hover{background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}
div.facebook .pp_bottom .pp_left{background: url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}
div.facebook .pp_bottom .pp_middle{background: url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}
div.facebook .pp_bottom .pp_right{background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}
div.pp_pic_holder a:focus{outline:none;}
div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}
div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;min-width:40px;}* html .pp_content{width:40px;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{float: left;margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav .pp_play,.pp_nav .pp_pause{float: left;margin-right:4px;text-indent: -10000px;}a.pp_arrow_previous,a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}.pp_gallery{display: none;left:50%;margin-top: -50px;position:absolute;z-index:10000;}.pp_gallery ul{float: left;height:35px;margin:0 0 0 5px;overflow: hidden;padding:0;position: relative;}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float: left;height:33px;overflow: hidden;}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff;}.pp_gallery ul a img{border:0;}.pp_gallery li{display:block;float: left;margin:0 5px 0 0;padding:0;}.pp_gallery li.default a{background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px;}.pp_gallery li.default a img{display: none;}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px !important;}a.pp_next{background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;line-height:22px;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}
div.ppt{color:#fff;display: none;font-size:17px;margin:0 0 5px 15px;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}

/* imageZoom.css */

div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 3px solid #fff;
	margin: -3px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

	div.jquery-image-zoom a {
		background: url(../img/jquery.imageZoom.png) no-repeat;

		display: block;
		width: 25px;
		height: 25px;

		position: absolute;
		
		top: -15px;
		right: -15px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	div.jquery-image-zoom a:hover {
		background-position: left -25px;
	}

	div.jquery-image-zoom img, 
	div.jquery-image-zoom embed, 
	div.jquery-image-zoom object, 
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
		margin: 0;
	}

/* qtip.css */

/*!
 * qTip2 - Pretty powerful tooltips - v2.0.1
 * http://qtip2.com
 *
 * Copyright (c) 2012 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Mon Dec 31 2012 02:55 GMT+0000
 * Plugins: svg ajax tips modal viewport imagemap ie6
 * Styles: basic css3
 */

/* Core qTip styles */
.qtip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
			vertical-align: middle;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	
	border-width: 1px;
	border-style: solid;
	border-color: #0088CC;

	background-color: #FFF;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		padding: 3px 0 3px 5px;
		color: #FFF;
		background-color: #0088CC;
	}
	
	.qtip-content{
		padding: 3px 5px;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}

/* Error tooltip style */
.qtip-error{
	border-color: #D91E36;
}

	.qtip-error .qtip-titlebar{
		background-color: #D91E36;
	}

/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.25);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}
/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/* IE6 Modal plugin fix */
.qtipmodal-ie6fix{
	position: absolute !important;
}

/* nav.css */

 .css_0_0         {background-color:#0088CC;}  /*depth 0*/
 .css_0_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_0_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_0_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_00_0        {background-color:#0088CC;}  /*depth 1*/
 .css_00_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_00_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_00_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_01_0        {background-color:#0088CC;}  /*depth 1*/
 .css_01_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_01_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_01_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_02_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_02_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_02_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_02_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_020_0       {background-color:#0088CC;}  /*depth 2*/
 .css_020_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_020_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_020_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_021_0       {background-color:#0088CC;}  /*depth 2*/
 .css_021_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_021_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_021_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_03_0        {background-color:#0088CC;}  /*depth 1*/
 .css_03_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_03_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_03_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_04_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_04_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_04_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_04_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_040_0       {background-color:#0088CC;}  /*depth 2*/
 .css_040_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_040_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_040_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_041_0       {background-color:#0088CC;}  /*depth 2*/
 .css_041_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_041_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_041_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_042_0       {background-color:#0088CC;}  /*depth 2*/
 .css_042_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_042_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_042_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_043_0       {background-color:#0088CC;}  /*depth 2*/
 .css_043_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_043_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_043_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_05_0        {background-color:#0088CC;}  /*depth 1*/
 .css_05_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_05_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_05_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_1_0         {background-color:#0088CC;}  /*depth 0*/
 .css_1_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_1_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_1_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_10_0        {background-color:#0088CC;}  /*depth 1*/
 .css_10_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_10_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_10_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_11_0        {background-color:#0088CC;}  /*depth 1*/
 .css_11_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_11_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_11_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_12_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_12_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_12_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_12_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_120_0       {background-color:#0088CC;}  /*depth 2*/
 .css_120_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_120_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_120_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_121_0       {background-color:#0088CC;}  /*depth 2*/
 .css_121_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_121_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_121_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_122_0       {background-color:#0088CC;}  /*depth 2*/
 .css_122_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_122_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_122_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_123_0       {background-color:#0088CC;}  /*depth 2*/
 .css_123_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_123_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_123_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_124_0       {background-color:#0088CC;}  /*depth 2*/
 .css_124_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_124_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_124_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_125_0       {background-color:#0088CC;}  /*depth 2*/
 .css_125_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_125_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_125_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_126_0       {background-color:#0088CC;}  /*depth 2*/
 .css_126_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_126_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_126_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_127_0       {background-color:#0088CC;}  /*depth 2*/
 .css_127_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_127_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_127_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_13_0        {background-color:#0088CC;}  /*depth 1*/
 .css_13_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_13_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_13_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_14_0        {background-color:#0088CC;}  /*depth 1*/
 .css_14_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_14_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_14_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_2_0         {background-color:#0088CC;}  /*depth 0*/
 .css_2_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_2_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_2_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_20_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_20_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_20_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_20_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_200_0       {background-color:#0088CC;}  /*depth 2*/
 .css_200_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_200_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_200_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_201_0       {background-color:#0088CC;}  /*depth 2*/
 .css_201_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_201_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_201_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_202_0       {background-color:#0088CC;}  /*depth 2*/
 .css_202_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_202_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_202_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_21_0        {background-color:#0088CC;}  /*depth 1*/
 .css_21_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_21_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_21_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_22_0        {background-color:#0088CC;}  /*depth 1*/
 .css_22_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_22_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_22_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_23_0        {background-color:#0088CC;}  /*depth 1*/
 .css_23_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_23_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_23_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_24_0        {background-color:#0088CC;}  /*depth 1*/
 .css_24_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_24_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_24_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_25_0        {background-color:#0088CC;}  /*depth 1*/
 .css_25_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_25_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_25_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_26_0        {background-color:#0088CC;}  /*depth 1*/
 .css_26_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_26_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_26_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_27_0        {background-color:#0088CC;}  /*depth 1*/
 .css_27_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_27_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_27_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_28_0        {background-color:#0088CC;}  /*depth 1*/
 .css_28_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_28_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_28_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_29_0        {background-color:#0088CC;}  /*depth 1*/
 .css_29_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_29_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_29_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_2A_0        {background-color:#0088CC;}  /*depth 1*/
 .css_2A_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_2A_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_2A_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_3_0         {background-color:#0088CC;}  /*depth 0*/
 .css_3_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_3_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_3_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_30_0        {background-color:#0088CC;}  /*depth 1*/
 .css_30_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_30_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_30_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_31_0        {background-color:#0088CC;}  /*depth 1*/
 .css_31_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_31_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_31_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_32_0        {background-color:#0088CC;}  /*depth 1*/
 .css_32_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_32_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_32_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_33_0        {background-color:#0088CC;}  /*depth 1*/
 .css_33_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_33_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_33_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_34_0        {background-color:#0088CC;}  /*depth 1*/
 .css_34_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_34_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_34_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_4_0         {background-color:#0088CC;}  /*depth 0*/
 .css_4_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_4_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_4_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_40_0        {background-color:#0088CC;}  /*depth 1*/
 .css_40_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_40_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_40_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_41_0        {background-color:#0088CC;}  /*depth 1*/
 .css_41_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_41_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_41_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_42_0        {background-color:#0088CC;}  /*depth 1*/
 .css_42_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_42_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_42_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_43_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_43_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_43_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_43_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_430_0       {background-color:#0088CC;}  /*depth 2*/
 .css_430_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_430_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_430_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_431_0       {background-color:#0088CC;}  /*depth 2*/
 .css_431_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_431_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_431_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_432_0       {background-color:#0088CC;}  /*depth 2*/
 .css_432_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_432_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_432_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_433_0       {background-color:#0088CC;}  /*depth 2*/
 .css_433_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_433_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_433_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_434_0       {background-color:#0088CC;}  /*depth 2*/
 .css_434_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_434_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_434_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_435_0       {background-color:#0088CC;}  /*depth 2*/
 .css_435_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_435_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_435_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_436_0       {background-color:#0088CC;}  /*depth 2*/
 .css_436_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_436_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_436_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_437_0       {background-color:#0088CC;}  /*depth 2*/
 .css_437_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_437_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_437_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_438_0       {background-color:#0088CC;}  /*depth 2*/
 .css_438_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_438_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_438_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_439_0       {background-color:#0088CC;}  /*depth 2*/
 .css_439_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_439_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_439_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_43A_0       {background-color:#0088CC;}  /*depth 2*/
 .css_43A_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_43A_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_43A_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_43B_0       {background-color:#0088CC;}  /*depth 2*/
 .css_43B_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_43B_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_43B_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_43C_0       {background-color:#0088CC;}  /*depth 2*/
 .css_43C_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_43C_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_43C_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_44_0        {background-color:#0088CC;}  /*depth 1*/
 .css_44_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_44_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_44_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_45_0        {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_45_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_45_1        {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 1*/
 .css_45_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_450_0       {background-color:#0088CC;}  /*depth 2*/
 .css_450_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_450_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_450_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_451_0       {background-color:#0088CC;}  /*depth 2*/
 .css_451_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_451_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_451_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_452_0       {background-color:#0088CC;}  /*depth 2*/
 .css_452_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_452_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_452_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_453_0       {background-color:#0088CC;}  /*depth 2*/
 .css_453_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_453_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_453_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_454_0       {background-color:#0088CC;}  /*depth 2*/
 .css_454_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_454_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_454_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_455_0       {background-color:#0088CC;}  /*depth 2*/
 .css_455_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_455_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_455_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_456_0       {background-color:#0088CC;}  /*depth 2*/
 .css_456_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_456_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_456_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_457_0       {background-color:#0088CC;}  /*depth 2*/
 .css_457_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_457_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_457_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_458_0       {background-color:#0088CC;}  /*depth 2*/
 .css_458_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_458_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_458_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_459_0       {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_459_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_459_1       {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_459_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_4590_0      {background-color:#0088CC;}  /*depth 3*/
 .css_4590_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_4590_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_4590_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_4591_0      {background-color:#0088CC;}  /*depth 3*/
 .css_4591_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_4591_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_4591_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45A_0       {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45A_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_45A_1       {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45A_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_45A0_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45A0_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45A0_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45A0_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45A1_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45A1_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45A1_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45A1_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45B_0       {background-color:#0088CC;}  /*depth 2*/
 .css_45B_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_45B_1       {background-color:#EEEEEE;}  /*depth 2*/
 .css_45B_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_45C_0       {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45C_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_45C_1       {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45C_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_45C0_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C0_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C0_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C0_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C1_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C1_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C1_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C1_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C2_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C2_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C2_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C2_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C3_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C3_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C3_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C3_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C4_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C4_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C4_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C4_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C5_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C5_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C5_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C5_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C6_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C6_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C6_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C6_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45C7_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45C7_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45C7_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45C7_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D_0       {background-color:#0088CC;background-image:url(../img/menu_arrow1.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45D_0 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 2*/
 .css_45D_1       {background-color:#EEEEEE;background-image:url(../img/menu_arrow2.gif); background-position:right; background-repeat:no-repeat;}  /*depth 2*/
 .css_45D_1 a     {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 2*/

 .css_45D0_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D0_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D0_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D0_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D1_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D1_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D1_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D1_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D2_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D2_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D2_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D2_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D3_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D3_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D3_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D3_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D4_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D4_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D4_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D4_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_45D5_0      {background-color:#0088CC;}  /*depth 3*/
 .css_45D5_0 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 3*/
 .css_45D5_1      {background-color:#EEEEEE;}  /*depth 3*/
 .css_45D5_1 a    {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 3*/

 .css_5_0         {background-color:#0088CC;}  /*depth 0*/
 .css_5_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_5_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_5_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_50_0        {background-color:#0088CC;}  /*depth 1*/
 .css_50_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_50_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_50_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_51_0        {background-color:#0088CC;}  /*depth 1*/
 .css_51_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_51_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_51_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_52_0        {background-color:#0088CC;}  /*depth 1*/
 .css_52_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_52_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_52_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_53_0        {background-color:#0088CC;}  /*depth 1*/
 .css_53_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_53_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_53_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_54_0        {background-color:#0088CC;}  /*depth 1*/
 .css_54_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_54_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_54_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_55_0        {background-color:#0088CC;}  /*depth 1*/
 .css_55_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_55_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_55_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_56_0        {background-color:#0088CC;}  /*depth 1*/
 .css_56_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_56_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_56_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_57_0        {background-color:#0088CC;}  /*depth 1*/
 .css_57_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_57_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_57_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_58_0        {background-color:#0088CC;}  /*depth 1*/
 .css_58_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_58_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_58_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_6_0         {background-color:#0088CC;}  /*depth 0*/
 .css_6_0 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 0*/
 .css_6_1         {background-color:#EEEEEE;}  /*depth 0*/
 .css_6_1 a       {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 0*/

 .css_60_0        {background-color:#0088CC;}  /*depth 1*/
 .css_60_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_60_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_60_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_61_0        {background-color:#0088CC;}  /*depth 1*/
 .css_61_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_61_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_61_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/

 .css_62_0        {background-color:#0088CC;}  /*depth 1*/
 .css_62_0 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#EEEEEE !important; text-decoration: none !important;}  /*depth 1*/
 .css_62_1        {background-color:#EEEEEE;}  /*depth 1*/
 .css_62_1 a      {font-family:Arial,Verdana,sans-serif;font-size:11px;font-weight:bold;color:#0088CC !important; text-decoration: none !important;}  /*depth 1*/



/* chartist.css */

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #d70206; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #f05b4f; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #f4c63d; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #d17905; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #453d3f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #59922b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #0544d3; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6b0392; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #f05b4f; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #dda458; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #eacf7d; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #86797d; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #b2c326; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #6188e2; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */

/* jquery.omniwindow.css */

/* Default class for an overlay */
#content .ow-overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.4;
}

/* Default class for both hidden overlay and modal window */
#content .ow-closed {
  display: none;
}

/* Default class for modal window */
#content .ow-modal {
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50px;
  top: 30vh;

  -moz-border-radius: 12px 12px 10px 10px;
       border-radius: 12px 12px 10px 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
     -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
          box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.75);
  background-color: #fff;
}

#content .ow-modal .ow-header
{
    position: relative;
    height: 24px;
    margin: 0;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    color: #FFF;
    background: url(/img/avl_wort_bildmarke_mit_claim_FFF.svg) 17px center / 185px auto no-repeat;
    background-color: #08C;
}

#content .ow-modal .ow-logo
{
    position: absolute;
    top: 48px;
    right: 12px;
}

#content .ow-modal .ow-close
{
    position: absolute;
    right: 12px;
    color: #FFF;
    text-decoration: none;;
    width: 24px;
    height: 24px;
    background: url(/img/s_cross_diagonal_15x15_FFFFFF.png) center center no-repeat;
}

#content .ow-modal .ow-body
{
    margin: 12px 20px 20px 20px;
    max-width: 673px;
}

#content .ow-modal .ow-body h3.ow-subheader
{
    margin-top: -2px;
    line-height: 26px;
    vertical-align: middle;
    font-size: 13px;
    color: #0CAF00;
    background-position: center right;
    background-repeat: no-repeat;
}

#content .ow-modal .ow-body p
{
    margin: 10px 0;
    font-size: 13px;
    text-align: left;
}

/* anychart/anychart-ui.min.css */

/*!
 * AnyChart is lightweight robust charting library with great API and Docs, that works with your stack and has tons of chart types and features.
 * Version: 2018-04-16
 * License: https://www.anychart.com/buy/
 * Contact: sales@anychart.com
 * Copyright: AnyChart.com 2018. All rights reserved.
 */
.anychart-ui-support{border-style:hidden;}* [class^="anychart"]{outline:none;}.anychart-inline-block{position:relative;display:-moz-inline-box;display:inline-block;}* html .anychart-inline-block{display:inline;}* :first-child+html .anychart-inline-block{display:inline;}.anychart-hidden{display:none;}.anychart-control-disabled{color:#cccccc;}.anychart-label-input{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;border:1px solid #d9d9d9;border-top:1px solid silver;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;font-size:13px;height:16px;padding:5px 4px;}.anychart-label-input:focus{border-color:#4d90fe;}.anychart-label-input.anychart-label-input-label-disabled{color:#cccccc;}.anychart-thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:2px;-webkit-transition:border .2s ease-in-out;transition:border .2s ease-in-out;}.anychart-thumbnail>img{margin-right:auto;margin-left:auto;display:block;max-width:100%;height:auto;}.anychart-thumbnail:hover,.anychart-thumbnail:focus{border-color:#cccccc;box-shadow:0 1px 3px rgba(0,0,0,.2);}.anychart-thumbnail:active{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);border-color:#489adc;}.anychart-loader{background-color:rgba(255,255,255,.5);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;}.anychart-loader .anychart-loader-rotating-cover{width:70px;height:70px;position:absolute;top:50%;margin-top:-35px;left:50%;margin-left:-35px;}.anychart-loader .anychart-loader-rotating-plane{display:block;width:100%;height:100%;border-radius:20%;border:5px solid #1c75ba;margin:0 auto;position:relative;-webkit-animation:anychart-loader-rotate-plane 3s infinite;animation:anychart-loader-rotate-plane 3s infinite;}.anychart-loader .anychart-loader-chart-row{position:absolute;top:10px;bottom:0;left:10px;right:10px;letter-spacing:-3px;line-height:0;font-size:0;white-space:nowrap;}.anychart-loader .anychart-loader-chart-row .anychart-loader-chart-col{display:inline-block;width:25%;height:90%;background:#000000;margin:0 12.5% 0 0;vertical-align:bottom;}.anychart-loader .anychart-loader-chart-row .anychart-loader-chart-col.anychart-loader-green{background:#26a957;height:50%;-webkit-animation:anychart-loader-blink-plane 1.5s infinite;animation:anychart-loader-blink-plane 1.5s infinite;}.anychart-loader .anychart-loader-chart-row .anychart-loader-chart-col.anychart-loader-orange{background:#ff8207;height:70%;-webkit-animation:anychart-loader-blink-plane 1.5s infinite .15s;animation:anychart-loader-blink-plane 1.5s infinite .25s;}.anychart-loader .anychart-loader-chart-row .anychart-loader-chart-col.anychart-loader-red{background:#f0402e;height:90%;-webkit-animation:anychart-loader-blink-plane 1.5s infinite .3s;animation:anychart-loader-blink-plane 1.5s infinite .5s;}@keyframes anychart-loader-rotate-plane{0%{-webkit-transform:perspective(120px)rotateX(0deg)rotateY(0deg);transform:perspective(120px)rotateX(0deg)rotateY(0deg);opacity:1;}25%{-webkit-transform:perspective(120px)rotateX(-180.1deg)rotateY(0deg);transform:perspective(120px)rotateX(-180.1deg)rotateY(0deg);opacity:.3;}50%{-webkit-transform:perspective(120px)rotateX(-180deg)rotateY(-179.9deg);transform:perspective(120px)rotateX(-180deg)rotateY(-179.9deg);opacity:1;}75%{-webkit-transform:perspective(120px)rotateX(0deg)rotateY(-180.1deg);transform:perspective(120px)rotateX(0deg)rotateY(-180.1deg);opacity:.3;}100%{-webkit-transform:perspective(120px)rotateX(0deg)rotateY(0deg);transform:perspective(120px)rotateX(0deg)rotateY(0deg);opacity:1;}}@keyframes anychart-loader-blink-plane{0%{opacity:1;}50%{opacity:.01;}100%{opacity:1;}}.anychart-custom-button{margin:2px;border:0;padding:0;font-family:Arial,sans-serif;color:#000000;background:#dddddd url("//ssl.gstatic.com/editor/button-bg.png") repeat-x top left;text-decoration:none;list-style:none;vertical-align:middle;cursor:pointer;outline:none;}.anychart-custom-button-outer-box,.anychart-custom-button-inner-box{border-style:solid;border-color:#aaaaaa;vertical-align:top;}.anychart-custom-button-outer-box{margin:0;border-width:1px 0;padding:0;}.anychart-custom-button-inner-box{margin:0 -1px;border-width:0 1px;padding:3px 4px;white-space:nowrap;}* html .anychart-custom-button-inner-box{left:-1px;}* html .anychart-custom-button-rtl .anychart-custom-button-outer-box{left:-1px;}* html .anychart-custom-button-rtl .anychart-custom-button-inner-box{right:auto;}* :first-child+html .anychart-custom-button-inner-box{left:-1px;}* :first-child+html .anychart-custom-button-rtl .anychart-custom-button-inner-box{left:1px;}::root .anychart-custom-button,::root .anychart-custom-button-outer-box{line-height:0;}::root .anychart-custom-button-inner-box{line-height:normal;}.anychart-custom-button-disabled{background-image:none !important;opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);cursor:default;}.anychart-custom-button-disabled .anychart-custom-button-outer-box,.anychart-custom-button-disabled .anychart-custom-button-inner-box{color:#333333 !important;border-color:#999999 !important;}* html .anychart-custom-button-disabled{margin:2px 1px !important;padding:0 1px !important;}* :first-child+html .anychart-custom-button-disabled{margin:2px 1px !important;padding:0 1px !important;}.anychart-custom-button-hover .anychart-custom-button-outer-box,.anychart-custom-button-hover .anychart-custom-button-inner-box{border-color:#99ccff #6699ee #6699ee #77aaff !important;}.anychart-custom-button-active,.anychart-custom-button-checked{background-color:#bbbbbb;background-position:bottom left;}.anychart-custom-button-focused .anychart-custom-button-outer-box,.anychart-custom-button-focused .anychart-custom-button-inner-box{border-color:orange;}.anychart-custom-button-collapse-right,.anychart-custom-button-collapse-right .anychart-custom-button-outer-box,.anychart-custom-button-collapse-right .anychart-custom-button-inner-box{margin-right:0;}.anychart-custom-button-collapse-left,.anychart-custom-button-collapse-left .anychart-custom-button-outer-box,.anychart-custom-button-collapse-left .anychart-custom-button-inner-box{margin-left:0;}.anychart-custom-button-collapse-left .anychart-custom-button-inner-box{border-left:1px solid #ffffff;}.anychart-custom-button-collapse-left.anychart-custom-button-checked.anychart-custom-button-inner-box{border-left:1px solid #dddddd;}* html .anychart-custom-button-collapse-left .anychart-custom-button-inner-box{left:0;}* :first-child+html .anychart-custom-button-collapse-left.anychart-custom-button-inner-box{left:0;}.anychart-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,0.1);color:#333333;cursor:pointer;text-align:center;font-family:inherit;font-size:11px;font-weight:bold;height:29px;line-height:27px;margin-right:16px;min-width:52px;outline:0;padding:0 8px;white-space:nowrap;}.anychart-button:focus{border-color:#4d90fe;}.anychart-button:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);}.anychart-button:active{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);box-shadow:inset 0 1px 1px rgba(0,0,0,0.3);}.anychart-button i{font-size:11px;}.anychart-button.anychart-button-disabled:active{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:default;}.anychart-button-primary{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#4898e6;background-image:-webkit-linear-gradient(to bottom,#4898e6,#4089d0);background-image:-moz-linear-gradient(to bottom,#4898e6,#4089d0);background-image:-ms-linear-gradient(to bottom,#4898e6,#4089d0);background-image:-o-linear-gradient(to bottom,#4898e6,#4089d0);background-image:linear-gradient(to bottom,#4898e6,#4089d0);border:1px solid #1976d2;color:#ffffff;cursor:pointer;font-size:11px;font-weight:bold;height:26px;line-height:24px;margin:0 16px 0 0;min-width:70px;outline:0;padding:0 7px;}.anychart-button-primary:hover,.anychart-button-primary:active{background-color:#4898e6;background-image:-webkit-linear-gradient(to bottom,#4898e6,#387ec3);background-image:-moz-linear-gradient(to bottom,#4898e6,#387ec3);background-image:-ms-linear-gradient(to bottom,#4898e6,#387ec3);background-image:-o-linear-gradient(to bottom,#4898e6,#387ec3);background-image:linear-gradient(to bottom,#4898e6,#387ec3);border:1px solid #1976d2;color:#ffffff;}.anychart-button-primary:focus{-webkit-box-shadow:inset 0 0 0 1px #ffffff;-moz-box-shadow:inset 0 0 0 1px #ffffff;box-shadow:inset 0 0 0 1px #ffffff;outline:0;}.anychart-button-primary:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);}.anychart-button-primary.anychart-button-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#4d90fe;background-image:-webkit-linear-gradient(to bottom,#4d90fe,#4089d0);background-image:-moz-linear-gradient(to bottom,#4d90fe,#4089d0);background-image:-ms-linear-gradient(to bottom,#4d90fe,#4089d0);background-image:-o-linear-gradient(to bottom,#4d90fe,#4089d0);background-image:linear-gradient(to bottom,#4d90fe,#4089d0);filter:alpha(opacity=50);opacity:0.5;cursor:default;}.anychart-button-secondary{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #dcdcdc;color:#333333;cursor:pointer;font-size:11px;font-weight:bold;height:26px;line-height:24px;margin:0 16px 0 0;min-width:70px;outline:0;padding:0 7px;}.anychart-button-secondary:hover,.anychart-button-secondary:active{-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);box-shadow:0 1px 1px rgba(0,0,0,0.1);background-color:#f8f8f8;background-image:-webkit-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:linear-gradient(to bottom,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;color:#111111;}.anychart-button-secondary:focus{border:1px solid #4d90fe;}.anychart-button-secondary:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}.anychart-button-secondary.anychart-button-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #f3f3f3;border:1px solid rgba(0,0,0,0.05);color:#b8b8b8;cursor:default;}.anychart-button-standard{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);color:#333333;border:1px solid #dcdcdc;border:1px solid rgba(0,0,0,0.1);}.anychart-button-standard:hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f8f8f8;background-image:-webkit-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:linear-gradient(to bottom,#f8f8f8,#f1f1f1);border:1px solid #c6c6c6;color:#111111;}.anychart-button-standard:active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:#f8f8f8;color:#111111;}.anychart-button-standard.anychart-button-checked{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background-color:#eeeeee;background-image:-webkit-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-moz-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-ms-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-o-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:linear-gradient(to bottom,#eeeeee,#e0e0e0);border:1px solid #cccccc;color:#333333;}.anychart-button-standard.anychart-button-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #f3f3f3;border:1px solid rgba(0,0,0,0.05);color:#b8b8b8;cursor:default;}.anychart-button-toggle{height:28px;line-height:24px;padding:0;min-width:27px;margin:0;vertical-align:middle;}.anychart-button.anychart-button-toggle{z-index:auto;}.anychart-button-collapse-left,.anychart-button-collapse-right{z-index:1;}.anychart-button-collapse-left.anychart-button-checked,.anychart-button-collapse-right.anychart-button-checked{z-index:2;}.anychart-button-collapse-left:hover,.anychart-button-collapse-right:hover{z-index:3;}.anychart-button-collapse-left.anychart-button-disabled{z-index:0;}.anychart-button-collapse-right{margin-right:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;}.anychart-button-collapse-left{margin-left:-1px;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;}.anychart-menu{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);-webkit-transition:opacity 0.218s;-moz-transition:opacity 0.218s;-o-transition:opacity 0.218s;transition:opacity 0.218s;background:#ffffff;border:1px solid #cccccc;border:1px solid rgba(0,0,0,.2);cursor:default;font-size:13px;color:#222222;font-family:Arial,sans-serif;margin:0;outline:none;padding:6px 0;position:absolute;z-index:1003;line-height:normal;}.anychart-menuitem{position:relative;color:#333333;cursor:pointer;list-style:none;margin:0;padding:6px 1em 6px 30px;white-space:nowrap;}.anychart-menuitem.anychart-menuitem-rtl{padding-left:7em;padding-right:28px;}.anychart-menu-nocheckbox .anychart-menuitem,.anychart-menu-noicon .anychart-menuitem{padding-left:12px;}.anychart-menu-noaccel .anychart-menuitem{padding-right:20px;}.anychart-menuitem-disabled{cursor:default;}.anychart-menuitem-disabled .anychart-menuitem-accel,.anychart-menuitem-disabled .anychart-menuitem-content{color:#cccccc !important;}.anychart-menuitem-disabled .anychart-menuitem-icon{opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);}.anychart-menuitem-highlight,.anychart-menuitem-hover{background-color:#eeeeee;border-color:#eeeeee;border-style:dotted;border-width:1px 0;padding-top:5px;padding-bottom:5px;}.anychart-menuitem-checkbox,.anychart-menuitem-icon{background-repeat:no-repeat;height:21px;left:3px;position:absolute;right:auto;top:3px;vertical-align:middle;width:21px;}.anychart-menuitem i{position:absolute;left:9px;}.anychart-menuitem-link{padding:0;}.anychart-menuitem-link a{text-decoration:none;color:inherit;display:inline-block;padding:6px 3em 6px 28px;width:100%;box-sizing:border-box;transition:none;}.anychart-menuitem-link i{padding-top:7px;pointer-events:none;}.anychart-menuitem-link.anychart-menuitem-highlight a{padding-bottom:5px;padding-top:5px;}.anychart-menuitem-link.anychart-menuitem-highlight i{padding-top:6px;}.anychart-menuitem-rtl .anychart-menuitem-checkbox,.anychart-menuitem-rtl .anychart-menuitem-icon{left:auto;right:6px;}.anychart-menuitem-accel{color:#777777;direction:ltr;left:auto;float:right;padding:0 0 0 24px;position:relative;right:0;text-align:right;}.anychart-menuitem-rtl .anychart-menuitem-accel{left:0;right:auto;text-align:left;}.anychart-menuitem-mnemonic-hint{text-decoration:underline;}.anychart-menuitem-mnemonic-separator{color:#999999;font-size:12px;padding-left:4px;}.anychart-menuseparator{border-top:1px solid #ebebeb;margin-top:6px;margin-bottom:6px;}.anychart-submenu-arrow{color:#000000;-webkit-transition:all 0.218s;-moz-transition:all 0.218s;-o-transition:all 0.218s;transition:all 0.218s;opacity:.5;filter:alpha(opacity=50);position:absolute;right:0;top:2px;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;font-size:0;}.anychart-menuitem-content{position:relative;}.anychart-menuitem-highlight .anychart-submenu-arrow,.anychart-menuitem-hover .anychart-submenu-arrow{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none;border-left-color:#333333;opacity:1.0;}.anychart-menuitem-rtl .anychart-submenu-arrow{text-align:left;left:0;right:auto;padding-left:6px;}.anychart-menuitem-disabled .anychart-submenu-arrow{border-left-color:#cccccc;opacity:1.0;}.anychart-menu-scrollable{overflow-y:auto;}.anychart-menu.anychart-menu-horizontal{padding-left:4px;padding-right:4px;}.anychart-menu.anychart-menu-horizontal .anychart-menuitem{display:inline-block;padding:2px 3px;}.anychart-menu.anychart-menu-horizontal .anychart-menuitem.anychart-menuitem-highlight,.anychart-menu.anychart-menu-horizontal .anychart-menuitem .anychart-menuitem-hover{padding-top:1px;padding-bottom:1px;}.anychart-menuitem.anychart-option i{position:relative;left:1px;height:23px;padding-top:1px;width:23px;}.anychart-menuitem.anychart-option i.ac-position-center{top:-1px;}.anychart-menu-button{background:#dddddd url("//ssl.gstatic.com/editor/button-bg.png") repeat-x top left;border:0;color:#000000;cursor:pointer;list-style:none;margin:2px;outline:none;padding:0;text-decoration:none;vertical-align:middle;}.anychart-menu-button-outer-box,.anychart-menu-button-inner-box{border-style:solid;border-color:#aaaaaa;vertical-align:top;}.anychart-menu-button-outer-box{margin:0;border-width:1px 0;padding:0;}.anychart-menu-button-inner-box{margin:0 -1px;border-width:0 1px;padding:3px 4px;}* html .anychart-menu-button-inner-box{left:-1px;}* html .anychart-menu-button-rtl .anychart-menu-button-outer-box{left:-1px;right:auto;}* html .anychart-menu-button-rtl .anychart-menu-button-inner-box{right:auto;}* :first-child+html .anychart-menu-button-inner-box{left:-1px;}* :first-child+html .anychart-menu-button-rtl .anychart-menu-button-inner-box{left:1px;right:auto;}::root .anychart-menu-button,::root .anychart-menu-button-outer-box,::root .anychart-menu-button-inner-box{line-height:0;}::root .anychart-menu-button-caption,::root .anychart-menu-button-dropdown{line-height:normal;}.anychart-menu-button-disabled{background-image:none !important;opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);cursor:default;}.anychart-menu-button-disabled .anychart-menu-button-outer-box,.anychart-menu-button-disabled .anychart-menu-button-inner-box,.anychart-menu-button-disabled .anychart-menu-button-caption,.anychart-menu-button-disabled .anychart-menu-button-dropdown{color:#333333 !important;border-color:#999999 !important;}* html .anychart-menu-button-disabled{margin:2px 1px !important;padding:0 1px !important;}* :first-child+html .anychart-menu-button-disabled{margin:2px 1px !important;padding:0 1px !important;}.anychart-menu-button-hover .anychart-menu-button-outer-box,.anychart-menu-button-hover .anychart-menu-button-inner-box{border-color:#99ccff #6699ee #6699ee #77aaff !important;}.anychart-menu-button-active,.anychart-menu-button-open{background-color:#bbbbbb;background-position:bottom left;}.anychart-menu-button-focused .anychart-menu-button-outer-box,.anychart-menu-button-focused .anychart-menu-button-inner-box{border-color:orange;}.anychart-menu-button-caption{padding:0 4px 0 0;vertical-align:top;}.anychart-menu-button-dropdown{height:15px;width:7px;background:url("//ssl.gstatic.com/editor/editortoolbar.png") no-repeat -388px 0;vertical-align:top;}.anychart-menu-button-collapse-right,.anychart-menu-button-collapse-right .anychart-menu-button-outer-box,.anychart-menu-button-collapse-right .anychart-menu-button-inner-box{margin-right:0;}.anychart-menu-button-collapse-left,.anychart-menu-button-collapse-left .anychart-menu-button-outer-box,.anychart-menu-button-collapse-left .anychart-menu-button-inner-box{margin-left:0;}.anychart-menu-button-collapse-left .anychart-menu-button-inner-box{border-left:1px solid #ffffff;}.anychart-menu-button-collapse-left.anychart-menu-button-checked.anychart-menu-button-inner-box{border-left:1px solid #dddddd;}.anychart-flat-menu-button{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid #dcdcdc;color:#333333;cursor:pointer;font-size:11px;font-weight:bold;line-height:27px;list-style:none;margin:0 2px;min-width:46px;outline:none;padding:0 18px 0 6px;text-align:center;text-decoration:none;}.anychart-flat-menu-button-disabled{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f5f5f5;background-image:-webkit-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f5f5f5,#f1f1f1);background-image:linear-gradient(to bottom,#f5f5f5,#f1f1f1);border:1px solid #f3f3f3;border:1px solid rgba(0,0,0,0.05);color:#b8b8b8;cursor:default;}.anychart-flat-menu-button-disabled .anychart-flat-menu-button-dropdown{border-color:#b8b8b8 transparent;}.anychart-flat-menu-button-hover{background-color:#f8f8f8;background-image:-webkit-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:linear-gradient(to bottom,#f8f8f8,#f1f1f1);-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);border-color:#c6c6c6;color:#111111;}.anychart-flat-menu-button.anychart-flat-menu-button-open,.anychart-flat-menu-button.anychart-flat-menu-button-active{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background-color:#eeeeee;background-image:-webkit-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-moz-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-ms-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:-o-linear-gradient(to bottom,#eeeeee,#e0e0e0);background-image:linear-gradient(to bottom,#eeeeee,#e0e0e0);border:1px solid #cccccc;color:#333333;z-index:2;}.anychart-flat-menu-button-focused{border-color:#4d90fe;}.anychart-flat-menu-button-caption{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;padding-right:20px;text-overflow:ellipsis;overflow:hidden;width:100%;}.anychart-flat-menu-button-dropdown{border-color:#777777 transparent;border-style:solid;border-width:4px 4px 0 4px;height:0;width:0;position:absolute;right:5px;top:12px;}.anychart-flat-menu-button-active .anychart-flat-menu-button-dropdown,.anychart-flat-menu-button-open .anychart-flat-menu-button-dropdown,.anychart-flat-menu-button-selected .anychart-flat-menu-button-dropdown,.anychart-flat-menu-button-hover .anychart-flat-menu-button-dropdown{border-color:#595959 transparent;}.anychart-chart-editor-settings-font-size{margin-top:-4px;}.anychart-combobox{background:0;background-color:whiteSmoke;background-image:-webkit-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-moz-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-ms-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-o-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:linear-gradient(to bottom,whiteSmoke,#f1f1f1);border:1px solid gainsboro;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;font:normal small arial,sans-serif;height:24px;color:#333333;line-height:24px;list-style:none;font-size:11px;font-weight:bold;text-decoration:none;vertical-align:middle;cursor:pointer;margin-left:4px;padding:1px 0;top:auto;}.anychart-combobox:hover{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#f8f8f8;background-image:-webkit-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-moz-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-ms-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:-o-linear-gradient(to bottom,#f8f8f8,#f1f1f1);background-image:linear-gradient(to bottom,#f8f8f8,#f1f1f1);border-color:#c6c6c6;color:#222222;}.anychart-combobox:hover input{border-right-color:#d9d9d9;}.anychart-combobox.anychart-combobox-disabled{background-color:whiteSmoke;background-image:-webkit-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-moz-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-ms-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:-o-linear-gradient(to bottom,whiteSmoke,#f1f1f1);background-image:linear-gradient(to bottom,whiteSmoke,#f1f1f1);border:1px solid #f2f2f2;opacity:1;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;cursor:default;}.anychart-combobox.anychart-combobox-disabled input{color:#b8b8b8;border-right-color:transparent;}.anychart-combobox.anychart-combobox-disabled .anychart-combobox-button{opacity:0.4;}.anychart-combobox input{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background:transparent;border:1px solid transparent;color:#333333;font-family:Arial,sans-serif;font-size:11px;font-weight:bold;height:20px;overflow:hidden;padding:0 0 0 3px;position:relative;margin-right:18px;}.anychart-combobox input:focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);box-shadow:inset 0 1px 2px rgba(0,0,0,0.3);-webkit-user-select:text;-moz-user-select:text;background:#ffffff;border:1px solid #4d90fe;height:20px;outline:none;}.anychart-combobox-button{display:inline-block;border-color:#777777 transparent;border-style:solid;border-width:4px 4px 0 4px;height:0;width:0;position:absolute;right:5px;top:12px;}.anychart-checkbox{cursor:pointer;display:inline-block;margin:2px 2px 2px 0;overflow:hidden;padding:0;position:relative;white-space:nowrap;vertical-align:middle;}.anychart-checkbox .anychart-checkbox-element{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:rgba(255,255,255,.05);border:1px solid #c6c6c6;border:1px solid rgba(155,155,155,.57);height:11px;margin:0 4px 1px 1px;outline:0;vertical-align:text-bottom;width:11px;}.anychart-checkbox-hover .anychart-checkbox-element{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.1);box-shadow:inset 0 1px 1px rgba(0,0,0,.1);border:1px solid #b2b2b2;}.anychart-checkbox-focused .anychart-checkbox-element{border:1px solid #4d90fe;}.anychart-checkbox-checked{background-color:#ffffff;background-color:rgba(255,255,255,.65);}.anychart-checkbox-checked .anychart-checkbox-checkmark{display:inline-block;}.anychart-checkbox-disabled{cursor:default;color:#b8b8b8;}.anychart-checkbox-disabled .anychart-checkbox-element{background-color:#ffffff;border:1px solid #f1f1f1;cursor:default;}.anychart-checkbox-checkmark{display:none;opacity:0.6;height:15px;outline:0;width:15px;left:0;position:relative;top:-3px;}.anychart-palette{cursor:default;outline:none;}.anychart-palette-table{empty-cells:show;margin:16px;}.anychart-palette-cell{border:1px solid transparent;cursor:pointer;margin:0;position:relative;}.anychart-palette-colorswatch{border:none;font-size:14px;height:16px;position:relative;width:16px;display:block;}.anychart-palette-colorswatch:before{display:none;position:relative;top:1px;left:2px;}.anychart-palette-cell-hover{border:1px solid #000000;}.anychart-palette-cell-selected{outline:1px solid #000000;}.anychart-palette-cell-selected .anychart-palette-colorswatch:before{display:inline-block;}.anychart-color-menu-button-indicator{height:14px;margin-left:4px;outline:1px solid #bbbbbb;width:14px;}.anychart-color-menu-button .anychart-menu-button-inner-box,.anychart-toolbar-color-menu-button .anychart-toolbar-menu-button-inner-box{padding-top:2px !important;padding-bottom:2px !important;}.anychart-toolbar{background-color:#fafafa;background:linear-gradient(to bottom,#fafafa 0%,#f8f8f8 17%,#e5e5e5 100%);background:-moz-linear-gradient(to bottom,#fafafa 0%,#f8f8f8 17%,#e5e5e5 100%);background:-webkit-linear-gradient(to bottom,#fafafa 0%,#f8f8f8 17%,#e5e5e5 100%);background:-o-linear-gradient(to bottom,#fafafa 0%,#f8f8f8 17%,#e5e5e5 100%);background:-ms-linear-gradient(to bottom,#fafafa 0%,#f8f8f8 17%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#e5e5e5",GradientType=0);border-bottom:1px solid #d5d5d5;cursor:default;font:normal 12px Arial,sans-serif;margin:0;outline:none;padding:2px;position:relative;zoom:1;}.anychart-toolbar-button{margin:0 2px;border:0;padding:0;font-family:Arial,sans-serif;color:#333333;text-decoration:none;list-style:none;vertical-align:middle;cursor:default;outline:none;}.anychart-toolbar-button-outer-box,.anychart-toolbar-button-inner-box{border:0;vertical-align:top;}.anychart-toolbar-button-outer-box{margin:0;padding:1px 0;}.anychart-toolbar-button-inner-box{margin:0 -1px;padding:3px 4px;}* html .anychart-toolbar-button-inner-box{left:-1px;}* html .anychart-toolbar-button-rtl .anychart-toolbar-button-outer-box{left:-1px;}* html .anychart-toolbar-button-rtl .anychart-toolbar-button-inner-box{right:auto;}* :first-child+html .anychart-toolbar-button-inner-box{left:-1px;}* :first-child+html .anychart-toolbar-button-rtl .anychart-toolbar-button-inner-box{left:1px;right:auto;}::root .anychart-toolbar-button,::root .anychart-toolbar-button-outer-box{line-height:0;}::root .anychart-toolbar-button-inner-box{line-height:normal;}.anychart-toolbar-button-disabled{opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);}.anychart-toolbar-button-disabled .anychart-toolbar-button-outer-box,.anychart-toolbar-button-disabled .anychart-toolbar-button-inner-box{color:#333333 !important;border-color:#999999 !important;}* html .anychart-toolbar-button-disabled{background-color:#f0f0f0;margin:0 1px;padding:0 1px;}* :first-child+html .anychart-toolbar-button-disabled{background-color:#f0f0f0;margin:0 1px;padding:0 1px;}.anychart-toolbar-button-hover .anychart-toolbar-button-outer-box,.anychart-toolbar-button-active .anychart-toolbar-button-outer-box,.anychart-toolbar-button-checked .anychart-toolbar-button-outer-box,.anychart-toolbar-button-selected .anychart-toolbar-button-outer-box{border-width:1px 0;border-style:solid;padding:0;}.anychart-toolbar-button-hover .anychart-toolbar-button-inner-box,.anychart-toolbar-button-active .anychart-toolbar-button-inner-box,.anychart-toolbar-button-checked .anychart-toolbar-button-inner-box,.anychart-toolbar-button-selected .anychart-toolbar-button-inner-box{border-width:0 1px;border-style:solid;padding:3px;}.anychart-toolbar-button-hover .anychart-toolbar-button-outer-box,.anychart-toolbar-button-hover .anychart-toolbar-button-inner-box{border-color:#a1badf !important;}.anychart-toolbar-button-active,.anychart-toolbar-button-checked,.anychart-toolbar-button-selected{background-color:#dde1eb !important;}.anychart-toolbar-button-active .anychart-toolbar-button-outer-box,.anychart-toolbar-button-active .anychart-toolbar-button-inner-box,.anychart-toolbar-button-checked .anychart-toolbar-button-outer-box,.anychart-toolbar-button-checked .anychart-toolbar-button-inner-box,.anychart-toolbar-button-selected .anychart-toolbar-button-outer-box,.anychart-toolbar-button-selected .anychart-toolbar-button-inner-box{border-color:#729bd1;}.anychart-toolbar-button-collapse-right,.anychart-toolbar-button-collapse-right .anychart-toolbar-button-outer-box,.anychart-toolbar-button-collapse-right .anychart-toolbar-button-inner-box{margin-right:0;}.anychart-toolbar-button-collapse-left,.anychart-toolbar-button-collapse-left .anychart-toolbar-button-outer-box,.anychart-toolbar-button-collapse-left .anychart-toolbar-button-inner-box{margin-left:0;}* html .anychart-toolbar-button-collapse-left .anychart-toolbar-button-inner-box{left:0;}* :first-child+html .anychart-toolbar-button-collapse-left.anychart-toolbar-button-inner-box{left:0;}.anychart-toolbar-menu-button{margin:0 2px;border:0;padding:0;font-family:Arial,sans-serif;color:#333333;text-decoration:none;list-style:none;vertical-align:middle;cursor:default;outline:none;}.anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-inner-box{border:0;vertical-align:top;}.anychart-toolbar-menu-button-outer-box{margin:0;padding:1px 0;}.anychart-toolbar-menu-button-inner-box{margin:0 -1px;padding:3px 4px;}* html .anychart-toolbar-menu-button-inner-box{left:-1px;}* html .anychart-toolbar-menu-button-rtl .anychart-toolbar-menu-button-outer-box{left:-1px;}* html .anychart-toolbar-menu-button-rtl .anychart-toolbar-menu-button-inner-box{right:auto;}* :first-child+html .anychart-toolbar-menu-button-inner-box{left:-1px;}* :first-child+html .anychart-toolbar-menu-button-rtl.anychart-toolbar-menu-button-inner-box{left:1px;right:auto;}::root .anychart-toolbar-menu-button,::root .anychart-toolbar-menu-button-outer-box,::root .anychart-toolbar-menu-button-inner-box{line-height:0;}::root .anychart-toolbar-menu-button-caption,::root .anychart-toolbar-menu-button-dropdown{line-height:normal;}.anychart-toolbar-menu-button-disabled{opacity:0.3;-moz-opacity:0.3;filter:alpha(opacity=30);}.anychart-toolbar-menu-button-disabled .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-disabled .anychart-toolbar-menu-button-inner-box{color:#333333 !important;border-color:#999999 !important;}* html .anychart-toolbar-menu-button-disabled{background-color:#f0f0f0;margin:0 1px;padding:0 1px;}* :first-child+html .anychart-toolbar-menu-button-disabled{background-color:#f0f0f0;margin:0 1px;padding:0 1px;}.anychart-toolbar-menu-button-hover .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-active .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-open .anychart-toolbar-menu-button-outer-box{border-width:1px 0;border-style:solid;padding:0;}.anychart-toolbar-menu-button-hover .anychart-toolbar-menu-button-inner-box,.anychart-toolbar-menu-button-active .anychart-toolbar-menu-button-inner-box,.anychart-toolbar-menu-button-open .anychart-toolbar-menu-button-inner-box{border-width:0 1px;border-style:solid;padding:3px;}.anychart-toolbar-menu-button-hover .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-hover .anychart-toolbar-menu-button-inner-box{border-color:#a1badf !important;}.anychart-toolbar-menu-button-active,.anychart-toolbar-menu-button-open{background-color:#dde1eb !important;}.anychart-toolbar-menu-button-active .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-active .anychart-toolbar-menu-button-inner-box,.anychart-toolbar-menu-button-open .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-menu-button-open .anychart-toolbar-menu-button-inner-box{border-color:#729bd1;}.anychart-toolbar-menu-button-caption{padding:0 4px 0 0;vertical-align:middle;}.anychart-toolbar-menu-button-dropdown{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000000;vertical-align:middle;}.anychart-toolbar-separator{margin:0 2px;border-left:1px solid #d6d6d6;border-right:1px solid #f7f7f7;padding:0;width:0;text-decoration:none;list-style:none;outline:none;vertical-align:middle;line-height:normal;font-size:120%;overflow:hidden;}.anychart-toolbar-select .anychart-toolbar-menu-button-outer-box{border-width:1px 0;border-style:solid;padding:0;}.anychart-toolbar-select .anychart-toolbar-menu-button-inner-box{border-width:0 1px;border-style:solid;padding:3px;}.anychart-toolbar-select .anychart-toolbar-menu-button-outer-box,.anychart-toolbar-select .anychart-toolbar-menu-button-inner-box{border-color:#bfcbdf;}.anychart-chart-editor{position:relative;background:white;color:#000000;font-family:Arial,sans-serif;font-size:13px;width:100%;height:100%;}.anychart-chart-editor-dialog{background:white;border:1px solid #acacac;position:absolute;width:90%;height:90%;min-width:780px;min-height:400px;box-shadow:0 4px 16px rgba(0,0,0,.2);color:#000000;font-family:Arial,sans-serif;font-size:13px;}.anychart-chart-editor a,.anychart-chart-editor a:link,.anychart-chart-editor a:visited{color:#0066cc;cursor:pointer;}.anychart-chart-editor-icon{margin-top:1px;font-size:14px;}.anychart-buttonset-default{font-weight:bold;}.anychart-flat-menu-button{height:14px;line-height:normal;margin:0 0 0 5px;min-width:0;padding:6px 0 6px 6px;text-align:left;}.anychart-chart-editor-color.anychart-flat-menu-button-disabled{background-image:none;}.anychart-chart-editor-color.anychart-flat-menu-button-disabled .anychart-color-menu-button-indicator{opacity:0.5;}.anychart-chart-editor-color.anychart-flat-menu-button-disabled .anychart-flat-menu-button-dropdown{opacity:0.4;}.anychart-colormenu{padding:10px;}.anychart-colormenu .anychart-palette-table{margin:3px 0 0 0;padding:0;}.anychart-colormenu .anychart-label-input{width:134px;margin-top:5px;}.ac-position-top,.ac-position-bottom,.ac-position-left,.ac-position-right{font-size:20px;margin-top:0;}.ac-position-center,.ac-position-center-top,.ac-position-center-bottom,.ac-position-center2,.ac-position-center-left,.ac-position-center-right{font-size:21px;}.ac-position-left,.ac-position-right{font-size:21px;}.anychart-flat-menu-button-caption .ac-position-top,.anychart-flat-menu-button-caption .ac-position-bottom,.anychart-flat-menu-button-caption .ac-position-left,.anychart-flat-menu-button-caption .ac-position-right{margin-top:-3px;margin-left:-1px;}.anychart-flat-menu-button-caption .ac-position-center,.anychart-flat-menu-button-caption .ac-position-center-top,.anychart-flat-menu-button-caption .ac-position-center-bottom,.anychart-flat-menu-button-caption .ac-position-center2,.anychart-flat-menu-button-caption .ac-position-center-left,.anychart-flat-menu-button-caption .ac-position-center-right{margin-top:-4px;}.anychart-chart-editor-dialog-bg{background:#666666;left:0;position:absolute;top:0;}.anychart-chart-editor-dialog-title{font-weight:bold;height:48px;position:absolute;left:0;right:0;top:0;padding:12px 14px;_zoom:1;}.anychart-chart-editor-dialog-title-logo{display:inline-block;background:white url("https://cdn.anychart.com/images/anychart-logo-medium.png") no-repeat;background-size:36px 36px;width:36px;height:36px;position:relative;top:6px;}.anychart-chart-editor-dialog-title-text{font-size:18px;line-height:36px;position:relative;top:-6px;left:7px;cursor:default;}.anychart-chart-editor-dialog-title-close{float:right;margin-top:15px;margin-right:10px;height:18px;width:18px;text-align:center;font-size:18px;cursor:pointer;opacity:0.5;}.anychart-chart-editor-dialog-buttons,.anychart-chart-editor-dialog-content{background-color:#ffffff;}.anychart-chart-editor-dialog-content{position:absolute;overflow:hidden;top:72px;left:14px;right:14px;bottom:12px;}.anychart-chart-editor-step{width:100%;height:100%;position:absolute;top:0;left:0;}.anychart-chart-editor-step-aside{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:absolute;width:240px;top:0;bottom:0;left:0;border:1px solid #cccccc;overflow-y:auto;overflow-x:hidden;}.anychart-chart-editor-step-content-wrapper{position:absolute;left:264px;top:0;bottom:0;right:0;border:1px solid #cccccc;}.anychart-chart-editor-step-content{position:absolute;left:0;right:0;top:0;bottom:36px;overflow:hidden;}.anychart-chart-editor-step-progress{position:absolute;padding:0;margin:0 14px;left:0;bottom:0;right:0;border-top:1px solid #e5e5e5;height:36px;}.anychart-chart-editor-step-progress-item-list{margin-top:6px;line-height:24px;white-space:nowrap;display:inline-block;}.anychart-chart-editor-step-progress-item{display:inline-block;}.anychart-chart-editor-step-progress-item.anychart-disabled .anychart-chart-editor-step-progress-item-content{cursor:default;}.anychart-chart-editor-step-progress-item.anychart-active .anychart-chart-editor-step-progress-item-content{cursor:default;color:black;}.anychart-chart-editor-step-progress-item-arrow{display:inline-block;margin:0 7px;}.anychart-chart-editor-step-progress-item-content{display:inline-block;cursor:pointer;color:grey;}.anychart-chart-editor-step-next-button,.anychart-chart-editor-step-previous-button{float:right;margin-top:5px;}.anychart-chart-editor-data-step-data-sets{margin:0;padding:0;}.anychart-chart-editor-data-step-data-set{cursor:pointer;list-style-type:none;margin:6px 7px;padding:6px 7px;border-bottom:1px solid #e5e5e5;}.anychart-chart-editor-data-step-data-set.anychart-active{font-weight:bold;}.anychart-chart-editor-data-step-data-preview{margin:12px 14px;}.anychart-chart-editor-data-step-data-preview-text{font-weight:bold;}.anychart-chart-editor-data-step-data-preview-code{margin:12px 0 0 0;font-size:12px;height:100px;overflow:auto;}.anychart-chart-editor-data-step-data-preview-code>span{font-size:12px;}.anychart-jsonprettyprinter-propertyname{color:#4d4e53;}.anychart-jsonprettyprinter-propertyvalue-string{color:#669900;}.anychart-jsonprettyprinter-propertyvalue-number{color:#990055;}.anychart-jsonprettyprinter-propertyvalue-boolean{color:#0077aa;}.anychart-jsonprettyprinter-propertyvalue-null{color:#0077aa;}.anychart-chart-editor-data-mappings{margin:12px 14px;border-top:1px solid #e5e5e5;position:absolute;right:0;left:0;bottom:0;top:139px;}.anychart-chart-editor-data-mappings-title{margin:12px 0;font-weight:bold;}.anychart-chart-editor-add-data-mapping{margin-left:14px;}.anychart-chart-editor-remove-mapping{cursor:pointer;float:right;margin-left:10px;opacity:0.5;}.anychart-chart-editor-data-mappings-content{display:inline-block;overflow:auto;position:absolute;left:0;right:0;bottom:0;top:53px;}.anychart-chart-editor-data-mapping{display:inline-block;padding:12px 14px;margin-right:14px;margin-bottom:12px;vertical-align:top;border:1px solid #cccccc;}.anychart-chart-editor-data-mapping-title{display:inline-block;}.anychart-chart-editor-add-mapping-field{margin-top:12px;}.anychart-chart-editor-remove-mapping-field{cursor:pointer;margin-left:7px;margin-top:3px;opacity:0.5;}.anychart-chart-editor-data-mapping-field{margin-top:12px;}.anychart-chart-editor-data-mapping-field-key,.anychart-chart-editor-data-mapping-field-value{width:100px;}.anychart-chart-editor-data-mapping-field-key{margin-right:14px;margin-left:0;}.anychart-chart-editor-chartType-step .anychart-data-mapping-warning-outer{height:100%;width:100%;text-align:center;}.anychart-chart-editor-chartType-step .anychart-data-mapping-warning-outer:before{content:'';display:inline-block;height:100%;vertical-align:middle;}.anychart-chart-editor-chartType-step .anychart-data-mapping-warning-outer .anychart-data-mapping-warning-inner{display:inline-block;vertical-align:middle;font-size:15px;font-weight:bold;}.anychart-chart-editor-settings-chart-type{width:85px;margin-right:7px;margin-bottom:7px;cursor:pointer;}.anychart-chart-editor-settings-chart-type.anychart-thumbnail{display:inline-block;vertical-align:top;}.anychart-chart-editor-settings-chart-type.anychart-thumbnail>img{height:85px;}.anychart-chart-editor-settings-chart-type.anychart-control-checked.anychart-thumbnail{border-color:#4695e0;border-radius:0;outline:3px solid #9acff9;}.anychart-chart-editor-settings-chart-type.anychart-control-disabled{filter:url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='anychart-greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#anychart-greyscale");filter:grayscale(100%);filter:gray;-webkit-filter:grayscale(100%);}.anychart-chart-editor-settings-chart-type.anychart-control-disabled.anychart-thumbnail{border-color:#cccccc;box-shadow:none;}.anychart-chart-editor-chartSettingsSidebar{position:absolute;top:0;bottom:0;width:100%;}.anychart-chart-editor-settings-group{width:100%;}.anychart-chart-editor-settings-group-header{cursor:pointer;background:#f8f8f8;border-bottom:1px #e5e5e5 solid;font-size:13px;font-weight:bold;padding:6px 10px;text-align:left;}.anychart-chart-editor-settings-group-content{border-bottom:1px #e5e5e5 solid;padding:6px 7px 12px;}.anychart-chart-editor-settings-group-content .anychart-combobox input{width:28px;}.anychart-chart-editor-settings-item-gap{clear:both;height:12px;}.anychart-chart-editor-settings-item-gap-mini{clear:both;height:6px;}.anychart-chart-editor-settings-item-gap-micro{clear:both;height:4px;}.anychart-chart-editor-settings-item-separator{height:10px;border-top:1px solid #cccccc;}.anychart-chart-editor-settings-label{line-height:1.4em;padding:5px 0;}.anychart-chart-editor-settings-header{font-weight:bold;padding:5px 0;}.anychart-chart-editor-settings-control-right{float:right;}.anychart-chart-editor-settings-control-big{width:100px;}.anychart-chart-editor-settings-control-medium{width:84px;}.anychart-chart-editor-settings-control-small{width:72px;}.anychart-chart-editor-settings-control-select-image{width:42px;}.anychart-chart-editor-settings-enabled{padding:4px 7px;margin-right:-5px;}.anychart-chart-editor-settings-group-header .anychart-chart-editor-settings-enabled{background:#f8f8f8;margin-top:-5px;margin-right:-8px;padding:5px 7px;}.anychart-chart-editor-settings-group-header .anychart-chart-editor-settings-enabled .anychart-checkbox-element{background-color:#ffffff;}.anychart-chart-editor-settings-header .anychart-chart-editor-settings-enabled{margin-top:-4px;}.anychart-chart-editor-settings-font-family{margin-left:0;width:61px;}.anychart-chart-editor-settings-bold{margin-left:4px;}.anychart-chart-editor-settings-chart-title{width:145px;}.anychart-chart-editor-remove-series-btn{cursor:pointer;opacity:0.7;padding:6px 7px;margin-left:2px;margin-right:-5px;}.anychart-chart-editor-series-name-input{width:120px;}.anychart-chart-editor-add-series-btn{margin:0;width:84px;}.anychart-chart-editor-colorPicker-popup{position:absolute;width:300px;}.anychart-range-picker{font-family:Arial,sans-serif;font-size:11px;color:#7c868e;}.anychart-range-picker.anychart-range-picker-inside{position:absolute;bottom:27px;left:0px;}.anychart-range-picker .anychart-label-input{font-size:11px;margin:0 5px;height:13px;padding:3px 4px;width:90px;font-weight:normal;}.anychart-range-picker .anychart-input-label{margin-bottom:0;font-weight:normal;}.anychart-range-selector{font-family:Arial,sans-serif;font-size:11px;color:#7c868e;}.anychart-range-selector.anychart-range-selector-inside{position:absolute;bottom:27px;right:5px;}.anychart-range-selector .anychart-input-label{margin-right:5px;vertical-align:middle;margin-bottom:0;font-weight:normal;}.anychart-range-selector .anychart-button{height:21px;line-height:19px;padding:0 5px;}.anychart-zoom{position:absolute;left:10px;top:10px;}.anychart-zoom .anychart-button{height:21px;width:21px;min-width:21px;padding:0;line-height:normal;display:block;margin:5px 0;}.anychart-zoom .anychart-zoom-zoomIn{margin:2px 0;}.anychart-zoom .anychart-zoom-zoomOut{margin:2px 0;}.disable-selection{-moz-user-select:none;-ms-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;}

