/* Global */
body {
    text-align: left;
    background-color:#ECF0F8;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: small;
}



a:link, a:active, a:visited {
    color: #31308C;
    text-decoration: underline;
}
a:hover {
    color: #000084;
    text-decoration: underline;
}



#header-wrapper {
    text-align: left;
}
#top {
    background-color: #424563;
    padding: 7px;
}
#nexttop{
background-color: #87C45B;
    padding: 7px;
}


#content-wrapper {
    text-align: left;
    background-color: #fff;
}
#content {
    float: right;
    width: 520px;
    margin: 0;
    padding: 0;
}

#bar {
    width: 210px;
    margin: 0px 0px 0px 0px;
    background-color: #CCCCCC;
    border: 1px solid #ddd;
    border-width: 0px 1px 1px 0px;
    padding: 1em;
    font-size: 0.85em;
}

#top-meniu {
    background-color: #CCCCCC;
    color: #31308C;
    border-width: 0px 0px 0px 0px;
    bottom: 0px;
}

#footer {
    background-color: #212042;
    border: 1px solid #000;
    border-width: 1px 0px 0px 0px;
    bottom: 0px;
}
#footer-left {
    position: absolute;
    padding-left: 5px;
    font-size: 0.85em;
    color: rgb(170, 170, 220);
}
#footer-right {
    position: relative;
    padding-right: 5px;
    font-size: 0.85em;
    color: rgb(170, 170, 220);
    text-align: right;
}

/* Lists */
ul.menu {
    list-style-type: none;
    padding-left: 15px;
    margin: 1px 0px 0px 3px;
    vertical-align: middle;
}
li.menu {
    list-style-type: none;
    
}

.content-header {
    font-size: 1.2em;
    font-weight: bold;
}
.content-body {
    padding: 5px 10px 10px 10px;
}

.menu-header {
    font-size: 1.0em;
    font-weight: bold;
    color: #212042;
}

