#preisform {
	width: 380px;
	margin: 35px 0 40px 35px;
	padding: 15px;
	background: #000000 url(images/formbg.png) repeat-x;
}
	#preisform h3{
		margin: 0 0 15px 0;
		color: #FFFFFF;
		text-align: center;
	}
	#preisform p{
		margin: 7px 0 0 0;
		color: #FFFFFF;
	}
	#preisform p.formfield {
		width: 200px;
		margin: 0;
		padding: 7px 0 0 140px;
	}
	#preisform label {
		width: 135px;
		font-weight: bold;
		margin-left: -150px;
		float: left;
		text-align: right;
	}
	
	#preisform input.inputline {
		background-color: #FFFFFF;
		border-right: solid 1px White;
		border-bottom: solid 1px White;
		border-left: solid 1px #666666;
		border-top: solid 1px #666666;
		width: 190px;
	}
	#preisform p.button{
		margin: 20px 0 25px 0;
		text-align: center;
	}
	#preisform .button{
		width:360px;
		font-size: 1.1em;
		font-weight: bold;
		text-decoration: underline;
		color: #000066;
		padding:5px;
	}
	#preisform p.secure{
		font-size: 0.7em;
		line-height: 1.2em;
		margin: 15px 30px 0 30px;
		padding-left: 45px;
		background: url(images/lock.png) no-repeat;
	}


#rightcolform {
	width: 280px;
	background: #000000 url(images/formbg.png) repeat-x;
	color: White;
	padding: 10px 5px 10px 15px;
	margin: 0 0 40px 0;
}

	#rightcolform h2{
		font: italic bold 1em/130% Georgia, "Times New Roman", Times, serif;
		color: White;
		text-decoration: none;
	}
	
	#rightcolform p { margin-bottom: 7px; }

#rightcolform p.secure {
	font-size: 0.7em;
	line-height: 1.2em;
	margin-top: 15px;
	padding-left: 45px;
	background: url(images/lock.png) no-repeat;
}

#rightcolform label{
	width: 90px;
	float: left;
	margin-left: 1px;
	font-weight: bold;
	padding-top: 2px;
	font-size: 1.0em;
}

#rightcolform input.feldbreite { width: 165px; }

#rightcolform input.eingabeBox {
	background-color: #FFFFFF;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#rightcolform input.button{
	font-size: 1em;
	font-weight: bold;
	margin: 7px 0 0 -5px;
	padding: 3px 0 3px 0;
	text-decoration: underline;
}

#rightcolformsmall {
	width: 185px;
	background-color: #AA0000;
	font: 0.9em/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: White;
	padding: 10px 5px 10px 10px;
}

#rightcolformsmall h2{
	font: italic bold 0.9em/130% Georgia, "Times New Roman", Times, serif;
	color: White;
	text-decoration: none;
}

#rightcolformsmall p {
	margin-bottom: 7px;
}

#rightcolformsmall label{
	width: 120px;
	float: left;
	margin-left: 1px;
	font-weight: bold;
}

#rightcolformsmall input.feldbreite {
	width: 165px;
}

#rightcolformsmall input.eingabeBox {
	background-color: #FFFFFF;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	font-size: 1.1em;
	font-weight: bold;
}

#rightcolformsmall input.button{
	font-size: 1em;
	margin-top: 7px;
	text-decoration: underline;
}

#middleform {
	width: 380px;
	margin: 30px 0 60px 30px;
	padding: 10px 20px 20px 20px;
	background: #EDECDF;
	border: 3px dashed #990000;
}

#middleform h2{
	font: italic bold 1.1em/130% Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-align: center;
}

#middleform p.eingabe {
	width: 200px;
	margin: 0;
	padding: 7px 0 0 150px;
}

#middleform label {
	width: 135px;
	margin: 0 0 0 -150px;
	float: left;
	text-align: right;
	font-weight: bold;
}

#middleform input.eingabeBox {
	background-color: #FFFFFF;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	width: 190px;
}

#middleform select {
	background-color: #FFFFFF;
	border-right: solid 1px White;
	border-bottom: solid 1px White;
	border-left: solid 1px #666666;
	border-top: solid 1px #666666;
	margin: 0;
	width: 120px;
}

#middleform input.button{
	font-size: 1em;
	font-weight: bold;
	background-color: #00FF81;
	margin-top: 7px;
	padding: 3px;
	text-decoration: underline;
}



