body{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

div#page{
    min-width: 1200px;
    min-height: 500px;
}
/*------------menu--------------*/
div#menu{
    display: block;
    clear: none;
    float: right;
    width: 218px;
    margin-top: 20px;
    margin-left: 20px;
    padding: 0px;
    background: url('../img/bg_menu_top.gif') left top no-repeat;
}

div#menu div{
    display: block;
    clear: none;
    float: right;
    width: 218px;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 11px;
    background: url('../img/bg_menu_bottom.gif') left bottom no-repeat;
}

ul#menulist{
    padding: 0px;
    margin: 0px;
    margin-left: 9px;
    list-style-type: none;
}

ul#menulist li{
    padding: 0px;
    margin: 0px;
}

ul#menulist a{
    display: block;
    padding: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 21px;
    border-bottom: 1px solid #eeeeee;
    margin: 0px;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

ul#menulist a:hover{
    color: #000000;
    padding-bottom: 6px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

ul#menulist a.aktivni,
ul#menulist a.aktivni:hover{
    color: #ff8400;
}

ul#menulist li.last a{
    border-bottom: 0px;
}

ul#menulist li.last a:hover{
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
}

ul#menulist ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#menulist ul li a{
    padding-left: 41px;
}

/*----------------logo------------------------*/
div#logo{
    display: block;
    clear: none;
    float: right;
    width: 230px;
    height: 112px;
    background: url('../img/bg_logo.gif') left top no-repeat;
    margin-right: 700px;
    margin-bottom: 20px;
}

div#logo img{
    border: 0px;
    margin-left: 20px;
    margin-top: 10px;
}

/*--------------linker------------------------*/
div#linker{
    display: block;
    clear: none;
    float: right;
    height: 41px;
    background: url('../img/bg_bottom_left.gif') left top no-repeat;
    margin-right: 40px;
    margin-top: 20px;
}

div#linker div{
    height: 41px;
    background: url('../img/bg_bottom_right.gif') right top no-repeat;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
}

div#linker span{
    display: block;
    padding-top: 17px;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #999999;
}

div#linker span a{
    color: #666666;
    text-decoration: none;
}

/*-------------copy------------------------------*/
div#copy{
    display: block;
    clear: right;
    float: right;
    width: 190px;
    margin-right: 10px;
    text-align:right;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #999999;
    padding-top: 37px;
}

/*--------------content-----------------------*/
div#content{
    display: block;
    clear: none;
    float: right;
    width: 1300px;
    margin: 0px;
    background: url('../img/bg_main_right.gif') right top repeat-y;
}

div.content_top{
    display: block;
    clear: both;
    height:14px;
    background: url('../img/bg_main_top.gif') left top repeat-x;
}

div.content_top div{
    height:14px;
    background: url('../img/bg_main_top_corner.gif') right top no-repeat;
}

div.content_bottom{
    display: block;
    clear: both;
    height:11px;
    background: url('../img/bg_main_bottom.gif') left top repeat-x;
}

div.content_bottom div{
    height:11px;
    background: url('../img/bg_main_bottom_corner.gif') right top no-repeat;
}

#dekor{
    display: block;
    clear: none;
    float: right;
}

div#texty{
    display: block;
    clear: none;
    float: right;
    width: 630px;
    margin-right: 30px;
    margin-top:10px;
    margin-bottom: 10px;
}

div#texty a img{
    border: 0px;
}

div.navigace{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: #999999;
}

div.navigace a{
    color: #666666;
}

h1{
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #ff8400;
}

h2{
    font-family: Tahoma;
    font-size: 11pt;
    font-weight: bold;
    color: #000000;
}

div.clanek{
    font-family: Tahoma;
    font-size: 9pt;
    color: #333333;
}

div.clanek a{
    color: #ff8400;
}

div.clanek li{
    margin-bottom: 5px;
}

div.clanek li li{
    margin-bottom: 0px;
}

/*kontaktni formular*/
fieldset.contactform div{
    padding: 5px;
    padding-bottom: 0px;
}

fieldset.contactform div span.label{
    display: inline-block;
    text-align: right;
    clear: none;
    width: 100px;
    padding-right: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
}

fieldset.contactform div span.label_poznamka{
    display: block;
    float:left;
    text-align: right;
    clear: none;
    width: 100px;
    padding-bottom: 45px;
    padding-right: 5px;
    color: #333333;
    font-weight: bold;
    font-size: 9pt;
}


fieldset.contactform div span.submit{
    display: inline-block;
    clear: none;
    width: 250px;
}

fieldset.contactform div input.vstup{
    display: inline-block;
    clear: none;
    width: 250px;
    color: #000000;
    font-size: 9pt;
    font-family: Tahoma;
}

fieldset.contactform div textarea.vstuppoznamka{
    display: block;
    float: left;
    clear: none;
    width: 250px;
    height: 60px;
    color: #000000;
    font-size: 9pt;
    font-family: Tahoma;
}

fieldset.contactform div input.tlacitko{
    display: inline-block;
    clear: none;
    width: 256px;
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #999999;
    font-size: 9pt;
    font-weight: bold;
    font-family: Tahoma;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 105px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactform_hlasky{
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
}
.send_nok{
    color: #ff0000;
}

.send_ok{
    color: #006600;
}

#rtrap{
    display: none;
}

.plusone{
    margin-top: 15px;
    text-align: right;
    clear: both;
    float: right;
}
