@charset "iso-8859-1";
/* CSS Document */


h1 {
	padding:0;
	margin:0 0 40px 0;
	color:#732813;
	font-size:20px;
}

h2 {
	padding:0;
	margin:0 0 20px 0;
	color:#732813;
	font-size:16px;
}



.imgRight {
	float:right;
	margin:0 0 20px 20px;
	text-align:right;
}





/* Bestellformular */

form#bestellformular {
	margin:0;
	padding:0;
	
}


form#bestellformular div.bestellFormLabel, div.formLabel {
	width:150px;
	float:left;
	margin-bottom:20px;
	font-weight:bold;
}

form#bestellformular input[type=text] {
	width:300px;
	height:19px;
	border:0;
	background-color:#f4d501;
	padding:2px;
	font-size:12px;
}


form#bestellformular input.small {
	width:50px;
	margin-right:10px;
}

form#bestellformular input.smallest {
	width:30px;
	margin-right:10px;
}

form#bestellformular input[type=submit] {
	width:150px;
	height:23px;
	border:0;
	background-color:#f4d501;
	padding:4px;
	font-size:13px;
	
}



/* --- errorMsg ---------------------------------------------------------------*/
.formErrorMsg {
	background-color:#FAB595;
	border:1px solid #F46B3E;
	width:400px;
	padding:3px;	
	color:#000;
	margin-left:100px;
}

/* --- errorMsg ---------------------------------------------------------------*/
.thankYou {
	border:2px solid #638c04;
	
	width:400px;
	padding:6px 5px 0 5px;
	color:#575757;
	background-color:#eff3e2;
	margin-left:100px;
	margin-bottom:30px;
}

.thankYou .printConditions {
	position:relative;
	float:right;
	width:140px;
	font-weight:bold;
	margin-left:50px;
	text-align:center;
	background-color:#f4d501;
	padding:10px;
}


