@charset "utf-8";

html
{
	background-color: #FFFFFF;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

body
{
	font-style: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	min-height: 100%;
	height: 100%;
	width: 100%;
	color: #262626;
	font-size: 1em;
	line-height: 160%;
	margin: 0px;
}

#navigation_oben
{
	position: fixed;
	background-color: #FFFFFF;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #CDD7E6;
}

@media screen and (max-width: 992px)
{
	#navigation_oben
	{
		height: 40px !important;
	}

	#navigation_obenlinks
	{
		width: 80px !important;
	}

	#navigation_obenlinks nav ul .navigation_obenlinks_hauptseite
	{
		width: 80px !important;
	}

	#navigation_obenlinks nav ul li a
	{
		padding: 10px 10px 5px 10px !important;
	}

	#navigation_obenmitte
	{
		left: 80px !important;
	}
	
	#navigation_obenmitte img, #navigation_obenmitte_popup img
	{
		height: 35px !important;
	}

	#inhalt
	{
		margin-top: 60px !important;
	}

	#navigation_links
	{
		top: 40px !important;
	}

	.w3-sidenav
	{
		overflow: scroll !important;
		padding-bottom: 100px !important;
	}
}

@media screen and (max-width: 400px)
{
	#navigation_obenmitte
	{
		display: none !important;
	}
}

#navigation_obenlinks
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 170px;
	height: 100%;
	text-align: left;
	vertical-align: middle;
	background-color: #E31D24;
	color: #065EA8;
}

#navigation_obenlinks nav
{
	position: fixed;
	z-index: 20;
}

#navigation_obenlinks nav ul
{
	padding: 0px;
	margin: 0px;

	box-shadow: 2px 2px 2px #dfdfdf;
	-moz-box-shadow: 2px 2px 2px #dfdfdf;
	-webkit-box-shadow: 2px 2px 2px #dfdfdf;
}

#navigation_obenlinks nav ul .navigation_obenlinks_hauptseite
{
	display: block;
	text-align: left;
	visibility: visible;
	width: 170px;
}

#navigation_obenlinks nav ul li
{
	list-style: none;
	padding-top: 0px;
	float: left;
}

#navigation_obenlinks nav ul li a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	display: block;
	color: #065EA8;
	padding: 10px 10px 5px 10px;
	vertical-align: middle;

	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}

#navigation_obenlinks nav ul li:hover a
{
	background-color: #E31D24;
	color: #065EA8;
}

#navigation_obenlinks_popup
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 0px;
	right: 272px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenmitte
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: 170px;
	right: 130px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenmitte img, #navigation_oben_popup img, #navigation_obenlinks_popup img
{
	position: relative;
	margin-left: 10px;
	height: 50px;
}

#navigation_obenrechts
{
	position: absolute;
	top: 0px;
	height: 100%;
	left: auto;
	max-width: 130px;
	right: 0px;
	background-color: #FFFFFF;
	color: #065EA8;
}

#navigation_obenrechts_popup
{
	top: 0px;
	left: auto;
	max-width: 272px;
	right: 0px;
	height: 80px;
	padding-right: 10px;
	float: right;
	text-align: right;
	z-index: 12;
	overflow: hidden;
	color: #065EA8;
	font-weight: normal;
	border-bottom: 1px solid #CDD7E6;
}

#navigation_mandant_id_wechseln
{
	max-width: 120px;
}

#navigation_obenrechts a, #navigation_obenrechts_popup a
{
	padding: 0.2em;
	margin-top: 1px;
	color: #065EA8;
	font-weight: bold;
	text-decoration: none;
}

#navigation_links
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E94A50;
	color: #065EA8;
	z-index: 5;
}

#navigation_links2
{
	position: fixed;
	top: 80px;
	width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EE777C;
	color: #065EA8;
	z-index: 5;
}

#navigation_links a, #navigation_links2 a
{
	border-bottom: 1px solid #065EA8;
	display: block;
	padding: 0.2em;
	margin-top: 0px;
	color: #065EA8;
	width: 100%;
	text-decoration: none;

	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}

#navigation_links a:link, #navigation_links2 a:link
{
	color: #065EA8;
	text-decoration: none;
}

#navigation_links a:visited, #navigation_links2 a:visited
{
	color: #065EA8;
	text-decoration: none;
}

#navigation_links a:hover, #navigation_links2 a:hover
{
	/* -moz-border-radius: 50px; Firefox */
	/* -webkit-border-radius: 50px; /* Safari, Chrome */
	/* -khtml-border-radius: 50px; /* Konqueror */
	/* border-radius: 50px; /* CSS3 */
	color: #E31D24;
	background-color: #065EA8;
	text-decoration: none;
}

#navigation_links a:focus, #navigation_links2 a:focus
{
	color: #E31D24;
	background-color: #065EA8;
	text-decoration: none;
}

#navigation_links a:active, #navigation_links2 a:active
{
	color: #E31D24;
	background-color: #065EA8;
	text-decoration: none;
}

#navigation_unten
{
	position: fixed;
	bottom: 0px;
	right: 72px;
	height: 30px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	z-index: 100;
	overflow: auto;
	color: #065EA8;
	font-weight: normal;
}

.link_text
{
	display: inline;
}

#inhalt
{
	margin-top: 100px;
	margin-right: 10px;
	z-index: 10;
}

#inhalt_popup
{
	margin-top: 120px;
	margin-left: 20px;
	z-index: 10;
}

#inhalt a, #inhalt_popup a
{
	padding: 0.4em;
	color: #065EA8;
	text-decoration: none;
	background-color: #F4A5A7;

	-webkit-transition: background 0.3s ease-out 0s;
	-moz-transition: background 0.3s ease-out 0s;
	-o-transition: background 0.3s ease-out 0s;
	transition: background 0.3s ease-out 0s;
}

#inhalt a:hover, #inhalt_popup a:hover
{
	background-color: #E31D24;
}

.infobar
{
	display: block;
	width: 100%;
	background-color: #065EA8;
	color: #E31D24;
	margin: 10px 0em 20px 0px;
}

.infobar2
{
	padding: 0.4em 0.4em 0.4em 0.4em;
}

.ohne_hintergrund, #inhalt .ohne_hintergrund, #inhalt_popup .ohne_hintergrund
{
	padding: 0em 0.2em;
	color: #065EA8;
	text-decoration: none;
	background-color: transparent;
	border-radius: 50%;
}

.hintergrund_hell
{
	color: #065EA8 !important;
	background-color: #E31D24 !important;
}

.hintergrund_dunkel
{
	color: #065EA8 !important;
	background-color: #E31D24 !important;
}

#inhalt iframe
{
	float: left;
	clear: both;
	width: 853px;
	height: 480px;
}

#inhalt table, #inhalt_popup table
{
	top: 15px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	empty-cells: show;
	border: 1px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
	font-size: 1em;
	z-index: 1;
}

#inhalt table thead, #inhalt_popup table thead
{
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

#inhalt table td, #inhalt_popup table td
{
	vertical-align: top;
	padding: 6px 10px;
}

#inhalt table thead tr, #inhalt_popup table thead tr
{
	background-color: #E31D24;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table thead tr td select, #inhalt_popup table thead tr td select
{
	font-weight: normal;
}

#inhalt table tbody td, #inhalt_popup table tbody td
{
	border-top: 1px solid #CDD7E6;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe
{
	background-color: #E31D24;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tr.hervorheben, #inhalt_popup table tr.hervorheben, .hervorheben
{
	background-color: #F4A5A7;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tr.summe, #inhalt_popup table tr.summe, .summe
{
	background-color: #E31D24;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #E31D24;
	color: #065EA8;
	font-weight: bold;
}

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #E31D24;
	color: #065EA8;
	font-weight: bold;
}

.brotkruemel
{
	padding: 10px 0px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6
{
	color: #065EA8 !important;
}

input, select, textarea, label, .w3-input, .w3-select, .w3-label
{
	color: #262626 !important;
}

input, select, textarea
{
	background-color: #e6ebf2;
	border: 0px solid !important;
}

input:focus, select:focus, textarea:focus
{
	background-color: #F4A5A7;
	color: #065EA8;
}

input[type=submit], input[type=button], button, .w3-btn
{
	background-color: #F4A5A7 !important;
	color: #065EA8 !important;
}

td.dragHandle
{
	width: 35px;
}

td.dragHandle i
{
	display: none;
}

td.showDragHandle i
{
	display: block;
	cursor: move;
}
