body {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #DDD8CA;
}

a {
	color: #d71920;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 970px;
	border: 0;
	background: none;
	height: auto;
	background: #FFFFFF;
}

#header {
	width: 960px;
	margin: 0 5px;
	border-top: 3px solid #ffffff;
	background-color:#FFFFFF;
	position: relative;
}

#bg_left {
  background: url(../pics/bg.jpg) right top no-repeat;
  position: absolute;
  left: -887px;
  top: -3px;
  width: 882px;
  height: 579px;
}

#bg_right {
  background: url(../pics/bg.jpg) left top no-repeat;
  position: absolute;
  left: 965px;
  top: -3px;
  width: 882px;
  height: 579px;
}

.header_l {
	width: 270px;
	float:left;
	background: url(../pics/logo.gif) no-repeat left top;
	padding-top: 90px; 
}
.lang_l {
	text-align:center;
	color: #d71920;
	line-height: 160%;
}
.lang_l a {
	color: #d71920;
}
.lang_l a:hover {
	color: #666666;
}
.search {
	text-align:center;
	margin: 15px 0 0 0;
}

.textfield {
	border: 1px solid #bcbcbc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262; 
	width: 100px;
	height: 13px;
}

.button {
	font-size: 10px;
	font-weight: bold;
	background-color: #d71920;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border:none;
	padding: 1px;
	margin: 0 0 0 5px;
  border: 1px solid #d71920;
}

.button:hover {
  background-color: #FFFFFF;
  color: #d71920;
  border: 1px solid #d71920;
}

.header_r {
	width: 690px;
	height: 298px;
	float:right;
	background-position: right bottom;
}
.lang {
	width: 265px;
	height: 36px;
	padding: 34px 0 0 425px;
	background-color: #d71920;
}
.lang img {
	float:left;
	border:none;
	margin: 0 20px 0 0;
}
H1 {
	display:none;
}

H2 {
	font-weight:bold;
	font-size: 17px;
	color: #818080;
	padding: 0 0 0 0;
	margin: 20px 0 15px 0;
	text-align:center;
}
H3 {
	font-size: 16px;
	font-weight:bold;
	color:#5f5f5f;
	background-color: #E7DAB7;
	padding: 9px 40px 9px 40px;
	margin: 0 -40px 15px -40px;
}
H4 {
	font-weight:bold;
	color:#d71920;
	font-size: 12px;
	margin: 0 0 10px 0;
}

/* topmenu */
#topmenu {
	clear:both;
	width: 960px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	word-spacing: 5px;
}

#topmenu ul{
	margin: 0;
	padding-left: 0;
	float: left;
	font-weight: bold;
	width: 100%;
	border-top: 1px solid #d71920;
	border-bottom: 1px solid #d71920;
	background-color: #d71920;
}

* html #topmenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#topmenu ul li{
	display: inline;
}


#topmenu ul li a{
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 15px;
}

#topmenu ul li a:hover{
	color: #d71920;
	padding-bottom: 0;
	padding: 10px 15px;
	background-color:#FFFFFF;
}
/* end of topmenu */

#main {
	width: 960px;
	margin: 0 5px;
}
/* leftmenu */
#leftmenu {
	width: 270px;
	float:left;
}

ul#left_menu_items {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 270px;
	list-style-type: none;
}
ul#left_menu_items li a {
	display: block;
	padding: 11px 8px 11px 28px;
	background-color: #dbd5c0;
	border-bottom: 1px solid #FFFFFF;
	float: left;
	width: 234px;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
ul#left_menu_items li a.active {
  background-color: #92855E;
	color: #ffffff;
}
ul#left_menu_items li a:hover {
	color: #ffffff;
	background-color: #B1A683;
}
ul#left_menu_subitems {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 270px;
	list-style-type: none;
}
ul#left_menu_subitems li a {
	display: block;
	padding: 5px 6px 6px 40px;
	background-color: #f8dd9f;
	color: #000000;
	border: none;
	width: 224px;
	font-size: 10px;
}
ul#left_menu_subitems li a.active {
	text-decoration: underline;
	background-color: #c6c0ad;
	color: #000000;
}
ul#left_menu_subitems li a:hover {
	background-color: #eba172;
	color: #ffffff;
}
/* end of leftmenu */

#page {
	width: 690px;
	float:right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.content {
	padding: 0 40px 15px 40px;
}

.print {
	float: right;
	font-weight:bold;
	color:#FFFFFF;
}
.print a {
	color:#FFFFFF;
	background: #d71920 url(../pics/print.gif) 10px center no-repeat;
	padding: 3px 20px 3px 40px;
	margin: 45px 0 0 0;
	display:block;
}

.print a:hover {
	color:#d71920;
	background: #FFFFFF url(../pics/print2.gif) 10px center no-repeat;
	border-top: 1px solid #d71920;
	border-left: 1px solid #d71920;
	border-bottom: 1px solid #d71920;
}

.aktivni_cesta {
  margin-bottom: 20px;
}

.img_bottom {
	width: 690px;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* podmenu */
#podmenu {
	clear:both;
	color:#666666;
	padding: 0 0 30px 0;
  font-weight: bold;
}

#podmenu ul{
	margin: 0;
	padding-left: 0;
	float: left;
	width: 100%;
}

* html #podmenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#podmenu ul li{
	display: inline;
	float: left;
	padding: 0 20px 0 0;
}

#podmenu ul li a{
	color: #d71920;
	text-decoration: none;
}

#podmenu ul li a:hover{
	color: #818080;
}
/* end of podmenu */

.katalog {
	float:left;
	width: 280px;
	margin: 0 0 0 0;
	line-height: 150%;
}
.vice {
	text-align:right;
	margin: 15px -40px 0 0;
	clear: both;
	font-weight: bold;
}
.vice a {
	margin-left: 20px;
	background: url(../pics/vice.gif) right center no-repeat;
	padding-right: 60px;
	color: #5f5f5f;
}
.prehled {
	padding: 0 40px 10px 0;
	margin: 0 -40px 20px 0;
	background: url(../pics/prehled_line.jpg) right bottom no-repeat;
}

.prehled img {
	float: left;
	margin: 2px 20px 8px 0;
	border: 1px solid #333333;
} 

.prehled img:hover {
  border: 1px solid #d71920;
}

#footer {
	margin: 0 auto;
	width: 970px;
	background-image:url(../pics/bg_footer.gif);
	background-repeat:no-repeat;
	font-weight:bold;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}

#footer .web {
  padding: 14px 0 19px 0;
	width: 275px;
	float: left;
	text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-style: italic;
  background-color: #D10019;
}

#footer .contacts {
	padding: 18px 0 18px 40px;
	width: 655px;
	float: left;
  background-color: #FFFFFF;
}

.reset {
  clear: both;
}

table.form {
  width: 100%;
  padding: 0;
  margin: 0 0 30px 10px;
}

table td.popis {
  width: 200px;
  font-weight: bold;
}

table td.popis2 {
  width: 70px;
  font-weight: bold;
}

.title_line {
  margin-bottom: 10px; 
  color: #FFFFFF; 
  background-color: #d71920; 
  padding: 3px 10px 3px 10px;
}

.title_line a {
  color: #FFFFFF;
}

.title_line a:hover {
  text-decoration: underline;
}

div.text {
  text-align: justify;
}

div.text img {
  border: 1px solid #FFFFFF;
}

div.text img:hover {
  border: 1px solid #d71920;
}

img.text_img_left {
  float: left;
  margin: 4px 10px 4px 0;
  border: none;
}

img.text_img_right {
  float: right;
  margin: 4px 0 4px 10px;
  border: none;
}

/* FOTOGALERIE */
div.foto_thumb {
  width: 182px;
  height: 140px;
  float: left;
  margin: 0 10px 20px 10px;
  text-align: center;
  line-height: 135px;
}

div.foto_thumb p {
 margin: 0;
 padding: 0;
}

div.foto_thumb a {
  display: block;
  width: 182px;
  height: 140px;
  background-color: #F5F2E8;
}

div.foto_thumb a:hover {
  background-color: #B1A683;
}

div.foto_thumb img {
  margin: 10px 0 10px 0;
  border: none;
  vertical-align: middle;
}
/* KONEC - FOTOGALERIE */


/* TABULKA TECHNICKYCH DAT */
table.technicka_data {  
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  margin-top: 10px;
}

table.technicka_data td {
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table.technicka_data tr.top td {
  text-align: center;
  font-weight: bold;
}

table.technicka_data td.left {
  text-align: left;
  padding-left: 2px;
  font-weight: bold;
}

table.technicka_data td.hodnota {
  text-align: center;
}
/* KONEC - TABULKA TECHNICKYCH DAT */
