body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #EFEEEE;
  background-color: #0D0E0B;
  background-image: url('bg.png');
  text-align: center;
  
  scrollbar-face-color: #030303;
  scrollbar-highlight-color: #030303;
  scrollbar-3dlight-color: #00A0EB;
  scrollbar-darkshadow-color: #00A0EB;
  scrollbar-shadow-color: #030303;
  scrollbar-arrow-color: #00A0EB;
  scrollbar-track-color: #030303;
}
th, td, p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #EFEEEE;
  margin: 0px;
  margin-bottom: 11px;
}
img {
  border: 0px;
  margin: 4px 25px 25px 0px;
}
a {
  color: #FA7000;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a.gallery {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
}
div.gallerycontainer {
  overflow: hidden;
  
}
h1 {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #00A0EB;
  margin: 0px 0px 18px 0px;
}
h2 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #00A0EB;
  margin-bottom: 0px;
  padding: 0px;
}
h3 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #EFEEEE;
  margin-bottom: 0px;
  padding: 0px;
  text-decoration: underline;
}
ul {
  margin: 0px 0px 11px 0px;
  padding-left: 15px;
}
li {
  line-height: 18px;
}
#logos_flash {
  float: left;
  margin: 0px 25px 25px 0px;
}

#print_banner {
  display: none;
}

#modal {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color:#0D0E10;
  display: none;
}
#universe {
  background-image: url('bg_top.png');
  background-repeat: repeat-x;
}
#page {
  position: relative;
  width: 999px;
  margin-left: auto;
  margin-right: auto;
}
#boxcontainer {
  z-index: 101;
  position: absolute;
  display: block;
  top: 320px;
  left: 0px;
  width: 100%;
  padding-left: 40px;
}
#box {
  background: #0D0E0B url('box_close.gif') no-repeat 815px 10px;
  border: 1px solid #00A0EB;
  display: none;
  padding: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  text-align: left;
}
#box h3 {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #00A0EB;
  margin-bottom: 0px;
  padding: 0px;
  text-decoration: none;
}
#topbanner {
  background-image: url('topbanner.png');
  background-repeat: no-repeat;
  width: 999px;
  height: 291px;
  text-align: right;
}
#tblinks {
  position: relative;
  top: 240px;
  padding-right: 5px;
}
#tblinks a:link,
#tblinks a:visited,
#tblinks a:active {
  color: #9FA1AF;
  font-style: italic;
  font-size: 11px;
  margin-left: 30px;
}
#tblinks a:hover,
#tblinks a:focus,
#tblinks a.active {
  text-decoration: none;
  color: #00A0EB;
}

#navi {
  display: block;
  position: absolute;
  top: 268px;
  left: 95px;
}
#navi_l {
  background-image: url('navi_l.png');
  background-repeat: no-repeat;
  dispaly: block;
  float: left;
  height: 28px;
  width: 9px;
}
span.navi_d {
  background-image: url('navi_d.png');
  background-repeat: no-repeat;
  dispaly: block;
  float: left;
  height: 28px;
  width: 10px;
}
#navi_r {
  background-image: url('navi_r.png');
  background-repeat: no-repeat;
  dispaly: block;
  float: left;
  height: 28px;
  width: 9px;
}
#navi a:link,
#navi a:visited,
#navi a:active {
  background-image: url('navi_b.png');
  background-repeat: repeat-x;
  dispaly: block;
  float: left;
  height: 16px;
  padding: 6px 14px;
  font-style: italic;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
#navi a:hover,
#navi a:focus,
#navi a.active {
  text-decoration: none;
  color: #FFFFFF;
}

#subnavi {
  display: block;
  background: #0D0E0B;
  margin-left: 95px;
  padding: 16px 35px 10px 22px;
  border-bottom: 1px solid #00A0EB;
  text-align: left;
}
#subnavi a:link,
#subnavi a:visited,
#subnavi a:active {
  font-style: italic;
  font-size: 12px;
  color: #EFEEEE;
  margin-right: 15px;
  background: url('link.gif') no-repeat left center;
  padding-left: 13px;
}
#subnavi a:hover,
#subnavi a:focus,
#subnavi a.active {
  text-decoration: none;
  color: #00A0EB;
  background: url('link_hover.gif') no-repeat left center;
}

#content {
  display: block;
  background: #0D0E0B;
  margin-left: 95px;
  padding: 22px 35px 45px 22px;
  text-align: left;
  min-height: 270px;
}

.hideOnScreenButPrint {
  display: none;
}

#copyright {
  display: block;
  padding: 10px 5px 10px 0px;
  text-align: right;
  font-style: italic;
  font-size: 11px;
  color: #00A0EB;
}
#copyright a {
  color: #00A0EB;
  font-size: 11px;
}

table.programm {
  border-collapse: collapse;
}
table.programm th {
  border-top: 1px solid #00A0EB;
  padding: 15px 15px 15px 0px;
  font-weight: normal;
  text-align: left;
  
}
table.programm td {
  border-top: 1px solid #00A0EB;
  padding: 15px 0px 15px 0px;
}
table.programm tr.first th,
table.programm tr.first td {
  border-top: 0px;
}

a.firmenbutton {
  display: block;
  float: left;
  height: 48px;
  width: 110px;
  background-repeat: no-repeat;
  margin-right: 5px;
  color: #000000;
}
a.logobutton {
  display: block;
  float: left;
  height: 70px;
  width: 130px;
  background-repeat: no-repeat;
  margin-right: 50px;
  color: #000000;
  background:none;
}

#programmdetails a {
  color: #EFEEEE;
}

/*******\
* Forms *
\*******/
input, select {
  color: #EFEEEE;
  font-size: 12px;
}
input.text, select {
  background-color: transparent;
  border: 0px;
  border-top: 1px solid #00A0EB;
  border-left: 1px solid #00A0EB;
  padding: 1px;
  width: 350px;
}
input.button {
  background-color: #00A0EB;
  border: 1px solid #00A0EB;
  margin-top: 15px;
}
label.error {
  color: #FA7000;
}
form ul.error {
  margin: 0px;
  padding-left: 15px;
  color: #FA7000;
}
