/* ----------------------------------------------------------------------------------------------------------

    Autor:      ManoloDesign (www.manolodesign.cz)
    Klient:     www.preprava-krenek.cz
    Vstup:      screen, projection

---------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------
    Tagy
---------------------------------------------------------------------------------------------------------- */
html, body, p, h1, h2, h3, h4, h5, h6, dl{
    padding: 0;
    margin: 0;
    list-style: none;
}


html {
    background: #fff url('images/bg.jpg') no-repeat top left;
}

body{
    position: relative;
    font-size: 62.5%;
    font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
    color: #333;
    width: 965px;
    padding: 423px 0 0 0;

}

h1 {
    position: absolute;
    top: 465px;
    left: 473px;
    color: #FF6C00;
    font-size: 180%;
}

h2 {
    color: #FF6C00;
    font-size: 140%;
    padding: 5px 0;
}

h3 {
    color: #333;
    font-size: 120%;
    padding: 5px 0;
}

img {
    margin: 0px;
    padding: 0 0 1px 0;
    display: block;
}

a {
    color: #FF6C00;
}

a:hover {
    text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------------
    Head
---------------------------------------------------------------------------------------------------------- */
#head {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('images/top.jpg') no-repeat bottom left;
    width: 965px;
    height: 423px;

}

#head a#logo {
    background: url('images/logotype.jpg') no-repeat top left;
    width: 311px;
    height: 107px;
    display: block;
    float: right;
}

#head a#logo span{
    display: none
}

#head ul {
    clear: both;
    width: 965px;
    height: 43px;
    line-height: 45px;
    background: url('images/menu-top-off.jpg') repeat-x top left;
    padding: 0px;
    margin: 0px;
}

#head ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: block;
    float: left;

}

#head ul li a {
    float: left;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    font-size: 120%;
    background: url('images/dots.jpg') no-repeat top left;
}

#head ul li.first a {
    background: none;
}

#head ul li a:hover {
    background: url('images/menu-top-on.jpg') repeat-x top left;
}

#head p {
    font-size: 110%;
    padding: 5px 0 0 10px;
    color: #3F3F3F;
}

/* ----------------------------------------------------------------------------------------------------------
    Wrap
---------------------------------------------------------------------------------------------------------- */
#wrap {
    width: 965px;
    padding: 0 0 10px 0;    
}

#banner {
    width: 444px;
    float: left;
}

#text-main {
    background: url('images/shadow.jpg') no-repeat top left;
    width: 471px;
    float: right;
    font-size: 120%;
    text-align: justify;
    padding: 70px 20px 0px 30px;
}

#text-main p {
    padding: 0 0 0px 0;
    line-height: 1.5em;
}

#text-main ul {
    margin: 5px 0 10px 0;
    padding: 0 0 0 30px;
}

#text-main p.foto {
    padding: 5px 0 15px 0;
    text-align: right;
}

/* ----------------------------------------------------------------------------------------------------------
    navbar
---------------------------------------------------------------------------------------------------------- */

ul#navbar{
    position: absolute;
    top: 423px;
    left: 468px;
    width: 466px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-size: 11px;
}

ul#navbar li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline;
    color: #FF6D00;

}

ul#navbar li a {
    display: inline;
    color: #454545;
    
}

/* ----------------------------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------------------------- */
#footer {
    clear: both;
    background: url('images/bg-footer.jpg') repeat-x top left;
    width: 945px;
    color: #D5D5D5;
    font-size: 100%;
    height: 59px;
    padding: 12px 0 0 20px;
}

#footer a {
    color: #D5D5D5;
}

#footer ul{
    padding: 5px 0 0 0px;
    margin: 0px;
}

#footer ul li {
    color: #FF6D00;
    margin: 0px;
    list-style-type: none;
    display:block;
    padding: 0 0px 0 10px;
    background: url('images/orange-dot.jpg') no-repeat center left;
    float: left;
}

#footer ul li a{
   display: block;
   padding: 0 10px 0 0px;
   
}
