﻿*{
    padding: 0px;
    margin: 0px;
}


body{

    background-color: #808080;
}

p{
    padding: 5px;
}

#centrerad {
    width: 800px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

#sidhuvud {
    width: 800px;
    height: 100px;
    background-color: #9cf;
}

#content{
    width: 550px;
    float: right;
}

#col1{
    width: 230px;
    float: left;
    height: 200px;
    margin-top: 10px;
    background-color: #9cf;
}

#col2 {
    width: 230px;
    float: left;
    height: 200px;
    margin-top: 10px;
    background-color: #9cf;
}

#col3 {
    width: 230px;
    float: left;
    height: 200px;
    margin-top: 10px;
    background-color: #9cf;
}

#col4 {
    width: 230px;
    float: left;
    height: 200px;
    margin-top: 10px;
    background-color: #9cf;
}

#sidfot {
    background-color: #9cf;
    text-align: right;
    clear: both;
}