/* Schriften und Farben.......................... */
BODY {
	background-color: #FFFFFF;
}

P,H1,H2,H3,H4,BODY,TD,A,UL,.titel {
	FONT-FAMILY: Arial, sans-serif, Helvetica;
	color: #606060;
}

H1,.titel {
	FONT-SIZE: 20px;
}

H2 {
	FONT-SIZE: 18px;
}

H3 {
	FONT-SIZE: 16px;
}

H4 {
	FONT-SIZE: 14px;
}

BODY,UL,OL,LI,TD,A,P {
	FONT-SIZE: 14px;
}

A {
	text-decoration: none;
}

HR {
	color: #808080;
	background-color: #A0A0A0;
}

.beschriftung {
	font-size: 12px;
	font-style: italic;
}

/* Layout.......................................... */
BODY {
	margin: 0;
	padding: 10px 20px 10px 10px;
}

BODY.ns {
	margin: 0;
	padding: 10px 20px 10px 10px;
}

BODY.ie {
	margin: 0;
	padding: 10px 10px 10px 20px;
}

table.normal {
	width: 600px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table.normal td {
	border: 1px solid #323232;
	color: #323232;
	padding: 5px;
	vertical-align: top;
}

.main {
	width: 95%;
	position: static;
}

.arbeitsanweisung {
	list-style-type: disc;
}

.arbeitsschritt {
	margin-bottom: 14px;
}

.navigation {
	text-decoration: underline;
}

.themen {
	list-style-type: square;
}

.inhalt {
	list-style-image: url(../images/arrow_grey.gif);
}

.inhaltsverzeichnis {
	border: 1px solid #C0C0C0;
	background-color: #F0F0F0;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 40px 0px;
}

.hauptverzeichnis {
	width: 100%;
}

.verzeichnisblock {
	vertical-align: top;
	padding-bottom: 20px;
}

.bild {
	border: 2px solid #eeeeee;
	max-width: 100%
}

.trenner {
	width: 100%;
	border-bottom: 1px solid #606060;
	margin: 30px 0px 30px 0px;
}

.steuerung,.trenner {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
}

.navigationsbutton,.icon {
	margin: 0px;
	border: 0px;
	width: 16px;
	height: 16px;
}

.beschriftung {
	margin-bottom: 10px;
}

hr {
	margin: 30px 0px 30px 0px;
	height: 1px;
	border: 0px;
	text-align: right;
}

/* Hinweise und Warnungen............................  */
p.hinweis,table.hinweis {
	width: 100%;
	color: #FFD800;
	background-color: #FFF3BA;
	border: 1px solid #FFD800;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

td.hinweiswort {
	color: #666666;
	background-color: #FFF3BA;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	padding: 10px 5px 10px 10px;
}

td.hinweistext {
	color: #666666;
	background-color: #FFF3BA;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 10px 5px;
}

/* Kopfzeile......................................... */
td.intro {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #000080;
	FONT-FAMILY: helvetica, arial;;
	vertical-align: middle;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: #555;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -105px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


.tooltip .tooltiptext {
  visibility: visible;
  opacity: 1;
  display: none;
  padding: 5px;
}

.tooltip.tooltip-show .tooltiptext{
	display: block;
}

.icon_klein {
	width: 16px;
	height: 16px;	
 }

.access_IMG_ {
	background-image: url(../images/svg/access.svg);
	background-size: 100% 100%;
 }