html, body, a, p, div, h1, h2, h3, table, td, th, img, form, input, label, button, textarea {
  font-family: "Courier New",Courier,monospace;
  font-size:14px;
  padding:0;
  margin:0;
  color:#FFFFFF;
  text-align:left;
  text-shadow: 0 1px 1px #000;
}
html, body {
  min-height:100%;
  background:url(images/gradient.png) 0 0 repeat-x #c11b1b;
}
html {
  overflow:scroll;
}
img, table {
  border:0;
}
img {
  display:block;
}
a {
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:focus, a:active, input:focus, textarea:focus {
  outline:0;
}
td {
  vertical-align:top;
}
p {
  margin-bottom:8px;
}
#content {
  width:1150px;
  padding:8px;
  margin: 0 auto;
}
#footer {
  clear:both;
  text-align:right;
  margin-bottom:8px;
}
div.left {
  float:left;
  width:248px;
}
div.main {
  margin-left:256px;
}
div.box {
  margin-bottom:8px;
  border:4px solid white;
  padding:8px;
  overflow:hidden;
  background:url(images/gradient.png) 0 0 repeat-x;
}
div.box, div.divider, #gbSave, #band img, #datb {
  -moz-box-shadow:0 0 4px #000000;
  -webkit-box-shadow:0 0 4px #000000;
  -o-box-shadow:0 0 4px #000000;
  box-shadow:0 0 4px #000000;
}
div.box h1 {
  font-weight:bold;
  font-size:24px;
  letter-spacing:2px;
  padding-left:24px;
}
#logo {
  padding:0;
}
#dates>div.short {
  height:112px;
  overflow:hidden;
}
#dates>div.short:hover {
  height:auto;
}
#dates td.date {
  width:55px;
}
.line {
  text-decoration:line-through;
}
#contact, #dates {
  cursor:pointer;
}
#contact div {
  display:none;
}
#contact:hover div {
  display:block;
}
#teaser {
  position:relative;
  overflow:visible;
}
#teaser p {
  font-size:16px;
  padding:6px 8px 3px 8px;
}
#info {
  position:absolute;
  top:160px;
  left:20px;
  height:754px;
  width:600px;
  padding:0;
  background:url(images/DATBBand.jpg) 0 0 no-repeat transparent;
  -moz-transform:rotate(7deg);
  -webkit-transform:rotate(7deg);
  -o-transform:rotate(7deg);
  transform:rotate(7deg);
  -moz-transition:1.5s ease-in;
  -webkit-transition:1.5s ease-in;
  -o-transition:1.5s ease-in;
  transition:1.5s ease-in;
}
#info:hover {
  top:234px;
  left:111px;
  -moz-transform:rotate(-7deg);
  -webkit-transform:rotate(-7deg);
  -o-transform:rotate(-7deg);
  transform:rotate(-7deg);
}
#info:active {
  top:244px;
  left:541px;
  -moz-transform:rotate(-60deg);
  -webkit-transform:rotate(-60deg);
  -o-transform:rotate(-60deg);
  transform:rotate(-60deg);
}
#band {
  display:none;
  position:relative;
  overflow:visible;
}
#band>div {
  position:absolute;
  top:60px;
  left:30px;
}
#band img {
  position:absolute;
  width:120px;
  height:180px;
  border:4px solid white;
}
#datb, #datb:hover:active {
  position:absolute;
  left:80px;
  top:200px;
  width:390px;
  height:535px;
  border:4px solid white;
  background:url(images/DATBOver.jpg) 0 0 no-repeat;
}
#datb:hover {
  background-position:0 -535px;
}
#gb {
  position:relative;
  display:none;
}
div.gbEntry, #gbEdit, #gbSave {
  background-color:#b11b1b;
  border:1px solid white;
}
div.gbEntry, #gbEdit {
  background-color:#b11b1b;
  border:1px solid white;
  padding:12px 16px;
  margin:8px 8px;
  -moz-box-shadow:inset 0 0 4px #000000;
  -webkit-box-shadow:inset 0 0 4px #000000;
  -o-box-shadow:inset 0 0 4px #000000;
  box-shadow:inset 0 0 4px #000000;
}
div.box, div.gbEntry, #gbEdit, #gbSave, #band img, #datb {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
}
#gb label {
  padding-top:8px;
  float:left;
  width:45px;
}
#gbMsg {
  width:100%;
  height:100px;
  overflow-y:auto;
}
#gbMsg, #gbName {
  background:transparent;
  border:0;
  vertical-align:bottom;
}
#gbSave {
  position:absolute;
  right:32px;
  padding:4px 8px;
}
#gbNewEntry {
  position:absolute;
  top:16px;
  right:16px;
}
#gbEdit {
  display:none;
}
#gbName {
  margin-top:4px;
  width:500px;
}
div.gbHeader>span, input {
  font-size:20px;
  font-weight:bold;
}
div.divider {
  height:0;
  border-top:1px solid white;
  margin:8px 0;
  clear:both;
}
div.gbPager {
  text-align:center;
  margin:16px 0;
}
span.gbActPage {
  font-weight:bold;
}
div.left>div.xbox {
  background-color:#6889AE;
}
#impressum {
  display:none;
}