/* CSS Document */

*{
padding:0px;
margin:0px;
}

img{
border:0px;
}

body{
margin-top:26px;
background:url(obrazky/body-bg.png) repeat-x top;
font-size:16px;
font-family:Arial CE;
}

input{
border:1px solid #1289c8;
}

textarea{
border:1px solid #1289c8;
}

table, td, tr{
border:1px solid #999999;
}

a, a:hover{
font-family:Arial, Helvetica, sans-serif;
color: #0099CC;
text-decoration:underline;
}


h1{
color:#009999;
font-size:20px;
padding:10px;
}

h2{
color:#0099FF;
font-size:14px;
}

ul{
padding-left:20px;
}

li{
list-style-type:circle;
}

.hlavicka{
background:url(obrazky/hlavicka.png) no-repeat;
width:845px;
height:78px;
display:block;
margin:0px auto;
}

.topmenu{
background:url(obrazky/topimag2.jpg) no-repeat;
display:block;
margin:0px auto;
width:845px;
height:255px;
}

.menu{
padding-right:29px;
float:right;
width:255px;
height:255px;
}

.display{
display:block;
margin:0px auto;
width:845px;
height:auto;
}

.telo{
width:845px;
min-height:400px;
_height:400px;
float:left;
background:url(obrazky/horizontal-bg.png) repeat-y;
display:block;
margin:0px auto;

}

.obsah{
background:url(obrazky/vertical-bg.png) repeat-x top;
width:825px;
min-height:400px;
_height:400px;
margin-left:10px;
_margin-left:5px;
float:left;
}

.lavy-stlpec{
padding:10px;
width:530px;
min-height:380px;
_height:380px;
float:left;
}

.pravy-stlpec{
padding:10px; 
width:250px;
min-height:380px;
_height:380px;
float:right;
background:url(obrazky/linia.png) no-repeat left;

}

.paticka{
display:block;
margin:0px auto;
width:845px;
height:40px;
background:url(obrazky/bottom-bg.png) no-repeat top;
padding-top:11px;
padding-left:30px;
color:#666666;
font-size:11px;
clear: left;
}


.check{
visibility:hidden;
}





