/* body and structure */

body {
  background: url("../img/background.gif") top center;
  color: #333;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 0.8em;
  padding: 0px;
  margin: 0px;
}

#main {
  background: #748EBE;
  margin: auto;
  width: 700px;
}

#header {
  background: url("../img/header_background.gif") no-repeat;
  height: 100px;
  border-bottom: 7px solid #D58440;
  cursor: pointer;
}
#headerbox {
  margin: 0 0 0 auto;
  padding: 5px 0 0 0;
  width: 220px;
}
#headerbox img {
  border: none;
}
#headertext {
  display: none;
}

#menuecontainer {
  float: left;
  width: 170px;
  margin: 10px 0 0 10px;
}
#menuecontainer #rb_menu_top {
  height: 10px;
  line-height: 10px;
  background: #036 url("../img/rb_blue_left_top.gif") no-repeat left;
  border-bottom: 1px solid #748EBE;
}
#menuecontainer #rb_menu_top div {
  background: url("../img/rb_blue_right_top.gif") no-repeat right;
}
#menuecontainer #rb_menu_bot {
  height: 10px;
  line-height: 10px;
  background: #036 url("../img/rb_blue_left_bot.gif") no-repeat left;
  border-bottom: 1px solid #748EBE;
}
#menuecontainer #rb_menu_bot div {
  background: url("../img/rb_blue_right_bot.gif") no-repeat right;
}

#buttons {
  list-style: none;
  padding: 0;
  margin: 25px 0 0 25px;
  text-indent: -2000px;
}

#buttons a {
   display: block;
   width: 121px;
   margin: 0 0 25px 0;
   border: none;
}

#buttons .bg_6z {
  background: url("../img/button_6zylinder.gif") top no-repeat;
  height: 72px;
}
#buttons a:hover.bg_6z {
  background: url("../img/button_6zylinder.gif") bottom no-repeat;
}

#buttons .bg_sbnrw {
  background: url("../img/button_sbnrw.gif") top no-repeat;
  height: 70px;
}
#buttons a:hover.bg_sbnrw {
  background: url("../img/button_sbnrw.gif") bottom no-repeat;
}

#buttons .bg_maa {
  background: url("../img/button_maa.gif") top no-repeat;
  height: 65px;
}
#buttons a:hover.bg_maa {
  background: url("../img/button_maa.gif") bottom no-repeat;
}

#buttons .bg_v6 {
  background: url("../img/button_v6.gif") top no-repeat;
  height: 38px;
}
#buttons a:hover.bg_v6 {
  background: url("../img/button_v6.gif") bottom no-repeat;
}

#menue {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menue li {
  display: inline;
  margin: 0;
  padding: 0;
}
#menue a {
  display: block;
  background: #036;
  padding: 3px 3px 3px 10px;
  border-bottom: 1px solid #748EBE;
}
#menue a:link, #menue a:visited {
  color: #EEE;
  text-decoration: none;
}
#menue a:hover {
  background-color: #369;
  color: #fff;
}
#menue a#active {
  background-color: #369;
  color: #fff;
}

#content {
  background: #FCECCE;
  width: 480px;
  margin: 0 0 0 190px;
  padding: 0 10px 10px 10px;
}

#rb_cont {
  width: 500px;
  margin: 10px 0 0 190px;
  background: #FCECCE url("../img/cont_bg_left.gif") left no-repeat;
  height: 10px;
  line-height: 10px;
}
#rb_cont div {
  background: url("../img/cont_bg_right.gif") right no-repeat;
  height: 10px;
}
#rb_cont_bot {
  width: 500px;
  margin: 0 0 10px 190px;
  background: #FCECCE url("../img/cont_bg_left_bot.gif") left no-repeat;
  height: 10px;
  line-height: 10px;
}
#rb_cont_bot div {
  background: url("../img/cont_bg_right_bot.gif") right no-repeat;
  height: 10px;
}

#footer {
  color: #FCF6EA;
  width: 480px;
  margin: 0 0 0 190px;
  padding: 10px;
  text-align: center;
}

#footer fieldset {
  border: none;
}

#footer legend {
  display: none;
}

#footer ul {
  list-style: none;
  font-size: 0.8em;
  margin: 0;
}

#footer li {
  display: inline;
  padding: 0;
  margin: 0;
}

#footer p {
  font-size: 0.8em;
}

.concert {
  background: #fff;
  width: 100%;
  border: 1px solid #D58440;
}

.concert caption {
  display: none;
}

.concert th {
  background: #D58440;
  color: #FCF6EA;
  padding: 2px;
}

.concert td {
  background: #FCF6EA;
  padding: 2px;
  text-align: center;
}

.concert .tableft {
  text-align: left;
  padding-left: 5px;
}

/* default styles */

img {
  border: 1px solid #D58440;
  padding: 1px;
  vertical-align: middle;
}

hr {
  display: none; 
}

h1, h2, h3, h4 {
  font-family: "Lucida Grande", "Lucida Sans Serif", "Trebuchet MS", Verdana, sans-serif;
}

h1 {
  padding: 0;
  margin: 0;
}

p {
  line-height: 1.4em;
}

a:link {
  color: #036;
  text-decoration: none;
  border-bottom: 1px dashed #036;
}

a:visited {
  color: #036;
  text-decoration: none;
  border-bottom: 1px dashed #036;
}

a:hover {
  color: #369;
  text-decoration: none;
  border: none;
}

a:active {
  color: #369;
  text-decoration: none;
  border: none;
}

#content ul {
  font-size: 0.8em;
  list-style-image: url(../img/arrow.gif);
  background: #FCF6EA;
  padding: 5px 5px 5px 25px;
  margin-left: 0;
  border-top: 4px solid #D58440;
  border-right: 4px solid #D58440;
  border-bottom: 1px dotted #D58440;
  border-left: 1px dotted #D58440;
}
#content ul li {
  padding: 2px 0;
  font-size: 1.2em;
}
#content ul .list_h {
  list-style-image: none;
  list-style: none; 
  margin-left: -15px;
}
#content ul li h4 {
  font-size: 1.4em;
  margin: 0px;
  padding: 0px 0;
}

a.img, .img img {
  border: none;
  padding: 0px;
}

.onTop {
  font-size: 0.8em;
  text-align: right;
}
.logoright {
  display: block;
  float: right;
  border: none;
}

.buttons {
  font-size: 0.8em;
  font-weight: bold;
  width: 33%;
  float: left;
  text-align: center;
}

#registerform fieldset {
  background: #FCF6EA;
  border: 1px solid #D58440;
}

#registerform legend {
  background: #D58440;
  color: #FCF6EA;
  border: 1px solid #fff;
  padding: 1px 5px;  
} 

.alignLeft {
  clear: both;
  float: left;
  margin: 5px 0 5px 5px;
  padding: 3px 0;
  width: 25%;
}
.alignRight {
  float: left;
  width: 70%;
  margin: 5px 0;
}
.alignNormal {
  clear: both;
  margin: 5px 0;
  padding: 0;
}
.error {
  font-weight: bold;
  color: #ff3300;
  padding: 15px;
  background: #FCF6EA;
  border: 1px solid #D58440;
}
.linkbig {
  font-family: georgia, sans-serif;
  font-size: 3.0em;
  text-align: center;
}