body {
    background-color: #9a5b78;
    color: #ebebfb;
}

.branding {
    background-image: url(../img/default/branding.png);
    color: #ebebfb;
    font: small Arial, Helvetica, Verdana, sans-serif;
    width: 100%;
    height: 20%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.branding h1 {
    text-align: right;
    top: 1%;
    line-height: 0.1em;
    font-size: xx-large;
    padding: 1%;
}

.branding img {
    height: 85%;
    width: 20%;
    position: absolute;
    top: 3%;
    left: 2%;
}

.menu {
    position: absolute;
    top: 20%;
    left: 0;
    width: 15%;
    height: 75%;
    margin: 0;
    background-image: url(../img/default/menu.png);
}

.skils {
    position: absolute;
    margin: 0;
    top: 20%;
    right: 0;
    width: 25%;
    height: 75%;
    background-image: url(../img/default/skils.png);
}

.content {
    position: absolute;
    top: 20%;
    left: 15%;
    width: 58%;
    height: 73%;
    color: #ebebfb;
    font: medium Arial, Helvetica, Verdana, sans-serif;
    margin: 5px;
    padding: 5px;
    text-align: justify;
    overflow: auto;
}

.content p a {
    color: #ebebfb;
}


.periods_jobs {
    width: 100%;
    font: medium Arial, Helvetica, Verdana, sans-serif;
    border-collapse: collapse;
}

.periods_jobs .company {
    border-width: 2px;
    border-style: solid;
    width: 60%;
}

.periods_jobs tr td {
    border-width: 2px;
    border-style: solid;
    width: 20%;
    margin: 0;
}

#email {
    color: #ebebfb;
}

.statusbar {
    position: absolute;
    margin: 0;
    bottom: 0%;
    width: 100%;
    left: 0%;
    height: 5%;
    overflow: auto;
    font-size: small;
    text-align: center;
    color: #ebebfb;
    background-image: url(../img/default/statusbar.png);
}

.statusbar a {
    color: #ebebfb;
}

#moja_slika {
    float: left;
}