body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    background-color: #004e9a;
}
#top {
    background-color: #004e9a;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
#middle {
    background-attachment: fixed;
    background-image: url(../images/bground.jpg);
    background-repeat: repeat;
    text-align: center;
}
#bottom {
    background-color: #004e9a;
    text-align: center;
    height: 30px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    padding-top: 10px;
}
#menu {
    width: 320px;
    border-right-width: 1px;
    border-bottom-width: 10px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FE9600;
    text-align: left;
}
#content {
    width: 620px;
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}
#path {
    width: 620px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: bold;
}
#table_all {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
#menu_item {
    padding-left: 20px;
}
#submenu_item {
    padding-left: 30px;
}

/* linki */

a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}
a:active {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    height: 15px;
    width: 100px;
    border: 1px solid 00157e;
}
