* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	color: #514E4E;
	text-align: center;
	line-height: 1.5em;
}
.body {
	width: 989px;
	margin: 0 auto;
	text-align: left;
}

hr.cistic {
	clear: both;
	height: 0;
	visibility: hidden;
}

.error {
	font-weight: bold;
	color: red;
	background-color: transparent;
}
.red {
	color: #4cab42;
	font-size:110%;
}
#footer {
	margin-top: 10px;
	border-top: 6px solid #FFB000;
}
#footer div.inner {
	border-top: 1px solid white;
	border-bottom: 1px solid #089DCB;
	font-size: 11px;
	text-align: right;
	color: white;
	background-color: #4CD1EB;
	padding: 10px 25px 10px 15px;
	background-image: url(./gfx/back_footer.gif);
	background-repeat: repeat-x;

}
#footer a {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
#footer a:hover, #footer a.act {
	color: #FFB000;
	background-color: transparent;
}

#footer span {
	text-align: left;
	float: left;
}

#dop {
	font-size: 10px;
	text-align: center;
	color: #9A9999;
	background-color: transparent;
	margin: 20px 0;
}
#dop a {
	color: #9A9999;
	background-color: transparent;
	text-decoration: none;
}
#dop a:hover {
	color: black;
	background-color: transparent;
}

#head {
	line-height: 19px;
	height: 196px;
	background-image: url(./gfx/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 8px;
	color: #1EA6D1;
	background-color: transparent;
	text-align: right;
	padding: 0 23px 0 40px;
}
#head div {
	float: left;
}
#head a {
	color: #1EA6D1;
	background-color: transparent;
	text-decoration: none;	
	text-align: right;
}
#head h1 {
	font-size: 12px;
	float: left;
}


#head strong {
  display: none;
}

div.lista {
	width: 197px;
	float: left;
}
#menu .top {
	background-image: url(./gfx/menu_top.jpg);
	background-repeat: no-repeat;	
	padding-top: 37px;
}
#menu .bottom {
	background-image: url(./gfx/menu_bottom.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
	padding-bottom: 37px;
}
#menu a {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding-left: 37px; 
	background-color: #FFB000;
	background-image: url(./gfx/menu_item.gif);
	background-repeat: no-repeat;
}
#menu a.uvod {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding-bottom: 3px;
	background-position: bottom;
}
#menu a.act {
	background-image: url(./gfx/menu_act.gif);
}
#anketa {
	background-image: url(./gfx/back_anketa.jpg);
	background-repeat: no-repeat;
	height: 168px;
	overflow: hidden;
	margin: 7px 0;
	color: white;
	background-color: #1EA6D1;
	padding: 15px 20px 25px 12px;
	font-weight: bold;
}
#anketa .h_dvojka {
    font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}
#anketa table {
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
}
#anketa table td {
	padding: 1px 3px 0 0;
}
#anketa td a {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
#anketa td a:hover {
	color: #FFB000;
	background-color: transparent;
}
#anketa table td.p {
	text-align: right;
}
#anketa img {
	border: 1px solid #F69C00;
}

#kontakt {
	background-image: url(./gfx/back_kontakt.jpg);
	background-repeat: no-repeat;
	height: 270px;
	overflow: hidden;
	padding: 14px 20px 0 12px;
	background-color: #FFB000;
	color: white;
}
#kontakt .h_dvojka {
    font-weight: bold;
	margin-left: 5px;
	font-size: 15px;
	margin-bottom: 15px;
}
#kontakt a {
	color: white;
	background-color: transparent;
	display: block;
	margin: 7px 0 18px 0;
}
#kontakt p {
	font-weight: bold;
	line-height: 18px;
}
#kontakt p strong {
	line-height: 25px;
	font-size: 19px;
	color: #3195D0;
	background-color: transparent;
}
#page {
	margin-left: 18px;
	width: 774px;
	padding-top: 10px;
	float: left;
}
#page h2 {
	font-size: 12px;
	color: #1EA6D1; 
	background-color: transparent;
}
#page h3 {
	font-size: 11px;
	color: #1EA6D1; 
	background-color: transparent;
}
#page h3.title {
	color: #FFB000;
	background-color: transparent;
	font-size: 12px;
}
#page h4 {
	font-size: 11px;
	color: #FFB000; 
	background-color: transparent;
}
#page ul, #page p, #page h2, #page h3, #page h4, #page table {
	margin: 10px 0;
}
#page ul li {
	margin-left: 20px;
}
#page a {
	text-decoration: none;
	color: #FF9900;
	background-color: transparent;
}
#page table {
	border-collapse: collapse;
	border: 1px solid #FFB000;
}
#page table thead td {
	font-weight: bold;
} 
#page table td, #page table th {
	border: 1px solid #FFB000;
	padding: 1px 5px;
}
#page table td {
	text-align: right;
}

#page div.title {
	width: 420px;
	padding-right: 60px;
	float: left;
}
#page p.filozofie {
	float: left;
	width: 294px;
	background-image: url(./gfx/lux.gif);
	background-repeat: no-repeat;
	background-position: 170px 20px;
	height: 133px;
}
#page p.filozofie a {
	color: #FFB000;
	font-weight: bold;	
	text-decoration: underline;
	line-height: 17px;
}
#page p.box {
	height: 110px;
	float: left;
	color: white;
	background-color: transparent;
	font-weight: bold;
	background-repeat: no-repeat;
	padding: 12px;
	position: relative;
}
#page p.box a {
	display: block;
	position: absolute;
	bottom: 42px;
	color: white;
	background-color: transparent;
	text-decoration: underline;
	font-weight: normal;
}
#page p.domy {
	width: 163px;
	background-image: url(./gfx/back_domy.jpg);
}
#page p.hotely {
	width: 172px;
	background-image: url(./gfx/back_hotely.jpg);
	margin-left: 87px;
	margin-right: 83px;
}
#page p.provozy {
	width: 178px;
	background-image: url(./gfx/back_provozy.jpg);
}

#page div.boxy {
	background-color: #f2f2f2;
	color: #333333;
	background-image: url(./gfx/back_boxy.gif);
	background-repeat: repeat-y;
	margin: 60px 0 75px;
}
#page div.boxy h3 {
	line-height: 23px;
	background-color: #3BAADA;
	color: white;
	margin: 0 0 10px 0;
	font-size: 12px;	
	padding-left: 30px;
}
#page div.box1 {
	width: 212px;
	float: left;
}
#page div.box2 {
	width: 303px;
	float: left;
}
#page div.box3 {
	width: 259px;
	float: left;
}
#page div.box1 h3 {
	padding-left: 10px;
	background-image: url(./gfx/box_roh.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#page div.box2 h3 {
	background-color: #FFB000;
	color: white;
}
#page div.boxy strong {
	margin: 10px 20px;
	color: #3092CF;
	background-color: transparent;
}
#page div.boxy p {
	margin: 10px 20px;
}
#page div.boxy a {
	float: right;
	margin-right: 20px;
}
#page div.boxy p strong {
	margin: 0;
	color: #FFB000;
	background-color: transparent;
}
#page div.specializace h3 {
	color: #FFB000;
	background-color: transparent;
	float: left;
	font-size: 12px;
	padding-top: 35px;
	padding-right: 20px;
}

#page div.kontakt strong {
	color: #1EA6D1;
	background-color: transparent;
}
#page div.kontakt img {
	float: left;	
	margin: 0;
}
#page div.kontakt div {
	margin-left: 100px;
}

#page div.access {
	margin-bottom: 15px;
}
#page div.access a {
	background-repeat: no-repeat;
	width: 148px;
	height: 15px;
	padding-top: 60px;
	text-align: center;
	float: left;
	display: block;
	margin-right: 5px;
}
#page div.access a.act {
	font-weight: bold;
}
#page div.access a.hadicove-vstupy {
	background-image: url(./gfx/access1.gif);
}
#page div.access a.odsavaci-sterbiny {
	background-image: url(./gfx/access2.gif);
}
#page div.access a.saci-hadice {
	background-image: url(./gfx/access3.gif);
}
#page div.access a.separatory {
	background-image: url(./gfx/access4.gif);
}
#page div.access a.hubice {
	background-image: url(./gfx/access5.gif);
}

#page img {
	margin-left: 10px;
	margin-bottom: 10px;
}
#page table.noborder {
	border: none;
}
#page table.noborder td {
	border: none;
	text-align: center;
	vertical-align: top;
}
#page table.noborder img {
	margin: 0;
}
#page table.noborder th {
	border: none;
	text-align: center;
}
#page form * { 
	vertical-align: middle;
}
#page form label {
	width: 200px;
	display: block;
	float: left;
	height: 22px;
	font-weight: bold;
	line-height: 22px;
}
#page form div {
	margin-left: 200px;
	height: 22px;
	line-height: 22px;
}
#page form input.radio, #page form input.file {
	border: none;
}
#page form input.submit {
	padding: 0 5px;
}