body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #84898c;
}

a {
	color: #000000;
}

a:hover {
	color: #990033;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: large;
	margin: 10px 0px;
	padding: 0px;
	color: #990033;
}

h2, h3 {
	font-size: medium;
}

p {
	margin: 0px 0px 10px 0px;
}

div.rap {
	width: 920px;
	background-color: #FFFFFF;
	margin: 0px auto;
}

div.header {
	height: 133px;
	background: #77161a url(../gfx/header-bg.gif) center bottom no-repeat;
	margin: 0px 8px;
}

img.logo {
	margin: 38px 0px 0px 38px;
	border: none;
	float: left;
}

div.header ul {
	float: right;
	margin: 38px 0px 0px 0px;
	padding: 0px;
}

div.header li {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px 20px 0px 60px;
	list-style-type: none;
	color: #ff9933;
	font-weight: bold;
}

li.phone {
	background: url(../gfx/hdr-phone.gif) top left no-repeat;
}

li.page {
	background: url(../gfx/hdr-page.gif) top left no-repeat;
}

div.banner-top {
	height: 172px;
	margin: 0px 8px;
}

div.main {
	width: 630px;
	float: right;
}

div.main-text {
	margin: 30px 30px 0px 30px;
	padding-bottom: 100px;
	background: url(../gfx/logo-color.gif) bottom right no-repeat;
}

div.main-bg {
	background: url(../gfx/menu-bottom.jpg) left bottom no-repeat;
	margin-bottom: 10px;
}

div.menu ul {
	width: 240px;
	padding: 0px;
	margin: 30px 0px 220px 30px;
	float: left;
}

div.menu ul li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

div.menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
	font-size: large;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

div.menu a:hover {
	text-decoration: underline;
}

div.menu a.current {
	color: #990033;
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 300px;
	border: 1px solid #494949;
	font-size: small;
	padding: 1px;
}

table {
	font-size: small;
	width: 100%;
}

table td {
	width: 50%;
	vertical-align: top;
}

table input{
	width: 250px;
}

table textarea{
	width: 532px;
}

input.save {
	width: auto;
	vertical-align: middle;
}

input.box {
	width: auto;
	vertical-align: bottom;
	border: none;
}

div.clearpix {
	clear: both;
	line-height: 8px;
	height: 8px;
}

img.banner {
	border: 1px solid black;
	margin-right: 20px;
	width: 120px;
	float: left;
}

ul.odkazy {
	list-style-type: none;
}

div.santander {
	float: right;
	width: 120px;
	text-align: center;
	line-height: normal;
	margin: 0px 5px;
}

div.essox {
	float: right;
	width: 150px;
	text-align: center;
	line-height: normal;
	margin: 5px;
}

div.footer-top {
	font-size: 1px;
	height: 3px;
	line-height: 3px;
	background: url(../gfx/footer-top.gif) top center no-repeat;
}

div.footer {
	margin: 0px 8px;
	padding: 0px 20px;
	background-color: #444444;
	font-size: x-small;
	color: #FFFFFF;
	line-height: 20px;
	height: 62px;
}

div.footer a {
	color: #ff9933;
}

div.footer-bot {
	font-size: 1px;
	line-height: 3px;
	height: 3px;
	background: url(../gfx/footer-bot.gif) top center no-repeat;
	clear: both;
}

.right {
 text-align: right;
}

.help {
	color: #3399FF;
	cursor: help;
	font-weight: bold;
}	
		
#fixedtipdiv {
	position: absolute;
	padding: 2px;
	border: 1px solid black;
	color: #990033;
	z-index:100;
}

	div.box {
		margin: 0px;
		border: 1px solid black;
		padding: 5px;
	}

  ul.tabs {
	  width: 95%;
	  margin: 0px auto;  
		padding: 0px;
		text-align: left;
		font-size: 14px;
		line-height: 28px;  
  }
  
  ul.tabs li {
		display: inline;
		margin: 0px;
		padding: 0px;
  }
  
  ul.tabs li a{
		padding: 5px 10px;
		font-weight: bold;
		color: #000000;
		text-decoration: none;
	  border: 1px solid #000000;
	  border-bottom: none;
  }
  
  ul.tabs li a:hover{
		background: #CCCCCC;
  }
  
  ul.tabs li a.current{
		background: #CCCCCC;
  }  

/* KATALOG */  
ul.katalog {
	margin: 0px;
	padding: 0px;
}

ul.katalog li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.katalog li img {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div#images img, ul.katalog li img {
	margin: 1px;
}

div#images a, ul.katalog li a.img {
	margin: 0px 10px 5px 0px;
	display: block;
	width: 152px;
	height: 102px;
	float: left;
	border: 1px solid #84898c;
}

div#images a:hover, ul.katalog li a.img:hover {
	border: 1px solid #990033;
}

div.prev {
	width: 40%;
	float: left;
}

div.next {
	width: 40%;
	text-align: right;
	float: right;
}

div.prev a, div.next a {
	text-decoration: none;
	font-weight: bold;
}
