/* CSS Document */


body{

margin:0px;
padding:0px;
}

.indhold{
padding-left:5px;
padding-right:5px;
padding-top:30px;
padding-bottom:100px;
}

.top{
position:absolute;
top:0;
left:0;
height:80px;
width:100%;
}

.footer{
position:absolute;
bottom:0;
left:0;
width:100%;
height:55px;
}

body>div.top{
position: fixed;
}

body>div.footer{
position: fixed;
}





@media screen
  {
  body>top.fixed
    {
    position: fixed;
    }

  {
  body>footer.fixed
    {
    position: fixed;
    }
  }


hr { 
color: blue; 
background-color: blue; 
height: 2px; 
noshade: true;
}

.cent{
text-align: center;
}
