body{
	font-family: Anonymous Pro, Trebuchet MS, Lucida Grande,Lucida Sans Unicode,Georgia, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e4e4e4;
	line-height: 1.4;
	margin: 0;
}

h1{
	margin: 0;
	color: #810302;
	font-size: 27px;
}

h2{
	margin: -10px 0;
	color: #810302;
	font-size: 20px;
}

h3{
	margin: -10px 0;
	color: #810302;
	font-size: 14px;
}

a{
	color: #810302;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.cdTitel{
	color: #810302;
	font-weight: bold;
}

.klein{
	font-size: 10px;
}


.bestellen{
	width: 325px;
	padding: 10px;
	border: 2px solid silver;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #666 2px 2px 5px;
	-moz-box-shadow: #666 2px 2px 5px;
	box-shadow: #666 2px 2px 5px;
	background: #FF7F2B;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FF7F2B), to(#FFC505));
	background: -moz-linear-gradient(#FF7F2B, #FFC505);
	background: linear-gradient(#FF7F2B, #FFC505);
	-pie-background: linear-gradient(#FF7F2B, #FFC505);
	behavior: url(/PIE.htc);
}