/* CSS resetting work is done by famous Eric Meyer ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------------------- */









body {
	background-color: #000000;
	color: #727d77;
	font-family: Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.6em;
	font-style: normal;
}

.inputbox {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #8C9E9D;
	background-color: #000000;
	border: 1px solid #3C423E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.inputknopf {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #000000;
	background-color: #3C423E;
	border: 1px solid #3C423E;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: pointer;
}

a, a:visited, a:link, a:active {
	color: #6b8282;
}

a:hover, a:focus {
	color: black;
	text-shadow: #d0fefa 0 0 10px;
	text-decoration: none;
}



#flowoben {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	top: 0px;
	background-image: url(imgs/verlaufoben.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 167px;
	width: 100%;
	z-index: 5;
	display: none;
}

#flowoben table {
	margin-right: auto;
	margin-left: auto;
	display: none;
}


#flowunten {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: fixed;
	background-image: url(imgs/verlaufunten.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 167px;
	width: 100%;
	bottom: 0px;
	z-index: 5;
	display: none;
}



.blackspace {
	text-align: center;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	z-index: 3;
	overflow: hidden;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}



#platzda {
	margin-top: 0px;
	margin-bottom: 100px;
	display: none;
}

#blackspace p{
	margin-bottom: 20px;
}

#blackspace ul{
	text-align: left;
	margin-bottom: 10px;
}


#textblock {
	display: block;
	height: auto;
	text-align: left;
	position: relative;
}

#textblock img {
	margin-left: -22px;
}

#textblock img.uneingerueckt {
	margin-left: 0px;
}

#textblock2 {
	display: inline;
	height: auto;
	width: 270px;
	text-align: left;
	padding: 20px;
	float: left;
	position: relative;
}

#twitter_div {
	float: left;
	text-align: left;
	padding: 20px;
	width: 500px;
	display: none;
}

#twitter_div {
	text-align: left;
	padding: 20px;
}

#twitter_div ul {
	list-style-type: circle;
}

#twitter_div ul li {
	margin-bottom: 6px;
}

#twitter_div img {
	margin-left: -22px;
}

#listen {
	text-align: left;
	position: relative;
	height: 400px;
	display: none;
}

#listen embed {
	padding-bottom: 22px;
	padding-left: 22px;
	display: none;
}

#buy {
	float: right;
	height: auto;
	width: 270px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 60px;
}

h2 {
	font-size: 20px;
}

h2.music {
	text-indent: -10000px;
	background-image: url(imgs/h-music.gif);
	height: 70px;
	margin-left: -22px;
}

h2.idea {
	text-indent: -10000px;
	background-image: url(imgs/h-idea.gif);
	height: 70px;
	margin-left: -22px;
}

h2.roleplaying {
	text-indent: -10000px;
	background-image: url(imgs/h-roleplaying.gif);
	height: 70px;
	margin-left: -22px;
}

h2.contact {
	text-indent: -10000px;
	background-image: url(imgs/h-contact.gif);
	height: 70px;
	margin-left: -22px;
}

h2.copyright {
	text-indent: -10000px;
	background-image: url(imgs/h-copyright.gif);
	height: 70px;
	margin-left: -22px;
}

h2.imprint {
	text-indent: -10000px;
	background-image: url(imgs/h-imprint.gif);
	height: 70px;
	margin-left: -22px;
}

h2.twitter {
	text-indent: -10000px;
	background-image: url(imgs/h-twitter.gif);
	height: 70px;
	margin-left: -22px;
}

h2.listen {
	text-indent: -10000px;
	background-image: url(imgs/h-listen.gif);
	height: 70px;
	margin-left: 0px;
}

h2.discography {
	text-indent: -10000px;
	background-image: url(imgs/h-discography.gif);
	height: 70px;
	margin-left: 0px;
}

h2.downloads {
	text-indent: -10000px;
	background-image: url(imgs/h-download.gif);
	height: 70px;
	margin-left: 0px;
	text-align: left;
}

h2.shirts {
	text-indent: -10000px;
	background-image: url(imgs/h-shirts.gif);
	height: 70px;
	margin-left: 0px;
	text-align: left;
}

.textlinks {
	text-align: left;
}

.shirtpic {
	float: left;
	margin-right: 20px;
}
