/*
 * $Id: style.css,v 1.3 2007/10/08 15:08:24 hp Exp $
 */

body {
    margin: 5px;
    padding: 0;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

.bottom, .bottom a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.bottom a {
    font-weight: bold;
}

.bottom a:hover {
    text-decoration: underline;
}

#maindiv {
    width: 496px;
    /*height: 376px;*/
    overflow: auto;
    background: #dbdbdb;
    border: 2px solid black;
    padding: 15px;
}

#sonas1 {
    width: 254px;
    background: Url('img/vidus1.png');
    background-repeat: no-repeat;
}

#sonas2 {
    width: 240px;
    background: Url('img/vidus2.png');
    background-repeat: no-repeat;
}

#title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#sonas1 .vmenu, #sonas1 .vactivemenu {
    text-align: right;
    background: Url('img/varle.gif');
    background-repeat: no-repeat;
    background-position: right center;
    height: 30px;
    padding-right: 60px;
    margin: 0 10px 5px 0;
}

#sonas2 .vmenu, #sonas2 .vactivemenu {
    background: Url('img/varle.gif');
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px;
    padding-left: 60px;
    margin: 0 0 5px 10px;
}

.vmenu, .vmenu a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

.vmenu a:hover {
    text-decoration: underline;
}

.vactivemenu, .vactivemenu a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

/*
vim: expandtab ts=4 sw=4 sts=4
vim: encoding=utf-8
vim: fileencoding=utf-8
*/

