﻿body {
    margin:0px;
    padding:0px;
    overflow: -moz-scrollbars-vertical;
    height:100%;
    background-color:#2e2e2e;
    color:#900707;
    font-family:Arial,Verdana;
    font-size:12px;
}
.box {
    background-color:#434343;
}
.top {
    background-attachment:scroll;
    background-image: url('../images/top.jpg');
    background-repeat: repeat-x;
}
.bottom {
    background-attachment:scroll;
    background-image: url('../images/bottom.jpg');
    background-repeat: repeat-x;
}
#meny {
    left:230px;
    top:180px;
    position: absolute;
}
.topic {
    font-size:15px;
    font-weight:bold;
    padding:10px;
}
a {
    font-weight: bold;
    text-decoration: none;
   	color:#900707;
}
a:hover {
    text-decoration: underline
}
.copyright {
    color:#2e2e2e;
    font-size:12px;
    line-height:25px;
}