* {
	margin: 0;
	padding: 0;
}

*:focus {
  outline: none;
}

option {
	padding-left: 0.4em;
}

* html body * {
	overflow: visible;
}

* html iframe,
* html frame {
	overflow: auto;
}

* html frameset {
	overflow: hidden;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
  font-size: 100.01%;
  color: #000000;
  background: #ffffff;
  text-align: left;
}

fieldset, img {
	border: 0 solid;
}

ul, ol, dl {
	margin: 0;
}

li {
	margin-left: 0;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

blockquote {
	margin: 0;
}

/* ---------- Styles ---------- */

body {
	background: #000 url('images/bg2.jpg');
	font: normal small Arial, Helvetica, sans-serif;
	color: #EEE8DD;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #a18a6d;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

/* */

#container {
	width: 898px;
	margin: 5px auto;
	margin-bottom: 20px;
	background-image: url('images/tbbg.jpg');
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	border-radius: 10px;
}

.rounded {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-icab-border-radius: 10px;
	border-radius: 10px;
}
/* top */

#top {
	height: 2em;
	margin: 0 auto 2px auto;
	background: transparent;
	width: 100%;
}

#top ul {
  margin: 0.3em 0.1em 0 0.6em !important;
  margin: 0.3em 0.1em 0 0.6em;
  padding: 0;
  float: right;
}

#top ul li {
  display: inline;
  list-style: none;
}

#top ul li a {
  float: left;
  padding: 0.4em 0.7em;
  letter-spacing: 0.1em;
  line-height: 1em !important;
  line-height: 1.2em;  
  color: #fff;  
  font-family: Arial, Helvetica, sans-serif;
  margin-right: 1px;
  font-size: 0.86em;
}

#top ul li a:hover,
#top ul li a.here {
  background: #2c2c2c;
  color: #a18a6d;
  text-decoration: none;
}

/* Header */

#header {
	width: 100%;
	height: 142px;
	margin: 0 auto;
	background: #121212 url('images/top2.jpg') no-repeat;
	text-align: center;
}

/* Menu */

#topmenu_container {
	width: 100%;
	height: 28px;
	margin-bottom: 16px;
	background: #000 url('images/img3.gif') repeat-x;
	text-align: center;
}

#topmenu_container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#topmenu_container ul li {
  color: #ddd;
  display: inline;
  position: relative;
  margin-right: -6px;
}

#topmenu_container ul li a {
  text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
	color: #ddd;
  font-size: .9em;
	padding: 6px 22px 5px 21px;
	text-decoration: none;
	line-height: 26px;
	background: #000 url('images/img3.gif') repeat-x;
	cursor: pointer;
}

#topmenu_container ul li a:hover,
#topmenu_container ul li.active a {
  color: #a18a6d;
	/*padding: 6px 27px 5px 26px;*/
	padding: 6px 22px 5px 21px;
	text-decoration: none;
	line-height: 26px;
	background: #ccc url('images/img4.gif') repeat-x;
}

#topmenu_container ul li ul.submenu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	background: #000;
	z-index: 1000;
	text-align: left;	
  filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.80;
	opacity: 0.80;
	zoom: 1;
}

#topmenu_container ul li>ul.submenu { /* nicht IE < 7*/
	top: auto;
	left: auto;
}

#topmenu_container ul li:hover ul.submenu {
  display: block;
	z-index: 1000;
	top: 20px;
	left: 0px;
}

*+html #topmenu_container ul li:hover ul.submenu { /* nur IE7 */
	top: 24px;
}

#topmenu_container ul li:hover ul.submenu li {
  display: block;
  background: #000;
  z-index: 1000;
}

#topmenu_container ul li:hover ul.submenu li a {
  display: block;
	min-height: 1.8em /* Non-IE6 */;
	height: auto !important;
	height: 1.8em /* IE6 */;
	padding: 1px 10px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: bold;
  font-size: .8em;
	background: transparent;
	border-left: solid 1px #3C3C3C;
	border-bottom: solid 1px #3C3C3C;
	color: #fff;
	voice-family: "\"}\"";
	voice-family: inherit;
}

#topmenu_container ul li:hover ul.submenu li a:hover {
	background: transparent;
	color: #a18a6d;
	voice-family: "\"}\"";
	voice-family: inherit;
}

/* fuer JS */

#topmenu_container ul li.over ul li {
	height: 16px;
	border-left: solid 1px #c04040;
	padding-top: 2px;
	background: #ffffff;
	z-index: 1000;
}

#topmenu_container ul li.over ul li a {
	white-space: normal;
	display: block;
	font-size: 10px;
	width: 126px;
	height: 16px;
	padding: 2px 7px 2px 7px;
	font-weight: normal;
	z-index: 1000;
}

#topmenu_container ul li.over ul li a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	z-index: 1000;
}

/* Content */

#content {
	width: 96%;
	margin: 0 auto;
	height: auto !important;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  line-height: 1.6em;
  font-size: 0.86em;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px 16px;
}

#colOne {
	float: left;
	width: 630px;
	padding: 0 20px 0 10px;
}

#colTwo {
	float: right;
	width: 160px;
	padding: 0 10px 0 0px;
}

/* Content Elemente */

#content h2 {
	height: 18px;
	margin-bottom: 14px;
	padding: 3px 0 3px 5px;
	/*background: #151515 url('ximages/img6.gif') repeat-x;*/
	background: #151515;
	border-bottom: solid 1px #333;
	letter-spacing: 0.06em;
	font-size: .9em;
	color: #fff;
	filter: alpha(opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.60;
	opacity: 0.60;
	zoom: 1;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 1em;
	color: #fff;
}

#content h4 {
  font-size: 0.9em;
  color: #7C7474;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

#content div.news {
	/* border: dotted 1px #aaa; */
	margin-bottom: 8px;
	padding: 4px 12px 4px 4px;
	background: #232323;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.80;
	opacity: 0.80;
	zoom: 1;
}

#content div.news-head {
	width: 100%;
	margin-bottom: 12px;
	font-size: 1em;
}

#content div.news-content {
	width: 98%;
	padding: 0px 10px;
	margin-bottom: 6px;
}

/* ------ Index ------ */

.index {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}

.index h2 {
	height: 18px;
	margin-bottom: 20px;
	padding: 3px 0 3px 10px;
	margin: 0 auto;
	background: url('images/img6.gif') repeat-x;
	letter-spacing: normal;
	font-size: .9em;
	color: #fff;
	width: 200px;
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.80;
	opacity: 0.80;
	zoom: 1;
}

.index input.tickfield {
	width: 390px;
	height: 16px;
	font-family: "courier new", courier, Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	border: none;
	background-color: #000000;
	padding: 3px 10px;
}

.index form {
	margin: 0;
	padding: 0;
}

/* ------ rechtes Menue ------ */

#content ul.submenu1 {
  margin: 0px 0 20px 0;
  padding: 0;
}

#content ul.submenu1 li {
  margin: 0 0 2px 0;
  padding: 0;
  list-style: none;
  list-style-image: none; /* because IE is balls */
}

#content ul.submenu1 li a {
  display: block;
  color: #a18a6d;
  background: #000 url('images/img4.gif') repeat-x;
  height: 21px;
	padding: 3px 1px 3px 5px;
	margin: 2px 0;
}

#content ul.submenu1 a:hover,
#content ul.submenu1 a.here {
  color: #eee;
  background: #000 url('images/img5.gif') repeat-x;
  margin: 2px 0;
  text-decoration: none;
	height: 21px;
	padding: 3px 1px 3px 5px;
}

/* ------ Images ------ */

#content img {
	border: solid 1px #ffffff;
}

#content img.floatR {
  margin: 5px 0 10px 10px;
  float: right;
}

#content img.floatL {
  margin: 5px 16px 16px 0;
  float: left;
}

/* ------ Infos ------ */

.musician-info {
	height: 320px;
	width: 240px;
	float: left;
	padding: 4px 10px;
}

/* ------ Discography ------ */

.disco {
	 width: 88px;
	 margin: 0px 27px 30px 0px;
	 float: left;
}

.disco img {
	display: block;
	top: 0px;
	left: 0px;
	position: relative;
}

.disco img:hover {
	top: -4px;
	left: 4px;
}

.disco-descr {
	 text-align: center;
	 font-size: 0.8em;
}

.disco a:hover {
	background: transparent;
	color: transparent;
}

a.image:hover {
	background: transparent;
	color: transparent;
}

/* ------ Alben ------ */

.albums-left {
	width: 120px;
	float: left;
}

.albums-left a.image:hover {
	background: transparent;
	color: transparent;
}

.albums-right {
	width: 480px;
	float: right;
}

#content .albums-right h3 {
	font-size: 110%;
	margin-bottom: 5px;
}

.albums-right .descr {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 10px;
	margin-bottom: 18px;
}

.descr {
	font-size: 1em;
	line-height: 1.4em;
}

.tracklist-left {
	float: left;
	margin-right: 80px;
}

/* ------ Gallery ------ */

img.gall {
	border: none;
}

div.gallery,
div.gallery-promo {
	width: 96px;
	height: 64px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin: 0px 1px 5px 0px;
	overflow: hidden;
	border: solid 1px #fff;
	background: #111;
}

div.gallery img {
	border: none;
}

/* ----- Pager ----- */

div.pager {
	width: 100%;
	line-height: 1.6em;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

a.pager {
	border: solid 1px #bbbbbb;
	padding: 1px 6px;
	text-decoration: none;
	margin: 5px 1px;
	font-size: 10px;
}

a.pager:hover {
	border: solid 1px #bbbbbb;
	padding: 1px 6px;
	background: #CBCAB3;
	text-decoration: none;
	color: #000000;
}

a.pager_set,
a.pager_set:hover {
	border: solid 1px #bbbbbb;
	padding: 1px 6px;
	background: #CBCAB3;
	text-decoration: none;
	color: #000000;
	margin: 2px 1px;
	font-size: 10px;
}

/* ------ Footer ------ */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

div.clear {
	clear: both;
}

/* ------ Form Elemente ------ */

form {
  padding: 0;
  margin: 20px 0px 30px 100px;
}

label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 2px 3px;
  font: 400 1em verdana, sans-serif;
  color: #000;
  background: #ffffff;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #f3f3f3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #888 #888;
}

input.radio {
  background: none;
  border: 0px;
}

input.submit {
	cursor: pointer;
	background: #5f5959;
	color: #ffffff;
}

input.submit:hover {
	cursor: pointer;
	background: #000000;
	color: #ffffff;
}
