/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: RobotoWeb;
	src: url(../Fonts/Roboto-Regular-webfont.woff);
}

@font-face 
{
	font-family: RobotoT;
	src: url(../Fonts/Roboto-Regular.ttf);
}

@font-face 
{
	font-family: RobotoThin;
	src: url(../Fonts/Roboto-Thin.ttf);
}

body
{
	color: #404040;
	font-size: 16px;
	font-family: RobotoWeb, sans-serif;
	line-height: 1.4em;
	font-weight: normal;
}

/*-----Begin menu styles---*/

#topic-content	/* topic container */
{
	padding: 1rem;
	box-shadow: -2px 0px 2px rgba(227, 222, 217, 0.5);
	background-color: #ffffff;
}

#nav-accordion	/* accordion navigation menu container */
{
	padding: 1rem;
}

#nav-drilldown	/* drilldown navigation menu container */
{
	
}

/* Set menus to be initially hidden, to prevent FOUC (flash of unstyled content). The menus can initially appear unformatted before all scripts have run, which was evident in Chrome browser especially. So we hide the menus in the CSS, and then display them in the script (using display:block), after they have been manipulated.  */

#nav-accordion,
#nav-drilldown
{
	display: none;
}

/* ---------------------- Flare menu skin styles - override some default styles ----------------------------- */
/* These menu skin styles are hard-coded in Flare's CSS, despite setting them in the skin. Override as required */

ul.menu a	/* override color - hard-coded as black */
{
	color: #3C3C3C;
	outline: medium none;
	text-decoration: none;
}

ul.menu,
ul.menu ul,
ul.menu li
{
	list-style: outside none none;
	margin: 0;
}

ul.menu,
ul.menu ul,
ul.menu li
{
	padding: 0;
	vertical-align: middle;
}

ul.menu input,
ul.menu a,
ul.menu button
{
	margin-bottom: 0;
}

ul.menu > li > a img,
ul.menu > li > a i
{
	vertical-align: middle;
}

ul.menu > li > a i + span,
ul.menu > li > a img + span
{
	vertical-align: middle;
}

ul.menu > li > a img,
ul.menu > li > a i
{
	margin-right: 0.25rem;
	display: inline-block;
}

ul.menu li > a
{
	display: block;
	padding: 0.7rem 1rem;
	line-height: 1;
}

ul.menu li > a.selected
{
	font-weight: bold;
}

ul.menu.simple li
{
	line-height: 1;
	display: inline-block;
	margin-right: 1rem;
}

ul.menu.simple a
{
	padding: 0;
}

ul.menu.align-right::before,
ul.menu.align-right::after
{
	content: ' ';
	display: table;
}

ul.menu.align-right::after
{
	clear: both;
}

ul.menu.align-right > li
{
	float: right;
}

ul.menu.expanded
{
	width: 100%;
	display: table;
	table-layout: fixed;
}

ul.menu.expanded > li:first-child:last-child
{
	width: 100%;
}

ul.menu.icon-top > li > a
{
	text-align: center;
}

ul.menu.icon-top > li > a img,
ul.menu.icon-top > li > a i
{
	display: block;
	margin: 0 auto 0.25rem;
}

ul.menu.nested
{
	margin-left: 1rem;
}

ul.menu-text
{
	font-weight: bold;
	color: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding: 0.7rem 1rem;
}

ul.menu-centered
{
	text-align: center;
}

ul.menu-centered > .menu
{
	display: inline-block;
}

._Skins_SearchResults #resultList h3.title	/* remove underline from search results */
{
	text-decoration: none;
}

/* ---------------------- Foundation styles - override some default styles ----------------------------- */

.row	/* set max width of a Foundation row, default is 62.5rem */
{
	max-width: 100rem;
}

li.is-accordion-submenu-item:not(.is-accordion-submenu-parent) > a.selected	/* the selected item in the accordion menu, but just the topic link and not the accordion book. DON'T EDIT THIS FILE IN FLARE - it will break the CSS for the not statement "li.is-accordion-submenu-item:not(.is-accordion-submenu-parent) > a.selected" */
{
	transition: background-color 0.2s ease;
	background-color: #2199e8;
	color: #ffffff;
}

#nav-drilldown a.selected	/* the selected item in the drilldown menu */
{
	transition: background-color 0.2s ease;
	background-color: #2199e8;
	color: #ffffff;
}

a:link
{
	color: #2d82dc;
}

div.hint a:link
{
	color: #7cfc00;
}

a:visited
{
	color: #2d82dc;
}

ul.menu li > a:hover	/* hover style for all menu items, for both accordion and drilldown */
{
	background-color: #CAECF5;
}

a:hover
{
	color: #BED230;
}

div.hint a:hover
{
	color: #ffd817;
}

li.is-accordion-submenu-parent > a	/* accordion menu book - all, both opened and closed */
{
	border-bottom: 1px solid #EAEAEA;
	padding-right: 2rem;
	/* increase right padding from 1em to 2em, as text appears under icons */
}

li.is-accordion-submenu-parent[aria-expanded="true"] > a	/* accordion menu book - open only */
{
	background-color: #fafafa;
	font-weight: bold;
}

li.is-accordion-submenu-parent > a::after
{
	border-color: #0c66cc transparent transparent;
}

/*-------End of menu styles*/
/* eigene css-Einstellungen für TopNavigation-Menü */

.navigation-wrapper .sub-menu
{
	/*	border: 1px solid lightgrey; */
	border: 4px solid transparent;
	/*	box-shadow: 1px 5px 5px lightgrey;*/
	box-shadow: 0px 4px 10px #8B8B8B;
	border-radius: 4px;
}

/* eigene css-Einstellungen für TopNavigation-Menü */

a
{
	color: #2d82dc;
}

div.hint a
{
	color: #ffffff;
	text-decoration: underline;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #BED230;
}

div.example
{
	background-color: #f0ff86;
	background-repeat: no-repeat;
	border: solid 1px #a4ac67;
	border-radius: 6px;
	margin-bottom: 15px;
	padding: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

div.GlossaryPageDefinition
{
	
}

div.GlossaryPageHeading
{
	
}

div.GlossaryPageTerm
{
	
}

div.ImagesFloatLeft
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

div.ImagesFloatRight
{
	clear: both;
	float: right;
	margin-left: 10px;
	padding: 5px;
}

div.note
{
	background-color: #47484a;
	background-image: url('../Images/NoteIcon.png');
	background-repeat: no-repeat;
	border: solid 1px #404040;
	border-radius: 6px;
	color: #b3b3b3;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
}

.noteInDiv
{
	mc-auto-number-format: '{b}{color #bed230}Note: {/color}{/b}';
}

div.quotation
{
	background-color: #e1e1e1;
	background-image: url('../Images/QuotationMark.png');
	background-repeat: no-repeat;
	background-position: top left;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
	border-radius: 6px;
	font-family: RobotoWeb, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	line-height: 18px;
	padding: 20px;
	padding-left: 40px;
}

div.sideContent
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

div.TightContent
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1
{
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #0c66cc;
	font-size: 2.0em;
	font-weight: bolder;
}

h1.Appendix
{
	
}

h1.UserGuideBHeading
{
	
}

h2
{
	margin-bottom: 4px;
	margin-top: 20px;
	color: #0c66cc;
	font-size: 1.7em;
	font-weight: bolder;
}

h3
{
	margin-bottom: 4px;
	margin-top: 16px;
	color: #0c66cc;
	font-size: 1.5em;
	font-weight: bolder;
}

img
{
	border: none;
}

img.AbsolutePosition
{
	padding: 5px;
}

img.ReduceButtonSize
{
	max-height: 25px;
}

img.Thumbnail
{
	mc-thumbnail: popup;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
	orphans: 2;
	widows: 2;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
	font-size: 1.0em;
}

MadCap|dropDown
{
	margin-bottom: 6px;
	margin-top: 6px;
	mc-closed-image: url('../Images/DropDownClosed.png');
	mc-open-image: url('../Images/DropDownOpen.png');
}

MadCap|dropDown.SecondLevel
{
	margin-left: 10px;
	mc-closed-image: url('../Images/DropDownClosedSecondLevel.png');
	mc-open-image: url('../Images/DropDownOpenSecondLevel.png');
}

MadCap|dropDownBody
{
	border-bottom: solid 1px #0c66cc;
}

MadCap|dropDownBody.Final
{
	border-bottom: 0;
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHotspot
{
	color: #404040;
	font-size: 0.9em;
	font-weight: bold;
}

MadCap|dropDownHotspot:hover
{
	color: #0c66cc;
}

MadCap|footnoteBlock
{
	
}

MadCap|footnotesBlock
{
	
}

MadCap|glossaryProxy
{
	
}

MadCap|indexProxy
{
	
}

MadCap|miniTocProxy
{
	
}

MadCap|popup
{
	color: #2D8DCC;
}

MadCap|popup:focus
{
	color: #2D8DCC;
}

MadCap|popup:hover
{
	color: #2D8DCC;
}

MadCap|popupHead
{
	color: #2D8DCC;
	font-weight: bold;
}

MadCap|tocProxy
{
	
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #BED230;
}

MadCap|xref.IndexPageNumber
{
	
}

ol
{
	list-style-image: none;
}

ol ol
{
	list-style-type: lower-alpha;
	margin-left: -10px;
}

ol ol ol
{
	list-style-type: lower-roman;
	margin-left: -10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

p.CompanyInformation1
{
	margin-bottom: 4px;
	margin-top: 14px;
	font-weight: bold;
}

p.CompanyInformation2
{
	color: #6d6d6d;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.Copyright
{
	
}

p.CopyrightAddress
{
	
}

p.CopyrightHeading
{
	
}

p.CreatedUsingFlare
{
	
}

p.EmptyPageText
{
	
}

p.ExampleHeadText
{
	font-weight: bold;
	page-break-after: avoid;
	letter-spacing: 5px;
	padding: 0;
	margin: 0;
	border: 0;
}

p.Figure
{
	
}

p.FirstPageOfChapter
{
	
}

p.FrameFooterText
{
	
}

p.FrameFooterText2
{
	
}

p.GlossaryPrintHead
{
	
}

p.IndexHeading
{
	
}

p.IndexPrintHead
{
	
}

p.ManualTitle1
{
	
}

p.ManualTitle2
{
	
}

p.ManualVersionNumber
{
	
}

p.MiniTOC1
{
	
}

p.quotationname
{
	text-align: right;
}

p.TableCaption
{
	
}

p.TableTextCenterDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
	text-align: center;
}

p.TableTextDark
{
	color: #000000;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextDarkEmphasis
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextHeadDark
{
	color: #000000;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TableTextLightEmphasis
{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 8px;
}

p.TOCHeading
{
	
}

span.Emphasis
{
	font-weight: bold;
}

span.FigureNum
{
	
}

span.SetOffFirstLevel
{
	font-weight: bold;
	color: #0c66cc;
}

span.SetOffSecondLevel
{
	color: #445879;
	font-weight: bold;
}

span.TableNum
{
	
}

td
{
	vertical-align: top;
	margin: 8px;
}

th
{
	margin-bottom: 8px;
	margin-top: 8px;
}

tr
{
	
}

ul
{
	list-style-image: url('../Images/Bullet1.png');
}

ul.FirstLevelLessIndentation
{
	list-style-image: url('../Images/Bullet1.png');
	margin-left: -10px;
}

ul ul
{
	list-style-image: url('../Images/Bullet2.png');
	margin-left: -10px;
}

html.templateTopic div.sideContent
{
	display: none;
}

div.ContentRow
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.ContentRow::before
{
	content: ' ';
	display: table;
}

div.ContentRow::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ContentRow > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ContentRow > div:nth-child(1)
{
	width: 58.333%;
	margin-left: 0%;
}

div.ContentRow > div:nth-child(2)
{
	width: 33.333%;
	margin-left: 8.3333%;
}

h4
{
	color: #0c66cc;
	margin-bottom: 4px;
	margin-top: 12px;
}

@media print
{
	body
	{
		margin: 8px;
		background-color: #ffffff;
		font-size: 10pt;
		line-height: 12pt;
	}

	div.GlossaryPageDefinition
	{
		font-size: 9pt;
	}

	div.GlossaryPageHeading
	{
		border-bottom-color: #bed230;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		color: #bed230;
		font-size: 11pt;
	}

	div.GlossaryPageTerm
	{
		color: #bed230;
		font-size: 10pt;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	div.note
	{
		padding-bottom: 20px;
	}

	/*	old h1
	{
		font-family: RobotoWeb, sans-serif;
		font-size: 22pt;
		line-height: 24pt;
		margin-bottom: 20px;
		margin-left: 0;
		mc-auto-number-class: ChapAutoNum;
		mc-auto-number-format: 'CH:CHAPTER {chapnum} ';
		padding-left: 0;
		padding-top: 0;
		color: color;
	}*/

	h1
	{
		margin-bottom: 8px;
		padding-bottom: 10px;
		margin-top: 30px;
		color: #0c66cc;
		font-weight: bolder;
		font-size: 16pt;
		page-break-after: avoid;
		keepwithnext: always;
	}

	h1.Appendix
	{
		mc-auto-number-format: 'APPENDIX ';
	}

	h1.UserGuideBHeading
	{
		page-break-before: avoid;
	}

	h2
	{
		font-weight: normal;
		page-break-before: always;
		page-break-after: avoid;
		font-size: 14pt;
		line-height: 16pt;
		keepwithnext: always;
	}

	h3
	{
		page-break-after: avoid;
		font-weight: normal;
		font-size: 12pt;
		line-height: 14pt;
		keepwithnext: always;
	}

	h4
	{
		page-break-after: avoid;
		font-weight: normal;
		mc-heading-level: 0;
		font-size: 10pt;
		line-height: 12pt;
		keepwithnext: always;
	}

	MadCap|dropDown.SecondLevel
	{
		background-color: transparent;
		margin-left: 10px;
	}

	MadCap|dropDownBody
	{
		border-bottom: none;
	}

	MadCap|dropDownHead
	{
		margin-top: 16px;
	}

	MadCap|dropDownHotspot
	{
		font-size: 8pt;
	}

	MadCap|footnoteBlock
	{
		font-size: 7pt;
	}

	MadCap|footnotesBlock
	{
		border-top-color: #bed230;
	}

	MadCap|glossaryProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|indexProxy
	{
		border-top: none;
		color: #e1e1e1;
	}

	MadCap|miniTocProxy
	{
		border-top: 0;
		margin-left: 0.25in;
		margin-right: 0.25in;
		padding-left: 0;
	}

	MadCap|tocProxy
	{
		border-top: none;
		margin-right: 0.25in;
	}

	MadCap|xref
	{
		color: #404040;
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	MadCap|xref.IndexPageNumber
	{
		color: #BED230;
	}

	nav.tab-bar,
	div.sideContent
	{
		display: none;
	}

	ol ol
	{
		margin-left: 30px;
	}

	ol ol ol
	{
		margin-left: 30px;
	}

	p
	{
		font-size: 10pt;
		mc-hyphenate: never;
	}

	p.Copyright
	{
		margin-bottom: 8px;
		margin-top: 8px;
	}

	p.CopyrightAddress
	{
		margin-bottom: 0;
		margin-top: 0;
	}

	p.CopyrightHeading
	{
		margin-top: 1in;
		page-break-before: always;
	}

	p.CreatedUsingFlare
	{
		font-weight: bold;
		margin-top: 18px;
	}

	p.EmptyPageText
	{
		font-size: 10pt;
		font-weight: bold;
	}

	p.Figure
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: FigureNum;
		mc-auto-number-format: 'CF:Figure {chapnum}-{n+} ';
		margin-left: 10px;
		padding-bottom: 10px;
	}

	p.FirstPageOfChapter
	{
		color: #e1e1e1;
	}

	p.FrameFooterText
	{
		font-family: RobotoWeb, sans-serif;
		font-size: 24pt;
	}

	p.FrameFooterText2
	{
		color: #404040;
		font-family: RobotoWeb, sans-serif;
		font-size: 11pt;
	}

	p.GlossaryPrintHead
	{
		color: #47484a;
		font-family: RobotoWeb, sans-serif;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.IndexHeading
	{
		font-size: 11pt;
		padding-top: 16px;
		text-align: left;
	}

	p.IndexPrintHead
	{
		color: #47484a;
		font-family: RobotoWeb, sans-serif;
		font-size: 90pt;
		letter-spacing: -1px;
		mc-heading-level: 1;
		page-break-before: always;
		text-align: right;
	}

	p.ManualTitle1
	{
		font-family: RobotoWeb, sans-serif;
		font-size: 9pt;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 1.00in;
	}

	p.ManualTitle2
	{
		font-family: RobotoWeb, sans-serif;
		font-size: 22pt;
		line-height: 0;
		margin-bottom: 0;
		margin-left: 1in;
		margin-top: 0;
		color: #0c66cc;
	}

	p.ManualVersionNumber
	{
		color: #b3b3b3;
		font-family: RobotoWeb, sans-serif;
		font-size: 12pt;
		margin-left: 1in;
		margin-top: 12pt;
	}

	p.MiniTOC1
	{
		color: #e1e1e1;
		font-size: 9pt;
		font-weight: normal;
	}

	p.TableCaption
	{
		color: #404040;
		font-style: italic;
		mc-auto-number-class: TableNum;
		mc-auto-number-format: 'CT:Table {chapnum}-{n+} ';
		padding-bottom: 0;
		padding-top: 12px;
	}

	p.TOC1
	{
		font-weight: normal;
		margin-bottom: 6px;
		margin-top: 12px;
		mc-leader-format: 'none';
		mc-pagenum-display: none;
		page-break-after: avoid;
		color: #0c66cc;
		font-size: 14pt;
	}

	p.TOC2
	{
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.25in;
		color: #404040;
		font-size: 12pt;
		margin-top: 8px;
	}

	p.TOC3
	{
		font-weight: normal;
		margin-bottom: 2px;
		margin-left: 0.35in;
		margin-top: 2px;
		color: #404040;
		font-size: 10pt;
	}

	p.TOC4
	{
		font-size: 12pt;
		font-weight: normal;
		margin-bottom: 6px;
		margin-left: 0;
		margin-top: 12px;
		color: #404040;
	}

	p.TOCHeading
	{
		font-weight: normal;
		letter-spacing: -1px;
		margin: 0;
		mc-heading-level: 0;
		text-align: center;
		font-size: 24pt;
		line-height: 26pt;
		color: #404040;
	}

	span.ChapAutoNum
	{
		color: #47484a;
		font-family: RobotoWeb, sans-serif;
		font-size: 90pt;
		letter-spacing: -1px;
	}

	span.FigureNum
	{
		color: #bed230;
		font-style: normal;
	}

	span.TableNum
	{
		color: #bed230;
		font-style: normal;
	}

	tr
	{
		page-break-inside: avoid;
	}

	ul
	{
		list-style-image: url('../Images/Bullet1Print.eps');
	}

	ul.FirstLevelLessIndentation
	{
		list-style-image: url('../Images/Bullet1Print.eps');
		margin-left: 30px;
	}

	ul ul
	{
		list-style-image: url('../Images/Bullet2Print.eps');
		margin-left: 30px;
	}

	html
	{
		background-color: #ffffff;
	}

	img.centered
	{
		max-width: 90%;
	}

	img.detail
	{
		max-width: 100%;
	}

	img.full
	{
		max-width: 100%;
	}

	img.icon
	{
		width: 9mm;
		padding-bottom: -1mm;
	}

	div.hint
	{
		background-position: 3mm center;
		background-origin: border-box;
		background-size: 9mm;
	}

	div
	{
		mc-hyphenate: never;
	}

	img.tableDetail
	{
		max-width: 90%;
	}
}

._Skins_LanguageButton.mc-component .button.select-language-button
{
	position: absolute;
	top: 27px;
	/* margin-right: -30px; */
	right: 8%;
}

._Skins_LanguageButton.mc-component .button.forum-button
{
	position: absolute;
	top: 27px;
	margin-right: 50px;
	right: 8%;
}

._Skins_LanguageButton.mc-component .toolbar-button-drop-down.select-language-drop-down
{
	position: absolute;
	left: auto !important;
	right: 8%;
}

@media only screen and (max-width: 1279px)
{
	/* Language button styles */

	._Skins_LanguageButton.mc-component .button.select-language-button
	{
		position: absolute;
		top: 27px;
		/*margin-right: -30px;*/
		right: 8%;
	}

	._Skins_LanguageButton.mc-component .button.forum-button
	{
		position: absolute;
		top: 27px;
		margin-right: 50px;
		right: 8%;
	}

	._Skins_LanguageButton.mc-component .toolbar-button-drop-down.select-language-drop-down
	{
		position: absolute;
		left: auto !important;
		right: 8%;
	}

	div.ContentRow > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.ContentRow > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ContentRow > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

img.detail
{
	padding-top: 5px;
	padding-bottom: 5px;
}

img.icon
{
	max-width: 3em;
	height: auto;
	width: 32px;
	padding-bottom: -11px;
}

td.decriptorBold
{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

td.descriptorItalic
{
	font-style: italic;
}

td.TableStyle-DescriptionTable-BodyE-Short-bold
{
	font-weight: bold;
}

img.mouseIcon
{
	padding-bottom: -10px;
	max-height: 40px;
	max-width: 30px;
	width: auto;
	height: 40;
	vertical-align: middle;
}

img.full
{
	max-width: 90%;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.hint
{
	background-repeat: no-repeat;
	margin-bottom: 15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 10px;
	background-origin: padding-box;
	margin-left: 5%;
	margin-right: 5%;
	text-align: left;
	padding-right: 2%;
	line-height: normal;
	padding-bottom: 15px;
	padding-top: 15px;
	background-size: 7%;
	padding-left: 10%;
	background-color: #0c66cc;
	color: #ffffff;
	background-image: url('../Images/icons/hat.png');
	border: solid 3px #063468;
	background-position: 2% center;
}

a.hint2:link
{
	color: #ffffff;
	text-decoration: underline;
}

img.FooterIcon
{
	height: auto;
	width: 25px;
	padding-bottom: -5px;
	max-width: 2.5em;
}

ul.plus
{
	list-style-image: url('../Images/plus.svg');
}

._Skins_LanguageButton.mc-component .toolbar-button-drop-down.select-language-drop-down
{
	left: 100px;
}

