/**********************************
* A-Z-Suche
**********************************/

/**
* Algemein
*************/
hr.az { margin: 15px 0; width: 70%; text-align: left; }
hr.legende { width: 200px; }

/**
* Kopf
*************/
div#alphabet {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 0;
	margin: 10px 0 0 0;
	height: 17px;
	width: 494px;
}
* html div#alphabet { width: 497px; }

div#alphabet a {
	display: block;
	float: left;
	text-align: center;
	border: 1px solid #aaa;
	border-left: 0;
	border-top: 0;
	width: 18px;
	background-color: #fff;
	color: #009;
	text-decoration: none;
	font-weight: bold;
}

p#alphabet a.first { border-left: 1px solid #aaa; }

div#alphabet a:hover {
	background-color: #ccc;
}

table#suchmaske {
	width: 585px;
	height: 30px;
	border-collapse: collapse;
}

table#suchmaske td { vertical-align: top; }

div#legende {
	position: absolute;
	top: 38px;
	left: 655px;
	padding: 10px 0 10px 10px;
	border-left: 1px solid #aaa;
}

div#legende span { line-height: 150%; }

/**
* Suchergebnisse
*******************/
div#suchergebnisse {
	width: 600px;
	margin-top: 30px;
}

p.erg_kat {
	color: #099;
	font-weight: bold;
	text-decoration: underline;
}
p.az_suche_erg {
	width: 585px;
	margin-top: 0px;
}

div#searchRes a {
	line-height: 1.3em;
	font-size: .9em;
}


/**
* Details
*************/
p.details {
	line-height: 1.6em;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 0.9em;
	width: 570px;
	z-index: 1;
}

p.details span { display: block; margin-left: 15px; }

p.details span.az-wl {
	font-size: 1em;
	font-style: italic;
	margin-left: 0px;
	padding-bottom: 1em;
}

p.details span.untersuchung {
	margin-left: 0px;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 2;
}

p.details span.gruppe {
	font-size: 1.1em;
	text-decoration: underline;
	padding-top: .6em;
	font-weight: bold;
}

p.details span.untergruppe {
	padding-top: .6em;
	font-weight: bold;
}

div#legende span.material,
p.details span.material {
	padding-left: 25px;
	background: url(../img/information/Quadrat.gif) no-repeat top left;
	font-weight: bold;
	color: #099;
}

div#legende span.verweis,
p.details span.verweis {
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	background: url(../img/information/Pfeil.gif) no-repeat top left;
}

p.details span.verweis a {
	color: #333;
	text-decoration: underline;
}

div#legende span.themenheft,
p.details span.themenheft {
	color: #069;
	padding-left: 25px;
	background: url(../img/information/Heft.gif) no-repeat top left;
}

p.details span.themenheft a {
	color: #069;
	text-decoration: underline;
}

p.details span.hinweis-rot {
	padding-left: 25px;
	color: #f00;
}

p.details span.hauptgruppe {
	font-weight: bold;
	text-decoration: underline;
}

div#legende span.hinweis-mat,
p.details span.hinweis-mat {
	padding-left: 25px;
	color: #099;
}

div#legende a.labor { color: #777; text-decoration: underline; padding-left: 25px; }
p.details span.labor {
	display: block;
	float: right;
	text-align: rght;
	color: #777;
}

p.details span.labor a {
	color: #777;
	text-decoration: underline;
}

div#legende span.erh-werte,
p.details span.erh-werte {
	padding-left: 25px;
	background: url(../img/information/Pfeil-hoch.gif) no-repeat top left;
}

div#legende span.verm-werte,
p.details span.verm-werte {
	padding-left: 25px;
	background: url(../img/information/Pfeil-runter.gif) no-repeat top left;
}

div#legende span.hinweis,
p.details span.hinweis {
	padding-left: 25px;
	background: url(../img/information/hinweis.gif) no-repeat top left;
}

div#legende span.indikation,
p.details span.indikation {
	padding-left: 25px;
	background: url(../img/information/Indikation.gif) no-repeat top left;
}
div#legende span.referenzb,
p.details span.referenzb {
	padding-left: 25px;
	background: url(../img/information/Pfeil_referenz.gif) no-repeat top left;
}

p.details span.fach-linie { border-bottom: 1px solid #069; margin: 1em 0; }

p.details span.fach-head {
	font-size: 1.1em;
	font-weight: bold;
	color: #069;
	padding-top: .8em;
}

p.details span.fach-subh {
	font-weight: bold;
	color: #069;
	padding-top: .6em;
}

p.details span.fach-subh-u {
	font-weight: bold;
	color: #069;
	padding-top: .6em;
	text-decoration: underline;
}

p.details span.fach-text { }

p.details span.fach-text-kl {
	font-size: .8em;
	padding-top: .8em;
}

p.details span.fach-text-a { font-weight: bold; }
