/** CatchUp Css
*******************************************/
html, body, p, ul, h1, h2, h3, h4, h5{
  padding:0px;
  margin:0px;
}
html{
  height:100%;
  width:100%;
}
body{
  background:url("body_bg.jpg") 0px 0px;
  font-family:"Trebuchet MS";
  font-size:12px;
  height:100%;
}
a{
  text-decoration:none;
}
img{
  border:none;
}
ul{}
li{}
/******************************************/
#navi{
  position:absolute;
  width:309px;
  height:95px;
  left:10px;
  top:10px;
}
#navi a{
  line-height:0px;
}
#navi #navGlowball{
  position:absolute;
  top:25px;
  right:193px;
}
#navi #navGlowclub{
  position:absolute;
  top:59px;
  right:0px;
  display:none;
}
#navi #navFeuershow{
  position:absolute;
  top:45px;
  right:193px;
}

#navi #largeNav{
  position:absolute;
  bottom:10px;
  right:0px;
}


#image{
  position:absolute;
  top:102px;
  left:5px;
}
#content{
  position:absolute;
  left:645px;
  width:315px;
  min-height:100%;
  height:auto !important;
  height:100%;
  background-color:black;
}
#logo{
  line-height:0px;
  text-align:right;
}
#content #subnavi{
  padding-bottom:8px;
  background:url("spacer.gif") left bottom no-repeat;
}
#content #subnavi ul{}
#content #subnavi ul li{
  display:inline;
  padding-right:3px;
  color:#5D5D5D;
}
#content #subnavi ul li a{
  line-height:14px;
  font-size:11px;
  color:#5D5D5D;
  padding-left:7px;
  background:url("arrow_black.gif") left center no-repeat;
}
#content #subnavi ul li a:hover,
#content #subnavi ul li a.active{
  color:white;
  background:url("arrow_white.gif") left center no-repeat;
}
#content #text{
  margin:10px 0px;
  color:white;
  width:305px;
  line-height:24px;
}
#content #text a{
  color:white;
  text-decoration:underline;
}
#imprint{
  background:url("spacer.gif") left top no-repeat;
  text-align:right;
  width:305px;
}
#imprint a{
  color:#5D5D5D;
}
#imprint a:hover,
#imprint a.active{
  color:white;
}




