* {
  margin:0;
  padding:0;
} 

body,html {
  height:100%;
  margin:0;
  padding:0;
  background: none;
}

body {
  background:transparent url(/img/intro/bg.2011.jpg) 50% 50% no-repeat;
  overflow: hidden;
/*
  overflow: hidden;
  background: none;
  background-color:#01295f;
  backgrpund-position: 0 0;
  background-image:-moz-radial-gradient(top, #0153be, #01295f);
  background-image:-webkit-gradient(radial, 50% 0%, 120, 50% 0%, 1000, from(#0153be), to(#01295f));

*/
}



#body {
  width:100%;
  border:0px;
  background-color: transparent;
}

#intro {
  position:relative;
  width:890px;
  height:55px;
  margin:8% auto;
}

.links,
.content {
  width:888px;
  border-left:1px solid #0081c7;
  border-right:1px solid #0081c7;
  border-bottom: 1px solid #0081c7;
  position: relative;
}

.content .slideshow
{
  position: relative;
  overflow: hidden;
  width: 888px;
  height: 436px;
  z-index: 1;
}

.content .homelink
{
  top: 370px;
  left: 610px;
  position: absolute;
  z-index: 2; 
}

.links {
  background:url(/img/intro/top.bg.png) no-repeat;
  height:36px;
}

.links li {
  float:left;
  margin:0px;
  padding:0px;
  list-style:none;
}

.links li a {
  display:block;
}

.links li a img {
  position:relative; 
  padding:8px 40px 10px 40px;
  left:0px;
}

.content {
  height:436px;
}

#box {
  position:relative; 
  top:175px; 
  left:565px; 
  width:250px; 
  height:165px; 
  background:url(/img/intro/box.png);
  overflow:hidden;
  color:#fff;
  padding:15px 15px 0px 15px;
}
#box h2 {
  color:#99ccff;
  font-size:1em;
}

#box h3 {
  margin:4px 0px;
  font-size:1.2em;
}

#box p {
  display:block;
  height:82px;
  overflow:hidden;
}

#box a {
  color:#fff;
  display:block;
  text-align:right;
  font-size:.9em;
  padding-right:8px;
  background:url(/img/arrow.ff3333.gif) no-repeat right;
}

.sponsors {
  background:url(/img/intro/sponsoren.png);
  height:69px;
  padding-left:10px;
}

.footer,
.footer a
{
  color: white; 
}
