* {
    margin: 0;
    padding: 0;
}

.hidden {
    display: none;
}

.correct {
    clear: both;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

a img {
    border:none;
}

fieldset {
    border:none;
}

body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: #9B9BA1;
}

/*********************************************/

#page {
    width:900px;
    margin:32px auto 0 auto;
    position: relative;
}

/* Hlavicka */

#head {
    width:900px;
    height:138px;
    background:#FFF;
}

#head #logo{
    left:49px;
    top:45px;
    position: absolute;
}

#head h2{
    left:545px;
    top:54px;
    position: relative;
    margin:0;
    padding:0;
    width:304px;
    overflow:hidden;
    display: block;
    height:66px;
    font-size: 40px;
    line-height:44px;
    color: #59C0D3;
    font-weight: normal;
}

#head h2 span{
    display:block;
    position:absolute;
    left:0;
    top:0;
    z-index:10;
    margin:0;
    padding:0;
    width:304px;
    height:66px;
    background:url("../img/devizove_misto.gif") top left no-repeat;
}

/* Flash */

#flash {
    height:221px;
}

/* Menu */

#menu {
    background:url("../img/menu_bg.jpg") top left no-repeat #71DBEF;
    height:39px;
    width:894px;
    padding:0 0 0 6px;
}

#menu li{
    background:url("../img/menu_style.gif") left 0px no-repeat;
    float: left;
    list-style-type: none;
    padding:0 0 0 22px;
    margin:11px 12px 0 12px;
    position: relative;
    display: block;
    height:27px;
    display: inline;
}

#menu li a{
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
}

#menu li a:hover{
    text-decoration: underline;
}

#menu li:hover ul, #menu li.hover ul {
    width:200px;
    display: block;
    position: absolute;
    top:25px;
    left:22px;
    background:url("../img/menu_ul_bg.png") repeat-y ;
    border:3px solid #95EFFF;
    z-index: 10;
    overflow: hidden;
}

#menu li ul li {
    width:200px;
    margin:10px 12px;
    height:20px;
    padding:0;
    background:none;
    float: none;
    display: block;
}

#menu li ul li a{
    font-size: 14px;
}

#menu li ul {
    display: none;
}

/* Obsah */
#content {
    background:#FFF;
    padding:20px;
}

#content h1{
    color: #59C0D3;
    font-weight: normal;
    margin:20px 0 20px 0;
}

#content h2{
    color: #2EADC4;
    font-weight: normal;
    margin:20px 0 10px 0;
    line-height:22px;
    font-family: sans-serif;
}

#content p{
    margin:10px 0;
    font-size: 12px;
    font-family: sans-serif;
}

#content address{
    margin:10px 0;
    font-style: normal;
}

#content ul, #content ol{
    margin:0 0 0 15px;
}

#content table{
    border:1px solid #23A2B9;
    margin:10px 0 0 0;
    background-color: #71DAEF;
}

#content table th{
    border:1px solid #23A2B9;
    padding: 5px;
    background-color: #59C0D3;
    color: #FFF;
}

#content table td{
    border:1px solid #23A2B9;
    padding: 5px;
    background-color: #FFF;
}

#content form label {
    width:40%;
    display: block;
    float: left;
    text-align: right;
    margin:2px 10px 0 0;
    font-size: 12px;
    color: #23A2B9;
}

#content form fieldset {
    border:none;
    background-color: #C0F5FF;
    padding:20px 10px;
    border:1px solid #71DAEF;
}

#content form input.text, #content form textarea, #content form select {
    margin:0 0 10px 0;
    background-color: #FFF;
    border:1px solid #23A2B9;
    padding:2px;
}

#content form input.text {
    width:200px;
}

#content form input.button {
    margin:0 315px 0 5px;
}

#content form span {
    margin:5px 0 10px 0;
    display: block;
}

#content form#count{
    font-size: 12px;
    color: #23A2B9;
    text-align: center;
}

#content form#count input.text {
    margin:0 0 10px 0;
    background-color: #FFF;
    border:1px solid #23A2B9;
    padding:3px 0;
}

#content form#count select {
    float: left;
}

#content form#count label {
    margin:0 10px 0 100px;
}

#content form#count input#castka {
    text-align: right;
}

#content form#count span {
    margin:4px 10px;
}

#content form#count input.button {
    background-color: #FFF;
    border:1px solid #23A2B9;
    color:#23A2B9;
    padding:5px 10px;
    text-decoration: none;
    margin:15px 0 0 10px;
    cursor: pointer;
}

#content form#count input.button:hover {
    background-color: #71DAEF;
    color: #FFF;
}


/*********************************************/
.correct {
    clear: both;
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    font-weight: bold;
    color: #FF3333;
}

.home_item {
    clear: both;
}
