body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #EBEBEB;
}     

#container {
  width: 800px;
  margin: 0 auto 0px auto;
  padding: 20px;
  padding-top: 0;
  border: 1px #DEDEDE solid;
  text-align: center;
  position: relative; 
  background-color: #fff;
  min-height: 200px;
  text-align: left;
}

h1 {
  color: #444;
  display: block;
  width: 100%;
  font: 25px 'Lucida Grande', Verdana, Helvetica, sans-serif;
  border-bottom: 1px solid #DEDEDE;
}

h5 {
  color: #444;
  display: block;
  width: 100%;
  margin-top: 30;
  margin-bottom: 0;
  font: 15px 'Lucida Grande', Verdana, Helvetica, sans-serif;
  border-bottom: 1px solid #DEDEDE; 
}

p {
  color: #444;
  font: 12px/21px Verdana, Helvetica, sans-serif;
  text-align: justify;
}

p a:link,
 h5 a:link,
  h6 a:link,
   p a:visited,
    h5 a:visited,
     h6 a:visited {
  color: #267191;
  text-decoration: none;
  border-bottom: 1px dotted #888A8E;
}

p a:hover,
 h5 a:hover,
  h6 a:hover  {
  color: #7FBADB;
  text-decoration: none;
  border-bottom: 1px solid #7FBADB;
}

.stopka {
  text-align: right;
}