a{
    color: #000;
}   
a:hover{
    color: #666;
}
h1{
    color: #a1d22f;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    width: 300px;
    padding: 10px;
    padding-left: 60px;
    border-bottom: 2px solid #999;
}
body{
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS;
    font-size: 14px;
    text-align: center;
}
html{
    background-image: url(gradient.jpg);
    background-repeat: repeat-x;
}
.in{
    width: 878px;
    text-align: center;
    margin: 0 auto;
}
.header{
    width: 878px;
    background-image: url(header.gif);
    height: 110px;
}
.pataer{
    width: 966px;
    background-image: url(pataer.gif);
    height: 96px;
    _height: 196px;
    padding-top: 100px;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    color: #555;
}
.menu{
    width: 100%;
    background-repeat: repeat-x;
    background-image: url(menu.gif); 
    height: 73px;
    font-size: 13px;
    word-spacing: -5px;
    margin-top: 1px;
    text-align: center;
}
.menu a{
    width: 97px;
    height: 36px;
    _height: 46px;
    display: inline-block;
    display: -moz-inline-stack;
    _display: inline;
    color: #bbbbbb;
    font-weight: bold;
    text-decoration: none;
    padding-top: 10px;
    margin: 0px;
    margin-top: 1px;
    word-spacing: 0px;
}
.menu a:hover{
       /*background-image: url(hover.gif);*/
       color: #626262;
}
.bag{
      width: 100%;
      background-image: url(pataer.gif);
}
.obsah{
      width: 818px;
      min-height: 450px;
      _height: 450px;
     margin-left: 60px;
     text-align: left;
}


.menuf{
    width: 518px;
    height: 80px;
    font-size: 12px;
    text-align: left;
    margin-top: -20px;
    display: block;
    
}
.menuf a{
    margin-top: -5px;
    padding: 4px;
    padding-top: 30px;
    word-spacing: 0px;
    height: 50px;

    background-image: none; 
    display: inline-block;
    display: -moz-inline-stack;
    _display: inline;
    color: #bbbbbb;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-style: italic;
}
.menuf a:hover{
       /*background-image: url(hover.gif);*/
       color: #626262;
}
.xtremeinput{
       background-image: url(input.gif);
       width: 262px;
       height: 50px;
       border: 0px;
       padding-top: 18px;
       padding-left: 20px;
       padding-right: 20px;
       font-family: Arial;
       font-weight: bold;
       color: #222;
       font-size: 14px;
}
.xtremebutton{
       background-image: url(submit.gif);
       width: 112px;
       height: 50px;
       border: 0px;
       background-color: transparent;
       cursor: pointer;
 }
.xtremebutton:hover{
       background-image: url(submith.gif);
}
.xtremebutton:focus{
       background-image: url(submitf.gif);
}