* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/*---------------------------- ZÁKLADNÍ PRVKY --------------------------------*/
body {
	font-family: Arial, Tahoma, Sans-serif, "Trebuchet MS", Verdana;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	background-color: #fef8d1;/* url('../_images/body-back.gif') repeat-x top left;*/
	height: 100%;
}
h1 {font-size: 1.6em; color: #530a01; font-weight: bold;  margin: 0 0 15px 0;}
h1.index {color: #c95f2a;}
h2, h3 {font-size: 1.2em; color: #530a01; font-weight: normal; margin: 0 0 15px 0px;}
h2 a, h3 a{font-weight: bold;}
h2.orange {color: #c95f2a; font-weight: bold;}
h1 a, h2 a, h3 a {color: #242f20; text-decoration: underline;}
h1 a:hover, h2 a:hover, h3 a:hover {color: #e28a00;/*#e26f31;*/ text-decoration: underline;}
h2.caption {font-size: 0.9em; text-align: center; margin: 5px 0;}
p {	
  color: #303030; 
	font-size: 0.9em;
	line-height: 1.7em;
	text-align: justify;
	margin: 0px 20px 10px 0px;
}
small {font-size: 0.85em;}
a {color: #5e0b00; text-decoration: underline; font-weight: bold;}
a:hover {color: #d3b17b;}

img {border: 1px solid #dddddd;	margin: 0;}
ul {margin: 0 0 15px 20px;}
ul li {list-style-image: url('../_images/odrazka2.gif'); vertical-align: top; margin: 0 0 10px 0; padding: 0 0 0 5px;}
ul.normal li {list-style-image: none; list-style: disc; vertical-align: middle; margin: 0; }
strong {font-weight: bold; color: #292929;}

/*tabulky*/
table { font-size: 0.9em; /*border: 1px solid #FFAD6B; margin: 0px 0px 15px 0;*/ border-collapse: collapse;}
table caption, h2.caption { font-weight: bold; /*color: #7f1100; margin: 0px auto;*/}

table th {color: #000000; text-align: left; /*font-weight: bold; background-color: #d5652b;*/padding: 4px 4px 4px 0;}
table td {color: #000000; /*background-color: #F9E85E;*/padding: 4px;}
i {font-weight: bold; font-style: italic; font-size: 1.2em;}
hr {clear: both; display: none;}
.hr {text-align: center; line-height: 1px; border: none; border-top: 1px solid #cdcdcd; width: 80%; margin: 10px auto 10px 10%; _margin: 15px auto 10px 15%; }

address {font-style: normal; line-height: 1.7em;}

/*--------------------------- OBECNÉ PRVKY -----------------------------------*/
.center {text-align: center;}
.cleaner {clear: both; margin: 0px; padding: 0px;}
.clright {clear: right;}
.clleft{clear: left;}
.right {float: right;}
.left {float: left;}
.fnone {float: none;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.red {color: red;}
.small {font-size: 0.9em;}
.normal {font-size: 1em;}
.dnone {display: none;}
.noborder, .noborder td, .noborder tr {border: none; margin: 0; padding: 3px 0px; background: none;}
.border {border-top: 1px solid #e1d403; margin: 5px 0 0 0; padding: 5px 0 0 0; }
.orange {color: #c95f2a;}
/*-------------------------------- LAYOUT ------------------------------------*/
#container {
  text-align: left;
  background: #ffffff url('../_images/container-back.gif') repeat-y top center;
  width: 990px;
  _width: 1002px;
  margin: 0 auto;
  padding: 0 6px;
}

/*--------------- HEADER -----------------*/
#header {
  width: 990px;
  height: 182px;
}
#header #logo, #header #logo a, #header #logo a span {
  width: 170px;
  height: 182px;
}
#header #logo {float: left;}
#header #logo a {
	position: relative;
  display: block;
  text-decoration:none;
	color:#000000;
	font-size: 10px;
}
#header #logo a span {
  position: absolute;top:0;left:0;
  display: block;
	cursor : pointer;
	background: url('../_images/header-logo.jpg') no-repeat top left;
}
#header #img-right, #header #img-right a, #header #img-right a span {
  width: 820px;
  height: 182px;
}
#header #img-right {float: right;}
#header #img-right a {
  position: relative;
  display: block;
  text-decoration:none;
	color:#000000;
	font-size: 15px;
}
#header #img-right a span {
  position: absolute;top:0;left:0;
  display: block;
	cursor : pointer;
	background: url('../_images/header-right.jpg') no-repeat top left;
}
/*------ CONTENT -----*/
#content {
  float: right;
  background: url('../_images/content-top.gif') no-repeat top left;
  /*border: 1px solid red;*/
  width: 775px;
  _width: 815px;
  min-height: 520px;
  *height: 520px;
  padding: 30px 20px 20px 20px;
}

#content .text-left {
  float: left;
  width: 480px;
}

#content .text-right {
  float: right;
  width: 480px;
}

#content .img-right {
  float: right;
  text-align: center;
  width: 290px;
  margin: 0; padding: 0;
  /*border: 1px solid red;*/
}

#content .img-right img, #content .img-left img {border: none; margin: 0 auto 20px auto; padding: 0; }
#content img.border {border: 1px solid #F7E0C3;}

#content ul li {line-height: 1.7em;}
/*-------- MENU --------*/
#menu {
  float: left;
  background: url('../_images/menu-top.gif') no-repeat top left;
  width: 175px;
  _width: 176px;
  padding: 3px 0 0 0;
}
#menu ul {margin: 0; padding: 0;}
#menu ul li {
  list-style: none;
  list-style-image: none;
  /*line-height: 1em;*/
  background: #f9e85d url('../_images/menu-separator.gif') no-repeat bottom left;
  width: 170px;
  height: 28px; 
  _height: 28px;
  margin: 0;
  padding: 0;  
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li a {
  position: relative;
  display: block;
  /*line-height: 1em;*/
  text-decoration: none;
	color: #652504;
	width: 158px; _width: 170px;
	height: 13px; _height: 25px;
	padding: 6px;
}

#menu ul li a span {
  position: absolute;top:0;left:0;
  display: block;
	cursor: pointer;
	width: 170px;
	height: 25px;
}

#menu ul li a.menu1 span {background: url('../_images/menu-uvod.gif') no-repeat top left;}
#menu ul li a.menu2 span {background: url('../_images/menu-onas.gif') no-repeat top left;}
#menu ul li a.menu3 span {background: url('../_images/menu-pece.gif') no-repeat top left;}
#menu ul li a.menu4 span {background: url('../_images/menu-fotogalerie.gif') no-repeat top left;}
#menu ul li a.menu5 span {background: url('../_images/menu-ordinacni-hodiny.gif') no-repeat top left;}
#menu ul li a.menu6 span {background: url('../_images/menu-pojistovny.gif') no-repeat top left;}
#menu ul li a.menu7 span {background: url('../_images/menu-kontakt.gif') no-repeat top left;}

#menu ul li a:hover span {background-position: -170px 0;}

#menu address {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.8em;
  line-height: 1em;
  width: 170px;
  height: 117px;
  margin: 90px 10px 0 0;
}

#menu address span {
  position: absolute;top:0;left:0;
  display: block;
  background: url('../_images/menu-rychly-kontakt.jpg') no-repeat top left;
	width: 169px;
  height: 117px;
}
/*------- FOOTER ------*/
#footer {
  color: #b5b5b5;
  text-align: center;
  margin: 0 0 0 175px;
  padding: 0 0 5px 0;
}
#footer a {
  color: #b5b5b5;
  font-weight: normal;
  text-decoration: none;  
}
#footer a:hover {
  text-decoration: underline;
}
#footer img {vertical-align: middle; border: none;}

#bottom-separator {
  display: none;
  clear: both;
  text-align: center;
  background: url('../_images/footer-back.gif') no-repeat top center;
	/*width: 1007px;*/
  height: 8px;
  margin: 0 auto;
}

/*-------- OSTATNI -------*/

/*nahledy fotografii*/
.nahled {
  text-align: center;
  background-color: #FFE6CF/*#eaeaea*/;
  border: 1px solid #FFD9B7/*#e2e2e2*/;
  width: 220px;
  margin: 0 10px 0 0;
  padding: 8px 0;
}
.nahled .popisek {
  color: #CF7934/*#808080*/;
  font-size: 0.8em;
}
.horizontal {margin: 0 0 0 0; text-align: left; /*width: 670px;*/}
.horizontal .nahled {
  float: left;
  *display: inline;
  *float: none;  
  /*height: 170px;*/
  margin: 0 25px 10px 0; 
}

.mapa {
  text-align: center;
  width: 250px;
  margin: 10px 0 25px;
}

/*----- POJISTOVNY ----*/
#pojistovny {
  margin: 8px 0 0 0;
}
#pojistovny .pojistovna {
  clear: both;
  line-height: 40px;
  border-top: 1px solid #e2e2e2;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0; 
}

#pojistovny .pojistovna img {
  float: left;
  width: 49px;
  margin: 0 10px;
}

