/* Allgmeine Styles & Text STyles */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	background: url("images/bg_body.jpg") repeat-x fixed #745234;
}

p, table {
	font: 11px Arial, sans-serif;
	line-height: 14px;
	color: #fff;
	margin-bottom: 10px;
}

ul {
	font: 11px Arial, sans-serif;
	line-height: 16px;
	color: #fff;
	margin:  0 0 20px 24px;
}

a, p span {
	color: #3e220b;
	}

h1, h1 a {
	font: 22px Arial, sans-serif;
	color: #fff;
	padding-top: 20px;
}

h2 {
	font: bold 12px Arial, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}
	

/* Grundgerüst */

#main {
	position: relative;
	margin: 70px auto 0;
	width: 680px;
}

#head {
	position: relative;
	height: 140px;
	margin-bottom: 30px;
	text-align: center;
}

#head img {
	display: block;
	margin: auto;
}

#album {
	position: relative;
	height: 245px;
	margin-bottom: 20px;
	background-color: #a7763f;
}

#cover {
	position: absolute;
	height: 198px;
	top: 20px;
	left: 20px;
}

#cover img {
	display: block;
}

#tracklist {
	position: absolute;
	left: 240px;
	top: 20px;
}

#tracklist ul {
	list-style-type: decimal;
	margin-bottom: 0;
}

#soundlinks {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 160px;
}

#soundlinks a {
	display: block;
	width: 160px;
	padding: 3px 0;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	font: bold 14px Arial, sans-serif;
	color: #fff;
	background-color: #5d3d24;
}

#soundlinks a#bestelllink {
	margin-top: 15px;
}

#soundlinks a:hover {
	background-color: #7eca12;
}

#soundlinks p {
	margin-top: 5px;
	color: #3e220b;
}

#soundlinks strong {
	font-size: 11px;
}

#info {
	position: relative;
	width: 660px;
	margin-bottom: 20px;
	padding-left: 20px;
	background-color: #a7763f;
}

#info a {
	font-size: 12px;
}

div.spalte {
	position: relative;
	width: 310px;
	margin: 20px 0;
	float: left;
}

#links {
	margin-right: 20px;
}

.spalte p {
	text-align: justify;
}

.clear {
	position: relative;
	clear: left;
	font-size: 1px;
}

#bestellformular {
	position: relative;
	width: 640px;
	margin-bottom: 20px;
	padding: 0 20px 20px;
	background-color: #a7763f;
}

#bestellformular h1 {
	margin-bottom: 15px;
}

td.cat {
	color: #3e220b;
	font-weight: bold;
	padding-right: 10px;
}


tr.cdline td {
	padding-bottom: 5px;
}

#logoline {
	position: relative;
	padding-bottom: 20px;
}

#logoline a {
	display: block;
	width: 100px;
	height: 28px;
	margin: 0 0 0 auto;
	background: url("images/logo_aaa.gif") no-repeat;
}

#logoline a:hover {
	background: url("images/logo_aaa_hover.gif") no-repeat;
}

#logoline a span {
	display: none;
	visibility: hidden;
}

/* Formular */

#best_form {
	position: relative;
	margin: 20px 0 0;
}

#best_form label {
	display: block;
	float: left;
	width: 120px;
	font: 11px Arial, sans-serif;
	color: #fff;
}

#best_form input {
	margin-bottom: 10px;
	width: 200px;
	height: 18px;
	font: 11px Arial, sans-serif;
	border: 0;
}

#best_form input#anzahl {
	width: 30px;
}

#best_form textarea {
	height: 70px;
	width: 200px;
	font: 11px Verdana, sans-serif;
	border: 0;
}

#best_form input#button {
	width: 100px;
	height: 18px;
	margin: 10px 0 0 120px;
	padding-bottom: 2px;
	background-color: #5d3d24;
	color: #fff;
}

#best_form form br {
	clear: both;
}

#best_form div {
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
}

p#warnung {
	font-size: 16px;
	padding-top: 20px;
}

p#warnung strong {
	color: #4eff00;
}

p#bestaetigung {
	padding-top: 20px;
}
