html,body {
  height: 100%;
}

#container {
  position: relative;
  top: 45%;        /* Husk at ved placering af elementer under relativt positionerede... */
  left: 45%;           /* ..-elementer beregnes afstand i forhold til boksen uden top/left-forskydningen. */
  margin-top: -211px;  /* Medregner padding og border for #box */
  margin-left: -350px; /* Medregner padding og border #box */
  height: 422px;
  width: 562px;
    z-index: 10;
}
#box {
    position: absolute;
    height: 400px;
    width: 760px;
    top: 0%;
    left: 0%;
    padding: 10px;
    overflow: hidden;
    z-index: 2;

}


.clContent
{
    position: relative;
    left: 0px;
    top: 0px;
    width: 394px;
    z-index: 4;
}

#scrollContainer1
{
    position: absolute;
    overflow: hidden;
    left: 309px;
    top: 48px;
    width: 394px;
    height: 333px;

}

#header
{
    position: absolute;
    left: 300px;
    top: 17px;
    width: 400px;
    height: 21px;
}



#scrollUp1
{
    position: absolute;
    left: 713px;
    top: 327px;
    width: 10px;
    height: 10px;
    font-size: 1px;
}

#scrollDown1
{
    position: absolute;
    left: 713px;
    top: 352px;
    width: 10px;
    height: 10px;
    font-size: 1px;
}

#scrollBar1
{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 10px;
    height: 30px;
    font-size: 0px;
}

#scrollTrack1
{
    position: absolute;
    left: 716px;
    top: 50px;
    width: 11px;
    height: 254px;

    font-size: 1px;

    background-repeat: repeat-x;
}
.style3 {color: #666666}