.missing { color:white; background-color: red; }

/* ********* definice obecnych HTML znacek ********* */
body {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    font-family: sans-serif;
    font-size: 0.8em;
    background-color: white;
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    color: rgb(25,23,24);
}

img {
    border: none;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    color: rgb(0,174,239);
    text-decoration: none;
}

a:hover {
    color: rgb(89,93,76);
    text-decoration: underline;
}

h1 {
    font-weight: normal;
    margin: 0px;
}


h2 {
    font-weight: normal;
    margin: 0px;
}


h3 {
    margin: 0px;
    color: rgb(128,132,105);
    font-size: 130%;
    font-weight: normal;
}

h4 {
    color: rgb(128,132,105);
    font-size: 100%;
    font-weight: bold;
    margin: 0px;
}

textarea {
    font-family: sans-serif;
    font-size: 100%;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.back {
    margin: 10px 0px 0px 0px;
}

.layout {
    border-collapse: collapse;
}

/********************* lists **********************/

ul {
}

ul li {
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

.odrazky1 {
    margin: 10px 0px 25px 10px;
    padding: 0px 0px 0px 15px;
}

.odrazky1 li {
    list-style-image: URL('../images/odrazka1.gif');
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 8px 0px;
}

/********************* page **********************/
#page {
    position: relative;
    width: 993px;
    text-align: left;
    margin: auto;
}

#header {
    position: relative;
    text-align: left;
    height: 171px;
    background-color: black;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

#webTitle {
    position: absolute;
    top: 40px;
    left: 50px;
    font-size: 180%;
    color: rgb(229,229,229); 
    z-index: 0;   
}

#webTitle a {
    text-decoration: none;
    color: white;
}

/* ******************************************* */
/* ************ languages *********** */
/* ******************************************* */

#languages {
    float: right;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    width: 200px;
}

#languages ul {
    margin: 0px;
    padding: 0px;
}

#languages ul li {
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 3px;   
}

#languages ul li a {
    height: 19px;
    width: 28px;
    background-color: rgb(209,82,28);
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    display: block;
    color: white;
    padding: 3px 2px 2px 2px;
    margin: 0px;
}

#languages ul li a:hover, #languages ul .current a {
    background-color: rgb(127,158,181);
}

/* ******************************************* */
/* ************ menu top *********** */
/* ******************************************* */

#menuTop {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    height: 45px;
    width: 790px;
}

#menuTop ul {
    margin: 0px;
    padding: 0px;
}

#menuTop ul li {
    float: left;
    _width: 40px;
    list-style: none;
    padding: 0px;
    margin: 0px 5px 5px 0px; 
    white-space: nowrap;  
}

#menuTop ul li a {
    height: 21px;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    display: block;
    color: rgb(209,82,28);
    padding: 4px 5px 0px 5px;
    margin: 0px;
    cursor: pointer;
    position: relative;
}

#menuTop ul li a:hover, #menuTop ul .current a {
    background-image: url('../images/bgMenuTopLeft.gif');
    background-repeat: no-repeat;
    background-position: top left;
    color: white;
    background-color: rgb(209,82,28);
    border: none; 
}

#menuTop ul li .rightEdge  {
    position: absolute;
    right: 0px;
    top: 0px;
}

/* ******************************************* */
/* ************ menu left*********** */
/* ******************************************* */

#menuLeft {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    height: 45px;
}

#menuLeft ul {
    margin: 0px;
    padding: 0px;
}

#menuLeft ul li {
    display: block;
    width: 223px;
    list-style: none;
    padding: 0px;
    margin: 0px 5px 5px 0px; 
    white-space: nowrap;  
}

#menuLeft ul li a {
    height: 27px;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    display: block;
    color: white;
    padding: 7px 5px 0px 10px;
    margin: 0px 0px 5px 0px;
    cursor: pointer;
    position: relative;
    background-image: url('../images/bgMenu.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: rgb(209,82,28);
}

#menuLeft ul li a:hover {
    background-position: 0 -34px;
    border: none; 
    color: black;
}

#menuLeft ul li a:hover, #menuLeft ul .current a {
    background-position: 0 -34px;
    border: none; 
}

#menuLeft ul li .menuItemIco {
    background-color: white;
    display: block;
    float: left;
    width: 3px;
    height: 12px;
    padding: 0px;
    margin: 2px 6px 0px 0px;
    font-size: 1px;
}

/* ************ menu left submenu*********** */

#menuLeft ul .submenu {
    margin: 5px 0px 5px 0px;
    padding: 0px 0px 0px 0px;    
    background-color: white;
    background-image: url('../images/bgSubmenuMiddle.gif');
    background-repeat: repeat-y; 
}

#menuLeft ul .submenu .top {
    margin: 0px;
    padding: 0px;
    width: 223px;
    height: 6px;
    background-image: url('../images/bgSubmenuTop.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

#menuLeft ul .submenu .bottom {
    margin: 0px;
    padding: 0px;
    width: 223px;
    height: 6px;
    background-image: url('../images/bgSubmenuBottom.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#menuLeft ul .submenu ul {
    margin: 0px;
    padding: 0px;   
    background-image: url('../images/bgSubmenuMiddle.gif');
    background-repeat: repeat-y; 
}

#menuLeft ul li {
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px; 
    white-space: normal;
}

#menuLeft ul .submenu ul .menuArrow {
    height: auto;
    background-image: url('../images/bgSubmenuMiddle.gif');
    background-repeat: repeat-y;
    color: rgb(209,82,28);
    display: block;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 5px 0px; 
    font-weight: normal;
}

#menuLeft ul .submenu ul .menuArrowActive {
    height: auto;
    background-image: url('../images/bgSubmenuMiddle.gif');
    background-repeat: repeat-y;
    color: rgb(209,82,28);
    display: block;
    list-style: none;
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 5px 0px; 
    font-weight: bold;
}

#menuLeft ul .submenu ul .menuArrow:hover {
    color: black;
    text-decoration: underline;
}

#menuLeft ul .submenu .menuItemIco {
    background-color: rgb(209,82,28);
    display: block;
    float: left;
    width: 3px;
    height: 12px;
    padding: 0px;
    margin: 2px 6px 0px 0px;
    font-size: 1px;
}

/********************* main content **********************/

#leftColumn {
    float: left;
    width: 244px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#mainContent {
    float: left;
    width: 461px;
    min-height: 264px;
    background-image: url('../images/bgMainContent.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    padding: 15px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    
}

#rightColumn {
    float: left;
    width: 223px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 25px;
    text-align: right;
}

#mainContent p {
    display: block;
}

#leftColumn p, #rightColumn p {
    display: block;
    margin: 0px 0px 20px 0px;
}
/* ******************************************** */
/* **************** left and right column *************** */
/* ******************************************* */

.itemTitle {
    display: block;
    width: 213px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgb(172,172,172);
    color: white;
    font-size: 16px;
    padding: 8px 0px 0px 10px;
    text-align: left;
    font-weight: bold;
}

.news {
    background-image: url('../images/bgNewsTitle.jpg');
}

.news:hover {
    background-image: url('../images/bgNewsTitleHover.jpg');
}


.contacts {
    background-image: url('../images/bgContactsTitle.jpg');
}

.contacts:hover {
    background-image: url('../images/bgContactsTitleHover.jpg');
}


.clients {
    background-image: url('../images/bgClientsTitle.jpg');
}

.clients:hover {
    background-image: url('../images/bgClientsTitleHover.jpg');
}


.rpf {
    background-image: url('../images/bgRPFTitle.jpg');
}

.rpf:hover {
    background-image: url('../images/bgRPFTitleHover.jpg');
}



.itemTitle:hover {
    color: black;
    text-decoration: none;
}

.articleItemTitle {
    display: block;
    width: 208px;
    padding: 5px 0px 0px 10px;
    margin: 0px 0px 10px 0px;
    color: rgb(0,174,239);
    text-align: left;
}

.articleItemTitle .more {
    display: block;
    color: rgb(209,82,27);
    onClick="javascript:alert(123);";
}

.articleItemIco {
    background-color: rgb(209,82,28);
    display: block;
    float: left;
    width: 3px;
    height: 12px;
    padding: 0px;
    margin: 2px 6px 0px 0px;
    font-size: 1px;
}

/* ******************************************* */
/* ************ article *********** */
/* ******************************************* */

.sectionTitle {
    color: rgb(150,150,150);
    font-size: 150%;
    font-weight: normal;
    margin: 10px 0px 10px 0px;
}

.articleTitle {
    font-size: 140%;
    font-weight: normal;
    margin: 0px 0px 20px 0px;
}

/* ******************************************* */
/* ************ search *********** */
/* ******************************************* */

.searchBox {
    color: rgb(103,134,149);
    margin: 0px 0px 20px 2px;
}

.searchBox .search {
    width: 150px;
    border: solid 1px rgb(103,134,149);
    margin: 0px 5px 0px 2px;
    background-image: url('../images/inputBg.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    font-family: sans-serif;
    color: rgb(52,72,82);
    font-size: 13px;
    padding: 2px 2px 2px 2px;
}

.searchBox .buttonSearch {
    display: inline;
    background: url(../images/lupa.gif) top right no-repeat;
    width: 66px;
    height: 25px;
    border: 0;
    color: white;
    cursor: pointer; 
    font-family: sans-serif;
    color: rgb(52,72,82);
    font-size: 15px;
    margin: 0px 12px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: left; 
}

.searchBox .buttonSearch:hover {
    background: url(../images/lupa2.gif) top right no-repeat;
    color: black;
}

/* ******************************************* */
/* ************ login *********** */
/* ******************************************* */

.loginBox {
    position: absolute;
    top: 50px;
    left: 755px;
    width: 200px;
    height: 100px;
    color: rgb(103,134,149);
    margin: 0px 0px 10px 2px;
    z-index: 80;  
}

.loginBox .username, .loginBox .password {
    display: block;
    width: 100%;
    border: solid 1px rgb(103,134,149);
    background-image: url('../images/inputBg2.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-color: white;
    font-family: sans-serif;
    color: rgb(52,72,82);
    font-size: 13px;
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 6px 0px;
}

.loginBox .buttonLogin {
    display: inline;
    background: url(../images/icoLogin.gif) top right no-repeat;
    width: 55px;
    height: 19px;
    border: 0;
    color: white;
    cursor: pointer; 
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left; 
}

.loginBox .buttonLogin:hover {
    background: url(../images/icoLoginHover.gif) top right no-repeat;
    color: black;
}
/********************* footer ****************************/

#footer {   
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    font-size: 88%;
    border-top: solid 1px rgb(128,158,181);
}

#footer .copy .copyright {
    color: rgb(128,158,181);
}

#footer .copy .developer a {
    text-decoration: none;
    color: rgb(128,158,181);
}

#footer .copy .developer a:hover {
    text-decoration: underline;
}





