html,body {
    margin:0;
    padding:0;
    background-color: #e3e3e3;
    font-family: "Source sans pro", "Open Sans", "Helvetica Neue", "Helvetica", Arial;
    font-size:12px;
}

h1{
    font-weight:100;
}

.wrapper {
    position:relative;
    height:100%;
}

.cookie_bar {
    display:none;
    margin-left:auto;
    margin-right:auto;
    min-height:45px;
    font-size:12px;
    color:#000000;
    background-color: #FFDD00;
    width:100%;
    box-sizing: border-box;
}

.topbar {
    min-height:45px;
    font-size:16px;
    color:#ffffff;
    background-color:#BA1817;
    width:100%;
    box-sizing: border-box;
}

.footer-area {
    color:#ffffff;
    width:100%;
    background-color:#BA1817;
}

.topbar a {
    color: #ffffff;
}

.content-area{
    margin:0 auto;
    padding:10px 0px 3px 0px;
    width:980px;
}

.top-panel{
    height:200px;
    background:url('http://arvet.hamn4an.se/sites/default/files/styles/large/public/images/15-04//imge107.jpg');
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    position:relative;
}

.top-panel h1 {
    padding:10px;
    color:#fff;
    background-color:rgba(16,16,16,0.7);
    position:absolute;
    bottom:0
}

.padding-tb-5
{
    padding:5px 0px;
}

.padding-bottom-10
{
    padding-bottom:10px;
}

#pagination_footer:after {
    content: "";
    display: table;
    clear: both;
}

.panel-footer:after {
    content: "";
    display: table;
    clear: both;
}

.bold {
    font-weight: bold;
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}