/**********************************************************************
Autor:   Pizo van Hintn
Version:  1.0 / Januar 2006
**********************************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#431200;
  background-image: url(/_Layout/bg_saiten.jpg);
  background-repeat:repeat-y;
  color:#ffffff;
}
#main {
  background-image: url(/_Layout/bg_gitarre.jpg);
  background-repeat:no-repeat;
  min-height:500px;
  padding-top:97px;
}
#logo {
  position:absolute;
  top:335px;
  left:12px;
  width:201px;
  height:167px;
  background-image: url(/_Layout/logo.jpg);
  background-repeat:no-repeat;
}
#bandfoto {
  position:absolute;
  top:57px;
  left:803px;
  width:149px;
  height:111px;
  background-image: url(/_Layout/foto_wolfgang_und_uli.jpg);
  background-repeat:no-repeat;
}

/**********************************************************************
Menue oben
**********************************************************************/
#menueOben {
  height:33px;
  width:448px;
  margin-left:316px;
}
#menueOben ul {
  list-style-type:none;
}
#menueOben ul li {
  float:left;
  height:33px;
  margin-right:37px;
}
#menueOben ul li a {
  display:block;
  height:33px;
  border-bottom:none;
}

/***************/
/* Button Info */
/***************/
#menueOben ul li.info, #menueOben ul li.infoHighlight {
  width:56px;
  background: url(/_Layout/menue_buttons/info.jpg) 0 -37px no-repeat;
}
#menueOben ul li.info a {
  background: url(/_Layout/menue_buttons/info.jpg) left top no-repeat;
}
#menueOben ul li.info a:hover {
  background-image: none;
}

/***************/
/* Button Live */
/***************/
#menueOben ul li.live, #menueOben ul li.liveHighlight {
  width:63px;
  background: url(/_Layout/menue_buttons/live.jpg) 0 -37px no-repeat;
}
#menueOben ul li.live a {
  background: url(/_Layout/menue_buttons/live.jpg) left top no-repeat;
}
#menueOben ul li.live a:hover {
  background-image: none;
}

/*******************/
/* Button Download */
/*******************/
#menueOben ul li.download, #menueOben ul li.downloadHighlight {
  width:119px;
  background: url(/_Layout/menue_buttons/download.jpg) 0 -37px no-repeat;
}
#menueOben ul li.download a {
  background: url(/_Layout/menue_buttons/download.jpg) left top no-repeat;
}
#menueOben ul li.download a:hover {
  background-image: none;
}

/******************/
/* Button Kontakt */
/******************/
#menueOben ul li.kontakt, #menueOben ul li.kontaktHighlight {
  margin-right:0px;
  width:96px;
  background: url(/_Layout/menue_buttons/kontakt.jpg) 0 -37px no-repeat;
}
#menueOben ul li.kontakt a {
  background: url(/_Layout/menue_buttons/kontakt.jpg) left top no-repeat;
}
#menueOben ul li.kontakt a:hover {
  background-image: none;
}

/**********************************************************************
Inhalt
**********************************************************************/
.bf {
  display:none;
}
#tooltip {
  background-color:#d39742;
  border:1px solid #310d01;
  color:#310d01;
  padding:5px;
  position:absolute;
  width:auto;
  height:auto;
  z-index:100;
  visibility:hidden;
  left:0;
  top:0;
  text-align:left;
  font-size:11px;
}
.content_bg {
  width:534px;
  background-image:url(/_Layout/bg_box_background_1px.gif);
  border:1px solid #d39742;
  margin-top:80px;
  margin-left:260px;
  /*margin-bottom:50px;*/
}
#foot {
	margin-left:260px;
  margin-bottom:50px;
}
#foot, #foot a {
	color:#8F675A;
	font-size:11px;
}
#foot a, #foot a:hover {
	text-decoration:none;
}
.content_bgtop {
  background-image:url(/_Layout/bg_box_oben.gif);
  background-repeat:no-repeat;
}
.content {
  min-height:395px;
  background-image:url(/_Layout/bg_box_unten.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
  padding:25px;
  padding-top:35px;
}

h1 {
  display:none;
}
p {
  margin-bottom:20px;
}
.dark {
  font-weight:bold;
  color:#d39742;
}

.content a, .content table tr td a {
  color:#d39742;
  border-bottom:1px dashed #d39742;
  text-decoration:none;
}
.content a:hover, .content table tr td a:hover {
  color:#ffffff;
  border-bottom:1px solid #ffffff;
  /* background-color:#310d01; */
}
.content table tr td a.none {
  border-bottom:none;
}
.content table tr td a.none:hover {
  border-bottom:none;
  background-color:transparent;
}

table {
  width:100%;
}
th, td {
  font-size:12px;
  text-align:left;
  vertical-align:top;
  border: 1px solid #694134;
  padding:5px;
}
td.abgelaufen, .content td.abgelaufen a {
  color:#694134;
	color:#8F675A;
}

th {
  background-color:#310d01;
  color:#d39742;
}
input, textarea {
  border: 1px solid #694134;
  background-color:#310d01;
  color:#d39742;
  margin-bottom:20px;
}
label {
  clear: both;
  float: left;
  width: 30%;
  text-align: right;
  margin-right:5px;
  margin-bottom:20px;
}
input.submit {
  margin-left:150px;
}
.error {
  font-weight:bold;
  color:#ff0000;
  text-align:center;
}

