/* ------------ Page -------------------- */ 

body
{
  font-family: Verdana
}


tr.forumlinie:hover{
   background: #FFFFFF;
}

tr.forumlinie:hover{
   background: gray;
}



a.linktext:hover{
    font-size: 10px;
    color: rgb(0,0,0); 
}

a.linktext{
   font-size: 10px;
   color: rgb(0,0,0);
   text-decoration : none;
  

}



.box { width: 700px; background: white;}
.box h1, .box p {margin: 0 10px;}
.box h1 {font-size:150%; color:#ffffff; }
.box .top, .box .bottom{display:block;background: #333333;}
.box .top b, .box .bottom b
{
  display:block;height: 1px; overflow: hidden; background: white;
}
.box .r1{margin: 0 5px;}
.box .r2{margin: 0 3px;}
.box .r3{margin: 0 2px;}
.box .top .r4, .box .bottom .r4{margin: 0 1px;height: 2px;}











