body {
	background: #000;
	color: #fff;
}

a img {
	border: 0 none;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

#top-links {
	top: 0;
	left: 0;
	z-index: 10;
	text-align: right;
	font: 12px Arial, Verdana, sans-serif;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#container .inner {
	padding: 900px 150px 0;
	font: 16px Arial, Verdana, sans-serif;
}

h1 {
	background: #000 url(/images/header.png) no-repeat scroll top left;
	width: 1000px;
	height: 352px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
}

h2 {
	background: transparent url(/images/subheader.png) no-repeat scroll top left;
	width: 1000px;
	height: 257px;
	position: absolute;
	top: 250px;
	left: 0;
	text-indent: -9999em;
}

h3 {
	position: relative;
}

.cd-cover {
	position: absolute;
	top: 520px;
	left: 0;
	width: 596px;
	height: 341px;
}

.stoerer {
	position: absolute;
	display: block;
	top: 520px;
	left: 597px;
}

.stoerer img {
	width: 271px;
	height: 341px;
}

.disclaimer {
	font-size: 12px;
}

.asterisk {
	color: #ff00de;
	font-weight: bold;
	font-size: 24px;
	line-height: 1px;
}

.order-form {
	width: 500px;
	margin: 32px auto 0;
}

.order-form h3 {
	text-decoration: none;
	border-bottom: 2px solid #fff;
	padding-bottom: 2px;
	margin-top: 48px;
}

.order-form .cd-cost {
	width: 3em;
	text-align: center;
}

table.t-shirts td {
	vertical-align: top;
}

table.t-shirts td.description {
	width: 160px;
}

table.t-shirts td p {
	margin: 0;
}

table.t-shirts input.amount {
	width: 3em;
	text-align: center;
	margin-right: 16px;
}

span.t-shirt-checkbox {
	display: block;
	float: left;
	width: 60px;
	margin-right: 16px;
	padding-left: 20px;
	text-align: left;
}

.t-shirt-container {
	position: relative;
}

img.tshirt {
	position: absolute;
	z-index: -10;
}

img.tshirt.arschammittwoch {
	top: 220px;
	left: -120px;
}

img.tshirt.legalize {
	top: 0px;
	left: 400px;
}

.shipping-address {
	margin-top: 360px;
}

.shipping-address label {
	display: block;
}

.shipping-address label span.meta {
	font-size: 12px;
}

.shipping-address input {
	width: 80%;
}

.shipping-address input.submit {
	width: auto;
}

.emphasis {
	font-weight: bold;
	font-size: 18px;
}


