@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: 97%;
	color: #053782;
	font-size: 1em;
	line-height: 160%;
}

.zeile
{
	float: left;
	clear: both;
	padding-bottom: 20px;
}

.spalten_leer
{
	float: left;
	width: 115px;
	height: 100%;
	padding-right: 15px;
}

.spalten_1
{
	float: left;
	width: 115px;
	padding-right: 15px;
}

.spalten_2
{
	float: left;
	width: 245px;
	padding-right: 15px;
}

.spalten_3
{
	float: left;
	width: 375px;
	padding-right: 15px;
}

.spalten_4
{
	float: left;
	width: 505px;
	padding-right: 15px;
}

.spalten_5
{
	float: left;
	width: 635px;
	padding-right: 15px;
}

.spalten_6
{
	float: left;
	width: 765px;
	padding-right: 15px;
}

.spalten_7
{
	float: left;
	width: 895px;
	padding-right: 15px;
}

.spalten_8
{
	float: left;
	width: 1025px;
	padding-right: 15px;
}

.spalten_9
{
	float: left;
	width: 1155px;
	padding-right: 15px;
}

.spalten_10
{
	float: left;
	width: 1285px;
	padding-right: 15px;
}

.spalten_11
{
	float: left;
	width: 1415px;
	padding-right: 15px;
}

.spalten_12
{
	float: left;
	width: 1545px;
	padding-right: 15px;
}

#navigation_obenlinks
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 40px;
	display: inline;
	background-color: #F29400;
	padding-left: 0px;
	float: left;
	text-align: left;
	z-index: 12;
	overflow: hidden;
	color: #053782;
	font-weight: normal;
}

#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;
	min-width: 204px;
}

#navigation_obenlinks nav ul .navigation_obenlinks_applikation
{
	display: none;
	visibility: hidden;
	min-width: 165px;
}

#navigation_obenlinks nav ul .navigation_obenlinks_applikation li
{
	min-width: 165px;
}

#navigation_obenlinks nav:hover > ul .navigation_obenlinks_applikation
{
	display: block;
	visibility: visible;
}

#navigation_obenlinks nav ul, #navigation_obenlinks nav ul li
{
	background-color: #F29400;
}

#navigation_obenlinks nav ul li
{
	list-style: none;
	float:left;
}

#navigation_obenlinks nav ul .navigation_obenlinks_applikation li
{
	border-left: 1px solid #CDD7E6;
}

#navigation_obenlinks nav ul li a
{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #053782;
	padding: 5px 5px 0px 10px;
	height: 25px;

	-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, #navigation_obenlinks nav ul li:hover > ul li a
{
	background-color: #F29400;
	color: #053782;
}

#navigation_obenlinks nav ul li:hover > ul
{
	visibility: visible;
	color: #053782;
}

#navigation_obenlinks nav ul li ul
{
	display: inline;
	visibility: hidden;
	position: absolute;
	padding:0px;
	margin-left: -1px;
}

#navigation_obenlinks nav ul li ul li
{
	float: none;
}

#navigation_obenlinks nav ul li ul li a:hover
{
	color: #F29400;
	background-color: #053782 !important;
}

#navigation_oben
{
	position: fixed;
	top: 0px;
	left: 205px;
	right: 272px;
	display: inline;
	height: 40px;
	background-color: #FFFFFF;
	padding-left: 15px;
	float: left;
	text-align: left;
	z-index: 11;
	overflow: auto;
	border-bottom: 1px solid #CDD7E6;
	color: #053782;
	font-weight: normal;
	overflow: hidden;
}

#navigation_oben .mandant_name
{
	position: relative;
	font-size: 2.5em;
	bottom: 12px;
}

#navigation_oben img
{
	position: relative;
	height: 35px;
	padding-top: 5px;
	margin-left: 0px;
}

#navigation_oben_popup
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	background-color: #FFFFFF;
	padding-left: 15px;
	float: left;
	text-align: left;
	z-index: 11;
	overflow: auto;
	border-bottom: 1px solid #CDD7E6;
	color: #053782;
	font-weight: normal;
}

#navigation_oben_popup .mandant_name
{
	position: relative;
	font-size: 2.5em;
	bottom: 12px;
}

#navigation_oben_popup img
{
	position: relative;
	height: 35px;
	padding-top: 5px;
	margin-left: 0px;
}

#navigation_obenrechts
{
	position: fixed;
	top: 0px;
	left: auto;
	width: 272px;
	min-width: 272px;
	max-width: 272px;
	right: 0px;
	height: 40px;
	background-color: #FFFFFF;
	padding-right: 10px;
	float: right;
	text-align: right;
	z-index: 12;
	overflow: hidden;
	border-bottom: 1px solid #CDD7E6;
	color: #053782;
	font-weight: normal;
}

#navigation_obenrechts_popup
{
	position: fixed;
	top: 0px;
	left: auto;
	width: 272px;
	min-width: 272px;
	max-width: 272px;
	right: 0px;
	height: 40px;
	padding-right: 10px;
	float: right;
	text-align: right;
	z-index: 12;
	overflow: hidden;
	color: #053782;
	font-weight: normal;
}

#navigation_mandant_id_wechseln
{
	max-width: 120px;
}

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

#navigation_links
{
	position: fixed;
	top: 40px;
	left: 0px;
	width: 195px;
	height: 100%;
	background-color: #F29400;
	padding-left: 10px;
	padding-top: 10px;
	float: left;
	text-align: left;
	z-index: 10;
	overflow: auto;
	color: #053782;
	font-weight: normal;
}

#navigation_links #suche_text
{
	font-size: 0.8em;
	height: 15px;
	width: 100%;
	text-align: left;
}

#navigation_links .suche_text1
{
	color: #053782;
}

#navigation_links .suche_text2
{
	color: #CDD7E6;
}

#navigation_links #suche_button
{
	border: 0px solid;
	border-bottom: 1px solid #053782;
	text-align: left;
	display: block;
	padding: 0.2em;
	padding-left: 0px;
	margin-top: 1px;
	background-color: #F29400;
	color: #053782;
	width: 100%;
	text-decoration: none;
	font-weight: normal;

	-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 #suche_button:hover
{
	/* -moz-border-radius: 50px; Firefox */
	/* -webkit-border-radius: 50px; /* Safari, Chrome */
	/* -khtml-border-radius: 50px; /* Konqueror */
	/* border-radius: 50px; /* CSS3 */
	color: #F29400;
	background-color: #053782;
	text-decoration: none;
	font-weight: bold;
}

#navigation_links a
{
	border-bottom: 1px solid #053782;
	display: block;
	padding: 0.2em;
	margin-top: 1px;
	color: #053782;
	width: 100%;
	text-decoration: none;
	font-weight: normal;

	-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
{
	color: #053782;
	text-decoration: none;
}

#navigation_links a:visited
{
	color: #053782;
	text-decoration: none;
}

#navigation_links a:hover
{
	/* -moz-border-radius: 50px; Firefox */
	/* -webkit-border-radius: 50px; /* Safari, Chrome */
	/* -khtml-border-radius: 50px; /* Konqueror */
	/* border-radius: 50px; /* CSS3 */
	color: #F29400;
	background-color: #053782;
	text-decoration: none;
	font-weight: bold;
}

#navigation_links a:focus
{
	color: #F29400;
	background-color: #053782;
	text-decoration: none;
}

#navigation_links a:active
{
	color: #F29400;
	background-color: #053782;
	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: #053782;
	font-weight: normal;
}

.link_text
{
	display: inline;
}

#inhalt
{
	position: absolute;
	left: 205px;
	top: 40px;
	bottom: 13px;
	right: 13px;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
	min-width: 4em;
	z-index: 1;
}

#inhalt_popup
{
	position: absolute;
	top: 40px;
	left: 15px;
	bottom: 13px;
	right: 13px;
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding-top: 20px;
	min-width: 4em;
	z-index: 1;
}

#inhalt a, #inhalt_popup a
{
	padding: 0.4em;
	color: #053782;
	text-decoration: none;
	font-weight: normal;

	-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 .button_klein, #inhalt_popup .button_klein
{
	background-color: #CDD7E6;
	width: 130px;
	display: inline-block;
}

#inhalt .button_gross, #inhalt_popup .button_gross
{
	background-color: #CDD7E6;
	width: 300px;
	display: inline-block;
}

#inhalt a:hover, #inhalt_popup a:hover
{
	font-weight: bold;
	background-color: #F29400;
}

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

.ohne_hintergrund
{
	padding: 0.2em;
	color: #053782;
	text-decoration: none;
	background-color: transparent;
}

#inhalt table, #inhalt_popup table
{
	position: static;
	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;
}

thead, tr
{
	width: 100%;
	min-width: 100%;
}

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

#inhalt table thead tr, #inhalt_popup table thead tr
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

#inhalt table .hellorange, #inhalt_popup table .hellorange
{
	background-color: #F8C97F;
	color: #053782;
}

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

#inhalt table tfoot tr, #inhalt_popup table tfoot tr
{
	background-color: #F29400;
	color: #053782;
	font-weight: bold;
}

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

#inhalt_formular
{
	padding-left: 60px;
	empty-cells: show;
	border: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
	margin-bottom: 30px;
}

.inhalt_formular_ueberschrift
{
	float: left;
	clear: both;
	font-weight: bold;
	color: #053782;
}

.inhalt_formular_infotext
{
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#inhalt_formular form
{

}

#inhalt_formular label
{
	float: left;
	clear: both;
	margin-top: 15px;
}

#inhalt_formular input[type=text], #inhalt_formular input[type=password]
{
	float: right;
	margin-top: 15px;
	width: 370px;
	font-size: 1em;
	background-color: #E6EBF2;
	border: 0px solid;
}

#inhalt_formular input[type=radio], #inhalt_formular input[type=checkbox]
{
	float: right;
	margin-top: 22px;
	margin-left: 25px;
	border: 0px solid;
}

#inhalt_formular select
{
	float: left;
	margin-top: 15px;
	width: 370px;
	background-color: #F2F5F9;
	border: 0px solid;
}

#inhalt_formular textara
{
	float: left;
	margin-top: 15px;
	width: 370px;
	background-color: #F2F5F9;
	border: 0px solid;
}

#inhalt_formular input[type=submit]
{
	float: right;
	clear: both;
	width: 115px;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0.2em;
	font-size: 1em;
	color: #053782;
	text-decoration: none;
	background-color: #F8C97F;
}

.inhalt_formular_trennung
{
	float: left;
	clear: both;
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #CDD7E6;
	background-color: #CDD7E6;
}

#inhalt_info
{
	empty-cells: show;
	border: 0px;
	border-left: 0px solid #CDD7E6;
	border-spacing: 0px;
	border-collapse: separate;
	border-style: solid;
	line-height: 160%;
}

#liste_bearbeiten
{
	empty-cells: show;
	border: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
}

#liste_bearbeiten form
{
	float: left;
	clear: both;
	width: 100%;
}

#liste_bearbeiten label
{
	float: left;
	clear: both;
}

#liste_bearbeiten input
{
	float: right;
	min-width: 100%;
	font-size: 0.9em;
	background-color: #E6EBF2;
	border: 0px solid;
}

#liste_bearbeiten select
{
	float: left;
	width: 100%;
	background-color: #F2F5F9;
	border: 0px solid;
}

#liste_bearbeiten textara
{
	float: left;
	width: 100%;
	background-color: #F2F5F9;
	border: 0px solid;
}

#liste_bearbeiten input[type=submit], #verwaltung_bearbeiten input[type=button], #verwaltung_bearbeiten input[type=reset]
{
	clear: both;
	margin-bottom: 30px;
	padding: 0.2em;
	color: #053782;
	text-decoration: none;
	background-color: #F8C97F;
}

#liste_bearbeiten input[type=submit]
{
	font-weight: bold;
}

.verwaltung_tabelle
{
	position: static;
	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: 11pt;
}

.verwaltung_tabelle select
{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

#verwaltung_bearbeiten
{
	empty-cells: show;
	border: 0px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
	width: 750px;
}

#verwaltung_bearbeiten form
{
	float: left;
	clear: both;
	width: 100%;
}

#verwaltung_bearbeiten label
{
	float: left;
	clear: both;
}

#verwaltung_bearbeiten input
{
	float: right;
	width: 100%;
	font-size: 1em;
	background-color: #E6EBF2;
	border: 0px solid;
}

#verwaltung_bearbeiten select
{
	float: left;
	width: 100%;
	background-color: #F2F5F9;
	border: 0px solid;
}

#verwaltung_bearbeiten textara
{
	float: left;
	width: 100%;
	background-color: #F2F5F9;
	border: 0px solid;
}

#verwaltung_bearbeiten input[type=submit], #verwaltung_bearbeiten input[type=button], #verwaltung_bearbeiten input[type=reset]
{
	clear: both;
	margin-bottom: 30px;
	padding: 0.2em;
	color: #053782;
	text-decoration: none;
	background-color: #F8C97F;
}

#verwaltung_bearbeiten input[type=submit]
{
	font-weight: bold;
}

#speicher_buttons_unten input[type=submit], #speicher_buttons_unten input[type=button], #speicher_buttons_unten input[type=reset]
{
	float: right;
	margin-top: 15px;
	width: 100%;
	font-size: 1em;
	border: 0px solid;
	clear: both;
	margin-bottom: 30px;
	padding: 0.2em;
	color: #053782;
	text-decoration: none;
	background-color: #F8C97F;
}

#speicher_buttons_unten input[type=submit]
{
	font-weight: bold;
}

td.dragHandle
{

}

td.showDragHandle
{
	background-image: url(../img/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}


#inhalt #Kunde
{
	position: static;
	top: 0px;
	left: 0px;
	width: 1010px;
	margin: 0px;
	min-width: 16em;
	background-color: #FFFFFF;
}

#inhalt #Kunde_Inhalt
{
	position: static;
	width: 1010px;
	max-width: 1010px;
	padding: 0px;
	min-width: 16em;
	line-height: 1.4em;
	z-index:1;
}

#inhalt #Kunde_Inhalt input
{
	background-color: #FFFFFF;
	text-align: left;
}

#inhalt #Kunde_Journal
{
	width: 1010px;
	max-width: 1010px;
	min-width: 1010px;
	border: 1px;
	border-spacing: 0px;
	border-collapse: separate;
	border-color: #CDD7E6;
	border-style: solid;
	z-index: 1000;
}
