/* CSS Document for body layout */
/* Premysl Cimbalek, WWW.ZERODESIGN.CZ, 2008 */
@charset "UTF-8";

body{
margin:auto;
margin-top:0px;
background-image:url(../img/background.jpg);
background-repeat:repeat-x;
background-color:#FFF;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;}

#telo{
margin:auto;
width:892px;
background-image:url(../img/telo_back.jpg);
}
#head{
width:892px;
height:151px;
background-image:url(../img/head.jpg);
background-repeat:no-repeat;
background-color:#990000;
}

#content{
clear:both;
margin:0px;
width:892px;
/*height:503px;
min-height:503px;*/
background-image:url(../img/telo_back.jpg);
background-repeat:repeat-y;
}

#content_in{
margin:auto;
padding:0px;
}

#content_left{
position:relative;
float:left;
margin:0px;
width:225px;
z-index:2;

}

.content_left_in{
}


#content_right{
position:relative;
top:0px;
margin:0px;
margin-left:225px;
width:666px;
width:664px;
z-index:1;
}

.content_right_in{
padding:20px;
padding-top:0px;
padding-left:5px;
padding-right:10px;
text-align:justify;
padding-bottom:10px;
}

#foot{
clear:both;
width:892px;
height:22px;
background-image:url(../img/foot.jpg);
font-size:10px;
color:#000000;
padding-top:80px;
}

#foot a{
color:#000000;
text-decoration:none;
}

.paging a{

}

.paging td{
text-align:center;
width:20px;
}
