/*
rgb(0,128,0)... zeleny text
*/
body, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
  margin: 0px;
  padding: 0;
  color: rgb(0,128,0);
  text-align: center;
  font-size: 12px;
}

#stranka {
  margin: auto;
  width: 600px;
  position: relative;
}

h1 {
  margin: 0;
  width: 600px;
  position: relative;
  border-bottom: 4px solid rgb(0,128,0);
  font-size: 1.2em;
}
h1 a {
  display: block;
  width: 600px;
  padding: 550px 0 10px 0;
  background: transparent url(/images-ld/lekarnici-doporucuji-logo-velke.jpg) no-repeat center center;
  text-decoration: none;
  color: rgb(0,128,0);
}

#paticka {
	border-top:2px solid black;
  font-size: 0.8em;
  text-align: center;
  background-color: white;
  line-height: 2em;
}
#paticka, #paticka a {
  color: rgb(0,128,0);
}

