.categori {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    top: 0;
}

.categori li {
    float: left;
}

.categori li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.categori li a:hover {
    background-color: #111;
}

.active {
    background-color: #6495ED;
}

.hedtitle{
    margin: 0 auto;
    width: 1100px;
    /*border: 1px solid #000;*/
    min-height: 50px;
    background-color: #fff;
    height: 60px;
    text-align: center;
}

.galeri{
    float: left;
    margin-left: 10px;
}
.galeri div{
    width: 200px;
}
