/* @override http://www.indyus.net/buy/format.css */

body {
	background-color: #131313;
	margin-left: 0px;
	margin-top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

a {
	display: block;
	padding-top: 10px;
	clear: both;
	text-decoration:none; color:#CA6B1D;
	text-align: right;
	font-size: 16px;
	}
a:hover {
	text-decoration:underline;color:#CA6B1D;
	}


div#wrap {
	width: 500px;
	margin: 20px auto;
}

form p {
	width: 238px;
	padding: 5px;
	float: left;
	margin: 1px;
	background-color: #333;
	height: 60px;
}

span.bestellung_text {
	display: block;
	border-bottom: 1px solid #222;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

p.bestellung_false {
	background-color: #ad1e00;
}



form input {
	width: 90%;
	height: 16px;
}
