

.panelheader {
    margin-bottom:0px;
    margin-left:auto;
    background-position: 0 13px;    
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;        
    min-height: 10px;
    padding: 2px 4px 4px 8px !important;    
    float: left;
    margin-right: 10px;
}
.panelheader.gray {
        background-color: #fafafa;
        border: 1px solid #bbb;
        border-bottom: 0px;
    }
.panelheader.gray h1 {
    font-family:Tahoma;
    font-size: 12px;
    text-align: left;    
}

.panel {
    margin-bottom: 18px;
    margin-left:auto;
    background-position: 0 13px;    
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    font-family:Tahoma;
    font-size: 11px;
    text-align: left;
    min-height: 10px;
    padding: 8px 4px 12px 8px !important;
    
    float: left;
    margin-right: 10px;
}
.panel.gray {
        background-color: #f0f0f0;
        border: 1px solid #bbb;
    }
.panel.gray h1 {
    font-size: 12px;
}
.panel.gray p {
    font-size: 11px;
}

 .HomepageAktualniInformace {
    margin-bottom: 10px;
    margin-left:auto;
    background-position: 0 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 10px;
    padding: 12px;
    background-color: #ffc;
    border: 2px solid #ffd385;
}

#HlavniNavigacniOkno .homepage-stitky {
    margin-left:6px;
    width:98%;
    line-height:190%;
}
#HlavniNavigacniOkno .size-small {
	font-size:12px;   
    font-weight:bold; 
    padding-right:8px;
}
#HlavniNavigacniOkno .size-large {
	font-size:15px;    
    padding-right:8px;
}

 /*
.messageBox {
    margin-bottom: 10px;
    margin-left:auto;
    background-position: 0 13px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family:Tahoma;
    font-size: 11px;
    color: #000 !important;
    font-style: normal !important;
    text-align: left;
    min-height: 10px;
    padding: 4px 4px 12px 4px !important;
    
    float: left;
    margin-right: 10px;
}

.messageBox.gray h1 {
    font-size: 12px;
}
.messageBox.gray p {
    font-size: 11px;
}

    .messageBox.gray {
        background-color: #f0f0f0;
        border: 1px solid #bbb;
    }



    .messageBox.eYellow, .messageBox.iYellow, .messageBox.yellow {
        background-image: url(../img/icons/notify-message-icon.gif);
        background-repeat: no-repeat;
        background-color: #ffc;
        border: 1px solid #ffd385;
    }

    .messageBox.iYellow {
        background-image: url(../img/icons/info-yellow-message-icon.gif);
    }

    .messageBox.xRed, .messageBox.eRed, .messageBox.red {
        background-color: #ffe7e2;
        border: 1px solid #ff93ac;
        background-image: url(../img/icons/error-message-icon.gif);
    }

    .messageBox.eRed {
        background-image: url(../img/icons/excl-error-message-icon.gif);
    }

    .messageBox.okGreen, .messageBox.iGreen, .messageBox.green {
        background-color: #deffca;
        border: 1px solid #95e7b0;
        background-image: url(../img/icons/ok-message-icon.gif);
    }

    .messageBox.iGreen {
        background-image: url(../img/icons/info-green-message-icon.gif);
    }

    .messageBox.qBlue, .messageBox.iBlue, .messageBox.blue {
        background-color: #e9f7ff;
        border: 1px solid #93bde7;
        background-image: url(../img/icons/q-blue-message-icon.gif);
    }

    .messageBox.iBlue {
        background-image: url(../img/icons/info-blue-message-icon.gif);
    }


    .messageBox.gray2 {
        background-color: #fafafa;
        border: 1px solid #ccc;
    }

    .messageBox.yellow, .messageBox.red, .messageBox.green, .messageBox.blue, .messageBox.gray, .messageBox.gray2 {
        background-image: none;
        padding-left: 15px !important;
    }

    .messageBox.spc12 {
        line-height: 1.2em !important;
        padding: 8px !important;
    }

    .messageBox.iGreen.thin {
        background-image: url(../img/icons/info-green-message-icon.gif);
        background-position-x: -7px;
        background-position-y: 5px;
        padding: 5px 5px 5px 20px !important;
        display: inline-block;
    }
*/