html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html {
	/*-webkit-tap-highlight-color: rgba(255,0,255,0);*/
	/*tap-highlight-color: rgba(0,255,255,0);*/
	background-color: #fff;
	-ms-text-size-adjust:none;
	-webkit-text-size-adjust: none;
}

body {
	background-color: #fff;
	color: #222;
	font-family: "Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
	/*font-size: .95em;*/
	font-size: 0.8125em;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	min-height: 410px;
}

@media only screen and (-moz-min-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {
	body {
		font-size: .95em;
	}
}

body.noscroll {
	overflow: hidden;
}

#mobildiv {
	margin: 0 0 10px 0;
	background-size: 40px 12px;
	background: rgba(0,0,0,0) url(anzeige_horizontal.svg) no-repeat 10px 0;
	padding-top: 13px;
}

#alpha {
	min-height: 130px;
}

/*#gesetze, #alpha, .verweise {*/
#alpha, .verweise {
	padding: 0 15px 0 15px;
	position: relative;
}

.banderole {
	background: #036;
	color: #fff;
	font-weight: bold;
	line-height: 1.3em;
	margin-top: -19px;
	padding: 2px;
	text-align: center;
	letter-spacing:.1em;
}

#banderole_ausserkraft, #banderole_altefassung, #banderole_nicht_in_kraft, #banderole_kuenftigesrecht, #banderole_nichtig, #banderole_nur_intern {
	background: #820;
}

#banderole_anhaengig {
	background: #036;
}

#banderole_teilnichtig {
	background: #d77600;
}

#banderole_orange {
	background: #ec2;
}

#gesetzestext {
	min-height: 60px;
}

#gesetze_aenderungstabelle, .link_aenderungstabelle {
	font-size: .85em;
	margin: 25px 0 0 0;
}

.link_aenderungstabelle {
	background: #eee url(mehrpfeil_dunkel_auf.png) 98% 55% no-repeat;
	background-size: 16px;
	border-radius: 3px;
	border: 1px solid #eee !important;
	color: #222 !important;
	display: inline-block;
	padding: 3px 26px 3px 5px;
}
	.link_aenderungstabelle:hover {
		background-color: #f9f9f9;
	}
#gesetze_aenderungstabelle {
	background-color: #f9f9f9;
	display: none;
	width: 100%;
}
	#gesetze_aenderungstabelle tr:nth-child(odd) {
		background: #eee;
	}

	#gesetze_aenderungstabelle thead th {
		background-color: #d8e0e8;
		display: none;
		text-align: left;
	}
	#gesetze_aenderungstabelle thead th:first-child, #gesetze_aenderungstabelle thead th:nth-child(2) {
		display: table-cell;
	}
	.mouseover_hinweis {
		background-color: #e9e9e9;
		border: 1px solid #ddd;
		display: none;
		left: 0;
		padding: 3px 6px;
		position: absolute;
		top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.drucksache {
	border-left: 25px solid #7890a8;
	background-color: #eee;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 10px;
}
.banner_drucksache {
	color: #fff;
	font-size: 16px;
	left: -57px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.gesetzgebung_pfeil, .gesetzgebung_pfeil_plural {
	background: rgba(0,0,0,0) url(gesetzgebung_pfeil.svg) no-repeat 50% 0;
	background-size: 254px 53px;
	height: 55px;
	margin-top: 5px;
}
	.gesetzgebung_pfeil_plural {
		background-image: url(/jcg/gesetzgebung_pfeil_plural.svg);
	}

.hinweistext {
	font-style: italic;
	font-size: 0.85em;
	margin-top: 20px;
}

.hinweistext span a, .hinweistext span a:visited {
	background-color: #7890a8;
	border-radius: 3px;
	font-size: .85em;
	font-style: normal;
	padding: 1px 3px;
	border: 0;
	color: #fff;
}
	.hinweistext span a:hover, .hinweistext span a:active {
		color: #fff !important;
		background-color: #2E5071;
	}

#gesetzestext, .hinweistext {
	padding: 0px 10px;
}

.hinweiszeile {
	background-color: #fdffd5;
	border-top: 1px solid #eee;
	font-size: .8em;
	padding: 5px;
	text-align: center;
}

#gesetzestext table, .gesetzestexte table {
	margin: 0px 0px 10px 0px;
}
#dejure table.stvo tr:first-child {
	display: none;
}
#dejure table.stvo tr td {
	float: left;
	width: 100%;
	border-bottom: 0;
}
#dejure table.stvo td {
	vertical-align: top;
	padding: 3px;
	border: 0;
	border-bottom: 1px solid #ccc;
}
#dejure table.stvo td:first-child {
	font-weight: bold;
	text-align: center;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
}
.bold {
	font-weight: bold;
}

a:link, a:visited {
	color: #c30;
	text-decoration: none;
}

a:hover, a:active, .active {
	color: #036;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

h1, h2, h3, h4, h5, a.weiterlink {
	font-family: "Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#content h2.top_klein {
	font-size: 1.4em;
}

h2 span {
	font-weight: normal;
	font-size: 0.75em;
	vertical-align: middle;
}

#content h2.gesetzgebung {
	background-color: #7890a8;
	color: #fff;
}
	#content h2.gesetzgebung td {
		border-color: #d8e0e8;
	}

.sub {
	background-color: #d8e0e8;
	/*border-top: 1px solid #7f98b2;*/
	font-weight: normal;
	padding: 4px 15px;
	text-align: center;
}

.gesetzesgliederung {
	font-size: .9em;
}

h3, #alpha h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #222;
}

h4 {
	border-bottom: 1px solid #ddd;
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 20px 0 10px 0;
}

h5 {
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h6 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

a.weiterlink {
	color: #036;
}

a.weiterlink:hover {
	text-decoration: none;
}

td, th {
	padding: 0.4em 0.4em 0.4em 0.6em;
	vertical-align: top;
}

th {
	font-weight: bold;
}

blockquote {
	margin-left: 1.5em;
}

div.links {
	font-weight: bold;
	margin-top: 10px;
}

div.rechts {
	margin-bottom: 20px;
}

div.rechts, div.links {
	line-height: 25px;
}

#vernetzungskasten ul li {
	padding-bottom: 5px;
}

.favicon {
	background-image: url(sprite_favicon.png);
	background-position: 0 0;
	background-size: 200px;
	display: block;
	float: left;
	height: 16px;
	margin: 5px 4px 0 0;
	width: 16px;
}
	.favicon_small {
		background-size: 16px;
	}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/*@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {*/
	.favicon {
		background-image: url(sprite_faviconx3.png);
	}
}
.favicon_dejure, .favicon_dejure_org {
	background-position: -20px 0;
}
.favicon_zeit_de {
	background-position: -40px 0;
}
.favicon_lto_de {
	background-position: -60px 0;
}
.favicon_faz_net, .favicon_plus_faz_net {
	background-position: -80px 0;
}
.favicon_spiegel_de {
	background-position: -100px 0;
}
.favicon_heise_de {
	background-position: -120px 0;
}
.favicon_beck-blog {
	background-position: -140px 0;
}
.favicon_lawblog {
	background-position: -160px 0;
}
.favicon_tagesschau_de {
	background-position: -180px 0;
}
.favicon_taz_de {
	background-position: 0 -20px;
}
.favicon_blog_burhoff_de {
	background-position: -20px -20px;
}
.favicon_SZ, .favicon_sueddeutsche_de {
	background-position: -40px -20px;
}
.favicon_MIR {
	background-position: -60px -20px;
}
.favicon_dpa {
	background-position: -80px -20px;
}
.favicon_internet-law_de {
	background-position: -100px -20px;
}
.favicon_verfassungsblog_de {
	background-position: -120px -20px;
}
.favicon_juris_de {
	background-position: -140px -20px;
}
.favicon_bverfg_de, .favicon_bundesgerichtshof_de {
	background-position: -160px -20px;
}
.favicon_strafakte_de {
	background-position: -180px -20px;
}
.favicon_kress_de {
	background-position: 0 -40px;
}
.favicon_beck, .favicon_beck-aktuell {
	background-position: -20px -40px;
}

.loading {
	background: transparent url('laden.gif') 50% 50% no-repeat;
	height: 25px;
}

.ausserkraft #pfeileoben, .altefassung #pfeileoben, .kuenftigesrecht #pfeileoben {
	margin: 15px 55px;
}

p {
	padding-bottom: 15px;
}

small {
	font-size: .85em;
}

#headgesetz, .kastenueberschrift {
	background-color: #d8e0e8;
	/*border-top: 1px solid #7f98b2;*/
	margin: 8px 0 20px 0;
	padding: 5px 10px;
	position: relative;
	text-align: center;
}
#headgesetz {
	margin-top: 0;
}

.bgbl #headgesetz {
	background-color: #7890a8;
}

#headgesetz.ajax_offen {
	height: 350px;
	overflow: auto;
}

#headgesetz h2 {
	border-top: 0;
	font-size: 1.5em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

h2 span {
	font: normal 0.85em;
	vertical-align: middle;
}

#headgesetz h2 span {
	font-size: 0.6em;
	line-height: 1.4em;
	display: block;
	margin: 0.7em 0;
}

#gesamtgliederung_ein, #gesamtgliederung_aus {
	color: #222;
	display: none;
	position: absolute;
	top: 5px;
	right: 25px;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-right: 15px;
}

#gesamtgliederung_ein {
	z-index: 7;
	background-image: url(mobil/gesamtgliederung_ein.png);
}
	#gesamtgliederung_ein span {
		display: none;
	}

#gesamtgliederung_aus {
	z-index: 9;
	background-image: url(mobil/gesamtgliederung_aus.png);
	height: 20px;
	width: 3px;
}

#ajax_div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
	/*width: 718px;*/
	background-color: #d8e0e8;
	text-align: left;
	margin: 0 5px 10px 10px;
	overflow: auto;
}

#ajax_div h2 {
	font-weight: normal;
	letter-spacing: 2px;
	border-bottom: 1px solid #7f98b2;
	margin-right: 10px;
	margin-bottom: 5px;
}

.gliederung_set {
	background-color: #fff;
}

table.gesetzesgliederung {
	border-collapse: collapse;
	margin: 3px auto 0 auto;
}

.gesetzesgliederung td {
	font: 1em/1.3em "Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
	border-top: 1px solid #7f98b2;
	padding: 3px 2px 3px 2px;
}

#gesetzesname {
	font-size: 1.3em;
	width: auto;
}

#pfeileoben {
	text-align: center;
	margin: 15px 0;
}

a.pfeil:link, a.pfeil:visited {
	display: none;
	text-decoration: none;
	border: 0;
	height: 20px;
	width: 20px;
}

a.pfeil:hover {
	text-decoration: none;
	border: 0;
}

.pfeil_unten span {
	margin: 0 15px;
	display: none;
}

.pfeil {
	float: right;
}

.hinweis {
	font-size: .85em;
}

.mehr {
	margin: 10px 20px 0 0;
	text-align: right;
}

.mehr span {
	visibility: hidden;
}

a.fea_mehr {
	display: block;
	width: 48px;
	height: 16px;
	background: url(mehr.gif) no-repeat;
	border: 0;
	float: right;
	margin: 0;
}

.entscheidungen, .notiz {
	border-left: 5px solid #d8e0e8;
	padding: 10px 0 0 10px;
	margin: 5px 0 20px 0;
}

.notiz {
	padding: 10px;
}

.notiz_top {
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.notiz_top p {
	margin-bottom: 0;
}

.rechtsprechung_hinweis, blockquote.hinweis {
	border: 1px dotted #ddd;
	background: transparent url(hinweis.gif) 4px center no-repeat;
	background-size: 16px 16px;
	margin: 6px 0 0 10px;
	min-height: 34px;
	padding-left: 24px;
}

blockquote.hinweis {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	background-position: 4px 10px;
}

.hinweislink {
	/*
	background: transparent url(hinweis.gif) center center no-repeat;
	background-size: 16px;
	padding: 2px 6px;
	*/

	background: #036;
	border-radius: 50%;
	color: #fff !important;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-top: 4px;
	position: relative;
	text-align: center;
	width: 20px;
}
.hinweislink:before {
	content: "?";
	position: absolute;
	left: 0;
	right: 0;
}

.ebenentiefe h6 {
	font-size: 1em;
	line-height: 1.5em;
	padding-top: 20px;
	padding-bottom: 2px;
}

.ebenentiefe .ebenentiefe h6 {
	font-size: .85em;
	padding-top: 10px;
}

.ebenentiefe {
	margin-left: 30px;
}

fieldset, img {
	border: 0;
}

#main {
	background-color: #fff;
	padding-top: 62px;
}

#head {
	background-color: #036;
	border-top: 4px solid #8198b5;
	height: 38px;
	left: 0;
	margin-bottom: 20px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 96;
	-moz-box-shadow:    0px 1px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 1px 5px 3px rgba(0,0,0,0.3);
}

#logo {
	background: #036 url(logo.png) left top no-repeat;
	background-size: 141px 38px;
	border: 0;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	text-indent: -99999px;
	width: 141px;
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 120dpi) {
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {*/
	#logo {
		background-image: url(logox2.png);
	}
}

@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 400dpi) {
/*@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min-device-pixel-ratio: 2) {*/
	#logo {
		background-image: url(logox3.png);
	}
}

.headstand {
	display: none;
	font-size: 0.75em;
	margin-bottom: 5px;
}

a.button:link, a.button:visited {
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 5px 10px;
}

a.button:hover {
	background-color: #d8e0e8;
	text-decoration: none;
}

a.button_gelb:link {
	background-color: #ffc;
}

.button {
	background-color: #eee;
	border: 1px solid #eee;
	border-color: #eee #ddd #ddd #eee;
	color: #222;
	cursor: pointer;
	font-size: 0.85em;
	vertical-align: middle;
}

input {
	background-color: #fff;
	font-size: 1em;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}

hr {
	height: 0;
	padding: 0;
	margin: 5px 0 10px 0;
	border: 0;
	border-top: 1px dotted #ddd;
}

ul, ol {
	margin: .5em 0 .5em .6em;
	padding-left: 1em;
}
ul {
	list-style: none;
	list-style-image: url(ul_list-style.png);
}

ul.block {
	margin: 0;
	padding: 0;
}

ul.block li {
	list-style-image: none;
}

li.no_list_style {
	list-style: none;
	list-style-image: none;
	margin-left: -12px;
}

.content_inner ul, #gesetze ul, .verweise ul {
	line-height: 1.6em;
	margin-right: 5px;
}
	.verweise > ul {
		margin-top: 20px;
	}

.content_inner li, .verweise li {
	padding-bottom: 1.2em;
}

.content_inner ul.nah li {
	padding-bottom: 0.2em;
}

dl {
	margin-left: 10px;
}

dd {
	margin-left: 0;
	padding-bottom: 10px;
}

.top_inner {
	padding: 10px;
}

span.paragraph {
	font-weight: bold;
	float: left;
	width: 42px;
	height: auto;
	margin: 0;
}

span.indent {
	display: block;
	float: left;
}

div.indent {
	margin-top: 15px;
	padding-left: 50px;
	padding-right: 20px;
	position: relative;
}

div.indent .icon {
	position: absolute;
	left: 5px;
}

a.marker:link, a.marker:visited, .active, .none, .start, .inhalt, a.gesetzestext {
	display: block;
	padding-left: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	border: 0;
}

a.marker:hover, .active {
	background: url(pfeile_sprite.gif) -238px -196px no-repeat;
	color: #c30;
}

.pfeil_black {
	background: url(pfeile_sprite.gif) -238px -396px no-repeat;
}

#linkkasten a:link.active, #linkkasten a:visited.active {
	padding-left: 15px;
	background-image: url(pfeile_sprite.gif);
	background-position: 1px -596px;
}

.start {
	background-image: url(pfeile_sprite.gif);
	background-position: 1px -196px;
}

.inhalt {
	background-image: url(pfeile_sprite.gif);
	background-position: 1px -396px;
}

#linkkasten .abstand_u {
	margin-bottom: 15px;
}

span.floating {
	width: 62px;
	padding: 0;
	margin: 0;
	padding-left: 6px;
	background-image: none;
}

.reihe {
	clear: both;
	margin-bottom: 2px;
	position: relative;
}

.reihe .marker {
	float: left;
}

#verlauf {
	background-color: #ffc;
	border-bottom: 1px solid #ddd;
	display: none;
	padding: 5px;
}

#verlauf_liste {
	margin-bottom: 20px;
}
#verlauf_liste li {
	margin: 0;
	padding: 5px 0;
	position: relative;
}
	#verlauf_liste li a, #verlauf_liste li i {
		border: 0;
		display: block;
		padding: 3px 10px 3px 0;
		margin: 0;
		text-decoration: none;
	}
	#verlauf_liste li a, #verlauf_liste li i {
		padding-top: 0;
	}
	#verlauf_liste .beobachten_pin {
		right: 6px;
		top: 6px;
	}
	#verlauf_liste .appendix {
		display: none;
	}
	#verlauf_liste p {
		padding-bottom: 0;
	}

.ausgegraut {
	color: #999;
}

.clearable {
	background: #fff url(djof/djof_schliessen.png) no-repeat right -16px center;
	border: 1px solid #bbb;
	padding: 3px 20px 3px 4px;     /* Use the same right padding (20) in jQ! */
	transition: background 0.2s;
	width: 95%;
}
#verlauf_filter {
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
#verlauf_filter.clearable {
	padding-right: 24px;
}
.clearable.x { /* (jQ) Show icon */
	background-position: right 5px center;
}
.clearable.onX {              /* (jQ) hover cursor style */
	cursor: pointer;
}
.clearable::-ms-clear { /* Remove IE default X */
	display: none;
	width: 0;
	height:0;
}

#content, #top_kasten {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#top {
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	font-size: 0.9em;
	line-height: 1.4em;
	margin: 15px 0 0 0;
	position: relative;
	text-align: center;
	z-index: 2;
}

#ersterkasten {
	padding: 0;
	margin: 0;
}

#linkkasten a {
	display: block;
	width: 200px;
}

#neues_scroll, #verlauf_inner {
	position: relative;
	max-height: 200px;
	overflow: auto;
}

.zaehlung {
	float: left;
	width: 50px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	border-left: 5px solid #d8e0e8;
	background: #f3f5f7;
	position: relative;
	z-index: 3;
	margin-right: 5px;
}

.zaehlung .von {
	font-size: 1em;
	font-weight: normal;
}

.haupt, .vorspann, .entscheidungen {
	padding: 0px 12px 10px 0px;
	margin-top: 12px;
}

.haupt, .entscheidungen {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 0px;
}

.entscheidungen {
	border-left: 5px solid #d8e0e8;
	padding: 10px 0 0 10px;
	margin: 20px 0;
}

.haupt {
	margin: 0 0 30px 0;
	position: relative;
	z-index: 3;
}

.seitenblaettern {
	line-height: 35px;
	margin-bottom: 25px;
}

#aktuell .seitenblaettern a:link, #aktuell .seitenblaettern a:visited {
	border: 1px solid #ddd;
}

#aktuell .seitenblaettern a:hover {
	color: #c30;
	border-color: #c30;
}

.seitenblaettern .nummern, .aktiveseite, .buchstaben {
	border: 1px solid #ddd;
}
.aktiveseite, .buchstaben {
	padding: 2px 4px;
}

div.seitenblaettern a, div.seitenblaettern span {
	margin: 10px 6px;
	padding: 5px 8px;
}

.aktiveseite, .buchstaben_aktiv {
	background: #c30;
	color: #fff;
}

#derTooltip {
	position: absolute;
	left: 0;
	top: -44px;
	z-index: 99;
	padding-bottom: 10px;
	margin-bottom: 3px;
	background: transparent url(pfeil_tooltip.gif) left bottom no-repeat;
}

#derSuchtipp {
	position: absolute;
	left: 400px;
	top: 67px;
	z-index: 9;
	padding-top: 39px;
	margin-bottom: 3px;
	background: url(tipp-pfeil.gif) center top no-repeat;
}

#derTooltip div, #derSuchtip div {
	font-size: 0.75em;
	line-height: 1.2em;
	background: #fff;
	width: 320px;
	padding: 4px;
	color: #222;
	border: 1px solid #7f98b2;
	border-bottom: 0;
}

/* Fading Tooltips By Dustin Diaz*/
/*
body div#toolTip { position:absolute;z-index:1000;width:220px;background:#fff;border:2px double #fff;text-align:left;min-height:1em;-moz-border-radius:5px; border: 1px solid rgb(127, 152, 178)}
*/
body div#toolTip, #funchelper, #funchelper_gross {
	position:absolute;
	z-index: 1000;
	width: 220px;
	background-color: #fff;
	text-align:left;
	min-height:1em;
	border: 1px solid #7f98b2;
}
	#toolTip {
		line-height: 1.2em;
	}

body div#toolTip p { margin:0;padding:0;color:#222; }
body div#toolTip p em { display:block;margin-top:3px;color:#f60;font-style:normal;font-weight:bold; }
body div#toolTip p em span { font-weight:bold;color:#fff; }

.tooltip_oben {
	text-align: center;
	color: #036;
	font-size: .8em;
	padding: 2px;
}

.tooltip_unten {
	text-align: center;
	background-color: #d8e0e8;
	font-size: .75em;
	padding: 2px 3px;
}

.p_nachricht {
	margin-bottom: 1px;
}

.blue, .red, .green {
	color: #222;
	padding-left: 2px;
	padding-right: 2px;
}
.blue {
	background: #d8e0e8;
}

.blue_light {
	background: #edf6ff;
	background: #e3f1ff;
	background: #e6e8ec;
	background: #f3f5f7;
}

.bgblue {
	background-color: #036;
}

.blue, .textblue {
	color: #036;
}

.green, .textgreen {
	color: #0a0;
}

.red, .textred {
	color: #a00;
}

.red_white {
	background-color: #a00;
	color: #fff;
	padding-left: 2px;
	padding-right: 2px;
}

.green {
	background: #0a0;
}

.red {
	background: #efae8c;
}

.red_light {
	background: #f7efeb;
}

.infogreen, .infored, .infoyellow {
	border: 1px solid #fff;
	margin: 10px 0;
	padding: 15px;
}

.infogreen {
	background-color: #d6ffb8;
	border-color: #afcc7f;
}

.infored {
	background-color: #ffccb8;
	border-color: #fd5a1a;
	border-color: #fd8a6b;
}

.infoyellow {
	background-color: #fffbb8;
	border-color: #fdc51a;
}


.target_titel_anzeigen li {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.titel_sichtbar li {
	margin-bottom: 10px;
}

/* Slider-Switch */
.switch-label {
	letter-spacing: 0;
	font-weight: normal;
}
.switch { 
	display: inline-block; 
	height: 16px; 
	position: relative; 
	top: 2px;
	width: 28px; 
} 
.switch input { 
	display: none; 
} 
.switch-slider { 
	position: absolute; 
	cursor: pointer; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	background-color: #ccc; 
	-webkit-transition: .2s; 
	transition: .2s; 
} 
.switch-slider:before { 
	position: absolute; 
	content: ""; 
	height: 12px; 
	width: 12px; 
	left: 2px; 
	bottom: 2px; 
	background-color: white; 
	-webkit-transition: .2s; 
	transition: .2s; 
} 
input:checked + .switch-slider { 
	background-color: #8198b5; 
} 
input:focus + .switch-slider { 
	box-shadow: 0 0 1px #8198b5; 
} 
input:checked + .switch-slider:before { 
	-webkit-transform: translateX(100%); 
	-ms-transform: translateX(100%); 
	transform: translateX(100%); 
} 
.switch-slider.round { 
	border-radius: 34px; 
} 
.switch-slider.round:before { 
	border-radius: 50%; 
}

.headstand {
	color: #fff;
	position: absolute;
	right: 5px;
	top: 1px;
}

#Paragraph {
	position: absolute;
	right: 0;
	float:right;
	margin: 35px 0 0 0;
}

.ptop {
	margin-bottom: 10px;
}

.pfeil_next, .pfeil_prev {
	background-color: #fff;
	background-image: url(mobil/pfeil_rechts.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 16px;
	display: block;
	height: 40px;
	position: fixed;
	right: 0;
	bottom: 200px;
	width: 15px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 2px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 2px;
	z-index: 9;
}

.pfeil_next:hover, .pfeil_prev:hover {
	text-decoration: none;
}

.pfeil_prev {
	background-image: url(mobil/pfeil_links.png);
	left: 0;
}

.dokumente {
	background: url(dokumente.png) 0 0 no-repeat;
	background-size: 16px;
	display: inline-block;
	height: 18px;
	vertical-align: middle;
	width: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 100dpi) {
	.dokumente {
		background-image: url(dokumentex3.png);
	}
}

#alphabetisch, #rechtsgebiete {
	/*display: none;*/
}

.appendix, a.appendix:link, a.appendix:visited {
	color: #777;
	font-size: 0.85em;
	line-height: 1.2em;
}

.kasten {
	background: #f3f5f7;
	border: 1px solid #eee;
	border-color: #eee #ddd #ddd #eee;
	padding: 10px;
	margin: 20px 0;
}

.kasten p {
	margin: 0 0 0 65px;
}

.kasten img {
	float: left;
	margin: 0 10px 5px 0;
}

.content_inner img {
	max-width: 100%;
}

#meistgenutzte_gesetze {
	line-height: 30px;
}

#meistgenutzte_gesetze a:before {
	background-color: #222;
	content: ' ';
	display: inline-block;
	height: 6px;
	margin-bottom: .1em;
	margin-right: .5em;
	width: 6px;
}

.abstand {
	margin: 5px 0;
}

.resultcount {
	display: block;
	margin: 15px 0;
}

#fea_div div {
	padding: 6px 8px 7px 8px;
}


.klapph {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f4f4f4 /*{b-body-background-start}*/), to( #fefefe /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#fefefe'); /* for IE */
	background-position: right center;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid #ddd;
	color: #036;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 11px 25px 10px 15px;
	position: relative;
	text-align: left;
}

.auf {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #fefefe /*{b-body-background-start}*/), to( #f4f4f4 /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#fefefe /*{b-body-background-start}*/, #f4f4f4 /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#fefefe /*{b-body-background-start}*/, #f4f4f4 /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#fefefe /*{b-body-background-start}*/, #f4f4f4 /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#fefefe /*{b-body-background-start}*/, #f4f4f4 /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#fefefe /*{b-body-background-start}*/, #f4f4f4 /*{b-body-background-end}*/);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f4f4f4'); /* for IE */
}

/*
.klapph:after, .weiterlink:after {
	display: block;
	content: "";
	position: absolute;
	top: 15px;
	right: 13px;
	width: 16px;
	height: 16px;
	background-image: url(mobil/pfeil_klapp_auf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
}
*/

.klapph:after, .weiterlink:after, .klappueberschrift:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 16px;
	display: inline-block;
	border-right: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	width: 6px; height: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all 0.5s ease-in-out;
}

.auf:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	top: 20px;
}
.weiterlink:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
 .klappueberschrift:after {
	 top: 14px;
 }

.klappueberschrift table {
	float: left;
	white-space: normal;
}
.klappueberschrift td {
	font-size: 1.111em;
	padding: 0;
	border: 0;
}
.klappueberschrift td:first-child {
	display: none;
}

.rspr_inhalt h2.klappueberschrift {
	background: #d8e0e8;
	border-top: 1px solid #7f98b2;
	color: #222;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.rspr_inhalt h2.auf {
	padding-bottom: 5px;
}
	.rspr_inhalt h2.klappueberschrift td {
		border-top: 0;
	}
	.rspr_inhalt h2.klappueberschrift.auf td {
		border-top: 1px solid #7f98b2;
		padding: 3px;
	}
	.rspr_inhalt h2.klappueberschrift td:first-child {
		display: table-cell;
	}
	.rspr_inhalt h2.auf table, .rspr_inhalt h2.auf small {
		float: none;
	}
	.rspr_inhalt .klappueberschrift small {
		display: none;
	}
	.rspr_inhalt h2.auf small {
		display: block;
	}

#main .hinweiszeile {
	display:none;
}

.waagenlink {
	background: url(waage.png) 50% 75% no-repeat;
	padding: 1px 10px;
}
/*
#ersterkasten .hinweiszeile {
	margin-bottom: 30px;
	display: block;
}
*/

.anlc, .anl {
	display: block;
	overflow: auto;
	border-collapse: collapse;
	empty-cells: show;
	margin: 10px;
	padding: 0;
}

.anlc td, .anl td {
	border: 1px solid #ddd;
	font-size: 90%;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}

.anlc td {
	padding-right: 10px;
}

 /* {{{ Kontextvorschau */

.kv {
	border-left: 3px solid #d8e0e8;
	color: #666;
	margin-top: 10px;
	padding: 0px 0px 0px 10px;
}

.kv p, .vorschaukasten p {
	font-style: normal;
	padding-top: 5px;
}

.vorschaukasten p {
	margin-bottom: 0;
}

.wzv b {
	text-shadow: 0.1em 0.1em 0.2em yellow;
	background-color: #ffc;
}

.sprechblase {
	background: #fff;
	display: inline-block;
	width: 14px;
	height: 8px;
	border: 1px solid #ccc !important;
	padding: 0px;
	position: relative;
	border-radius: .25em;
	top: -2px;
	margin-left: 6px;
}
.sprechblasegrau {
	background: #d8e0e8;
	border: 1px solid transparent !important;
}

.sprechblase:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 3px solid #ccc;
	border-right: 3px solid transparent;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid transparent;
	left: 24%;
	bottom: -6px;
}
.sprechblasegrau:before {
	border-left-color: #d8e0e8;
	border-top-color: #d8e0e8;
}

.sprechblase:after {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	border-left: 4px solid #fff;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
	border-bottom: 4px solid transparent;
	left: 32%;
	bottom: -3px;
}
.sprechblasegrau:after {
	border-color: transparent;
}

.zettel_optionen {
	padding: 10px;
	position: absolute;
	right: 25px;
	top 0;
}

.zettel_optionen_offen {
	background-color: #fff;
	-moz-box-shadow:    0px 1px 5px 3px #eee;
	-webkit-box-shadow: 0px 1px 5px 3px #eee;
	box-shadow:         0px 1px 5px 3px #eee;
	z-index: 2;
}

.o_optionen_formular {
	background: url(optionen.png) left center no-repeat;
	display: block;
	position: absolute;
	height: 20px;
	margin: 0;
	right: 10px;
	top: 8px;
	width: 20px;
}

a.close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 15px;
	height: 15px;
	border: 0;
	background-position: 1px 0%;
	background-repeat: no-repeat;
	background-image: url(sidebar_button_sprite.gif);
}

a.close_zettel {
	float:right;
	right: 15px;
	top: 15px;
}

a.close_zettel {
	top: 5px;
	right: 8px;
	background: rgba(0, 0, 0, 0.1);
	background: transparent;
	border-radius: 50%;
	line-height: 24px;
	height: 24px;
	width: 24px;
	text-align: center;
}
a.close_zettel:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.close_zettel:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
a.close_zettel::before, a.close_zettel::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 75%;
	top: 50%;
	left: 10%;
	margin-top: -1px;
	background: #888;
	border-radius: 5px;
	height: .15em;
	margin-top: 0px;
	margin-bottom: 20px;
}

ul.top {
	margin-bottom: 15px;
}

/* }}} */


/* {{{ Ajax-Suche */

#suche {
	margin-left: 150px;
	margin-top: .45em;
	position: relative;
	margin-right: 44px;
	z-index: 96;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#suchfeldform_ajax {
	display: block;
}

#suchfeldset_ajax {
	display: block;
}

#suchfeld_ajax {
	border: 1px solid #7f98b2;
	border-right: 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size: 1.1em;
	height: 24px;
	line-height: 22px;
	margin: 0;
	max-width: 100%;
	padding: 0;
	padding-right: 26px;
}

#suchbutton_ajax {
	/*background: transparent url(mobil/pfeil_suche.png) left top no-repeat;*/
	background: transparent url(lupe48_grau.png) .25em .2em no-repeat;
	background-size: 75%;
	border: 1px solid #7f98b282;
	border: 0;
	border-radius: 2px;
	height: 24px;
	margin-left: -24px;
	padding: 0;
	text-indent: -9000px;
	width: 24px;
}

#suchfeld_ajax, #sbi, .input {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #444;
	vertical-align: middle;
}

#suchfeld_ajax {
	background-color: #fff;
	border: 1px solid #7f98b282;
	border-radius: 2px;
	color: #444;
	font-size: 1em;
	padding: .1em 26px .1em 5px;
	width: 100%;
}

.unser-suchfeld {
	width: auto;
	overflow-x: hidden;
}
.unser-suchfeld .ui-menu-item {
	border-top: 1px dotted silver;
}

.ui-autocomplete {
	background-color: #fff;
	border-bottom: 3px solid #036;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;
	border-top: 0;
	color: #222;
	font-family: "Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	position: absolute;
	text-align: left;
	z-index: 99999;
}

.ui-autocomplete ul {
	height: 100%;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
	width: 100%;
}

.ui-autocomplete li {
	cursor: pointer;
	display: block;
	margin: 0px;
	padding: 5px 5px;
	/*
	 * 	if width will be 100% horizontal scrollbar will apear
	 * 	when scroll mode will be used
	 *	*/
	/*width: 100%;*/
	/*font: menu;
	font-size: 12px;*/
	/*
	* 	it is very important, if line-height not setted or setted
	* 	in relative units scroll will be broken in firefox
	*	*/
	line-height: 16px;
	overflow: hidden;
}

.ui-autocomplete li a {
	border: 0;
	color: #222;
	display: block;
	margin: -2px -5px;
	padding: 5px 15px;
	width: 100%;
}
.ui-autocomplete li a.instanzpfeil {
	background-image: url(autocomplete_pfeil.svg);
	background-repeat: no-repeat;
	background-position: 20px 8%;
	background-size: 16px;
	padding-left: 40px;
}
.ui-autocomplete li a.instanzpfeil .ergebnis_h2 {
	text-indent: 0;
}
.ui-menu-item, .ui-menu-item a {
	margin: 0;
	padding: 0;
}

.ac_loading {
	background: white url('laden.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f4f4f4;
}

.ac_over {
	background-color: #d8e0e8;
}

#dejure .ui-state-focus {
	border: 0;
	background-color: #d8e0e8;
}

.ergebnis_h {
	color: #444;
	font-weight: bold;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ergebnis_h small {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	background-color: #a00;
	margin-top: 1px;
	vertical-align: top;
	padding: 0 3px 0 2px;
	line-height: 1em;
}

.ergebnis_h2 {
	color: #565454;
	display: block;
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ergebnis_zusatz {
	color: #bbb;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.ergebnishigh {
	background-color: transparent;
	border-bottom: 2px solid grey;
	font-weight: bold;
}

.listhead {
	font-family: Cambria, Times, "DejaVu Serif", serif;
	background-color: #eee;
	color: #888;
	padding: 4px 10px;
	position: relative;
	text-transform: uppercase;
}

.ac_odd {
	background-color: none;
}

.ac_close {
	border: 0;
	cursor: pointer;
	width: 32px;
	height: 32px;
	color: rgba(255, 255, 255, .8) !important;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);*/
	right: .2em;
	position: absolute;
	top: .25em;
	z-index: 98;
}
	.ac_close:before {
		content: "×";
		background: #2b4f73;
		border-radius: 50%;
		padding: 0 .35em;
		top: .36em;
		position: absolute;
		left: .05em;
	}

.external, .external_inline {
	background: url(external.png) right top no-repeat;
}

.external_inline {
	background-position: 50% 50%;
	display: inline-block;
	padding: 0 8px;
}
.external_inline:before {
	content: '.';
	visibility: hidden;
}

/* }}} */

/* {{{ Overlay */

.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 95;
}

/* }}} */

/* {{{ Entscheidungssuche */
#entscheidungssuche {
	margin: 15px auto;
	padding: 0 10px 13px;
	text-align: center;
}

#suchfeld_rspr {
	padding: 0 0 15px 0;
	text-align: center;
}
#suchfeld_rspr input[type=search], #entscheidungssuche input[type="search"] {
	padding: 5px;
	vertical-align: bottom;
	width: 80%;
}
button.abschicken {
	background: #777;
	border: 0;
	display: inline-block;
	padding: 0;
	position: relative;
	width: 2.1em;
	height: 2.1em;
	vertical-align: bottom;
}
button.abschicken:after {
	border-top: 0.2em solid #fff;
	border-right: 0.2em solid #fff;
	content: '';
	display: block;
	height: .4em;
	left: 10px;
	position: absolute;
	top: 11px;
	width: .4em;
	vertical-align: bottom;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* }}} */

/* {{{ Suchseite */

ul.ober {
	margin-bottom: 25px;
}

ul.unter span {
	background: url(ordner2.gif) no-repeat left center;
	padding-left: 25px;
}

ul.text {
	padding-left: 25px;
}

ul.text a {
	font-weight: bold;
}

#gesetzesuebersicht {
	margin-bottom: 15px;
}

#gesetzesuebersicht .down {
	height: 20px;
	width: 20px;
	position: absolute;
	z-index: 3;
	top: -7px;
	right: 7px;
}

.rahmen a.down, .rahmen2 a.down {
	/*background: transparent url(pfeil_down_g.gif) right center no-repeat;*/
}
.rahmen a.down:after, .rahmen2 a.down:after {
	content: '';
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top: 8px solid #999;
	border-radius: 2px;
	position: relative;
	left: 6px;
	top: 18px;
}

.rahmen {
	border-top: 1px solid #ddd;
	position: relative;
}

.suche .gesetzesliste p {
}

.gesetzesliste .spalte {
}

.rahmen a {
	border: 0;
	padding-left: 10px;
}

.rahmen a, #rechtsgebiete .rahmen2 a {
	margin: 7px 0;
}

.rahmen h3, .rahmen2 h3 {
	background: none;
	margin: 0 0 10px 0;
	padding: 0;
}

div.gesetzesliste, div.gesetzesliste_b, div.gesetzesliste_c {
	padding: 5px;
}

.rahmen, .rahmen2 {
	margin: 0 0 15px 0;
}

/* Suchseite Ajax-Ergebnisse */
.minmax_wrapper {
	margin: 0 -15px 20px -15px;
}
#div_beste_treffer ul {
	max-height: 355px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.maximized {
	max-height: none !important;
}
#div_beste_treffer .listhead {
}
#div_beste_treffer ul li {
	border-top: 1px dotted silver;
	display: block;
	margin: 0;
	padding: 7px 5px 7px 15px;
}
#div_beste_treffer ul li:hover {
	background-color: #d8e0e8;
}
#div_beste_treffer ul li a {
	border: 0;
	display: block;
}
#div_beste_treffer .ergebnis_h, #div_beste_treffer .ergebnis_h2 {
	/*white-space: normal;*/
	display: block;
	overflow: hidden;
	padding: 1px 0;
}

#div_beste_treffer li a.instanzpfeil {
	background-image: url(autocomplete_pfeil.svg);
	background-repeat: no-repeat;
	background-position: 10px 3%;
	background-size: 16px;
	padding-left: 30px;
}
#div_beste_treffer li a.instanzpfeil .ergebnis_h2 {
	text-indent: 0;
}
#div_beste_treffer .ergebnis_h small {
	margin-top: -3px;
	vertical-align: middle;
}

.toggle_minmax_wrapper {
	background: #fff;
	border: 0;
	bottom: 0;
	display: block;
	left: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: -90000px;
	z-index: 1;
	-webkit-box-shadow: 0 -8px 6px -6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 -8px 6px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 -8px 6px -6px rgba(0, 0, 0, .2);
}
.toggle_minmax_wrapper::after {
	content: "";
	background: #fff url(ellipsis_round_inverted.svg) 50% 60% no-repeat;
	background-size: 26px;
	opacity: 0.25;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
	.toggle_minmax_wrapper:hover::after {
		filter: alpha(opacity=60);
		opacity: .6;
	}
	.toggle_minmax_wrapper.maximize::after {
		background-image: url(ellipsis_round.svg);
	}

#div_gerichte_meistgeklickt {
	margin-bottom: 14px;
	max-height: 300px;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}
#div_gerichte_meistgeklickt li {
	padding-bottom: 0;
}

/* }}} */


/* {{{ Hochgestellte Zahlen */

span.n a {
	font-size: .8em;
	margin-right: 1px;
	position: relative;
	top: -3px;
	vertical-align: top;
	color: grey;
}
#alpha span.n {
	white-space:nowrap;
}

/* }}} */

.anzahl_grau {
	background-color: #ddd;
	border-radius: 5px;
	color: #222;
	display: inline-block;
	font-size: .8em;
	line-height: 1.4em;
	margin: 2px 2px 0 4px;
	padding: 1px 3px;
	text-align: center;
}


.zusatzangabe, .bezahldienst, .einloggschranke, .freier_dienst {
	color: #999;
	font-size: 0.9em;
}
.bezahldienst, .einloggschranke, .freier_dienst {
	background: url(bezahldienst.png) left top no-repeat;
	background-size: 12px;
}
	.bezahldienst, .einloggschranke {
		padding-left: 16px;
		margin-left: 10px;
	}
	.einloggschranke {
		background-image: url(schloss.png);
	}

	.freier_dienst {
		background-image: url(freier_dienst.gif);
		background-position: left 1px;
		padding-left: 25px;
		margin-left: 15px;
	}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 100dpi) {
/*@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {*/
	.bezahldienst {
		background-image: url(bezahldienstx2.png);
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
/*@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {*/
	.bezahldienst {
		background-image: url(bezahldienstx3.png);
	}
}


#mobilschalter {
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f4f4f4 /*{b-body-background-start}*/), to( #fefefe /*{b-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(#f4f4f4 /*{b-body-background-start}*/, #fefefe /*{b-body-background-end}*/);
	border: 1px solid #eee;
	color: #036;
	display: block;
	font-size: .85em;
	margin: 20px auto 10px auto;
	padding: 4px 10px 3px 10px;
	position: relative;
	width: 170px;
	text-align: center;
}

#cookie_info {
	background-color: #ddd;
	bottom: 0;
	font-family: Candara, Lucida Grande,"Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
	left: 0;
	padding: 5px 25px;
	position: fixed;
	right: 0;
	z-index: 11;
}
	.cookie_info_link {
		background-color: #fff;
		border: 0 !important;
		border-radius: .3em;
		margin-left: 10px;
		padding: 0 4px;
	}


#footer_inhalt div {
	float: none;
	line-height: 2em;
}

#footer_inhalt div b {
	line-height: 3em;
}

#footer_inhalt div a {
	border: 0;
	display: block;
}

.mehrfade {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	z-index: 1;

	background: #fff;
	-webkit-box-shadow: 0 -8px 6px -6px rgba(215, 215, 215, 1);
	-moz-box-shadow: 0 -8px 6px -6px rgba(215, 215, 215, 1);
	box-shadow: 0 -8px 6px -6px rgba(215, 215, 215, 1);
}
	.mehrfade a {
		background: transparent url(ellipsis_round.svg) 50% 50% no-repeat;
		background-size: 20px;
		display: block;
		filter: alpha(opacity=25);
		height: 30px;
		margin: 0;
		opacity: 0.25;
		padding: 0;
		text-align: center;
		text-indent: -99999px;
		width: 100%;
	}
		.mehrfade a:hover {
			filter: alpha(opacity=60);
			opacity: .6;
		}

	.mehrfade a.mehrfadeout {
		background-image: url(ellipsis_round_inverted.svg);
	}


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

.clearfix {
	display: inline-block;
}
/* Vor IE/Mac verstecken \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#rel_home span {
	display: none;
}
#rel_home:after {
	content: 'Titelseite';
}

/* {{{ Gesetzestooltips */

.ui-tooltip, .arrow:after {
	background: #fff;
}
.ui-tooltip {
	display: block;
	font-size: 0.85em;
	/*left: 0px;*/
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	white-space: normal;
	width: 300px;
	z-index: 998;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0 4px 4px 0;

	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 4px 35px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 4px 35px 0px;
	box-shadow: rgba(0, 0, 0, 0.5) 1px 4px 35px 0px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 30px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 30px 0px;
	box-shadow: rgba(0, 0, 0, 0.4) 1px 4px 30px 0px;
}
.ui-helper-hidden-accessible {
	display: none;
}
.tooltip_head {
	background-color: #d8e0e8;
	padding: 15px 10px 15px 10px;
	position: relative;
	text-align: center;
}
.tooltip_content {
	padding: 10px;
}
.tooltip_content b:first-child {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
/* Tooltip arrows */
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	background-color: #d8e0e8;
	bottom: -20px;
	top: auto;
}

div.tt_rechtsprechung div.tooltip_content {
	padding-left: 42px;
	min-height: 24px;
}
div.tt_rechtsprechung .arrow.top:after {
	background-color: #fff;
}
div.tt_rechtsprechung a.rfenster_icon {
	left: 10px;
	position: absolute;
	top: 10px;
}

.ui-tooltip.standard_tt {
	padding: 10px;
	max-width: 400px;
	width: auto;
}

.nbm_abschnitt a.nbm {
	color: #222;
	border-bottom: 0;
}
	.nbm_abschnitt:hover a.nbm {
		color: #777;
		border-bottom: 1px dotted;
	}
	.nbm_abschnitt:hover a.nbm:hover {
		color: #036;
	}
.nbm_abschnitt .nbm_hinweis {
	display: none;
	background: #fff;
	color: #888;
	font-size: .9em;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(0, -100%);
}
	.nbm_abschnitt:hover .nbm_hinweis {
		display: block;
	}


.djo_karte_ul {
	display: block;
	height: 40px;
	list-style: none;
	margin: 0 auto 10px auto;
	padding: 0;
}
	.djo_karte_ul li {
		border-left: 1px solid #ddd;
		display: block;
		font-family: "Open Sans", Roboto, "San Francisco", "Segoe UI", sans-serif;
		font-size: 9px;
		float: left;
		padding: 0 3px;
		margin: 0;
		text-align: center;
		width: 21%;
	}
	.djo_karte_ul li:first-child {
		border: 0;
	}
	.djo_rspr_karte_anzahl {
		color: #036;
		display: block;
		fonz-size: 13px;
		font-weight: bold;
		margin-top: 10px;
	}
	.djo_rspr_karte_haekchen {
		background: url(/jcg/haekchen_blau_14x14.png) 50% 50% no-repeat;
		height: 14px;
		margin-top: 6px;
	}

/* }}} */
/*
#suche_open {
	background: transparent url(mobil/lupe.png) no-repeat center center;
	background-size: 20px;
	position: absolute;
	right: 10px;
	top: 12px;
	display: block;
	height: 20px;
	width: 20px;
}

#suche {
	background-color: #036;
	margin: 0;
	margin-top: 36px;
	padding: 7px 5px 10px 5px;
	position: relative;
	z-index: 20;
	height: 18px;
	display: none;
}

#suchfeld_ajax {
	border: 1px solid #7f98b2;
	border-right: 0;
	font-size: 1.1em;
	height: 18px;
	line-height: 22px;
	max-width: 99%;
	min-width: auto;
	padding: 1px;
	width: 99%;
	display: block;
}

#suchbutton_ajax {
	position: absolute;
	right: 5px;
	top: 7px;
	display: block;
}

#suchfeldset_ajax {
	min-width: auto;
	max-width: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}

#suchfeldform_ajax {
	left: 0;
	margin: 0;
	background-color: #ec2;
}
*/


/* {{{ Login/Registrierung per DIV */

#mobil_login {
	background: transparent url(benutzer_avatar_weiss48.png) 50% 50% no-repeat;
	background-size: 16px;
	cursor: pointer;
	height: 24px;
	position: absolute;
	right: 12px;
	top: 8px;
	width: 24px;
	opacity: .5;
}
#mobil_login.loggedin {
	/*background-image: url(benutzer_avatar_weiss48.png);*/
	opacity: 1;
}

#loginbox {
	background-color: #f3f5f7;
	border: 5px solid #fff;
	bottom: 0;
	height: auto;
	left: 0;
	padding: 15px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	z-index: 99;
}

#loginbox_wrapper {
	position: relative;
	top: 50%;
	left: 50%;
	max-width: 400px;
	-webkit-transform: translate(-50%, -48%);
	-ms-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
	width: 80%;
}

#close_loginbox {
	border: 0;
	cursor: pointer;
	height: 44px;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 32px;
	color: #444;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 1.6em;
}
#close_loginbox:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 15px;
	display: inline-block;
	border-right: 5px solid #999;
	border-bottom: 5px solid #999;
	width: 12px; height: 12px;
	transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-ms-transform: rotate(130deg);
	-o-transform: rotate(130deg);
}

#loginbox ul li:last-child a {
	margin-top: 30px;
	font-weight: bold;
}

#loginbox .menu_user_form {
	display: none;
}

#loginbox .menu_user_form:first-child {
	display: block;
}

.menu_form_switch {
	display: block;
	margin-bottom: 10px;
}

#loginbox ul {
	padding: 0;
	margin: 40px 0 0 0;
}
#loginbox ul li a, #loginbox ul li div {
	padding: 5px 10px;
}
#loginbox ul li a {
	background: rgba(255, 255, 255, .8);
	display: block;
}
#loginbox ul li {
	list-style: none;
	margin: 5px 0;
}

#loginbox_text {
	font-size: .85em;
	margin-bottom: 10px;
}

#form_menu_login {
	display: block;
}
.menu_user_form input[type=checkbox] {
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	*overflow: hidden;
}
.login_group {
	margin-bottom: 10px;
	overflow: auto;
}
.menu_user_form input:focus:required:valid, .login_group select:focus:required:valid {
	border-color: #0b0 !important;
}
.menu_user_form input:focus:required:invalid, .login_group select:focus:required:invalid {
	border-color: #b00 !important;
}
.menu_user_form input[type=text], .menu_user_form input[type=email], .menu_user_form input[type=password], .login_group select {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	padding: 8px;
	width: 100%;
	margin-bottom: 10px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.login_group input[type=submit], .login_group button {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
.menu_user_form input:focus, .menu_user_form select:focus {
	background-color: #ffd;
}
.menu_user_form input[type=submit], .menu_user_form button {
	cursor: pointer;
	background-color: #666;
	border: 0;
	color: #fff;
	font-size: 1em;
	padding: .4em .8em;
}
.login_group select option[val=""] {
	color: #aaa;
}
.login_group input[type=checkbox] {
	float: none;
	margin-right: 5px;
}
.login_group label {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.form_menu_password input[type=text], .menu_user_form input.gen_code, .menu_user_form input.fullwidth {
	display: block;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}
.menu_login input:focus, .menu_login select:focus {
	background-color: #ffd;
}
.menu_login input[type=submit], .menu_login button {
	cursor: pointer;
	background-color: #666;
	border: 0;
	color: #fff;
	font-size: 1em;
	padding: .2em .5em;
}
.menu_login button.reset {
	background-color: #ccc;
	color: #666;
}
.menu_login input[type=submit]:focus, .menu_login button:focus, .menu_login input[type=submit]:hover, .menu_login button:hover {
	background-color: #036;
	color: #fff;
}
.menu_login input.error {
	background-color: #ffd7d7;
}

.menu_warning, .menu_success {
	background-color: #ffc;
	margin-top: 10px;
	padding: 5px;
}
.menu_success {
	background-color: #cfc;
}

#dejurelogin .reihe {
	margin-bottom: 20px;
}
#dejurelogin input {
	display: block;
	width: 99%;
}

.ausblendung {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuOSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.9) 70%, rgba(255,255,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.6)), color-stop(70%,rgba(255,255,255,0.9)), color-stop(100%,rgba(255,255,255,0.9)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,0.9) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,0.9) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.9) 70%,rgba(255,255,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#e6ffffff',GradientType=0 );
}

/* }}} */


/* {{{ Benutzereinstellungsseite */
.benutzereinstellungen {
	margin-bottom: 20px;
}
.benutzereinstellungen h2, .benutzereinstellungen .kasten {
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;
	color: #333;
}

.benutzereinstellungen label {
	align-items: flex-start;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 10px;
	margin-left: 20px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.benutzereinstellungen input[type=checkbox], .benutzereinstellungen input[type=radio] {
	margin: 3px 4px 0 -20px;
}

.benutzereinstellungen h2 {
	letter-spacing: -1px;
	margin-bottom: 0;
	margin-top: 30px;
	padding-left: 10px;
	padding-top: 5px;
}

.benutzereinstellungen .kasten {
	border-top-color: #fff;
	padding: 10px;
	margin: 0;
}

.form_einstellungen .kasten {
	border-top-color: #e0e0e0;
	margin-top: 20px;
}

.benutzereinstellungen .einstellung_spalte {
	margin-bottom: 20px;
}

.benutzereinstellungen .einstellung_titel {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.einstellung_zwischenueberschrift {
	color: #8f8f8f;
	margin: 0 0 10px 0;
}

.form_einstellungen .einstellung_abschnitt {
	padding-bottom: 10px;
}
.benutzereinstellungen input[type=text], .benutzereinstellungen input[type=email], .benutzereinstellungen input[type=password], .benutzereinstellungen select {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 1em;
	padding: 8px;
	width: 100%;
	margin-bottom: 10px;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.benutzereinstellungen hr {
	border: 2px solid #ddd;
}
/* }}} */

/* {{{ Inhalte der Startseite */
.klappkasten {
	padding: 15px;
	display: none;
}
.aufgeklappt {
	display: block;
}
.klappkasten ul {
	margin-bottom: 20px;
}

.li_wrapper {
	margin-bottom: 12px;
}
.li_wrapper a {
	display: block;
}
.li_wrapper .ausgegraut {
	display: none;
}
.menu_spalte {
	padding-right: 5px;
}
.menu_rspr_s4 {
	color: #222;
	display: block;
}

#verlauf_mobil li {
	margin-bottom: 12px;
}
#verlauf_mobil ul li a {
	display: block;
}
.mobil_button {
	background-color: #7f98b2;
	border-radius: 3px;
	color: #fff !important;
	display: block;
	padding: 2px 10px;
	margin: 10px auto;
	max-width: 60%;
	text-align: center;
}
.mobil_button:hover {
	background-color: #036;
}
/* }}} */

/* {{{ Elemente am unteren Fensterrand anzeigen */
#fixed_bottom {
	background-color: #eee;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 94;
}
#fixed_bottom a {
	display: block;
	padding: 5px 10px;
	width: 55%;
}
#top_button {
	background-color: #eee;
	border: 4px solid #fff;
	cursor: pointer;
	position: absolute;
	bottom: 15px;
	right: 20px;
	z-index: 99;
	padding: 3px;
	height: 40px;
	width: 40px;
}
#top_button:after {
	content: "";
	position: absolute;
	right: 9px;
	top: 12px;
	display: inline-block;
	border-right: 5px solid #bbb;
	border-bottom: 5px solid #bbb;
	width: 9px; height: 9px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}



/* {{{ Merkfunktion */
.meldung_merkliste {
	background-color: #c30;
	border: 1px solid #ddd;
	color: #fff;
	padding: 1px 0;
}
	.meldung_merkliste span {
		background-color: #fff;
		border: 2px solid #c30;
		border-left-width: 0;
		border-right-width: 3px;
		color: #c30;
		font-size: .8em;
		position: relative;
		top: -1px;
		padding: 0 1px;
	}

.submit_dark, .submit_light {
	border: 0;
	cursor: pointer;
	padding: 5px;
	background-color: #036;
	font-size: 11px;
	color: #fff;
	text-align: center;
	box-shadow: 0px 1px 3px 0px #666666;
	background-color: #777;
}

.submit_light:hover, .submit_dark:hover {
	background-color: #036;
}
/* }}} Merkfunktion */


/* Key classes */
/* Base style, essential for every key. */
kbd, .key {
	display: inline;
	display: inline-block;
	min-width: 1em;
	padding: .2em .3em;
	font: normal 11px/1 "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
	border: none;
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
kbd[title], .key[title] {
	cursor: help;
}

/* Dark style for display on light background. This is the default style. */
kbd, kbd.dark, .dark-keys kbd, .key, .key.dark, .dark-keys .key {
	background: rgb(80, 80, 80);
	background: -moz-linear-gradient(top, rgb(60, 60, 60), rgb(80, 80, 80));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(60, 60, 60)), to(rgb(80, 80, 80)));
	color: rgb(250, 250, 250);
	text-shadow: -1px -1px 0 rgb(70, 70, 70);
	-moz-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 1px rgb(150, 150, 150), inset 0 -.05em .4em rgb(80, 80, 80), 0 .1em 0 rgb(30, 30, 30), 0 .1em .1em rgba(0, 0, 0, .3);
}

/* Light style for display on dark background. */
kbd.light, .light-keys kbd, .key.light, .light-keys .key {
	background: rgb(250, 250, 250);
	background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));
	color: rgb(50, 50, 50);
	text-shadow: 0 0 2px rgb(255, 255, 255);
	-moz-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
	box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);
}



.bgbl table td {
	display: block;
	padding: 0;
}

.bgbl table tr td:first-child {
	padding-top: 10px;
}

.gesetze_bgbl_tabelle {
	font-size: .85em;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


/* {{{ Stellenanzeigen */
.default_button {
	cursor: pointer;
	background-color: #666;
	border: 0;
	color: #fff;
	font-size: 1em;
	padding: .2em .5em;
}
.einzelne_anzeige h3 {
	font-size: 1.1em;
	margin-bottom: 15px;
}
.default_button:hover, .default_button:focus {
	background-color: #036;
	color: #fff;
}
#stellenanzeigen {
	display: none;
	font-size: .9em;
	line-height: 1.6em;
	width: 260px;
	margin: 40px auto 30px auto;
}
#stellenanzeige_button {
	background-color: #fff;
	border: 1px solid #eee;
	clear: both;
	float: right;
	margin: 5px 6px;
	padding: 2px 5px;
	display: none;
}
	#stellenanzeige_button:hover {
		border-color: #ddd;
	}
#stellenanzeigen .anzeige_kopf a {
	border-bottom: 0;
	color: #444;
}
	#stellenanzeigen:hover .anzeige_kopf a {
		border-bottom: 1px dotted;
		color: #c30;
	}
	#stellenanzeigen:hover .anzeige_kopf a:hover {
		color: #036;
	}
.anzeige_sub {
	background-color: #fdfdfd;
	border: 1px solid #eee !important;
	border-top-color: #ddd !important;
	color: #222 !important;
	cursor: pointer;
	display: block;
	height: 155px;
	margin: 10px;
	padding: 10px;
	width: 220px;
}
.anzeige_sub:hover {
	border-color: #ddd !important;
	color: #222 !important;
	background-color: #f9f9f9;
}
.anzeige_self {
	background: #d8e0e8;
	color: #222 !important;
	text-align: center;
}
.anzeige_self:hover {
	color: #222 !important;
	opacity: .9;
}
.anzeige_self h3 {
	color: #222;
	margin-top: 40px;
}
.anzeige_logo {
	margin-bottom: 5px;
	position: relative;
	text-align: center;
}
.anzeige_logo img {  
}
.anzeige_kopf {
	color: #444;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

#list-container {
	margin: 0 auto;
	overflow: hidden;
}
.sm_button {
	float: none !important;
	margin-top: 15px;
}

.list {
	/*
	min-width: 1400px;
	float: left;
	*/
}
.anzeigen_item {
	margin-right: 10px;
}

.anzeige_link {
	background-color: #fff;
	border: 1px solid #fff;
	border-top-color: #ddd;
	color: #fe5f3a;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	width: 169px;
	padding: 5px;
	text-align: center;
}
.anzeige_link:hover {
	background-color: #f9f9f9;
	border-color: #ddd;
}

#arrowR, #arrowL {
	background-color: #666;
	border: 1px solid #ddd;
	color: #ddd;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px 0;
	text-align: center;
	vertical-align: center;
	width: 15px;
}
#arrowR:hover, #arrowL:hover {
	background-color: #fff;
	color: #666;
}
#arrowR {
	float: right;
}
#arrowL {
	float: right;
}
#arrowR.disabled, #arrowL.disabled {
	opacity: .5;
	cursor: default;
}
#arrowR.disabled:hover, #arrowL.disabled:hover {
	background-color: #666;
	color: #ddd;
	cursor: default;
}

.anzeigen_item {
	position: relative;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: "";
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.45em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
}

.chevron.right:before {
	left: -.15em;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.15em;
	transform: rotate(-135deg);
}
@media (min-width: 540px) {
	#stellenanzeigen {
		width: 540px;
	}
	.anzeige_sub {
		float: left;
	}
}
/* }}} */


#zettel_umfrage {
	border-bottom-width: 0;
	color: #ddd;
	display: block;
	height: 20px;
	margin-bottom: -10px;
	overflow: hidden;
	padding: 10px;
	background-color: #222;
}
#zettel_umfrage:hover {
	background-color: #ddd;
	color: #222;
}
#disable_umfrage {
	color: #aaa;
	display: block;
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	height: 26px;
	margin-right: -10px;
	width: 26px;
}
#disable_umfrage:after {
	content: "×";
}

nav {
	height: 0;
}
/* auszublenden */
.hidemobile, nav, #derTooltip, #suchoptionen, #baugeruest, #admin, #aufschlagenset, .debug, #werbungrechtsfloat, #g_small_right, #googlecontent, #googlecontent1, .googlecontent, #footer, .ansichtumschalten, .funktionsbereich, #funchelper, #funchelper_gross, #Suchfeldform, form#Paragraph, #aktuell, .aktuell, #extra_zettel, #benutzer_link_kopf {
	visibility: hidden;
	display: none !important;
}
.versteckt {
	display: none;
}

.hidden {
	visibility: hidden;
}
.sichtbar {
	display: block;
}
