
.text_item
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding:7px 0 7px 10px;
	background-color: #CED3FF;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;	
}

.subitem {
	height:35px;
	line-height: 14px;
}

.label {
	line-height: 14px;
	font-weight: bold;
	padding: 4px 0 4px 0;
}
td.label {
	border-bottom: 1px solid #999999;
}
.text_wertelabel {

	font-family: Arial;
	font-size: 15px;
	color: #000000;

	padding-left:50px;
	padding-top:10px;
	padding-bottom:10px;

}


.tabelle
{
	background-color: #ECECFF;
	border: 1px solid  #999999;
}

.textfield_sonstiges
{
	font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    width: 400px;
    height: 20px;
}

.textfield_string_gross
{
	font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
    width: 420px;
    height: 120px;
}

.textfield_string_klein
{
	font-family: Arial;
    font-size: 13px;
    background-color: #ffffff;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    width: 100px;
    height: 20px;
}

.schaltflaeche
{
	font-family: Arial;
	font-size: 11px;

	padding: 3px;
	background-color: #FFCC99;
	border: 1px solid #999999;
}