/* MEYER RESET v1.0 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}

table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}

body{line-height:1}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}:focus{outline:0}ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

/* BASIC TYPOGRAPHY */

html { font-size: 62.5%; font-family: Tahoma,"Liberation Sans", Helvetica, Arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

body{
    background-color: #5c800b;
    background-image: url(/images/webbg.png);
    background-position: center top;
    background-repeat: repeat-x;
    color: #000000;
    line-height: 120%;
}

a {
    color: #1a1a1a;
    text-decoration: none;
}

a:hover {
    color: #1a6a2a;
    text-decoration: underline;
}


h1{
    font-size: 16px;
    margin: 5px 0 10px 0;
}

h2{
    color: #333333;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

th{
    padding: 3px;
}

td {
    padding: 2px;
}

#topmenu{
    color: #ffffff;
    padding: 153px 0 0 269px;

}

div#topmenu a{
    display: block;
    line-height: 25px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    padding: 0 5px 0 5px;
    font-size: 11px;
    font-weight: bold;
    float: left;
    overflow: hidden;
}

div#topmenu a:hover{
    display: block;
    line-height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background-image: url(../images/topmenuactive.png);
    background-repeat: repeat-x;
    color: #000000;
    text-decoration: none;
    padding: 0 5px 0 5px;
    font-size: 11px;
    font-weight: bold;
    float: left;
}

.container {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
}

#header {
    background-image: url(/images/headerbg.png);
    background-position: center top;
    background-repeat: repeat-x;
    height: 198px;
}

.header-inner {
    background-image: url(/images/headerl.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 198px;
    padding: 0;
    margin: 0 auto;
}

.obal{
    background-image: url(../images/kontentbg.png);
    background-position: center top;
    background-repeat: repeat-y;
}

.content{
    background-color: #F6F9EA;
    padding-top: 5px; 
    padding-bottom: 5px; 
    width: 705px; 
    float: left;
}

.contentinner{
    padding: 0 10px 0 10px;
}

.clear{
    clear: both;
}

#footer {
    background-image: url(/images/footer.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 1000px;
    height: 50px;
    text-align: center;
    color: #ffffff;
}

.topleft {
    background-image: url(/images/topleft.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 134px;
    text-align: right;
    color: #5e2313;
    font-size: 10px;
    font-weight: bold;
}

div.topleft div.toplefttext {
    padding: 5px 10px 0px 10px;
}

div.lside {
    width: 236px;
    float: left;
}    

div.lside a{
    color: #612414;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

div.lside a:hover{
    color: #612414;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    background-image: url(/images/lmenuactive.jpg);
    background-repeat: no-repeat;
    line-height: 20px;
    vertical-align: middle;
    padding-left: 10px;
}

.space100 {
    height: 100px;        
}

.last {
    float: right;
}

div.viac{
    padding: 10px 0 10px 0;
}

div.viac a{
    color: #000000;
    text-decoration: none;
}

div.viac a:hover{
    color: #000000;
    text-decoration: underline;
}

.marg5 {
    margin: 5px;
}

.lmarg5 {
    margin-left: 1px;
}

div.chyba {
    padding: 5px;
    margin-bottom: 7px;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 150%;
    background-color: #ff3333;
}


div.vlajocky {
    text-align: right; 
    height: 20px; 
    margin-right: 30px;
}

div.frw25 {
    float: right;
    width: 25px;
}

div.flw25 {
    width: 25px; 
    float: left;
}

div.flw9 {
    width: 9px; 
    float: left;
}

div.padt25 {
    padding-top: 25px;
}


div.hide {
    overflow: hide;
}

.textcenter {
    text-align: center;
}

.sivacenter {
    color: rgb(128, 128, 128); 
    text-align: center;
}

.greencenter {
    color: rgb(153, 204, 0); 
    text-align: center;
}
