body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background-color: #222;
	background-image: url("img/bg.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

body, p, li, th, td { /* NS4 */
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin-top: 0;
}

td {
	padding-right: 1em;
	vertical-align: top;
}

th {
	text-align: left;
}

a {
	color: #306064;
}

a:hover {
	color: #508084;
}

img {
	border: 0;
}

table#contactForm {
	margin-left: 0;
	background-color: #2a2a2a;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #555;
}

table#contactForm td {
	vertical-align: top;
	padding: 4px;
}

div#logo {
	z-index: 2;
	position: absolute;
	left: 24px;
	top: 24px;
	width: 592px;
	height: 69px;
	background-image: url("img/nav/logo.png");
}

div#nav {
	z-index: 1;
	background-color: #003034;
	background-image: url("img/nav/bg.jpg");
}

div#nav table {
	height: 150px;
}

div#nav td {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: bottom;
}
div#content {
	z-index: 0;
	width: 720px;
	margin: auto;
	margin-top: 10px;
	padding: 8px;
	padding-left: 110px;
}

div#logo[id] {
	position: fixed;
}

div#nav[id] {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

div#content[id] {
	position: relative;
	top: 150px;
}

div#fadeIn[id] {
	z-index: 5;
	width: 100%;
	height: 34px;
	position: fixed;
	top: 150px;
	background-image: url("img/nav/fadein.png");
}

/*div#fadeOut[id] {
	z-index: 6;
	width: 100%;
	height: 34px;
	position: fixed;
	bottom: 0;
	background-image: url("img/nav/fadeout.png");
}*/

div#dlaktion {
	z-index: 7;
	position: absolute;
	padding: 2px;
	right: 10px;
	top: 10px;
	border: 1px solid #fff;
	background: #444;
}

div#dlaktion b {
	font-size: 18px;
}

div#dlaktion a {
	color: #888;
	text-decoration: underline;
}

div#dlaktion[id] {
	position: fixed;
	height: 75px;
	background: transparent;
	background-image: url("img/tr_green2.png");
}

div#gnmlink {
	z-index: 7;
	position: absolute;
	left: 2px;
	bottom: 2px;
}

div#gnmlink[id] {
	position: fixed;
	left: 2px;
	bottom: 2px;
}

input.txt, textarea.txt {
	border: 1px solid #005054;
	color: #fff;
	background-color: #222;
}

input.btn {
	border: 1px solid #004044;
	border-left: 1px solid #428286;
	border-top: 1px solid #428286;
	color: #fff;
	background-color: #222;
}

input.btn:active {
	border: 1px solid #428286;
	border-left: 1px solid #004044;
	border-top: 1px solid #004044;
	color: #fff;
	background-color: #222;
}

table.news {
	width: 36em;
	margin-left: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #555;
}

table.news th {
	padding: 2px;
	background-color: #104044;
	text-align: left;
	font-weight: normal;
}

table.news td {
	padding: 4px;
	border-top: 0;
	background-color: #2a2a2a;
	text-align: block;
}

table.dl {
	margin-left: 0;
	border: 1px solid #555;
	background-color: #2a2a2a;
}

table.pics, table.dl, table.tour, table.dlaktion, div.band {
	margin-left: 0;
	border: 1px solid #555;
	background-color: #2a2a2a;
}

table.dl td, table.dl th {
	padding-left: 2px;
	padding-right: 2px;
}

table.pics td {
	padding: 5px;
	text-align: center;
}

table.pics img {
	border: 1px solid #306064;
	text-decoration: none;
}

table.gb {
	width: 30em;
	margin-left: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #555;
}

table.gb th {
	padding: 2px;
	background-color: #104044;
	text-align: left;
	font-weight: normal;
}

table.gb td {
	padding: 4px;
	border-top: 0;
	vertical-align: top;
	background-color: #2a2a2a;
}

table.gb a {
	color: #888;
}

table.gb a:hover {
	color: #fff;
}

table.links {
	margin-left: 0;
	border: 1px solid #555;
	background-color: #2a2a2a;
}

table.links td {
	padding: 1px 4px 1px 4px;
}


table.news[class] th, table.gb[class] th {
	background: transparent;
	background-image: url("img/tr_green.png");
}

table.news[class] td, div.band[class], table.pics[class], table.dl[class], table.tour[class], table.gb[class] td, table.links[class], table.dlaktion[class], table#contactForm[id] {
	background: transparent;
	background-image: url("img/tr_gray.png");
}

taxble[id], taxble[class] {
	background: transparent;
}

div.box {
	border: 1px solid #555;
	background-color: #2a2a2a;
	padding: 1px 4px 1px 4px;
}

div.box[class] {
	background: transparent;
	background-image: url("img/tr_gray.png");
}

td.gbComment {
	color: #888;
	padding-top: 0.5em;
}

tr.old td {
	color: grey;
}

tr.active {
	font-weight: bold;
}