h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	background-color: #0066cc;
	margin-bottom:0px;
	padding-left:3px;
}

.schrift_kleiner {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;}

div#inhalt {
	width: 520px;
	text-align:left;
	float:left;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}

div#inhalt td {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
}


/*Formular*/

.aform1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 150px;
	height: 14px;
	border: 1px solid #999999;
	background-color: #fffaf5;
}
.aform2 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 375px; height: 14px; border: 1px solid #999999; background-color: #fffaf5; }
.aform3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; width: 375px; height: 100px; border: 1px solid #999999; background-color: #fffaf5; }

.inputField 
{ 
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 150px;
	background-color: #fffaf5;

} 
.inputField_lang
{ 
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	FONT-SIZE: 12px; 
	WIDTH: 375px; 	
	background-color: #fffaf5;
} 
.inputField_box
{ 
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	background-color:#fffaf5;
} 
.errorField 
{
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-BOTTOM: #990000 1px solid;
	FONT-SIZE: 12px;
	WIDTH: 150px;
	background-color: #fffaee;
} 
.errorField_lang
{
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-BOTTOM: #990000 1px solid;
	FONT-SIZE: 12px;
	WIDTH: 375px;
	background-color: #fffaee;
} 
.errorField_box
{
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-BOTTOM: #990000 1px solid;
	background-color:#fffaee;
} 
.errorTable 
{
	BORDER-RIGHT: #990000 1px solid;
	BORDER-TOP: #990000 1px solid;
	BORDER-LEFT: #990000 1px solid;
	BORDER-BOTTOM: #990000 1px solid;
	FONT-SIZE: 12px;
	background-color: #ffffff;
	WIDTH: 375px;
} 
.button_formular
{
	FONT-SIZE: 12px; 
	BORDER-RIGHT: #7f9db9 1px solid; 
	BORDER-TOP: #7f9db9 1px solid; 
	BORDER-LEFT: #7f9db9 1px solid; 
	BORDER-BOTTOM: #7f9db9 1px solid;
	background-color:#ffe3aa;
}

form
{
display:inline;
}

