﻿body 
{
    background:#f15829;
    background-image:url('images/BodyPozadi.jpg');
    background-repeat:repeat-x;
    background-position:top;
    margin:0px;
    padding:20px 0px;
    text-align:center;
    font-family:Tahoma;
    font-size:12px;
    line-height:1.5em;
}

/* Vyjimka pro TinyMCE */

body.mceContentBody {
  background-color: #ffffff;
  background-image: none;
  text-align:justify;
}

/* ------ OBECNE FORMATOVANI -------- */

a
{     
     color:#F05829;
     font-weight:bold;
     text-decoration:none;
}    

a:hover
{
     text-decoration:underline;
}    


a img
{
    border:none;
}

h2, .AdminNadpis
{
    font-family:Tahoma;
    font-size:30px;
    font-weight:bold;
    line-height:35px;
    color:#b82b00;
    padding:0px;
    margin:10px 0px;
    text-align:left;
}

h3
{
    font-family:Tahoma;
    font-size:22px;
    font-weight:bold;
    line-height:30px;
    color:#b82b00;
    padding:0px;
    margin:10px 0px;
    text-align:left;
}

h4
{
    font-family:Tahoma;
    font-size:18px;
    font-weight:bold;
    line-height:25px;
    color:#b82b00;
    padding:0px;
    margin:10px 0px;
    text-align:left;
}

h5
{
    font-family:Tahoma;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    color:#b82b00;
    padding:0px;
    margin:5px 0px;
    text-align:left;
}


#pageFrame
{
    width:966px; /* 900 + 33zleva + stejna mezera zprava */
    margin:auto;
    text-align:left;
}

#okrajLevy
{
    width:33px;
    height:476px;
    background-image:url('images/OkrajLevy.jpg');
    float:left;
}

#page
{
    width:900px;
    float:left;
    background:#FFF;
}

    /* Horni sekce - logo + horni okraj + rozcestnik */
    #pageTop
    {
        width:900px;
        height:177px;
        float:left;
    }

        #logo
        {
            float:left;
            width:271px;
            height:177px;
            background-image:url('images/HlavniLogoPozadi.jpg');
            position: relative;
        }

            #logo a
            {
                color:#f15829;
                text-decoration:none;
                cursor:pointer;
                z-index:10;
            }

            #logo a h1
            {
                display:inline-block;
                position:absolute;
                top:1px;
                font-family:Impact;
                font-size:44px;
                margin:0px;
                padding:0px;
                padding-left:38px;
                margin-top:110px;
                z-index:1;
            }

            #logo a h1 span
            {
                color:#f7931d;
            }

            #logo span.LogoImg
            {
                position: absolute;
                background-image:url('images/HlavniLogo.jpg');
                background-repeat:no-repeat;
                background-position:-30px -5px;   /* Orezani celeho loga */
                top:5px;                          /* A nasledne dorovnani pozice */
                left:30px;
                width:195px;
                height:150px;
                display:block;
                z-index:5;
            }

        #okrajHorni
        {
            float:left;
            width:629px;
            height:42px;
            background-image:url('images/OkrajHorni.jpg');
        }

        #rozcestnik
        {
            float:left;
            height:135px;
            padding-left:5px;  /* odsazeni rozcestniku od loga */
        }
        
            #rozcestnik a
            {
                display:block;
                float:left;
                margin-right:20px;
                width:140px;
                height:135px;
                padding:0px;
                font-size:15px;
                font-weight:bold;
                /*
                background-image:url('images/OddelovnikCarky.jpg');
                background-position:right;
                background-repeat:repeat-y;
                */
                text-decoration:none;
                color:#f15829;
                position:relative;
                cursor:pointer;
            }

            #rozcestnik a span /* formatovani textu extra mimo a (ktery je vychozim bodem pro obrazek - position:relative), u ktereho nemuzem upravit text-align a line-height*/
            {
                display:block;
                line-height:120px;
                text-align:center;
                position:absolute;
                top:1px;
                width:100px; 
                height:135px;
                text-align:center;
            }
                    
            #rozcestnik a div /* ikonkova nahrazka textu */
            {
                position:absolute;
                top:0px;
                width:140px; 
                height:135px;
                background-repeat:no-repeat;
                background-position:top left;
                z-index:10;
            }

            #rozcestnik a#temaDneLnk div
            {
                background-image:url('images/IkonaTemaDne.jpg');
            }
               
            #rozcestnik a#fotoMaratonLnk
            {
                width:110px; 
            }
           
            #rozcestnik a#fotoMaratonLnk div
            {
                width:110px; 
                background-image:url('images/IkonaFotoMaraton.jpg');
            }
               
            #rozcestnik a#jedenSvetLnk div
            {
                width:160px; 
                background-image:url('images/IkonaJedenSvet2011.jpg');
            }

               
    /* Levy panel - hledani a podmenu */
    #pageLeft
    {
        float:left;
        width:200px;
    }
        
        #vyhledavani
        {
            width:200px;
            height:34px;
            background-color:#b82b00;
        }
        
        #podMenu
        {
            width:200px;
            background-image:url('images/OddelovnikCarky.jpg');
            background-repeat:repeat-y;
            background-position:right;
            padding:0px 0px 0px 0px;
        }
        
            #podMenu ul
            {
                font-size:15px;
                font-weight:normal;
                margin:0px; 
                list-style-type:none;
                color:#b82b00;
                padding:10px 0px 0px 10px;
            }
            
            #podMenu ul li.nadpis
            {
                display:none;
            }

            
            #podMenu ul ul
            {
                font-size:13px;
                padding:10px 0px 0px 0px;
            }

            #podMenu ul li
            {
                padding:5px 0px 5px 20px;
            }

            #podMenu ul li a
            {
                color:#b82b00;
                text-decoration:none;
            }
            
            #podMenu ul li.parent
            {
                background-image:url('images/PodMenuParent.jpg');
                background-repeat:no-repeat;
                background-position:1px 11px;
                font-weight:bold;
                border-bottom:1px dotted #b82b00;
                margin-right:15px;
            }
            
            #podMenu ul li.selected
            {
                background-image:url('images/PodMenuSipka.jpg');
                background-repeat:no-repeat;
                background-position:1px 7px;
                font-weight:bold;
            }
        
    /* hlavni (pravy) panel - menu a obsah stranky */
    #pageMain
    {
        position:relative;
        float:left;
        width:700px; /* 900 - pageLeft */
    }
    
        #mainMenu {} /* MAIN MENU V ETERNIM SOUBORU MENU.css */            
            
        #content
        {
            padding:80px 40px 40px 40px;
            text-align:justify;
        }
        
            #spacer
            {
                height:500px;
                width:1px;
                float:left;
            }
        
    #pageBottom
    {
        position:relative;
        width:900px;
        background-color:#f15829;
        padding-top:5px;
        clear:both;
    }    
    
        #pageBottomEnding
        {
            position:absolute;
            left:848px;   /* 900 px celkova sirka - 52px sirka obrazku */
            top:0px;
            /*
            float:right;
            position:relative;
            top:-5px;*/
            width:52px;
            height:50px;
            background-image:url('images/AddBlockKonec.jpg');
            background-position:top left;
            background-repeat:no-repeat;
        }

        #addBlock
        {
            width:900px;
            height:144px;
            background-color:#FFF;
        }
        
            #addTitle
            {
                width:17px;
                height:144px;
                float:left;
                background-color:#b82b00;
                /*
                background-image:url('images/AddBlockTitle.jpg');
                background-position:top right;
                background-repeat:no-repeat;
                */
            }
            
            #addMain
            {
                width:850px;    /* 900px - addTitle - rezerva na okraj zprava */
                text-align:center;
                float:left;
            }

            #addMain table
            {
                padding-top:10px;
                height:134px;
                margin:auto;
            }

            #addMain table tr td
            {
                vertical-align:middle;
                padding:0px 5px;
            }
    
        #podpis
        {
            width:900px;
            height:43px;
            text-align:right;
            background-color:#FFF;
            background-image:url('images/Paticka.jpg');
            background-position:bottom right;
            background-repeat:no-repeat;
        }
    
        #podpis span
        {
            display:inline-block;
            height:43px;
            font-size:11px;
            color:#f47623;
            line-height:25px;
            padding-right:35px;    
        }
        
/* ----------- GBook formular --------*/

table.SmallForm 
{
    font-size:11px;
    width:500px;
}

.SmallForm input, .SmallForm textarea
{
    font-family:Verdana;
    font-size:10px;
}

.GBdate
{
    font-size:9px;
    color:#888;
    display:block;
    margin-top:5px;
}

.GBuser {}

.GBnadpis 
{
    font-weight:bold;
}

.GBpopis
{
    /*font-size:12px;*/
    display:block;
    margin-top:5px;
}

    
    
.ImgIcon
{
     background-repeat:no-repeat;
     background-position: left 0px;
     padding-left:20px;
}

.PreviewIcon
{
     background-position: left -1px;
     background-image:url('../icons/book_open.png');
     margin:10px 0px;
}    

.PlayerIcon
{
     background-image:url('../icons/user_green.png');
     margin:10px 0px;
}    

.TemaIcon
{
     background-image:url('../icons/book_open.png');
}

.MailIcon
{
     background-image:url('../icons/email.png');
     background-position: 10px 0px;
     padding-left:30px;
     margin:10px 0px;
}
