body {
    margin: 0;
    padding: 0;
    text-align: center;
}

div#container {
    margin: auto;
    width: 750;
}

a.mainMenu {
    background-color: #03345C;
    border-top: 1px Solid White;
    border-right: 2px Solid White;
    border-bottom: 1px Solid White;
    display: block;
}

a.mainMenu:hover {
    background-color: #FF8C00;
}

a.mainMenuKazalo {
    background-color: White;
    border-top: 1px Solid White;
    border-bottom: 1px Solid White;
    display: block;
}

a.mainMenuKazalo:hover {
    background-color: #FF8C00;
}

img.mainMenu {
    background-color: #03345C;
    border-right: 2px Solid White;
    display: block;
}

a.quadrat1 {
    background-color: #CCD7DC;
    border: 1px Solid #03345C;
    border-right: none;
    display: block;
}

a.quadrat1:hover {
    background-color: White;
}

a.quadrat2 {
    background-color: #B2CDD8;
    border: 1px Solid #03345C;
    border-right: none;
    display: block;
}

a.quadrat2:hover {
    background-color: White;
}

a.quadrat3 {
    background-color: #92B1C0;
    border: 1px Solid #03345C;
    border-right: none;
    display: block;
}

a.quadrat3:hover {
    background-color: White;
}

a.quadrat4 {
    background-color: #6990A5;
    border: 1px Solid #03345C;
    border-right: none;
    display: block;
}

a.quadrat4:hover {
    background-color: White;
}

a.quadrat5 {
    background-color: #365A6D;
    border: 1px Solid #03345C;
    border-right: none;
    display: block;
}

a.quadrat5:hover {
    background-color: White;
}

.flash,
.mainFlash {
    display: block;
}
.mainFlash {
    border-bottom: 1px Solid White;
}

.mainMenuRight {
    background-color: #03345C;
    border-top: 1px Solid White;
    border-bottom: 1px Solid White;
}

.main3ColumnLeft {
    width: 201px;
    background-color: #CCD7DC;
    border-right: 1px Solid White;
    padding: 4px;
    vertical-align: top;
}

.main3ColumnMiddle {
    width: 282px;
    background-color: #CCD7DC;
    border-left: 1px Solid White;
    border-right: 1px Solid White;
    padding: 4px;
    vertical-align: top;
}

.main3ColumnRight {
    width: 239px;
    background-color: #CCD7DC;
    border-left: 1px Solid White;
    padding: 4px;
    vertical-align: top;
}

.main2ColumnLeft {
    width: 201px;
    background-color: #CCD7DC;
    border-right: 1px Solid White;
    padding: 4px;
    vertical-align: top;
}

.main2ColumnRight {
    width: 531px;
    background-color: #CCD7DC;
    border-left: 1px Solid White;
    padding: 4px;
    vertical-align: top;
}

.title {
    width: auto;
    background-color: #03345C;
    border: 1px Solid White;
}

.image,
img.frame {
    border: 1px Solid White;
}

.contents {
    background-color: #E6EEF2;
    padding: 8px;
}

.text,
.textBold,
.textError {
    font: 12px Arial, Helvetica, sans-serif;
    color: Black;
    line-height: 18px;
    margin-bottom: 8px;
}

.textBold,
.textError {
    color: #03345C;
    font-weight: bold;
}

.textError {
    color: Red;
}

.textTitle {
    font: 24px "Arial Black", Arial, Helvetica, sans-serif;;
    letter-spacing: -1px;
    color: #002F5D;
}

.textSubTitle {
    font: bold italic 20px Arial, Helvetica, sans-serif;;
    letter-spacing: -1px;
    color: #365A6D;
}

.textSubSubTitle {
    font: bold 16px Arial, Helvetica, sans-serif;;
    color: black;
}

.textTree {
    font: 12px Arial, Helvetica, sans-serif;
    color: #FF8C00;
    margin-bottom: 4px;
    font-weight: bold;
}

.textTree a {
    color: #03345C;
    text-decoration: none;
}

ul {
    padding: 0px;
    margin-left: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

a,
a:link,
a:visited,
a:active {
    color: #002F5D;
}

a:hover {
    color: #FF8C00;
}

.divider {
    background-color: #CCD7DC;
    height: 4px;
    overflow: hidden;
}

hr {
    color: White;
    background-color: White;
    height: 2px;
    border: none;
}

input.normal,
textarea.normal,
input.upload,
input.button,
select.normal {
    font: 12px Arial, Helvetica, sans-serif;
}

input.normal,
input.upload,
textarea.normal {
    border: 1px inset;
    padding-left: 2px;
}

input.button {
    border: 1px outset;
    width: 60px;
    cursor: pointer;
}

textarea.normal {
    height: 87px;
}

table.inputForm {
    width: 100%;
}

table.inputForm td {
    padding-right: 4px;
    padding-bottom: 4px;
}

.textFooter {
    font: 8px Verdana, Arial, Helvetica, sans-serif;
    color: #6990A5;
    padding: 4px;
}

.textFooter a {
    color: #6990A5;
    text-decoration: none;
}
