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

p{
text-align:justify;
font-size:12px;
}

#map{
margin:auto;
margin-bottom:10px;
margin-top:30px;
width:600px;
height:600px;
text-align:center;
}

.err{
width:230px;
background-color:#990000;
font-weight:bold;
color:#FFF;
padding:5px;
margin:auto;
margin-bottom:10px;
margin-top:100px;
}
.ok{
width:230px;
background-color:#009900;
font-weight:bold;
color:#FFF;
padding:5px;
margin:auto;
margin-bottom:10px;
margin-top:100px;
}

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

.text_container{
margin-bottom:20px;
background-image:url(../hledani-realit-images/back_text.jpg);
background-repeat:repeat-x;
background-position:0% 100%;
border:1px solid #dbdada;
padding:10px;
text-align:justify;
}

.text_container .ico{
width:46px;
height:53px;
position:relative;
left:0px;
top:0px;
float:left;
margin-right:20px;
margin-bottom:10px;
margin-left:-5px;
margin-top:-5px;
}





