html, body {
	margin: 0;
	padding: 0;
  }
body {
  background: white url('../images/background.png') center top repeat-x;
  text-align: center;
  color: black;
  font-family: Verdana;
  }
p, li, td {
  margin: 0;
  padding: 0 0 .5em 0;
  line-height: 1.5em;
  font-size: .8em
  }
li {
  padding: 0 !important;
  }
img {
  border: 5px solid white;
  padding: 0;
  margin: 5px 0px 10px 20px;
  }
a:hover img {
  border: 5px solid #0066ff;
  background: white !important;
  }
a {
  color: #0066ff;
  }
a:link, a:visited {
  color: #0066ff;
  }
a:hover p {
  background: #e0eaef;
  color: #0066ff;
  }
ul {
	margin: 0;
	padding: 0 0 .5em 15px;
	list-style-type: square;
  }
table, input, textarea, label, form {
	font-size: 100%;
  }
table {
  margin-right: 5px !important;
  }
th {
  padding: .2em .4em !important;
  background:  #0066ff;
  color: #ffffff;
  font-weight: bold;
  font-size: .8em;
  }
td {
  padding: 0 .4em;
  }
table, form {
  margin: 0;
  padding-bottom: 10px !important;
  }
fieldset {
  border: 2px solid #0066ff;
  padding: 5px;
  }
legend {
  margin-top: 0px;
  padding: 0 .2em;
  }
input, select, textarea {
  margin: 5px 0;
  border: 0;
  border-bottom: 2px solid #0066ff !important;
  padding: .3em;
  background: white;
  color: black;
  font-family: Verdana;
  }
textarea {
  border: 2px solid #0066ff !important;
  }
button, .tlacitko a {
  border: 2px solid #0066ff;
  background: white;
  text-align: center !important;
  color: black;
  font: bold 1.2em/1.8 Verdana;
  margin-top: 5px;
  }
.tlacitko a {
  display: block;
  width: 300px;
  text-decoration: none !important;
  }
hr, #menu b {
	position: absolute;
	top: -5000px;
	width: 1px;
 	height: 1px;
  }
.invisible {
  position: absolute; 
  top: -10000px; 
  left: 0; 
  height: 1px; 
  overflow: hidden;
  }
