/* Format Style von: Feuerwehr- und Technikmuseum Eisenhüttenstadt   */

div.formular	{
	width: 540px;
	float: left;
	padding: 10px; 
	padding-left: 30px;
	font-size: 12px; }
	
div.formular_li	{
	width: 230px;
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	color: #000000;  }

div.formular_re	{
	width: 300px;
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
	color: #000000;  }
	
div.guts_inhalt	{
	width: 450px;
	line-height: 18px;   }
	
input, textarea  {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-bottom: 5px;  }
	
input.norm {
	width: 180px;
	line-height: 18px; }
	
input.submit {
	width: 90px;
	margin-top: 7px;
	margin-right: 40px;
	float: left;
	color: #ffffff;
	background-color: #b91113;
	font-size: 12px;
	padding: 2px;    }
	
span.stern	 {
	color: #b91113;	}
	
p.inhalt_guts {        
	font-size: 12px;
   color: #000000; }
	
p.richtig {
	color: #b91113;
	font-weight: bold;
	float: left;  }
