* { margin: 0; padding: 0; }
body {
  background: url("tlo.png") repeat-x;
  background-color:#deeaf4;
  width: 800px;
  margin-left:auto;
  margin-right:auto;
  font-family:'Trebuchet MS', verdana, serif;
  font-size: 13px;
  color: #192377;
}
#kontener{
  background-color: #f5fbff;
  border-left: 1px solid #b3b8be;
  border-right: 1px solid #b3b8be;
  border-bottom: 1px solid #b3b8be;
}
#top {
  background: url("top.png") no-repeat;
  background-position:center; 
  width: 798px;
  height: 232px;
}
#bannery{
  height: 50px;
}
#logo{
  float: left;
  margin-left:18px;
}
#city{
  float: right;
  margin-right:16px;
}
#menu{
  margin-top:90px;
  margin-left:126px;
}
ul {
  float: left;
  line-height: 15px;
}
ul, ul li {
  margin-right: 20px;
  margin-left:2px;
  list-style: none;	
  font-family:'Trebuchet MS', verdana, serif;
  font-size: 12px;
}
ul a:link, ul a:visited {
	text-decoration: none;
	color: white;
}
ul a:hover {
  color: #192377;
}
#tekst{
  float: left;
  display: inline;
  text-align: justify;
  line-height: 140%; 
  width: 556px;
  margin-left:12px;
  margin-bottom: 20px;
}
#tekst_obrazek{
  margin-right: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin-top: 3px;
  float: left;
  border: 1px solid #C62A2E;
}
#tekst_obrazek2{
  margin-left: 12px;
  margin-bottom: 7px;
  padding: 3px;
  margin-top: 3px;
  float: right;
  border: 1px solid #C62A2E;
}
#hotele{
  margin-right: 12px;
  float: right;
  display: inline;
  width: 200px;
  font-family:'Trebuchet MS', verdana, serif;
  font-size: 12px; 
  line-height: 15px;
}
#hotel{
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #e2ecf3;
}
#hotel_obrazek{
  margin: 3px;
  float: left;
  display:inline;
  border: 1px solid #C62A2E;
}
#hotel_nazwa{
  padding-top: 10px;
  padding-right: 5px;
  height: 65px;
  font-weight: bold;
}
#hotel_opis{
  clear: both;
  margin:4px;
  font-family:'Trebuchet MS', verdana, serif;
  color: #323F81;
}
#hotel_cena{
  margin:6px;
  font-weight: bold;
}
#hotel_wiecej{
  padding:5px;
  text-align: right;
}
#clear{
  clear: both;
}
#podpis{
  color: #3077B3;
  font-size: 9px;
}
h1{
  margin-bottom:5px;
  margin-left:2px;
  color: #192377;
  font-family:'Trebuchet MS', verdana, serif;
  font-size: 13px;
}
h2{
  margin-top: 15px;
  margin-bottom: 8px;
  color: #C62A2E;
  font-family:'Trebuchet MS', verdana, serif;
  font-size: 15px;
}
a{
  color: #192377;
}
p{
  padding-bottom: 14px;
  line-height: 140%; 
}