
html, body{
  height:100%;
}

body{
  background-color: #000000;
  color: #FFFFFF;
}

body, input, select, textarea{
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
}

.gb-form table{
  width:100%;
}

.gb-form table td{
  vertical-align: top;
  padding:2px 5px 2px 0px;
}

.gb-entry{
  margin-top: 1em;
}

.gb-entry-title{
  color: #CCEE13;
  font-weight: bold;
}

.gb-form input, .gb-form textarea{
  border: 1px solid #CCEE13;
  padding: 1px;
  margin:0px;
  background-color: #FFFFFF;
}

input.gb-form-input{
  width: 200px;
}

 textarea.gb-form-input{
  width: 350px;
}

table.gallery-list td{
  vertical-align: top;
  padding: 0px 5px 5px 0px;
}

table.gallery-image-index td{
  padding:0px 10px 10px 0px;
}

.pictureframe{
  display: block;
	border: 3px solid #FFFFFF;
}

.pictureframe:hover{
	border-color: #CCEE13;
}

.setlist{
  color:#000;
  padding: 25px;
  font-size: 1.1em;
}

div#contentbox a,
ul#subnav a{
  color: #CCEE13;
  text-decoration: none;
}

div#contentbox a:hover,
ul#subnav a:hover{
  color: #000000;
  background-color: #CCEE13;
}

div#contentbox p{
  margin-bottom: 0.8em;
}

div#gallery{
  margin:10px;
}

div#gallery a{
  color: #CCEE13;
  text-decoration: none;
}

div#gallery a:hover{
  color: #000000;
  background-color: #CCEE13;
}

div#gallery p{
  margin-bottom: 0.8em;
}

div.gallery-bigimage img{
  display:block;
  margin:auto;
}

table.gallery-image-index td{
  text-align:center;
}

span.gallery-subtitle{
  display:none;
}

div#wrapper > h1{
  display: none;
}

div#wrapper{
  width: 960px;
  height: 639px;
  background-color: #533D25;
  background-image: url('img/bgr-main.jpg');
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -330px 0px 0px -480px;
  /* border: 10px solid #CCEE13;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; */
}

ul#nav{
  position: absolute;
  top: 35px;
  left: 55px;
}

ul#nav li a{
  display: block;
  height: 24px;
  width: 90px;
  text-indent: -9999px;
}

ul#subnav{
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 75px;
}

ul#subnav li{
  display:inline;
  margin-left:25px;
}

div#termine{
  position:absolute;
  top:360px;
  right:55px;
  width:183px;
  height:212px;
  background-image: url('img/plakat.png');
  cursor:pointer;
}

div#termine div{
  width:100%;
  position:absolute;
  bottom:22px;
  text-align: center;
  font-weight: bold;
}

div#termine span.date{
  font-size: 2em;
  color: #CCEE13;
}

div#pagetitle{
  position: absolute;
  top: 405px;
  left: 50px;
  width: 90px;
  text-align: right;
  color: #000000;
  text-transform: uppercase;
  font-family: Georgia, serif;
  font-size: 1.1em;
}

div#sociallinks{
  position:absolute;
  top:200px;
  left:675px;
  opacity:0.8;
}

div#endorsement{
  position:absolute;
  bottom:40px;
  left:50px;
  opacity:0.8;
}

div#player{
  position:absolute;
  right:50px;
  top:250px;
}

div#contentbox{
  position: absolute;
  top: 405px;
  left: 165px;
  width: 490px;
  height: 175px;
  overflow: hidden;
}

div#contentbox div#content{
  width: 490px;
  height: 175px;
}

div#content.news h3,
div#content.termine h3{
  color: #CCEE13;
}

