body{
    background: url("../img/bg.png");
}

div.logo.kvarner{
    margin-top: 0px;
    background: url("../img/bg_index.png");
    background-repeat: no-repeat;
    width: 851px;
    height: 704px;
}

div.logo.kvarner.main{
    background: url("../img/bg_main.png");
    background-repeat: no-repeat;
    width: 851px;
    height: 546px;
}

div.content{
    text-align: left;
    width: 851px;
    background-color: white;
    margin: 0px;
}
div.footer{
    margin: 0px;
    margin-top: -10px;
    padding-top: 80px;
    background: url("../img/bg_bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 851px;
    height: 185px;
}

h1{
    padding: 0px;
    margin: 0px;
    font-family: SANS-SERIF;
    font-size: 42px;
    color: #233752;
}
h2{
    padding: 0px;
    margin: 0px;
    font-family: SANS-SERIF;
    font-size: 20px;
    color: #233752;
    text-align: center;
}
h1.caption{
}

img.food{
    position: absolute;
    margin-top: 400px;
    margin-left: -50px;
}

div.welcome.navigator{
    float: left;
    margin-top: 550px;
    margin-left: 500px;
    width: auto;
    height: 50px;
}

div.langnav{
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    width: auto;
    height: 35px;
    border: 0px solid black;
    color: #f2e8da;
    border-radius: 5px;
    background: url("../img/bg_navigator.png");
    }

div.sitelinks{
    float: left;
    margin-top: 200px;
    margin-left: 30px;
    width: auto;
    height: 50px;
}
div.sitelinks div.item{
    float: left;
    padding: 20px 10px 20px 10px;
    font-family: SANS-SERIF;
    color: #edd5b5;
    font-size: 20px;
}

div.sitelinks div.item.hover{
    border: 0px solid black;
    color: #f2e8da;
    border-radius: 5px;
    background: url("../img/bg_navigator.png");
    cursor: pointer;
}

div.langnav div.item{
    float: left;
    padding: 10px;
    font-family: SANS-SERIF;
    color: #edd5b5;
    font-size: 14px;
}
div.langnav div.item.hover{
    cursor: pointer;
    color: #f2e8da;
    text-decoration: underline;
}
div.welcome.navigator div.item{
    float: left;
    padding: 20px 10px 20px 10px;
    font-family: SANS-SERIF;
    color: #edd5b5;
    font-size: 20px;
}

div.welcome.navigator div.item.hover{
    border: 0px solid black;
    color: #f2e8da;
    border-radius: 5px;
    background: url("../img/bg_navigator.png");
    cursor: pointer;
}

ul{
    font-family: verdana;
    font-style: italic;
    font-size: 12px;
    color: #3c3636;
}
li{
    margin: 5px;
}
table, tr, td{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
td{
    padding: 0px 20px 0px 20px;
}

table tr td p{
    padding: 10px;
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    color: #2a231e;
}

.footer p{
    margin: 0px;
    padding: 0px;
    font-family: arial;
    font-size: 12px;
    color: white;
}

div.description{
    visibility: hidden;
    position: absolute;
}

div.imgborder{
    float: left;
    border: 1px solid silver;
    padding: 5px;
    margin: 10px 2px 2px 2px;
        margin-left: 10px;
    cursor: pointer;
}


/* img box */

div.img_box{
    position: fixed;
    top:0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}
div.img_center{
    position: fixed;
    top :100px;
    left: 0px;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
}
div.img_center img{
    border: 1px solid silver;
    background-color: white;
    padding: 10px;
}

div#status{
    color: red;
    font-family: Arial;
    font-size: 12px;
    
}