<!--

html, body {
  height: 100%; /* wichtig */
  color: #FFFFFF;
  background-color: #000000;
  text-align:center;
  font-family: Arial, Sans-Serif;
  padding: 0;
  margin: 0;
}

/* scroll-navi hack for FF */
html {margin-bottom: 0.1px;}

a {
  text-decoration: none;
  color: #FFFFFF;
}

a:hover {
  color: #0033FF;
}

form {
  margin: 0px;
}

#main{
  width: 940px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%;
  height: auto !important; /* moderne Browser */
  height: 100%; /* IE */
  color: #FFFFFF;
  background-color: #000000;
  background:url(bg.gif);
  background-repeat: repeat-y;
}

#header{
  padding-top: 20px;
  height: 120px;
  color: #FFFFFF;
  background-color: #000000;
  position: relative;
  z-index: 2;
}

#logo {
  width: 176px;
  height: 120px;
  float: left;
  background:url(bb_logo.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

#banner {
  width: 764px;
  height: 120px;
  float: right;
  background:url(bb_banner.jpg);
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

#mainnavi{
  /* NEU (wegen IE Lücke) */
  display: block !important;
  margin: 0px !important;
  margin-top: 0px !important;
  height: 22px;
  padding-top: 4px;
  background:url(bb_subnavi.jpg);
  background-repeat: no-repeat;
  color: #FFFFFF;
  background-color: #161616;
  position: relative;
  z-index: 2;
  font-size: 95%;
}

#subnavi {
  width: 176px;
  float: left;
  color: #FFFFFF;
  background-color: #181818;
  z-index: 1;
}

#buttons {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 100%;
  /*font-weight: bold;*/
  line-height: 35px;
  position: absolute;
  z-index: 2;
}

#subnavi_image {
  height: 350px;
  width: 100%;
  background:url(bb_gitarre.jpg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px !important;
  z-index: 1;
}

#content {
  width: 744px;
  float: right;
  padding: 10px;
  margin-bottom: 90px;
  text-align: justify;
  position: relative;
  z-index: 2;
  font-size: 95%;
}

#content_image {
  width: 200px;
  height: 120px;
  background:url(bb_hut.jpg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

#footer {
  width: 100%;
  height: 18px;
  font-size: 80%;
  padding-top: 2px;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}

.stretch table {
  width: 100%;
}

.stretch td {
  padding: 2px;
}

.av td {
  width: 45%;
}

.boardentry {
  border: 1px solid #CCCCCC;
  width: 100%;
  background-color: #333333;
}

.boardentry textarea {
  width: 620px;
}

.print {
  display: none;
}

.tx-jkpoll-pi1 h1 {
  display:none;
}

p {
  padding-bottom: 18px;
}

//-->
