/* EINLEITUNG =======================================  */
.einleitung {
	clear: both;
}

div#hinweis {
	background-color: #eee;
	clear: both;
	font-size: 0.9em;
	min-height: 1.8em;
	margin: 40px 0 20px 0;
}

div#hinweis h2#hinweis1,div#position h2#position1 {
	background-color: #ff0000;
	color: #fff;
	padding: 5px;
	margin: 0 10px 0 0;
	display: inline;
	float: left;
	font-size: 0.9em;
	width: 12em;
	text-align: center;
	min-height: 16px;
}

div#hinweis ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
	font-weight: bold;
	white-space: nowrap;
	background-color: #eee;
	min-height: 26px;
}

div#hinweis img {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

div#hinweis ul li {
	padding: 5px 10px;
	margin: 0;
	float: left;
	background-color: #eee;
}

div#hinweis ul li#hinweis2 {
	padding-left: 3px;
	border-right: 2px solid #fff;
	min-height: 16px;
}

div#hinweis ul li#hinweis2 a {
	color: #000;
}

/* FEHLER HANDLING ======================================= */
#fehler {
	border: 2px solid #ff0000;
	color: #ff0000;
	/*font-weight: bold;*/
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 1.5em;
}

#fehler ul {
	margin: 0 16px;
	padding: 0;
}

#fehler ul li a {
	color: #ff0000;
}

#fehler p {
	margin-bottom: 0;
}

input.inputfehler,select.inputfehler,textarea.inputfehler {
	border: 2px solid #ff0000;
}

/* WARNING HANDLING ======================================= */
#warning {
	border: 2px solid #ffcc00;
	color: #FFCC00;
	font-size: 0.9em;
	padding: 6px;
	margin-bottom: 1.5em;
}

#warning ul {
	margin: 0 16px;
	padding: 0;
}


/* PAGE NAVIGATION ============================================ */
div#position {
	background-color: #eee;
	clear: both;
	font-size: 0.9em;
	height: 1.8em;
	margin: 20px 0;
}

div#position ul {
	list-style-type: none;
	padding: 0;
	margin: 0 2px;
	font-size: 0.9em;
	font-weight: bold;
	min-height: 26px;
	background-color: #EEEEEE;
}

div#position ul li {
	margin: 4px 3px;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
}

div#position ul li.active {
	padding: 1px 3px;
	color: White;
}

div#position ul li.stop {
	color: #4f6c17;
	margin: -6px -4px 0px -4px;
	font-size: 2em;
}

div#position ul li a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 1px 3px;
	background-color: #fff;
}

/* FOOTER ====================================== */
#formkennung {
	margin: 10px 0;
	float: left;
	font-size: 0.8em;
	padding-bottom: 1.5em;
}

#seitennr {
	margin: 10px 0;
	float: right;
	font-size: 0.8em;
	padding-bottom: 1.5em;
}

/* GENERALL CLASSES =========================== */
.skip {
	position: absolute;
	left: -1000px;
	top: -200px;
	overflow: hidden;
}

/*HINWEISE ======================================*/
div.hinweise {
	font-size: 1.0em;
}

/* KONTROLLSEITE ============================== */
div.kontrolle {
	font-size: 0.8em;
	border: 0;
	margin: 0 0 20px 0;
	padding: 0;
	clear: left;
}

div.kontrolle h2 {
	font-size: 1.2em;
	clear: both;
}

/* AUSGABESEITE =============================== */
div.ausgabe {
	clear: both;
	padding-left: 17em;
	margin: 0;
}

#fieldset_container div.ausgabe h3.variable {
	margin: 0.5em 0 0.5em -17em;
	vertical-align: middle;
	width: 15em;
	float: left;
	display: inline;
	text-align: right;
	font-weight: normal;
	clear: both;
	background: none;
	border: none;
}

div.ausgabe p.variable {
	margin: 0.5em 0 0.5em -15em;
	text-align: left;
}

div.ausgabe p.inhalt {
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	margin: 0;
	float: left;
}

table.ausgabe th.variable {
	width: 15em;
	text-align: right;
	padding: 0.2em 1em 0.2em 0;
}

table.ausgabe td,table.ausgabe th {
	padding: 0.2em 1em;
}

table.ausgabe td.number,table.ausgabe th.number {
	text-align: right;
}

/* FORMULAR ================================== */
fieldset { /*font-size:0.8em;*/
	border: 0;
	margin: 0 0 1.5em 0;
	padding: 0 0 0.5em 0;
	background-color: #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
fieldset:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
fieldset {
	display: block;
}

fieldset h2,fieldset h3 {
	border-bottom: 3px solid White;
	font-size: 1.25em;
	margin: 0;
}

option {
	padding-right: 1em;
}

textarea {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pflichticon {
	position: absolute;
	right: 15px;
	top: 0;
}

.hilfeicon {
	position: absolute;
	right: 2px;
	top: 0;
}

div.steuerleiste {
	clear: both;
	padding-left: 13.8em;
	margin: 0.5em 0;
	position: relative;
}

div.steuerleistebreit {
	clear: both;
	padding-left: 0;
	margin: 0.5em 0 0.5em 4em;
	position: relative;
}

div.steuerleisteleft {
	clear: both;
	margin: 0.5em 0;
	position: relative;
}s

/* DIV CONTAINER FUER FORMELEMENTE */
div.eingabe1,div.option1,div.eingabe input,div.eingabe label,div.eingabe select,div.eingabe textarea,div.option label
	{
	float: left;
	display: block;
}

div.option1 label {
	float: none;
}

div.eingabe {
	clear: both;
	padding: 0.5em 0;
	margin: 0;
	position: relative;
}

div.option {
	clear: both;
	padding-left: 20em;
	margin: 0.5em 0;
	position: relative;
}

div.option,div.option1 {
	zoom: 1; /* IE incl ie 7 */
}

div.eingabe1,div.option1 {
	position: relative;
	white-space: nowrap;
}

div.option label,div.option1 label {
	margin-right: 3em;
}

div.pwd_forgotten {
	width: 100%;
	text-align: center;
	float: left;
}

div.pwd_forgotten a {
	padding: 1em;

 	text-align: center;
	display: inline-block;
/* 	margin-left: 239px; float: left; */
}

div.eingabe label {
	margin-left: 0.15em;
	vertical-align: middle;
	width: 18em;
	float: left;
	text-align: right;
	padding-right: 28px;
	padding-top: 1px;
	position: relative;
}

div.option label {
	text-align: left;
	padding-top: 0;
}

div.eingabe1 label {
	margin: 0 0.2em 0 1em;
	width: 10em;
	text-align: right;
	padding-top: 1px;
}

div.eingabe1 label.dreispalten {
	border: 0px solid black;
	margin-left: 15px;
	width: 2.35em;
}

div.option1 label {
	margin-left: 3em;
	text-align: left;
	padding-top: 0;
}

div.eingabe input {
	padding: 1px;
}

div.option input,div.option1 input {
	padding: 0;
	position: absolute;
	left: 17em;
	top: 0;
	float: left;
}

div.eingabe input.button,div.option input.button {
	margin-left: 1em;
}

div.option1 input {
	left: 0;
}

div label.labelbreit {
	width: 15em;
}

div label.labelmittel {
	width: 10em;
}

div label.labelschmal {
	width: 5em;
}

div.input input.button {
	position: static;
	width: 10em;
	font-size: 1.0em;
	margin: 5px 10px 5px 0;
}

div.steuerleiste input.button,div.steuerleistebreit input.button,div.steuerleistebreit input.buttonbreit
	{
	position: static;
	width: 10em;
	font-size: 0.9em;
	margin: 5px 10px 5px 0;
}

div.steuerleistebreit input.buttonbreit {
	width: auto;
}

div.eingabe input.buttonbreit {
	position: static;
	width: auto;
	margin: 5px 10px 5px 18.5em;
}

div.eingabe1 input.buttonschmal {
	position: static;
	width: 10em;
	font-size: 1.0em;
	margin: 0 0 0 20px;
	padding: 0px;
	vertical-align: top;
}

input.calculated {
	color: Black;
	text-align: right;
}

input.number {
	text-align: right;
}

div.auswahl {
	float: left;
	margin: 0 20px;
}

div.auswahl label {
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

div.rechts {
	text-align: right;
	width: 700px;
}

div.rechts .button {
	margin: 0;
}

div.steuerung {
	width: auto;
	float: left;
	margin: 20px 0 0 0;
}

div.steuerung input.button {
	width: 10em;
	font-size: 1.0em;
	margin: 10px 0;
	text-align: center;
}

span.button-separator {
	padding-left: 10em;
	margin: 10px 0;
}

div.auswahl select {
	min-width: 300px;
}

/* FORMS IN TABELLENFORM */
div.tabelle {
	width: 690px;
}

div.tabelle_alone {
	width: 690px;
	padding: 0.5em 0;
	margin: 0;
}

div.tabelle table {
	width: 100%;
	margin: 0 0 10px 20px;
	border-spacing: 0;
}

table td,table th {
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

table td img,table th img {
	vertical-align: bottom;
	margin: 0 1px;
}

table th input {
	font-weight: bold;
}

table input {
	width: auto;
}

table input.button {
	font-size: 0.8em;
	margin-right: 8px;
}

table td.steuerbuttons {
	text-align: right;
}

div.steuerleistetable {
	margin: 0 0 10px 20px;
}

div.steuerleistetable input.button {
	width: 16em;
}

div.tabelle p {
	margin: 10px 0 10px 20px;
}

table tr.sum,table tr.sum td,table tr.sum th {
	border-top: 1px solid Black;
}

table.center th,table.center td,tr.center th,tr.center td,th.center,td.center
	{
	text-align: center;
}

table tr th.label {
	text-align: right;
}

/* angemeldete Benutzer =========================== */
div.activeUserPageContainer {
	min-height: 36px;
	padding-left: 15px;
	margin-bottom: -15px;
}

div.activeUserPageEntry {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 8px;
	float: left;
	font-size: small;
	background-color: #eeeeee;
	border-radius: 5px 5px 0px 0px;
 }

div.activeUserPageEntry a {
	color: #000000;
	text-decoration: none;
}

div.activeUserPageEntry:hover {
	background-color: #cccccc;
}

div.activeUserPageInactive {
	margin-top: 23px;
	height: 10px;
	max-height: 14px;
}

div.activeUserPageActive {
	height: 18px;
	background-color: #aaaaaa;
	margin-top: 15px;
}

#active_user_filter, #active_user {
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #9DAD89;
	overflow: auto;
}
