body {
	padding: 0px;
	margin: 0px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 11pt;
	color: #333333;
}

#scrollbox_buchungsbelege {
	max-height: 235px;
	overflow: auto;
}

#scrollbox_nachpruefungsbelege {
	max-height: 260px;
	overflow: auto;
}

a:link, a:visited, a:active {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #999999;
	text-decoration: none;
}

a:hover {
	font-family: 'Ubuntu Condensed', sans-serif;
	color: #333333;
	text-decoration: none;
}

.schwachschrift {
	color: #999999;
}

.maske {
	width: 100%;
	background-color: #F6F6F6;
	padding: 5px;
}

.infomaske {
	background-color: #EFEFEF;
	padding: 5px;
}

.tabelle_hauptmenue {
	background-color: #d0dfef;
	padding: 5px;
	width: 100%
}

.tabelle_infoleiste {
	background-color: #EFEFEF;
	width: 100%;
	text-align: right;
	padding: 5px;
	color: #999999;
}

.maske_topic {
	font-family: 'Duru Sans', sans-serif;
	text-transform: uppercase;
	font-size: 160%;
	color: #99CC00;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background: url(../images/arrow.png) no-repeat 20px;
}

.maske_topic_klein {
	font-family: 'Duru Sans', sans-serif;
	text-transform: uppercase;
	font-size: 110%;
	color: #999999;
	background-color: #FFFFFF;
	padding: 5px;
}

.maske_anzahl, .maske_zeile {
	font-family: 'Marvel', sans-serif;
	font-size: 120%;
	background-color: #FFFFFF;
	padding: 5px;
}

.maske_spaltenueberschrift, .maske_spaltenueberschrift_rechts, .maske_spaltenueberschrift_mittig {
	font-family: 'Marvel', sans-serif;
	font-size: 120%;
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: normal;
	text-transform: uppercase;
}

.maske_spaltenueberschrift {
	text-align: left;
}

.maske_spaltenueberschrift_rechts {
	text-align: right;
}

.maske_spaltenueberschrift_mittig {
	text-align: center;
}

.maske_button {
	font-family: 'Marvel', sans-serif;
	font-size: 120%;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: right;
}

.maske_error {
	font-family: 'Marvel', sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}

.maske_norecords {
	font-family: 'Marvel', sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px;
}

.maske_zelle {
	font-family: 'Marvel', sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #EFEFEF;
	padding: 5px;
}

.maske_zelle_beschreibung {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
	width: 150px;
}

.maske_zelle_report_beschreibung {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}

.maske_zelle_report_zwischensumme {
	color: #333333;
	background-color: #EFEFEF;
	padding: 5px;
	text-align: right;
	font-size: 110%;
	font-style: italic;
}

.maske_zelle_report_endsumme {
	color: #333333;
	background-color: #D2D2D2;
	padding: 5px;
	text-align: right;
	font-size: 130%;
}

.maske_zelle_report_saldenkontrollsumme {
	color: #333333;
	background-color: #D2D2D2;
	padding: 5px;
	text-align: right;
	font-size: 150%;
}

.maske_zelle_input {
	color: #333333;
	background-color: #FFFFFF;
	padding: 5px;
}

.input, .input_klein, .input_mittel, .input_gross, .datepicker  {
	font-family: 'Duru Sans', sans-serif;
	font-size: 80%;
	border: 1px solid #D2D2D2;
	background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	border-radius: 5px;
	padding: 5px;
	resize: none;
}

.input_disabled  {
	font-family: 'Duru Sans', sans-serif;
	font-size: 80%;
	border: 1px solid #D2D2D2;
	background-color: #EFEFEF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	border-radius: 5px;
	padding: 5px;
	resize: none;
}

.input_belegart  {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 180%;
	border: 0px solid #D2D2D2;
	width: 100%;
	text-align: left;
	background-color: #D2D2D2;
	padding: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	border-radius: 5px;
}

.maske_listenzelle {
	padding: 5px;
}

.Row {
	background-color: #D2D2D2;
}

.AltRow {
	background-color: #EFEFEF;
}

.input {
	width: 150px;
}

.input_klein {
	width: 50px;
}

.input_mittel {
	width: 75px;
}

.input_gross {
	width: 95%;
}

.datepicker {
	width: 75px;
}

.button {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 100%;
	cursor: pointer;
	text-transform: uppercase;
	color: #99CC00;
	padding: 5px;
	border: 2px solid #999999;
	background-color: #F6F6F6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5x;
	border-radius: 5px;
	padding: 5px;
	margin-left: 10px;
}

.positive_zahl {
	color: #008800;
	font-weight: bold;
}

.neutrale_zahl {
	color: #666666;
	font-weight: bold;
}

.negative_zahl {
	color: #FF0000;
	font-weight: bold;
}

#ust_voranmeldung {
	width: 1000px;
	height: 2812px;
	background: url(../images/ust_voranmeldung.png) no-repeat;
}

#feld_81_1 {
	position: relative;
	top: 816px;
	left: 556px;
	width: 157px;
	height: 26px;
	border: 2px solid red;
	font-size: 22px;
	text-align: right;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF00;
}

#feld_81_2 {
	position: relative;
	top: 786px;
	left: 793px;
	width: 195px;
	height: 26px;
	border: 2px solid red;
	font-size: 22px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFA500;
}

#feld_66 {
	position: relative;
	top: 1725px;
	left: 789px;
	width: 198px;
	height: 30px;
	border: 2px solid red;
	font-size: 22px;
	text-align: right;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF00;
}

#feld_83 {
	position: relative;
	top: 2082px;
	left: 789px;
	width: 198px;
	height: 30px;
	border: 2px solid red;
	font-size: 22px;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFA500;
}