/* CSS Document for body layout */
/* Premysl Cimbalek, WWW.ZERODESIGN.CZ, 2008 */
@charset "UTF-8";

body{
margin:auto;
margin-top:0px;
margin-left:0px;
background-image:url(../hledani-realit-images/body_background.jpg);
background-repeat:repeat-x;
background-color:#FFF;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#1b1b1b;
}

#telo{
margin:auto;
}
#telo_center{
position: absolute;
  left: 50%;
  top:0%;
width:982px;
height:600px;
margin-left: -491px;
text-align: left;
background-image:url(../hledani-realit-images/back_content.jpg);
background-repeat:no-repeat;
background-position:0px 146px;
}

#telo_left{
position:absolute;
  left: 50%;
  top: 0%;
width:160px;
margin-left: -651px;
height:300px;
background-image:url(../hledani-realit-images/back_right_tile.jpg);
background-position:100% 0%;
background-repeat:no-repeat;

}
#telo_right{
position:absolute;
  left: 50%;
  top: 0%;
width:160px;
margin-left: 491px;
height:300px;
}
#head{
width:982px;
height:146px;
background-image:url(../hledani-realit-images/hledej-reality-head.jpg);
background-repeat:no-repeat;
background-color:#f5f6f7;
}

#content{
position:relative;
float:left;
margin:0px;
width:645px;
/*height:503px;
min-height:503px;*/

padding-top:10px;
margin-bottom:10px;
}

#content_in{
margin:auto;
padding:10px;
padding-top:0px;
}

#content_left{
position:relative;
float:left;
margin:0px;
width:337px;
background-color:#FFFFFF;
margin-bottom:10px;
}

.content_left_in{
}


#content_right{

}

.content_right_in{
padding:20px;
padding-left:40px;
padding-right:45px;
text-align:justify;
padding-bottom:100px;
}

#content_bottom{
clear:both;
position:relative;
height:10px;
width:865px;

}



#foot{
clear:both;
width:982px;
height:58px;
margin-top:20px;
border-top:3px solid #8e0202;
font-size:10px;
padding-top:20px;
color:#1b1b1b;
font-weight:bold;
text-align:center;
}

#foot a{
color:#D90000;
text-decoration:underline;
}

#foot a:hover{
color:#000;
text-decoration:none;
}


