*{
  margin:0px;
  padding:0px;
}

body{
  font-family:"Trebuchet MS", verdana, arial, sans-serif;
  font-size:10pt;
  margin:0px;
  background-color:#124;
}

a{
  text-decoration:none;
}

.header{
  background-image:url(../files/page_img/header-hint.jpg);
  background-repeat:repeat-x;
  background-color:#fff;
}

.headerBox{
  margin:auto;
  width:960px;
}
.headerBox .logo{
  background-image:url(../files/page_img/header.jpg);
  background-repeat:no-repeat;
  background-position:top center;
  height:130px;
}
.headerBox .logo h1{
  display:none;
}
.headerBox p{
  margin:30px 10px 0px 10px;
  padding-bottom:60px;
  line-height:150%;
}
.headerBox .logo .imprint a{
  float:right;
}
.headerBox .logo .imprint a{
  color:#004;
}

.contBox{
  margin:auto;
  width:960px;
  color:#fff;
}
.contBox a{
  color:#fff;
}
.contBox a:hover{
  border-style:none none solid none;
  border-width:1px;
}
.contBox ul{
  list-style:none;
}
.contBox li{
  float:left;
  width:200px;
  margin:0px 16px;
  text-align:center;
}
.contBox li a.rubrik{
  display:block;
  height:180px;
  width:180px;
  margin:0px 10px 10px 10px;
}
.contBox li a.rubrik:hover{
  background-position:bottom;
  border-style:none;
}
