/*
 * allgemeine Styles
 */
html, body { margin: 0; padding: 0; }
body { color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.36em; }
img { margin: 0; padding: 0; border: 0; }

#copyright {
	background-color: #20B6DD;
	position: absolute;
	display:none;
	bottom: 3px;
	left: 0px;
	padding:5px 5px 5px 160px;
	z-index: 999;
	width:100%;
}HTML > BODY #copyright {
	width:auto;
}

.copyrightinfo {
	color: #eee;
	font-size: 1.2em;
	line-height: 1.1em;
	letter-spacing: -1px;
	padding: 0;
}

#copylink {
	background:#a5aaae;
	border:1px outset black;
	width:100px;
	margin:0 50px 0 0;
	display:block;
  max-height:50px;
  padding:5px;
  visibility:hidden;
  font-size:1.0em;
  line-height:1.1em;
  color:#000;
	float:right;
}HTML > BODY #copylink {
	max-height:50px;
	width:360px;
	margin:0 100px 0 0;
  height:50px;
}

#rightframe{
	display:block;
	width:100%;
	position:absolute;
	top:25px;
}
#copylink input { width:324px; color:#00968C; font-size:1.0em; line-height:1.0em;padding:2px; margin:0px;}
#copylink img { border:0px solid black; float:right;}

#serviceNavi { position: relative; top: 0; right: 0; height: 25px; line-height: 25px; font-size: 91%; background: #4B575E; color: #a5aaae; width:100%; }
#headContainer {height: 115px; background-color: #00968C; position: relative; margin: 0; padding: 0; width:100%;}

#logoBAZ { position: absolute; top: 0; left: 0;  z-index: 2; }
/* #logoBAZ img { width: 156px; height: 101px; } */

#serviceNavi ul { font-size:1.0em; list-style: none; margin: 0 10px 0 0; padding: 0; border: 0; float: right; }
#serviceNavi ul li {float: left; margin: 0; padding: 0; border: 0; height: 20px;}

#serviceNavi ul li a {margin: 0 0 0 9px; padding: 0 0 0 10px; text-decoration: none; float: left; background: url(img/icn_servicenavi.gif) no-repeat left center; }
#serviceNavi ul li a:link,
#serviceNavi ul li a:active,
#serviceNavi ul li a:visited {color: #a5aaae; background: url(img/icn_servicenavi.gif) no-repeat left center;}
#serviceNavi ul li a:hover {color: #fff; background: url(img/icn_servicenavi_over.gif) no-repeat left center;}

#serviceNavi ul li a.on:link,
#serviceNavi ul li a.on:active,
#serviceNavi ul li a.on:visited,
#serviceNavi ul li a.on:hover {color: #fff; background: url(img/icn_servicenavi_over.gif) no-repeat left center;}

#footnotes { margin:1em;font-size:90%; }
#documentlist { padding-top:5px; }
table {
	font-size:1.1em;
	list-style-image: url(img/icn_navi1.gif);
	list-style-type: none;
}

.hit_odd {
  background-color: #F0F0F0;
  text-decoration: none;
  padding-top:3px;
  padding-bottom:3px;
}
.hit_even {
  background-color: #FFFFFF;
  text-decoration: none;
  padding-top:3px;
  padding-bottom:3px;
}

.inh_ueber {
 background-color: #009999;
 font-weight: bold;
 color: #ffffff;
 border-bottom:1px solid black;
 padding-bottom:4px;
 padding-top:4px;
}

.odd {
 background-color: #F0F0F0;
 padding-left:5px;
 padding-top:3px;
 padding-bottom:3px;
}
.even {
 background-color: #FFFFFF;
 padding-left:5px;
 padding-top:3px;
 padding-bottom:3px;
}

/*
 * TOC
 */

.toc {
  margin-top:10px;
  margin-bottom:10px;
  margin-left:5px;
  margin-right:5px;
  background-color: #F0F0F0;
}


.toc a:link, .toc a:visited, .toc a:active, .toc a:focus
{
	text-indent:-9px;
  color:#000000;
  text-decoration:none;
}

.tocelement {
	margin-top:5px;
	white-space:nowrap;
	font-weight:bold;
}
.tocelement span {
	clear:left;
}

.toc a:hover {
  text-decoration:underline;
}

/*
 * QMask - Simple
 */

.qmask_simple {
  margin:10px;
}

/*
 * Wordwheel
 */

.WWTable {
  font-size:10pt;
  line-height:100%;
  background-color:white;
  padding:0px;
  margin:0px;
}

.WWCurLine {
  font-size:10pt;
  padding:1px;
  background-color:#D6EFEF;
  font-weight:bold;
}

.WWLine {
  font-size:10pt;
  padding:1px;
  background-color:white;
}

div.dtXavWWChildClass {
  position:absolute;
  z-index:2;
  visibility:hidden;
  overflow: auto;
  background-color:white;
  border:1px solid black;
}

/*
 * QMask - Extended
 */

.qmask_extended {
  margin:10px;
}

/*
 * Druckansicht
 */
body.print {
  margin:0.5cm 1.5cm 0.5cm 1.5cm;
}

.print a:link, .print a:visited, .print a:active, .print a:focus, .print a:hover
{
  color:#000000;
  text-decoration:none;
}

/*
 * Popups
 */
div.popupHead {
  margin-bottom:2ex;
  padding:0.8em;
  background-color:#CCCCCC;
  border-bottom:1px solid black;
  font-size:135%;
  font-weight:bold;

}
/*
.header_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}

.header_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: auto;
	width: auto;
}
*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	color: #757575;
}

p {
	font-size: 0.9em;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-image: url(img/icn_navi1.gif);
	list-style-type: none;
}

li {
	margin-bottom: 5px;
}
.link_content {
	color: #FF8000;
}
.link_content:hover {
	color: #FF8000;
	text-decoration: underline !IMPORTANT;
}
.link_content:link {
	text-decoration: none;
}
#addContent{
	position:relative;
	padding:0px;
	margin:0px;
	width:136px;
	text-align:center;
	overflow:hidden;
}
#textcontent {
	padding-left:2em;padding-right:2em;
}

#addContent .ad_bgbl {
	border-bottom:1px solid #00968C;
	margin:0 0 0px 0;
	padding:5px;
	width:136px;
}
#grip {
	width:5px;
	display:block;
	height:60px;
}
#ngrip {
	width:5px;
	display:block;
	height:20px;
	width:164px;
}

a.arrowleft,a.arrowright {
	float:left; width:5px; margin:0px; padding:0px; position:absolute; top:1px; left:1px; z-index:999;
}HTML > BODY a.arrowleft, HTML > BODY a.arrowright { position:fixed; }

a.arrowleft  { background: url('img/arrow1.gif') right top no-repeat; }
a.arrowright { background: url('img/arrow2.gif') right top no-repeat; }

a.arrowleft:hover  { background: url('img/arrow1_ov.gif') right top no-repeat;}
a.arrowright:hover { background: url('img/arrow2_ov.gif') right top no-repeat;}

a.nutzungdwn, a.nutzungup {
	float:left; width:5px; margin:0px; padding:0px; position:absolute; bottom:1px; left:1px; z-index:999;
}HTML > BODY a.arrowleft, HTML > BODY a.arrowright { position:fixed; }

a.nutzungdwn  { background: url('img/nutzungdwn.gif') right top no-repeat; }
a.nutzungup { background: url('img/nutzungup.gif') right top no-repeat; }

a.nutzungdwn:hover  { background: url('img/nutzungdwn.gif') right top no-repeat;}
a.nutzungup:hover { background: url('img/nutzungup.gif') right top no-repeat;}

a {color:#ffffff; text-decoration: none}
a:hover {color:#ffffff; text-decoration: underline}

h2 {font-size:2em}

#helpcontent {display:block; padding:0 0 0 160px;}

.kontakt{padding-top:80px;}
