* { font-family: Tahoma, Verdana, Helvetica, Sans-Serif; }
html,table { margin: 0; padding: 0; font-size: 11px; }
body {
  color: #515151;
  margin: 0px;
  padding: 0;
  background-image: url('img/tlo.jpg');
  background-repeat: repeat-x;
  background-color: #E3DEC0;
  text-align:center; /* center layout in ie5 and 5.5. */
}

#cotainer
{
   width: 700px;
   height: 541px;
   background-color: #fff;
   margin: 6px auto;
   padding: 0;
   text-align: left;
}

#txt
{
   padding: 2px;
   width: 696px;
   height: 537px;
   background-color: #fff;
   float: left;
   display: inline;
}

#img
{
   width: 326px;
   height: 504px;
   background-image: url('img/img.jpg');
   background-repeat: no-repeat;
   float: left;
   display: inline;
}

#logo
{
   width: 370px;
   height: 111px;
   background-image: url('img/logo.jpg');
   background-repeat: no-repeat;
   margin-bottom: 1px;
   float: left;
   display: inline;
}
#menu
{
   width: 350px;
   height: 32px;
   background-color: #F6F5F0;
   padding-left: 20px;
   text-align: center;
   margin-bottom: 1px;
   float: left;
   display: inline;
}
#menu img
{
   border: 0;
   margin: 0;
   padding: 0;
   float: left;
}
#tresc
{
   width: 360px;
   height: 359px;
   background-color: #F3F1E9;
   text-align: right;
   padding-right: 10px;
   float: left;
   display: inline;
}

h1
{
   margin-top: 10px;
   margin-bottom: 7px;
   font-size: 15px;
   font-weight: bold;
   color: #C97E6B;
}

p
{
    text-align: justify;
}

#stopka
{
   width: 686px;
   height: 23px;
   background-image: url('img/stopka.jpg');
   background-repeat: no-repeat;
   text-align: right;
   padding-right: 10px;
   padding-top: 10px;
   float: left;
   display: inline;
}

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

