body {
  background:#f2f8fc url(/img/intro/bg.jpg) top center;  
}


#body {
  width:100%;
  border:0px;
}

#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;
}

.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 26px 10px 26px;
  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;
}


#goto {
  position:relative;
  top:195px;
  left:580px;
}

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