@CHARSET "ISO-8859-1";
div.fliesstext{
	padding-top:20px;
}

div.order-form{
	margin: 20px;
}
div.order-form fieldset{
	border:none;
}
form p{
	clear:left;
	margin:0px;
	padding: 0px;
	padding-top: 5px;
}
form p label{
	float:left;
	width: 100px;
}
form p.textarea label{		/* Label vor Textara Felder */
	float:none;
	display:block;
}
fieldset {border:0;}
legend{
	margin-bottom: 15px;
}
input {				/* Rand um Inputfelder */
	border: 1px solid #AAAAAA;
}
input.txt{
	width:150px;
}
input.submit{
	background-color: transparent;
	border:0;
	padding:0;
	color: #B3171B;
	cursor:pointer;
}
p.submit{
	text-align:right;
	width: 250px;
	color: #B3171B;
}

/* pressekarten */
div.pressekarten-form{
	margin-top: 20px;
}
label.pressekarten-volle-breite{
	width:auto;
	float: none;
}
/* newsletter Anmeldung */
p.input-txt input{
	width:250px;
}
input.gender{
	width:auto ! important;
}
p.newsletter-submit{			/* Submit Button in Newsletter Anmeldung */
	margin-left:100px;
	text-align: left;
}
p.newsletter-submit input.submit{
	text-align:left;		/* im IE ist die Einstellung text-align:center, die muss geändert werden */
}
p.unsubscribe{
	margin-top: 10px;
}
