
table {
	border-collapse: collapse;
}
table.formMainTable {
	border: 1px solid black;
	background-color: white;
	width: 750px;
}

td {
	font-family: Verdana;
	font-size: 10pt;
}

td.formLabel1 {
	font-weight: bold;
	width: 200px;
}

td.formLabel3 {
	font-weight: bold;
	width: 350px;
}

td.formLabel4 {
	font-weight: bold;
}

td.formLabel2 {
	text-align: right;
	width: 150px;
}

td.formCenter {
	text-align:center;
}

td.withBorder {
	border:1px solid black;
}

input {
	border: 1px solid black;
	width: auto;
}

input.baseData {
	width: 400px;
}

input.radio {
	width: 20px;
	border: none;
}

td.brennstoff {
	border:1px solid black;
	width: 395px;
}

td.fieldInfo {
	color: red;
	font-size: 8pt;
}



td.evalCol1Width {
	width: 200px;
}

td.evalCol2Width {
	width: 150px;
}

td.evalCol1u2Width {
	width: 350px;
}

td.evalCol3Width {
	width: 70px;
}

td.evalCol4Width {
	width: 80px;
}

td.evalCol5Width {
	width: 70px;
}

td.evalColAlignRight {
	text-align: right;
}


h1 {
	font-size: 12pt;
}

h2 {
color: #333333;
	font-size: 10pt;
}

table.evalMainTable {
	border: 1px solid black;
	background-color: white;
	width: 750px;
}
