﻿table.eingabeform {
	width: 750px;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}

table.eingabeform p.texteingaben{
	padding: 0 0 0 4px;
	text-align: left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	line-height: 1.1em;
}
table.eingabeform span.labelzusatzangabe{
	font-size: 0.8em;
	padding-bottom: 0.5em;
}

div#Content p.fehlermeldung {
	font-size: 1.1em;
	color: #FF0000;
}

table.eingabeform input{
} 
table.eingabeform input.breiteschmal{
width: 82px;
} 

table.eingabeform input.breite1{
	width: 200px;
	float: left;
} 

table.eingabeform input.breite2{
	width: 355px;
} 

table.eingabeform input.breite3{
	width: 450px;
} 

table.eingabeform textarea {
	width: 399px;
	font-size: 1em;
	font-family: Arial, Helvetica, Sans-Serif;
}
.buttonsSC {
	width: 100px;
}

 
input.ButtonCenter{
	margin-left:auto;
	margin-right:auto;
}

table.eingabeform  .Legendespalte {
	width: 250px;
}

table.eingabeform  .Eingabespalte {
	width: 500px;
}

textarea.showdatas {
	height: 210px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #09858C;
	font-size: 1.0em;
	margin-top: 6px;
	font-family: Arial, Helvetica, Sans-Serif;
}


