/************************************************************  Reset */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  
  }  

html {
	background: #e4e4e4 url(../images/bg_basic.gif) top center repeat;
  }

body {
  font-size: small;
  font-family: sans-serif;
  line-height: 1.6em;
	background: url(../images/bg.gif) top center repeat-x;
  }
                                                                                                             
a:link {
  color: #198cb9;
  }

a:visited {
  color: #6ba5bc;
  }
  
a:hover {
  color: #a63eaf;
  }

p {
  padding: 0.7em 0;
  }

.right {
  text-align: right;
  }

h1 {
  overflow: hidden;
  font-size: 1.9em;
  }

h1, h1 span {
  float: left;
  position: relative;
  width: 431px;
  height: 105px;
  }

h1 span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/logo.jpg) top left no-repeat;
  }

/************************************************************  PAGE */

#page {
  width: 1000px;
  margin: 0 auto;
  background: url(../images/page_decoration.gif) bottom left no-repeat;
  }

#header {
  height: 105px;
  background: #760e45 url(../images/header.jpg) top right no-repeat;
  }

/************************************************************  NAVIGATION */

#nav {
  width: 910px;
  height: 50px;
  padding-left: 90px;
  background: #f349a2 url(../images/nav_bg.gif) top left repeat-x;
  }
  
#nav ul {
  list-style: none;
  }

#nav ul li {
  float: left;
  display: block;
  line-height: 50px;
  }
  
#nav ul li a {
  font-size: 1.3em;
  }
  
/* uvod */
#nav li#uvod {
  position: relative;
  overflow: hidden;
  }
  
#nav li#uvod,
#nav li#uvod span {
  width: 100px;
  height: 50px;
  }
  
#nav li#uvod span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) 0 0 no-repeat;
  }
  
#nav li#uvod a:hover span,
#nav li#uvod a.active span {
  background: url(../images/nav.gif) 0 -50px no-repeat;
  cursor: pointer;
  }
  
/* vacushape */
#nav li#vacushape {
  position: relative;
  overflow: hidden;
  }
  
#nav li#vacushape,
#nav li#vacushape span {
  width: 160px;
  height: 50px;
  }
  
#nav li#vacushape span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) -100px 0 no-repeat;
  }
  
#nav li#vacushape a:hover span,
#nav li#vacushape a.active span {
  background: url(../images/nav.gif) -100px -50px no-repeat;
  cursor: pointer;
  }
  
/* lymfodrenaz */
#nav li#lymfodrenaz {
  position: relative;
  overflow: hidden;
  }
  
#nav li#lymfodrenaz,
#nav li#lymfodrenaz span {
  width: 180px;
  height: 50px;
  }
  
#nav li#lymfodrenaz span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) -260px 0 no-repeat;
  }
  
#nav li#lymfodrenaz a:hover span,
#nav li#lymfodrenaz a.active span {
  background: url(../images/nav.gif) -260px -50px no-repeat;
  cursor: pointer;
  }
  
/* rolletic */
#nav li#rolletic {
  position: relative;
  overflow: hidden;
  }
  
#nav li#rolletic,
#nav li#rolletic span {
  width: 140px;
  height: 50px;
  }
  
#nav li#rolletic span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) -440px 0 no-repeat;
  }
  
#nav li#rolletic a:hover span,
#nav li#rolletic a.active span {
  background: url(../images/nav.gif) -440px -50px no-repeat;
  cursor: pointer;
  }

/* cenik */
#nav li#cenik {
  position: relative;
  overflow: hidden;
  }
  
#nav li#cenik,
#nav li#cenik span {
  width: 120px;
  height: 50px;
  }
  
#nav li#cenik span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) -580px 0 no-repeat;
  }
  
#nav li#cenik a:hover span,
#nav li#cenik a.active span {
  background: url(../images/nav.gif) -580px -50px no-repeat;
  cursor: pointer;
  }

/* kontakt */
#nav li#kontakt {
  position: relative;
  overflow: hidden;
  }
  
#nav li#kontakt,
#nav li#kontakt span {
  width: 120px;
  height: 50px;
  }
  
#nav li#kontakt span {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/nav.gif) -700px 0 no-repeat;
  }
  
#nav li#kontakt a:hover span,
#nav li#kontakt a.active span {
  background: url(../images/nav.gif) -700px -50px no-repeat;
  cursor: pointer;
  }

/************************************************************ main */

#main {
  position: relative;
  width: 900px;
  margin: 15px auto 0 auto;
  background: #fff4fa url(../images/main_header.jpg) top left no-repeat;
  border: 1px solid #dfdfdf;
  }
  
  
#main-header h2 {
  padding: 42px 0 0 35px;
  color: #ebd84a;
  font-size: 1.6em;
  font-weight: normal;
  }
  
#head-top {
  position: absolute;
  top: -12px;
  right: 100px;
  width: 50px;
  height: 12px;
  background: url(../images/head_top.jpg) top left no-repeat;
  }

/************************************************************ CONTENT */

#content {
  float: left;
  width: 515px;
  margin-top: 30px;
  padding: 0px 30px 40px 60px;
  background: url(../images/content.gif) top right no-repeat;
  color: #480428;
  }
  
#content h3 {
  padding: 30px 0 10px 0;
  color: #d73189;
  font-size: 1.6em;
  font-weight: normal;
  }
  
#content h3.highlight {
	margin: 10px 0;
	padding: 10px;
	background: #f14ba2;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
}

#content h4 {
  padding: 20px 0 0px 0;
  color: #d73189;
  font-size: 1.4em;
  font-weight: normal;
  }

#content p.line {
  padding-bottom: 25px;
  background: url(../images/line.gif) bottom left no-repeat;
  }

#content h3.big-line {
  padding: 10px 0 25px 0;
  background: url(../images/line.gif) bottom left no-repeat;
  color: #1a8c9a;
  font-size: 1.4em;
  }
  
#content ul {
  margin: 15px 0;
  list-style: none;
  }
  
#content ul li {
  padding: 3px 0 3px 15px;
  background: url(../images/li.gif) 0 8px no-repeat;
  }
  
.box {
  height: 85px;
  margin-top: 15px;
  background: #ffe9f5;
  }

.box h5 {
  padding: 17px 0 0 17px;
  font-size: 1.3em;
  }

.box h5 a {
  color: #1a8c9a;
  text-decoration: none;
  }
  
.box h5 a:hover {
  color: #f44ca5;
  }
  
.box p {
  padding: 12px 0 0 17px;
  }
  
.box img {
  float: right;
  width: 130px;
  height: 85px;
  border: none;
  }

img.right {
  float: right;
  margin: 10px 0 10px 20px;
  border: 3px solid #ffe9f5;
  }

table {
  width: 100%;
  margin: 15px 0 25px 0;
  border-collapse: collapse;
  }
  
table th,
table td {
  text-align: left;
  padding: 4px 5px;
  }

table th {
  width: 300px;
  } 
  
table th.number {
  width: 20%;
  }
  
table td.long {
  width: 15%;
  }
  
table tr.bg td {
  background: #ffe9f5;
  }
  
table.vacu  {
  width: 100%;
  margin: 15px 0 25px 0;
  border-collapse: collapse;
  }
  
table.vacu  th,
table.vacu  td {
  text-align: left;
  width: 11%;
  padding: 4px 5px;
  }
  
table.vacu  th.number {
  width: 20%;
  }

  
table.vacu tr.bg td {
  background: #ffe9f5;
  }
  
table.doba {
  width: 250px;
  margin: 5px 0 5px 0;
  border-collapse: collapse;
  }

table.doba td {
  padding: 4px 5px;
  }
  
table.doba td.day {
  width: 30px;
  display: block;
  }
  
table.doba tr.bg td {
  background: #ffe9f5;
  }


/*********************************************************** COLUMN */

#column {
  width: 295px;
  float: right;
  margin-top: 123px;
  padding-bottom: 35px;
  background: url(../images/column.gif) top left no-repeat;
  }
  
.first {
  position: relative;
  right: 30px;
  float: right;
  width: 240px;
  margin-top: 25px;
  background: #f14ba2 url(../images/column_first.gif) bottom right no-repeat;
  }

.first h3 {
  padding: 10px 10px 10px 15px;
  background: #981258;
  color: #fff;
  font-size: 1.4em;
  font-weight: normal;
  }
  
.first p {
  color: #fff;
  padding: 10px 15px;
  }

#reference {
  padding: 330px 25px 0 25px;
  background: url(../images/column_reference.gif) 210px 220px no-repeat;
  }
  
#reference h3 {
  padding: 0 0 5px 0;
  color: #f44ca5;
  font-size: 1.4em;
  font-weight: normal;
  }
  
#reference p {
  font-style: italic;
  padding: 10px 0 0 0;
  }
  
#reference p.signature {
  font-style: normal;
  text-align: right;
  }

/************************************************************  FOOTER */

#footer {
  width: 840px;
  height: 60px;
  margin: 0 auto;
  color: #757575;
  }
  
#footer p {
  float: left;
  padding: 10px;
  }
   
#footer p.right {
  float: right;
  }
  
#footer a {
  color: #757575;
  }
  
#footer a:hover {
  color: #000;
  }

br.cleaner {
  clear: both;
  }

address {
  margin: 15px 0;
  font-style: normal;
  }

div.map {
	float: left;
	width: 250px;
}

div.mapGoogle {
	float: right;
	width: 250px;
}
  
a img.map {
  margin: 10px 0 0 0;
  border: 3px solid #e9afcf;
  }
  
a:hover img.map {
  border: 3px solid #560831;
  }

#pcs img {
  margin: 10px 0px 0 0;
  }
  
#pcs a img {
  border: 2px solid #e9afcf;
  }

#pcs a:hover img {
  border: 2px solid #560831;
  }











