/* Format Style von http://www.aws-kw.de  border: solid 1px Red;  */
div.formular	{/* Container fuer gesamte Seite */
	width: 460px;
	padding: 10px; 
	padding-left: 10px;
	background-color: #CC0607;
	font-size: 12px; }
	
div.formular_li	{/*	Gutscheinseite, Container fuer links */
	width: 230px;
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	color: #ffffff;    }

div.formular_re	{/*	Gutscheinseite, Container fuer rechts */
	width: 230px;
	float: left;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
	color: #ffffff;    }
	
div.guts_inhalt	{/*	Gutscheinseite, Container fuer links */
	width: 450px;
	line-height: 18px;   }
	
input, textarea  {
	background-color: #FCB9B9;
	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: transparent;
	border: none; 
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #CC0607;
	padding: 2px;    }
	
span.stern	 {/* Formatierung Stern bei Bestellung */
	color: #ffffff;	}
	
p.inhalt_guts {        /* Text auf der gutscheine */
	font-size: 12px;
   color: #ffffff; }
	
p.richtig {
	color: #ffffff;
	font-weight: bold;
	float: left;  }
