﻿body {
	border: 0px;
	color: #000000;
	font-family: Arial Unicode MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.rtl {
	direction: rtl;
	unicode-bidi: embed;
}

.rtl h1, .rtl h2, .rtl h3 {
	text-align: right;
}
/* skl: Linkfarbe angepasst; */
a:visited, a:link, a {
  color: #000000;
  text-decoration: none;
}
/* skl: Linkfarbe angepasst; */
a:hover, a:active {
  color: #e20026;
  text-decoration: none;
}
/* skl: Linkfarbe angepasst; */
.content a, .content a:link, .content a:visited {
	color: #c30011;
	text-decoration: none;
}
/* skl: Linkfarbe angepasst; */
.content a:hover {
	color: #e20026;
	text-decoration: none;
}


/* ========================================================= */
/* LEXICON REFERENCES / GLOSSARY                             */
/* ========================================================= */


span.lexiconEntryLink, {
	cursor: help;
}

.tooltip {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border-color: #000000;
	font-size: 12px;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	width: 300px;
}


.tooltip .head {
	color: white;
	background-color: #006666;
	padding: 2px;
	text-align: left;
}

.tooltip .head table {
	margin: 2px;
	padding: 0px 1px 0px 1px;
}

.tooltip .head table tr td {
	color: white;
	padding: 1px 0 1px 0;
}

.tooltipContent {
	color: #000086;
	padding: 2px 4px 2px 4px;
	text-align: left;
}

.tooltipContent * {
	margin: 0;
	padding: 0;
}


/* ========================================================= */
/* HEADER STYLES (HTML and HTMLHelp only)                    */
/* ========================================================= */
div.company {
	font-size: 15px;
	font-weight: bold;
	background-color: #ffffff;
	width: 100%;
	/* skl: Abstand vor und unter Header-Bild geändert - vorher: 	padding: 0px 5px 0px 5;*/
	padding: 0px 0px 0px 0;
	margin: 0px;
	overflow: hidden;
}

div.company p {
	vertical-align: middle;
}

td.project {
	font-weight: bold;
	font-size: 12px !important;
	color: #F5F5F5;	
	/* skl: Hintergrundfarbe Titel der Anleitung unter Header hinzugefügt */
	background-color: #1C1C1C;
	vertical-align: middle;
	padding: 3px 5px 3px 5px;
	padding-left: 5px;
	width: 100%;
}

td.project a, td.project a:link, td.project a:visited {
	color: #F5F5F5;
	text-decoration: none;
}

.rtl td.project {
	text-align: right;
}

div.logo_company {
  padding: 2px 0 2px 0;
}

div.logo_company img {
	margin-right: 10px;
	padding: 3px;
}

table.metatable {
/* skl: Hintergrundfarbe angepasst. Vorher:	background-color: #CC0000; */
	background-color: #1C1C1C;
	font-color: #ffffff;
	width: 100%;
	vertical-align: middle;
	margin: 0px; 
	padding: 0px;
	border: none;
	height: 25px;
}

.metatable {
	border-left: 2px solid #E1EAFB;
	padding-left: 7px;
	padding-right: 7px;
	vertical-align: middle;
}

.rtl .metatable {
	text-align: right;
}

td.metatable a, td.metatable a:link, td.metatable a:visited {
	color: white;
	vertical-align: middle;
	font-size: 12px;
}

.titlePageContent {
	text-align: center;
}


/* ========================================================= */
/* BREADCRUMB NAVIGATION (HTML and HTMLHelp only)            */
/* ========================================================= */
.breadcrumb {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 5px;
	font-weight: bold;
	background-color: #bbbbbb;
	border: 1px solid #D8D8D8;
	font-size: 11px;
	line-height: 130%;
}

.rtl .breadcrumb {
	text-align: right;
}

.breadcrumb img {
	margin-left: 7px;
	margin-right: 7px;
}

.breadcrumbArea {
	font-weight: normal;
	margin-right: 7px;
}

.rtl .breadcrumbArea {
	margin-left: 7px;
	margin-right: 0px;
}

.breadcrumb a, .breadcrumb a a:link, .breadcrumb a:visited {
	color: #000000;
}

.breadcrumb a:hover {
	color: #FF0000;
}

.indexentry {
	cursor: help;
	border-bottom: 1px dotted #000000;
}


dd {
	overflow: hidden;
}