/* nastenka */
html {background: #FFF4FE url(../graphics/bg.png) repeat-y center top fixed;height: 100%;
    margin: 0;
    padding: 0;}
body {height:100%;}

/* Rozlozeni */
#wrap {height: 100%; min-height: 100%; position: relative;}
#page {width:100%;height:auto;margin:0 auto; position: relative; min-height: 600px;}

/* zahlavi */
#header-bg {
    height:160px;
    background: url(bgpruh1.png) repeat-x top left;   
}
#header {position: relative; margin: 0 auto; width: 960px; }
#header-title {
    position:relative;
    left: 10px;
    top: 20px;
    width: 1000px;
    padding: 0px 20px;
    color: white;
    overflow: hidden;
    height: 70px;
    font-size: 40pt;  
    font-weight: bold;
    text-shadow:              black 1px 1px 1px;
    -webkit-text-shadow: black 1px 1px 1px;
    -moz-text-shadow:     black 1px 1px 1px; 
    font-family: 'myriadpro_bold_webfont';
}
#header-moto{
    position:relative;
    left: 10px;
    top: 20px;
    padding: 0 20px;
    width: 400px;
    height: 30px;
    overflow: hidden;
    color: #FFF4FE;
    font-size: 20pt;
}
#header a {text-decoration: none; color: white}



/* obsah */
#content{width: 920px; padding: 20px; margin: 0 auto; position: relative; padding: 20px 20px 80px 20px; }

#content h1{color: #83125F}

/* pata */

#footer {
    width: 100%;
    color: white;
    background: url(bgpruh1.png) repeat-x top center;
    height:40px;
    position: absolute; 
    bottom: 0; 
    text-align: center;
    z-index: 100;
    padding-top: 10px;
    font-size: 20pt
}
#footer a {font-weight: bold; color: white}

