* {
	margin: 0;
	padding: 0;
}

option {
	padding-left: 0.4em;
}

* html body * {
	overflow: visible;
}

body {
	background: #111;
	margin: 0.4% auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}

p {
	margin-bottom: 12px;
}

input, textarea, select, option {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	padding: 2px 4px;
	border: solid 1px #fff;
}

input, textarea {
	width: 220px;
}

input.submit {
	width: auto;
	cursor: pointer;
	border-style: outset;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2em;
	color: #fff;
	letter-spacing: 0.14em;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #000000;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1.5em;
	color: #000000;
}

ul {
	margin: 12px 0px 12px 30px;
}

a {
	color: #C0C0C0;
	color: #FDF4DF;
}

a:hover {
	color: #fff;
}

table {
	padding: 2px 4px;
}

small {
	font-size: 90%;
}

#framebox {
	width: 900px;
	margin: 0px auto;
	border: solid 1px #cccccc;
	background: #675757;
	position: relative;
}

#top {
	width: 900px;
	height: 150px;
	background: #C0B0B0 url('images/top.jpg') no-repeat;
	overflow: hidden;
}

#top #mainlinks {
	width: 888px;
	text-align: right;
	padding-top: 8px;
}

#top #mainlinks a {
	color: #000;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px 3px;
	display: inline;
}

#top #mainlinks a:hover,
#top #mainlinks a.set {
	color: #726161;
	text-decoration: none;
	margin: 0px 2px;
	padding: 0px 3px;
	background: #fff;
}

#navbar {
	height: 24px;
	background: #222 url('images/bg-navbar.jpg') repeat-y;
	padding: 6px 12px 0px 20px;
	text-align: right;
	font-size: 124%;
}

#navbar a,
#navbar a:hover,
#navbar a.set {
	color: #9A8787;
	text-decoration: none;
	margin: 0px 8px;
	padding: 2px 4px 3px 2px;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif; 
}

#navbar a:hover,
#navbar a.set {
	color: #fff;
}

#middlebox {
	margin: 20px 0px;
}

#left {
	width: 180px;
	float: left;
	padding: 10px 14px;
}

#left img {
	border: solid 1px #000000;
	margin-bottom: 10px;
	width: 150px;
}

#main {
	margin: 0px 20px 0px 210px;
	padding: 10px 10px;
	color: #f3f3f3;
	line-height: 1.5em;
}

img.bands-index {
	margin: 0px 10px;
}

img.bands {
	margin-right: 20px;
}

#main-home {
	font-size: 82%;
	color: #f3f3f3;
	line-height: 1.5em;
	text-align: center;
	margin-top: 40px;
}
	
html>body #main,
html>body #main-home {
	/* Hack: Gilt nicht fuer IE<7 */
	height: auto !important;
	min-height: 330px;
}

#main-home .startimages img {
	margin: 0px 4px;
	border: solid 1px #000;
}

#main img {
	border: solid 1px #000;
	border-style: outset;
}

#foot {
	height: 22px;
	background: #222 url('images/bg-navbar.jpg') repeat-y;
	text-align: center;
	color: #aaa;
	padding: 8px 0px 0px 0px;
	font-size: 80%;
}

div.clear {
	clear: both;
}

/* ---- Shop ---- */

#note1, #note2 {
	position: absolute;
	top: 10px;
	left: 300px;
	background: #B03942;
	color: #ffffff;
	width: 250px;
	height: 80px;
	visibility: hidden;
	z-index: 1000;
	padding: 4px 8px;
	border: solid 2px #ffffff;
}

.item {
	float: left;
	width: 300px;
	height: 190px;
	margin-right: 24px;
}

.item img {
	border: solid 1px #000000;
	margin-right: 12px;
	margin-bottom: 30px;
}

.item p {
	margin-top: 0px;
	font-size: 11px;
}

.item .descr {
	font-size: 10px;
	font-style: italic;
	color: #cccccc;
}

.item .add, .item .add a, .item .add img {
	margin-top: 6px;
	font-size: 11px;
	border: none;
}