
/* ====================================================
|                DO NOT EDIT THIS FILE                |
==================================================== */
form h1 { /*fixes H1 in Serviceleiste*/
	font-size: 90%;
}
/* GENERALL CLASSES =========================== */
.skip  {
	position:absolute;
	left:-1000px;
	top:-200px;
	overflow:hidden;
}

/* FORMULAR ================================== */

fieldset {
	font-size:80%;
	border:0;
	margin: 0 0 1.5em 0;
	padding: 0 0 0.5em 0;
}

/* 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 {

        font-size: 100%;
        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 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,
div.eingabe input,
div.eingabe label,
div.eingabe select,
div.eingabe textarea,
div.option label {
	display:block;
	float:left;
}

div.eingabe1,
div.option1 {
        position: relative;
        white-space: nowrap;
}

div.option, div.option1 {

}



div.option label,
div.option1 label {
        margin-right: 3em;
}


div.eingabe label {
        margin-left: 0.15em;
        vertical-align: middle;
        width: 14.85em;
        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 3em;
        width: auto;
        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;
}





/* FORMS IN TABELLENFORM */


div.tabelle table {
	width:100%;
	margin:0 0 10px 20px;
}

table td,
table th {
	padding:1px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

table td img,
table th img {
	vertical-align: bottom;
	margin: 0 1px;
}

table input {
	width:auto;
}

table td.steuerbuttons {
	text-align: right;
}

#Main form input {
	border-style: none;
}

ul.infoBackground {
	font-size: 80%;
}
/*Fiala: Style �bernahme Vorlage Musterformular*/
/* HEADER ======================================= */

/*#logo {
        width:134px;
        float:right;
        text-align: right;
        padding-right:6px;
        margin-top:20px;
        padding-bottom: 20px;
}*/

#egov {
        width:auto;
        float:right;
        font: italic bold 1.0em "Times New Roman", Times, serif;
        color: #006464;
        text-align: right;
        margin-top:20px;
}

#empfaenger {
        width: 60%;
        padding-top: 20px;
        margin: 0;
}

h2.header {
        font-size: 1.0em;
        background-color: transparent;
        color:#ff0000;
        padding:0;
        margin:20px 0;
}

h3.header {
        font-size: 1.0em;
        background-color: transparent;
        color:#ff0000;
        padding:0;
        margin:20px 0 0 0;
        font-weight:normal;
}

/* 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;
}

/* 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;
 }

 /* 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;

}

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;

}

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;
}
