body {
    background: #FFF;
    font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}


p, ul, table, ol, hr {
    margin: 0 0 15px 0;
}

td {
    padding: 3px;
}

li {}

ul li ul li, ul li ul li ul li, ul li ul li ul li ul li  {
    margin-left: 15px;
}

h1 {
    color: #9F9F9F;
    font-weight: normal;
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 24px;
}

h2 {
    color: #9F9F9F;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 18px;
}

h3 {
    color: #9F9F9F;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 0 0;
}

h4 {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 0 0;
}

hr {
    border: none;
    height: 2px;
    width: 100%;
    background: url(images/right-p-bg.png) repeat-x left top;
}

a {
    color: #05618E;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;  
    }
    
    a.last {
        border: none;  
    }
    
    a.active {
        text-decoration:underline; 
    }
    
input {
    font-size: 12px;
}

input.submit, .hledat #ajaxSearch_submit, .iskola input.submit {
    width: 31px;
    height: 18px;
    padding: 0 0 0 0;
    margin:  0 0 0 0;   
    background: url(images/input-submit-bg.png) no-repeat left top;
    border: none;   
}

/*************************************************/


.vycentrovani {
    width: 1000px;
    margin: 0 auto 0 auto;
    background: url(images/vycentrovani-bg.png) no-repeat center top;
    overflow: hidden;
}




/**************header****************/  
.header {
    height: 181px;
    overflow:hidden;
}

.header .logo {
    background: url(images/logo.png) no-repeat left top;
    display: block;
    width: 430px;
    height: 107px;
    float: left;
    margin: 20px 0 0 70px;
    padding: 38px 0 0 0;
    text-align: right;
    text-decoration: none;
    font-size: 25px;
    color: #000000;
}
    .logo span {
    display: block;
    margin: 12px 0 0 0;
    font-size: 15px;
    
    }

/**************hledat***************/
.hledat {
    width: 206px;
    height: 38px;
    overflow: hidden;
    background: url(images/hledat-bg.png) no-repeat left top;
    float: right;
    margin: 0 60px 0 0;
    padding: 9px 0 0 58px;
    line-height: 0px;
}

    .hledat input {
        float: left;
        width: 106px;
        height: 16px;
        padding: 2px 5px 1px 5px;
        margin:  0 0 0 0;
        font-size: 11px;
        color: #9F9F9F;
        background: url(images/input-text-bg.png) no-repeat left top;
        border: none;
    }

     .hledat #ajaxSearch_submit {
        margin: 0 0 0 5px;
     }
    
    /***********menu*****************/
    .header .menu {
        clear: right;
        width: 440px;
        margin: 110px 26px 0 0;
        float: right;
    }
    
        .header .menu ul {
            float: right;
        }
        
            .header .menu ul li {
                display: block;
                float: left;
                line-height: 12px;
            }
            
            .header .menu a {
                border-right: solid #AAAAAA 1px;
                border-right: solid #AAAAAA 1px;
                padding: 0 12px 0 12px;
                text-transform: lowercase;
            }
            
            .header .menu a.last {
                border: none;
            }
    

/**************obsah******************/

    .hlavni {
        border: solid #E5E5E5 1px;  
        overflow: hidden;
        margin: 0 36px 0 38px;
        padding: 0 0 20px 0;
        background: url(images/obsah-bg.png) repeat-y 192px 100px;
    }
    
        .obsah {
            width: 500px;
            min-height: 360px;
            overflow: hidden;
            float: left;
            padding: 20px;
        }

            .obsah ul, .obsah ol {
                margin-left: 40px;
            }
            .obsah ol li {
                list-style: decimal;
				margin-bottom: 10px;
            }
            
            .obsah ul li {
                list-style: outside url(images/obsah-li-bg.png);
				margin-bottom: 10px;
            }
            
            .obsah table td {
                border: solid #BBBBBB 1px;  
            }

/********************************/
.breadcrumbs {
    padding: 11px 0 0 212px;
    height: 17px;
    color: #9F9F9F;
    overflow: hidden;
}
/********************************/


    .right-menu, .left-menu {
        float: left;
        width:152px;
        padding: 0 20px 20px 20px;
    }

        .right-menu ul, .left-menu ul {
            margin-bottom: 0px;
        }
        
        .iskola {
            width: 116px;
            height: 116px;
            padding: 10px;
            background: url(images/iskola-bg.png) no-repeat left top;
            margin: 0 auto 20px auto;
            color: #FFFFFF;
            overflow: hidden;
        }
        
        .iskola h2 {
            font-size: 12px;
            font-weight: bold;
            color: #FFFFFF; 
            margin: 0 0 3px 0;
        }
        
        .iskola input {
            width: 106px;
            height: 16px;
            padding: 2px 5px 1px 5px;
            margin:  0 0 0 0;
            font-size: 11px;
            color: #9F9F9F;
            background: url(images/input-text-bg.png) no-repeat left top;
            border: none;
        }
        .iskola input.submit {
            margin: 5px 0 0 0;
            float: right;
        }
        
    .left-menu li a {
        display: block;
        background: url("images/right-p-bg.png") repeat-x scroll left bottom transparent;
        margin-bottom: 2px;
        padding-bottom: 5px;
    }
    
/********************************/
.thmb, .video_nahled {
    width: 140px;
    height: 170px;
    float: left;
    text-align: center;
    margin: 6px;
}

.thmb p, .video_nahled p {
    text-align: center;
}

.video_nahled img {
    width: 140px;
}

.mapa-stranek ul {
    margin-bottom: 0;
}

.iskola_nastenka {
    margin: 20px 0 0 0;
}
    .iskola_nastenka table tr td {
        border: none;
        /*border-bottom: dotted #C1D8E3 1px;*/
	    background: url(images/right-p-bg.png) repeat-x left bottom;
    }

/********************************/
.copyright {
    padding: 8px 37px 25px 37px;
    color: #9F9F9F;
}

.copyright a {
    text-decoration: none;
    color: #9F9F9F;
}

.copyright a:hover {
    text-decoration: underline;
}
/********************************************/
.oddelovac {
    clear: both; 
    padding: 0px; 
    margin: 0px; 
    line-height: 0px;
    height: 0px;
}

.left {
    float: left;
}
.right {
    float: right;
}

.ajaxSearch_highlight {
	background-color: #FFFF99;
}

#ditto_pages a, #ditto_pages span{
    padding: 0 3px 0 3px;
}
