/* CSS KAREL CENTRAL*/

body, html
 
{
        width: 100%;
        height: 100%;
        padding: 0px;
        margin: 0px;
}

body
{
    background: url(../images/bg_data.png) repeat-y;
    _text-align: center;
    color: #404040;
    font: 80% Verdana,Tahoma,Arial,sans-serif;
    line-height: 1.2em;
    width: 100%;
    height: 100%;
    /*min-width: 1080px;
    _width: expression(document.body.clientWidth < 1080? "1080px" : "auto");*/
    margin: 0;
    padding: 0;
}

a
{
    color: #4088b8;
    font-weight: 700;
    text-decoration: none;
}


.Text
{
    font: Verdana,Tahoma,Arial,sans-serif;
    font-size: 12px;
}

.Text1
{
    font-size: 0.8em;
    color:Black;
}
/* a:hover {
text-decoration:underline;
} zrušeno 28.2.2011 - ovlivnuje menu*/

a img
{
    border: 0;
}

p
{
    margin: 0 0 18px 5px;
}

h1
{
    color: #0093dd;
    font-size: 4.2em;
    letter-spacing: -5px;
    margin: -20px 10px 30px 0;
}

h1 a
{
    color: #0093dd;
    text-transform: none;
}

h2
{
    border-bottom: 1px solid #dadada;
    color: #0093DD;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0 2px 2px 5px;
}

h3
{
    border-bottom: 1px solid #dadada;
    color: #0093dd;
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px 0 8px;
    padding: 1px 2px 2px 3px;
}

/*** DIVS ***/

#content
{
    margin: 0;
    padding: 0;
    width: 100%; /*vstupni stranku dat 966px*/
    height: 100%;
    min-width: 1080px;
    /*_width: expression(document.body.clientWidth < 1080? "1080px" : "auto"); /*background: top left url(../images/bg_karel_top.jpg) no-repeat;*/*/
    /*z-index: 6; LL250112 */
}

#header
{
    width: 100%; /*width: 960px;*/ /*min-width:1180px; _width: expression(document.body.clientWidth < 1180? "1180px" : "auto");*/
    min-width: 1080px;
    height: 111px;
    overflow: visible;
    position: relative;
    /*z-index: 20;LL250112*/
     /*	background: white top right url(../images/vlajky2.png) no-repeat;*/
    background: top left url(../Images/bg_karel_top.jpg) no-repeat; /*padding-left:6px;*/
}
    
#logo
{
    width: 380px;
    margin-right: auto;
    height: 111px;
    float: left;
}
#logo_karel
{
    position: relative;
    top: 62px;
    left: 9px;
}
#slogan
{
    position: relative;
    top: -8px;
    left: 244px;
}

#loginAS
{
    float: right;
    padding-right: 10px;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 1.2em;
}


#panel
{
    width: 420px; /*puvodne 321 LL*/
    height: 111px;
    float: right;
    margin: 0px;
    padding: 0px;
    background: top right url(../images/vlajky2.png) no-repeat;
    overflow:visible;
}
#menu_bg
{
    min-width: 1080px;
    width: 100%; /*width: 966px;*/
    height: 40px;
    padding: 0;
    /*overflow: visible;
    position: relative;LL250112*/
    /*z-index:100;LL250112*/
    display: block;
    
    background: white url(../images/bgmenu2all_k.png);
}

#menu
{
    width: 100%;
    height: 40px;
    /*overflow: visible;
    position: relative;LL250112*/
    /*z-index:100;LL250112*/
    display: block;
    /*background: url(../images/bg_menu_seda.png) repeat-x;*/
    /*padding: 0 0 0 8px;LL25*/
    margin:0 auto;
    margin-left:8px;
}
#menu a {display:block;}

#user_lang
{
    /*font-size:0.9em;*/
    padding: 10px 11px 0px 7px;
    text-align: right;
    height: 28px;
    color: black;
    
}

#user
{
    float: left;
}

#lang
{
    float: right;
}

#lang a
{
    color: gray;
    padding: 0 5px 0 12px;
}

#klient_login
{
}
#klient
{
    float: left;
    width: 220px;
    height: 150px;
    margin: 6px 0 0 2px;
}

#username
{
    color: black;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 1.2em;
    text-align: right;
    /*margin: 5px 80px 5px 5px;LL250112*/
}

#login
{
    float: right;
    width: 150px; /*margin:10px 0px 0 4px;*/
    font-size: 0.85em;
    text-align: center;
    color: black;
    height: 40px;
    padding: 10px 0px 0 0;
    line-height: 40px;
}
/*** WEB CONTENT DIV data vymazat, az bude dan selector homepage a otherpage - pruhledne nebo bile pozadi stranky***/

#data
{
    line-height: 1.5em;
    /*position: relative;LL250112*/
    top:0px;
    padding: 10px 15px 10px 15px;
    text-align: left; /*width:936px;*/
    min-width: 770px;
    /*_width: expression(document.body.clientWidth < 770? "770px" : "auto");*/
    background: white url(../images/bg_data.png) repeat-y;
   
}

.PeriodickaDokumentacePripravenoArchivace
{
    background: #00EE00;
    color: white;
}


#data h3
{
    margin: 4px 0 4px;
}

/*** FOOTER ***/

#footer
{
    color: #555;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%; /*width:966px;*/
    min-width: 800px;
    _width: expression(document.body.clientWidth < 800? "800px" : "auto");
    height: 50px;
    background: white url(../images/bg_paticka_left.png) left top no-repeat;
   
}

#footer p
{
    height: 42px;
    margin: 0 0 0 20px;
    padding: 4px 20px 4px 0px;
    background: white url(../images/bg_paticka_center.png) top repeat-x;
}

#footer a
{
    color: #555;
}

#footer a:hover
{
    text-decoration: underline;
}

/*** NEXT CLASSES ***/
.PeriodickaDokumentacePripravenoArchivace
{
    background-color: Green;
}

.ppmb
{
}
.ppmb .dxbButton
{
    background-image: none;
    background-color: White;
    border-width: 0px;
}
.ppmb .dxbButton:hover
{
    background-color: #ff9900;
}
.ppmb .dxbButton span
{
    color: Black !important;
}
.ppmb .dxbButton:hover span
{
    color: White !important;
}

.nezobrazene_stlpce .dxbButton
{
    background-color: Transparent;
    background-image: none !important;
    border-width: 0px;
}
.nezobrazene_stlpce .dxbButton span
{
    color: White !important;
    font-weight: bold;
}

.buttonLeft
{
    float: left;
    padding-right: 5px;
}
.buttonRight
{
    float: right;
    padding-left: 5px;
}
.GridAddButton
{
    height: 29px;
}
