﻿/*Style Defintionen fuer Formulare*/

input
{
	font-size: 12px;
}

select
{
	font-size: 12px;
}

fieldset
{
	border: 1px solid #c0c0c0;
}

fieldset legend
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


table.Formular
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.Formular td
{
	color: #000000;
	font-size: 12px;
	padding: 2px;
}


table.Formular td.Besch
{
	text-align: right;
	width: 200px;
}


table.Formular td.BeschHintergrund
{
	text-align: right;
	width: 200px;
	background-color: #E8E8E8;
}

table.Formular td.Wert
{
	font-weight: bold;
	padding-left: 4px;
}

table.Formular td.WertHintergrund
{
	background-color: #E8E8E8;
}


/*Zus fuer kleines Formular*/
table.FormularOhnHundert
{
	margin: 0px;
	padding: 0px;
}

table.FormularOhnHundert td
{
	color: #000000;
	font-size: 12px;
	padding: 2px;
}


table.FormularOhnHundert td.Besch
{
	text-align: right;
	width: 195px ;
}

input.StdTextFeldKlein
{
	width: 35px;
	margin: 0px;
	text-align: right;
}

table.FormularOhnHundert td.BeschHintergrund
{
	text-align: right;
	width: 195px;
	background-color: #E8E8E8;
}

table.FormularOhnHundert td.Wert
{
	font-weight: bold;
	padding-left: 4px;
}

table.FormularOhnHundert td.WertHintergrund
{
	background-color: #E8E8E8;
}

.Einheit
{
	font-size: 11px;
	padding-left: 4px;
}

input.StdTextFeld
{
	width: 60px;
	text-align: right;
}

input.StdTextFeldGross
{
	width: 150px;
}

input.StdTextFeldDatum
{
	width: 65px;
}

input.StdButton
{
	font-weight: bold;
}

