body {
  margin:0;
  padding:0;
  border:0;
  width:100%;
  background:#000 url('/grafika/pozadie.jpg') no-repeat top center;
  min-width:970px;
	font-size:90%;
	text-align: center;
	color: #fff;
}

a:link {
	color: #fff;
}

a:hover, a:active {
	color: yellow;
}

a:visited {
	color: #fff;
}

h1 {
  font-family: Tahoma;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 20px 0 5px 0;
  padding-bottom:0;
  font-style: italic;
}

p.adresa {
  font-size: 16px;
  letter-spacing: 5px;
  padding: 8px 0;
  margin: 0;
  font-style: italic;
}


h2 {
  color: #fff;
  font-family: Tahoma;
  font-size: 28px;
  text-align: center;
  font-style: italic;
}

h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fffafa;
}

.red {
  color: #D61414;
}

.bold {
  font-weight: bold;
}

div.center {
  width: 100%;
  text-align: center;
}
	
.img-shadow {  float:left;  background: url('/grafika/shadowAlpha.png') no-repeat bottom right !important;  background: url('/grafika/shadow.gif') no-repeat bottom right;  margin: 15px;}
.img-shadow img {  display: block;  position: relative;  background-color: #fff;  border: 1px solid #a9a9a9;  margin: -6px 6px 6px -6px;  padding: 4px; }

#reklama {
	background: transparent url(/grafika/cenova-bomba.jpg) no-repeat top left;
	width: 180px;
	height: 60px;
	position: fixed;
	top: 0;
	left: 50px;
}

#centeredmenu {
	clear:both;
	float:left;
	margin:0;
	padding:0;
	border-bottom:1px solid #000; /* black line below menu */
	width:100%;
	font-family:Verdana, Geneva, sans-serif; /* Menu font */
	font-size:90%; /* Menu text size */
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
}

/* Top menu items */
#menu ul {
	margin:10px 0 20px 0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#menu ul li {
	margin:0 0 0 2px;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	top:1px;
}
#menu ul li a {
	display:block;
	width: 150px;
	margin:0;
	padding: 10px 0;
	background:#ddd url('/grafika/button.jpg') top left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
}

#menu ul li a:hover {
	background:#ddd url('/grafika/button-hover.jpg') top left;
}


hr.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

fieldset.kontakt {
	text-align: left;
}

fieldset.kontakt legend {
	color: #d61414
}

form.formular {
	width: 50%;
	text-align: left;
	margin: 0 auto;	
}

.button {
	display:block;
	width: 150px;
	margin:0 1px;
	padding: 10px 0;
	background:#ddd url('/grafika/button.jpg') top left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size: 20px;
	border: 1px solid #000;
	float: left;
}

.dir {
	background: transparent url('/grafika/zalozka.png') no-repeat center left;
	padding: 10px;
	padding-left: 40px;
	font-weight: bold;
	width: 165px;
	height: 40px;
	float: left;
}

div.foto {
	width: 120px;
	text-align: center;
	float: left;
}

.backwards {
unicode-bidi:bidi-override; direction: rtl;
color: white;
font-weight: bold;
}

div.odkaz {
	padding: 5px;
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
}

form.nastianutie input[type=radio] {
	padding: 30px 0;
}

form.nastianutie img {
	vertical-align: middle;
}

  



