@charset "utf-8";
html {
  height: 100%;
}
body {
	font-family: "Arial", sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-color: #57251b;
	background-image: url('../../_outputer/imager/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}
a {
	text-decoration: none;
	color: #6b696a;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}

a.akcia { color: #4D0000; }

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #696865;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
  width: 100%;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-color: #696865;
  border-bottom-style: dotted;
}
img {
	padding: 3px;
	vertical-align: middle;
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: justify;	
}
hr {
	border-width: 1px;
	background-color: #f1f1e8;
	height: 0px;
	width: 100%;
	border: 1px dotted #999999;
}
table {
  font-family: "Arial", sans-serif;
  font-size: 13px;
  color: #6b696a;
}
td {
	vertical-align: top;
}
input { 
	width: 100%; 
}

