/*Start Commons */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	position: absolute;
	height: 1px;
	width:1px;
	margin-left: -3000px;
	margin-top: -3000px;
}

strong {
	font-weight: bold;
}

blockquote,
em {
	font-style: italic;
}

#head {
	display: block;
	padding: 0 0 0 15.75em;
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	background-position: 15.75em 0;
	margin-top: 1.25em;
	height: 100px;
}

#logo {
	width: 159px;
	height: 100px;
	display: block;
	float: left;
	margin-left: -15.75em;
	margin-top: -1.25em;
}

#head h1 {
	padding: 14px 0 0 0;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
	color: #184971;
}

#head p {
	padding: 0.625em 0 0 0;
	font-size: 0.75em;
	line-height: 1.25em;
}

#top_navi {
	display: block;
	border-left: 15.75em solid white;
	border-top: 1px solid white;
	background-color: #184971;
	color: white;
}

#top_navi ul {
	display: block;
	margin-left: 3.05em;
}

#top_navi ul li {
	display: block;
	float: left;
}

#top_navi ul li a {
	display: block;
	padding: 0.3125em 1.25em;
	color: white;
	font-size: 0.75em;
}

#top_navi ul li a:hover,
#top_navi ul li a:focus,
#top_navi ul li a:active {
	background-color: #CFE2E5;
	color: black;
}

#top_navi ul li.current {
	background-color: #eef1f6;
	color: black;
	text-decoration: none;
	font-size: 0.75em;
	padding: 0.3125em 1.25em;
}

.wrapper {
	display: block;
	padding: 1.25em 1.25em 1.25em 17em;
}

.navi {
	display: block;
	padding: 0 1.25em 2.5em 0;
	width: 15.75em;
	float: left;
	margin-left: -17em;
}

#att_label {
	display: block;
	padding-left: 1.25em;
}

.navi ul {
	display: block;
	line-height: 1em;
}

.navi ul li {
	font-size: 0.75em;
}

.navi ul li a {
	display: block;
	color: #184971;
	padding: 0.625em 1.25em;
}

.navi ul li.current a {
	background-color: #184971;
	color: white;
}

.navi ul li.current ol li a {
	background-color: #eef1f6;
	padding: 0.3125em 1.25em;
	color: #032064;
}

/*klw*/
.navi ul li.current dd a {
	background-color: #eef1f6;
	padding: 0.3125em 1.25em 0.3125em 0.75em;
	color: #032064;
}

.navi ul li.current {
	background-color: #eef1f6;
}

.navi ul li.current ol li.current a {
	border-right: 0.625em solid #184971;
	color: black;
}
/*klw*/
.navi ul li.current dd.current a {
	border-right: 0.625em solid #184971;
	color: black;
}

.navi ul li a:hover,
.navi ul li a:focus,
.navi ul li a:active,
.navi ul li.current a:hover,
.navi ul li.current a:focus,
.navi ul li.current a:active,
.navi ul li.current ol li.current a:hover,
.navi ul li.current ol li.current a:focus,
.navi ul li.current ol li.current a:active {
	background-color: #CFE2E5;
	color: black;
}

.navi ul li ol {
	padding: 0.625em 0 0.625em 3.75em;
}

.navi ul li ol li {
	font-size: 1em;
	border-top:none;
	list-style-type: decimal;
}

ul#main {
	margin-bottom: 1.25em;
}

.content {
	display: block;
	float: left;
	width: 100%;
}

.content a {
	color: #184971;
}

.content a:hover,
.content a:focus,
.content a:active {
	background-color: #CFE2E5;
	color: black;
}

.content h2,
.content h3,
.content h4,
.content h5 {
	display: block;
	clear: both;
	margin: 1.25em 3em 1.25em 7.25em;
	line-height: 1.25em;
	font-size: 1em;
}

.content h2 {
	color: #184971;
	font-weight: bold;
	margin-top: 0.5em;
    border:0;
}

.content.casual h2,
.content.casual h3,
.content.casual h4,
.content.casual h5 {
	margin-left: 0;
}

.content.casual blockquote {
	padding-left: 3em;
}

.content h3 {
	color: #184971;
	border-bottom: 1px solid #032064;
	margin-bottom: 0.625em;
}

.sitemap h3 { /*klw*/
	color: #184971;
	font-weight: bold;
    margin: 0.5em 3em 1.25em 7.25em;
    border:0;
}

.content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.content h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0;
}

.content div.fullpar {
	margin: 1.25em 3em 1.25em 7.25em;
	display: block;
	clear: both;
}

.content.casual div.fullpar {
	margin-left: 0;
}

.content div.fullpar div {
	font-size: 0.75em;
}

.content div.fullpar div ol {
	padding: 0.625em 0;
	padding-left: 3em;
}

.content div.fullpar div ol li {
	list-style-type: decimal;
	list-style-position:outside;
}

.content div.fullpar div ol li ul li {
	background-image: none;
	list-style-type: none;
}

.content div.fullpar div.example p {
	padding: 0.625em 0;
}

.content div.fullpar div.example.white p {
	padding: 0;
}
.content .infoBox {
	position: relative;
	width: 50%;
	margin: 0 auto;
	background-color: #eeeeed;
	padding: 15px;
}
.content .infoBox span {
	display: block;
	
}
.content .downloadBox {
	display: block;
	margin-top: 15px;
	padding: 15px 0 15px;
	border-top: 1px dotted #333;
}

table#stammgez {
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	background-color: white;
}

div.mini table#stammgez {
	width: auto;
	margin-left: 7.25em;
	margin-right: 3em;
}

table#stammgez tr td {
	border: 1px dotted #cccccc;
	border-bottom: none;
	padding: 0.625em;
}

div.example table tr > td:first-child,
table#stammgez tr > td:first-child {
	/* border-right: none; */
}

div.example table tr td { /* klw */
    padding: 0.625em;
}

table.bordered {
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}
table.bordered td {
    border-top: 1px solid black;
    border-right: 1px solid black;
}

table#stammgez tr {
	font-size: 0.75em;
}

table#stammgez .col2 {
	color: #666666;
}

table#stammgez .col3 {
	border-left: none;
	color: #666666;
}

table#stammgez tr td ol {
	list-style-type: decimal;
	margin-left: 5em;
}

table#stammgez tr td ol.lettered,
.content div.fullpar div ol.lettered li {
	list-style-type: lower-alpha;
}

.content div.fullpar div ol.lettered li ol li {
	list-style-type: none;
}

ol.lettered li .example {
	font-size: 1em !important;
}

.centered {
	display: block;
	text-align: center;
}
dd .centered { /* klw */
    padding-right:3.5em;
}

.underline {
	text-decoration: underline;
}

.content div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.625em 0;
	display: block;
	clear: both;
}
.content div.fullpar div { /* klw */
    margin-bottom: 0.75em;
}
.content div.fullpar div p { /* klw */
    padding-bottom: 0.625em;
}


.content div.example {
	margin: 0.625em 0;
	padding: 0.625em 1.25em;
	border: 1px dotted #cccccc;
	background-color: #E6F0F2;
}
.content div.example { /* klw */
    margin: 0.625em 0 2em 0 !important;
}

.content div.example.white {
  border: 1px dotted white;
  background-color: white;
  margin: 0;
  padding: 0 1.25em;
}

.extend {
	letter-spacing: 0.3125em;
}

sup {
	font-size: 0.75em;
	color: #7A8997;
	position: relative;
	padding-right: 1em;
	font-weight: normal;
}

sup span {
	display: block;
	position: absolute;
	line-height: 1em;
	top: -0.5em;
	left: 0;
}

sup.sup2 {
	font-size: 0.8em;
	color: black;
}
sup.sup2 span {
	top: -0.3em;
}


.rn {
	display: block;
	float: left;
	margin-left: -5.5em;
	width: 4em;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
}

.content h2 .rn,
.content h3 .rn { /*klw*/
    margin-left: -5.5em;
}


.content h4 a.rn,
.content h5 a.rn {
	font-size: 1em;
	color: black;
	margin-left: -5em;
}

.content div a.rn {
	font-size: 1em;
	color: #7A8997;
	cursor: text;
}

a:focus.rn,
a:hover.rn,
a:active.rn {
	background-color: transparent;
}

.content div ul {
	padding: 0.15em 0 0.15em 2.5em;
    padding: 0.15em 0 0.40em 2.0em; /* klw */
}

.content div ul.fair,
.content div ul.fair li {
  padding-left: 0;
}

.content div ul.fair li ul {
  padding-left: 4em;
}

.content div ul li {
	padding: 0.15em 0;
	background-image: url(../img/diamond.gif);
	background-repeat: no-repeat;
	background-position: 0 0.7em;
	padding-left: 14px;
}

.content div ul li ul.circle li {
  background-image: url(../img/circle.gif);
}
.content div ul li ul.square, .content div ul li ul.circle {
  padding-left:0;
}
.content div ul li ul.square li {
  background-image: url(../img/square.gif);
}

.content div ul.alone li {
  background-image: none;
}

.content div.vollzitat ul li {
	padding: 0.625em 0;
	background-image: none;
	margin-left: 5em;
	padding-left: 0;
}

.content div.vollzitat ul li span.rn {
	width: 7em;
	margin-left: -7.25em;
	text-align: left;
}

.footnote {
	display: inline-block;
	color: #666666;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	font-weight: normal;
}


.footnote sup {
	width: 3.75em;
	text-align: right;
	vertical-align: top;
	position: absolute;
	margin-left: -4.5em;
	font-size: 1em;
}

.fnts {
	border-top:1px dotted #cccccc;
	display: block;
	margin: 0.625em 0 0 3em;
	padding-top: 0.3125em;
}

.content ul.toc {
	padding: 0.15em 0 0.15em 6.75em;
    clear: both; /*klw*/
}

.sitemap .content ul.toc {/*klw*/
	margin-bottom:2em;
}

.content ul.toc.search {
	padding-left: 0;
}

.content ul.toc li {
	list-style-type: none;
	font-size: 0.75em;
	line-height: 1.25em;
	padding: 0.625em 9em 0.625em 0.75em;
	position: relative;
}

.content ul.toc.search li {
	padding-left: 0;
}


.content ul.toc li ul li {
	font-size: 1em;
	padding-right: 0;
}

.content ul.toc li .rn {
	margin-left: -6em;
}

.content ul.toc li a {
	display: block;
	padding: 0.625em;
	position: absolute;
	line-height: 1em;
	top: 0;
	right: 3.25em;
}


h3 .toc_rnlink { /*klw*/
    display: block;
    float: right;
    position: relative;
}
h3 .toc_text_left { /*klw*/
    float: left;
}
h3 .toc_rnlink a { /*klw*/
    font-size: 0.75em; 
    margin-right: -0.625em;
    margin-bottom: -0.4em;
    font-weight: normal;
    position: relative;
    display: block;
	padding: 0.625em;
	line-height: 1em;
}

.content ul.toc li.left a { /*klw*/
	position: static;
    margin-left: -0.625em;
    line-height: 1.25em;
}
.content ul.toc li.left .rn { /*klw*/
	padding-top: 0.75em;
    padding-bottom: 0.625em;
}
.content ul.toc li.left { /*klw*/
	padding-top: 0;
    padding-bottom: 0;
}

.content ul.toc li ul li a {
	right: 0;
	margin-right: -5.78em;
}

.content ul.toc li a:hover,
.content ul.toc li a:focus,
.content ul.toc li a:active {
	color: black;
}

.content ul.toc li ul {
	padding-left: 4em;
	padding-top: 0.625em;
}

ul li div.example p, ul li div.example .dlinlist, ul li div.example td {
	font-size: 1.285em;
}

/*End Commons*/

/* Start Stichvortverzeichnis */

ul#swverz_navi {
	display: block;
	padding-bottom: 1.25em;
}

ul#swverz_navi li {
	display: block;
	float: left;
}

ul#swverz_navi li a,
ul#swverz_navi li.current {
	display: block;
	padding: 0.3125em;
}

ul#swverz_navi li.current {
	background-color: #184971;
	color: white;
}

table.swverz_table,
table#ah3 {
	display: block;
	font-size: 0.75em;
	line-height: 1.25em;
}

table#ah3 {
	border-right: 1px dotted #cccccc;
}

table.swverz_table thead th,
table#ah3 thead th {
	font-weight: bold;
	font-size: 1.25em;
	padding: 0.75em 1.25em;
	border-top: 1px dotted #cccccc;
}

table#ah3 thead th {
	font-size: 1em;
}

table.swverz_table th,
table.swverz_table td,
table#ah3 th,
table#ah3 td {
	padding: 0.3125em 1.25em;
	border-bottom: 1px dotted #cccccc;
}

table.swverz_table th.in1,
table.swverz_table td.in1,
table#ah3 th.in1,
table#ah3 td.in1 {
	padding-left: 2.5em;
}

table#ah3 th.in1,
table#ah3 td.in1 {
	background-image:url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: 1.25em 0.55em;
}

table.swverz_table th.in2,
table.swverz_table td.in2,
table#ah3 th.in2,
table#ah3 td.in2 {
	padding-left: 5em;
}

table#ah3 th.in2,
table#ah3 td.in2 {
	background-image:url(../img/circle.gif);
	background-repeat: no-repeat;
	background-position: 3.5em 0.55em;
}

table.swverz_table th.in3,
table.swverz_table td.in3,
table#ah3 th.in3,
table#ah3 td.in3 {
	padding-left: 7.5em;
}

table.swverz_table tbody tr:hover td,
table.swverz_table tbody tr:hover th {
	background-color: #eef1f6;
}

table.swverz_table .col1,
table#ah3 .col1 {
	min-width: 20em;
	border-right: 1px dotted #cccccc;
	border-left: 1px dotted #cccccc;
}

table#ah3 .col1 {
	min-width: 2em;
}

table.swverz_table .col2,
table#ah3 .col2 {
	min-width: 10em;
	border-right: 1px dotted #cccccc;
}


table#ah3 .col3 {
	border-right: 1px dotted #cccccc;
}

table#ah3 .col3,
table#ah3 .col4 {
	min-width: 2em;
}

/* End Stichvortverzeichnis */

/* Start Search */

fieldset#suche {
	margin-bottom: 1.25em;
}

fieldset#suche input#suchfeld {
	width: 28em;
}

div#suchergebnisse {
	display: block;
	padding-bottom: 0.3125em;
	line-height: 1.25em;
	border-bottom: 1px dotted #cccccc;
}

#suchergebnisse span.erg {
	display: block;
	float: left;
	font-size: 0.75em;
}

#suchergebnisse ul {
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 0.625em;
}

#suchergebnisse ul li {
	display: block;
	float: left;
	list-style-type: none;
	background-image: none;
	font-size: 0.75em;
	padding: 0;
	margin: 0;
}

#suchergebnisse ul li a {
	padding: 0.3125em;
}

#suchergebnisse ul li.current {
	padding: 0 0.3125em;
	background-color: #184971;
	color: white;
}

/* End Search */

dl {
  margin:0 0 1ex 0;
}
dl dl {
  margin:1ex 0 0 0;
}

.navi dl {
	margin: 0.625em 0 0.625em 0;
    padding-bottom: 0.625em;
}

dt {
  float: left;
  margin-right: 1em;
  min-width: 2em;
  text-align: left;
}

dd {
  margin-left: 3em;
  margin-bottom: 1ex;
}

.navi dt {
  margin-right: 0;
  min-width: 2.5em;
  _width: 2.5em;
  text-align: right;
  padding-top: 0.3125em
}
.navi dd {
  margin-left: 3em;
  margin-bottom: 0;
}
.navi dd a {
  _text-indent:-0.2em;
}

dd blockquote {
  padding-top:1ex;
}

.vollzitat dt {
  float: left;
  margin-right: 1em;
  min-width: 6em;
  text-align: left;
}
.vollzitat dd {
  margin-left: 7em;
  margin-bottom: 1.2em;
}

.anh_toc dt {
  float: left;
  margin-right: 1em;
  min-width: 2.7em;
  text-align: left;
}
.anh_toc dd {
  margin-left: 3.7em;
  margin-bottom: 0.5em;
}


dd blockquote dd { margin-bottom:0; }

.fullpar blockquote {
  padding-left: 3em;
}
.fullpar blockquote.bq_klein {
  padding-left: 1.5em;
}

.fullpar blockquote.bq2 {
  padding-left: 0em;
}

.fullpar blockquote.bq3 {
  font-style:normal;
}


.indent {
  text-indent:2em;
  display:block;
}
.indent sup span { left: -2.7em; }
.indent_2 {
  text-indent:1em;
  display:block;
}



#service_search {
	display: block;
	width: 12em;
	float: left;
	padding-top: 0.3125em;
    padding-left: 1.25em;
}
#service_search #suchfeld {
	float: left;
	border: 1px solid black;
	padding: 0;
	margin: 0;
	width: 12em;
	font-size: 0.79em;
    color: black;
	min-height: 16px;
}
#service_search #suchbutton {
	float: left;
	margin: 0;
	border: 0;
	width: 18px;
	height: 18px;
}


table#spez {
    display: block;
	font-size: 0.75em;
	line-height: 1.25em;
    border-bottom:1px solid black;
}

table#spez td {
	padding: 0.3125em 1.25em;
}
table#spez th {
    font-weight: bold;
	font-size: 1.25em;
    padding: 0.75em 1.25em;
	border-top:1px solid black;
}
table#spez .row td {
    border-top:1px solid black;
}
table#spez .col1, table#spez .col2, table#spez .col3 {
    border-right:1px solid black;
}

table#spez .col1,
table#spez .col2,
table#spez .col3,
table#spez .col4 {
	min-width: 6em;
}


.blaettern_oben {
margin:0.8em 0 1em 0; padding:0;
display: block; float: left; width: 100%;
}
.blaettern_unten {
margin:3em 0 2em 0; padding:0;
display: block; float: left; width: 100%;
}
.zurueck { float:left; clear:none; margin:0 0 0 2.9em; padding:0; }
.vor { float:right; clear:none; margin:0 3em 0 0; padding:0; }
.zurueck a:hover, .zurueck a:focus, .zurueck a:active,
.vor a:hover, .vor a:focus, .vor a:active {
	background-color: white;
}

.hl { /* highlight suchergebnis */
background-color:yellow;
}