/*
 * $Id: style.css,v 1.10 2007/02/19 14:16:55 hp Exp $
 */

body {
    margin: 0;
    padding: 0;
}

body, h2, input, select, textarea {
    font-family: Verdana, Arial, Sans-Serif;
    color: #555555;
}

body, input, select, textarea {
    font-size: 11px;
}

h2 {
    margin: 0 0 10px 0;
    font-size: 17px;
}

a:link, a:visited, a:active, a:hover {
    color: #555555;
    font-weight: bold;
}

#pagetop {
    width: 800px;
    height: 201px;
    background: Url('img/rojus.png');
}

#pageleft {
    width: 6px;
    font-size: 1px;
    background: Url('img/left.png');
    background-repeat: repeat-y;
}

#pageright {
    width: 6px;
    font-size: 1px;
    background: Url('img/right.png');
    background-repeat: repeat-y;
}

#pagemenu {
    height: 27px;
    background: Url('img/menubg.png');
    background-repeat: repeat-x;
}

.menuFrame {
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    border: 1px solid #4f5d77;
}

.meniu a, .activemeniu a {
    padding: 6px 10px 6px 10px;
}

.meniu, .meniu a:link, .meniu a:visited, .meniu a:active {
    text-decoration: none;
    font-weight: bold;
    color: #4f5d77;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    background: Url('img/item.png');
    background-repeat: repeat-x;
}

.meniu a:hover, .activemeniu a:hover,
.activemeniu, .activemeniu a:link, .activemeniu a:visited, .activemeniu a:active {
    text-decoration: none;
    font-weight: bold;
    color: #4f5d77;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    background: Url('img/activeitem.png');
    background-repeat: repeat-x;
}

.submeniu {
    border-bottom: 1px solid #4f5d77;
}

.submeniu a:link, .submeniu a:hover, .submeniu a:active, .submeniu a:visited {
    padding: 0;
    text-decoration: none;
    font-weight: bold;
    color: #4f5d77;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    background: white;
}

.submeniu a:hover {
    padding: 0;
    text-decoration: underline;
    font-weight: bold;
    color: #4f5d77;
    font-size: 11px;
    font-family: Verdana, Arial, Sans-Serif;
    background: white;
}

.leftmenu {
    border-top: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    padding: 1px 1px 1px 0;
}

.rightmenu {
    border-top: 1px solid #8e8e8e;
    border-left: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    padding: 1px 0 1px 1px;
}

.vmenu, .vactivemenu {
    height: 20px;
    background: Url('img/sidemenubg.png');
    background-repeat: repeat-x;
    font-size: 11px;
    line-height: 20px;
    padding-left: 10px;
}

.vmenu a:link, .vmenu a:hover, .vmenu a:active, .vmenu a:visited,
.vactivemenu a:link, .vactivemenu a:hover, .vactivemenu a:active, .vactivemenu a:visited {
    text-decoration: none;
    color: #4f5d77;
    font-weight: bold;
}

.leftmenu .vmenu, .leftmenu .vactivemenu {
    border-right: 1px solid #8e8e8e;
}

.rightmenu .vmenu, .rightmenu .vactivemenu {
    border-left: 1px solid #8e8e8e;
}

.vactivesubmenu, .vsubmenu {
    height: 20px;
    background: #ededed;
    padding-left: 10px;
    line-height: 20px;
}

.vsubmenu a:link, .vsubmenu a:hover, .vsubmenu a:visited, .vsubmenu a:active {
    text-decoration: none;
    color: #4f5d77;
    font-weight: normal;
}
.vactivesubmenu a:link, .vactivesubmenu a:hover, .vactivesubmenu a:visited, .vactivesubmenu a:active {
    text-decoration: none;
    color: #4f5d77;
    font-weight: bold;
}

.a11 {
    width: 9px;
    height: 9px;
    font-size: 1px;
    background: Url('img/a11.png');
    background-repeat: no-repeat;
}

.a12 {
    height: 9px;
    font-size: 1px;
    background: Url('img/a12.png');
    background-repeat: repeat-x;
}

.a13 {
    width: 9px;
    height: 9px;
    font-size: 1px;
    background: Url('img/a13.png');
    background-repeat: no-repeat;
}

.a21 {
    width: 9px;
    font-size: 1px;
    background: Url('img/a21.png');
    background-repeat: repeat-y;
}

.a23 {
    width: 9px;
    font-size: 1px;
    background: Url('img/a23.png');
    background-repeat: repeat-y;
}

.a31 {
    width: 9px;
    height: 9px;
    font-size: 1px;
    background: Url('img/a31.png');
    background-repeat: no-repeat;
}

.a32 {
    height: 9px;
    font-size: 1px;
    background: Url('img/a32.png');
    background-repeat: repeat-x;
}

.a33 {
    width: 9px;
    height: 9px;
    font-size: 1px;
    background: Url('img/a33.png');
    background-repeat: no-repeat;
}

#pagebottom {
    background: Url('img/sidemenubg.png');
    background-repeat: repeat-x;
    height: 21px;
    color: #4f5d77;
}

#pagebottom a:link, #pagebottom a:visited, #pagebottom a:hover, #pagebottom a:active {
    color: #4f5d77;
}

/*
vim: expandtab ts=4 sw=4 sts=4
vim: encoding=utf-8
vim: fileencoding=utf-8
*/
