/* CSS Document */
* {
margin: 0;
padding: 0;
border: none;
}
body 
{
font: 83% Verdana, Arial, Tahoma, lucida, sans-serif;
line-height: 1.3;
color: #000;
text-align: center;
background: #bb1111 url(img/bg_body.png) repeat-x left top; 
}
#container 
{
position: relative; 
color: #000;
width: 990px;
margin: 0 auto;
text-align: left;
}
#header 
{
width: 100%;
height: 225px;
background: #fff;
color: #000;
background: url(img/header2.jpg) no-repeat right top;
}
h1, h1 span, div.h1, div.h1 span  
{
width: 300px;
height: 225px;
overflow: hidden;
font-size: 100%;
position: relative;
left: 0;
top: 0;
z-index: 0;
}
h1 span, div.h1 span
{
position: absolute;
background: url(img/header_logo.png) no-repeat;
cursor: pointer;
z-index: 1;
}
#main_in 
{
background: url(img/bg_pagetop.png) no-repeat left top;
width: 990px;
padding-top: 125px;
}
#main_out 
{
background: #fff url(img/bg_mainout.png) repeat-y left top;
width: 990px;
position: relative;
}
#main 
{
width: 990px;
position: relative;
padding-bottom: 150px;
background: url(img/bg_page_bottom.jpg) no-repeat center bottom;
}
#leftblock, #page, #rightblock 
{
display: inline;
}
#page 
{
float: left;
width: 560px;
margin-left: 225px;
padding: 0;
color: #000;
overflow: hidden;
position: relative;
}
#leftblock 
{
float: left;
width: 225px;
min-height: 200px;
margin-left: -785px;
color: #fff;
}
#leftblockin 
{
overflow: hidden;
margin: 20px 0 20px 15px;
}
#rightblock 
{
width: 205px;
min-height: 200px;
float: left;
color: #000;
overflow: hidden;
padding: 20px 0 120px 0;
}
div.kont
{
padding-bottom: 14px;
background: url(img/bg_navigace_bottom.png) no-repeat left bottom;
}
div.kontin
{
padding: 48px 5px 20px 8px;
background: #d91313 url(img/bg_kontakt.png) no-repeat left top;
}
div.rblock
{
padding-bottom: 14px;
margin-right: 15px;
margin-bottom: 40px;
background: url(img/bg_rightbl_bottom.png) no-repeat left bottom;
}
div.rblockin 
{
padding: 8px 5px 20px 8px;
background: #d91313 url(img/bg_right_block.png) no-repeat left top;
color: #fff;
}
div.headtxt, div.headkont
{
position: absolute;
left: 31px;
top: 170px;
color: #fff;
z-index: 10;
font-size: 110%;
}
div.headkont
{
left: 680px;
top: 20px;
line-height: 1.4;
}
a.ajeraby, a.zemp, a.adop
{
position: absolute;
z-index: 11;
display: block;
width: 260px;
height: 98px;
}
a.ajeraby
{
left: 17px;
top: 8px;
background: url(img/bg_jeraby.jpg) no-repeat left top;
}
a.ajeraby:hover
{
background: url(img/bg_jeraby.jpg) no-repeat -258px top;
}
a.zemp
{
left: 365px;
top: 8px;
background: url(img/bg_zemp.jpg) no-repeat left top;
}
a.zemp:hover
{
background: url(img/bg_zemp.jpg) no-repeat -258px top;
}
a.adop
{
left: 710px;
top: 8px;
background: url(img/bg_adop.jpg) no-repeat left top;
}
a.adop:hover
{
background: url(img/bg_adop.jpg) no-repeat -258px top;
}
.pagetext 
{
padding: 20px 15px 120px 20px;
min-height: 300px;
}
#footer 
{
width: 990px;
height: 100px;
clear: both;
background: #bb1111 url(img/footer.png) no-repeat left top;
color: #fff;
margin: 0 auto;
text-align: right;
}
a 
{
 outline: none;
}
/* ----------------- LEVÉ MENU -------------------- */
#menu
{
margin: 20px 0 40px 15px;
background: url(img/bg_navigace_bottom.png) no-repeat left bottom;
padding-bottom: 14px;
}
#menu ul 
{
font-size: 95%;
width: 210px;
list-style-type: none;
float: left;
padding-top: 38px;
background: url(img/bg_navigace.png) no-repeat left top;
}
#menu li 
{
display: block;
float: left;
position: relative;
}
#menu a 
{
float: left;
float: none;
display: block;
color: #fff;
}
#menu li ul 
{
visibility: hidden;
position: absolute;
z-index: 10;
}
#menu li ul li 
{
display: block;
float: left;
position: static;
}
html>body #menu li ul li 
{
float: none;
position: relative;
}
#menu li ul li:hover 
{
position: relative;
}
/* simulate child selector for IE */
#menu li:hover ul, #menu li:hover li:hover ul, #menu li:hover li:hover li:hover ul 
{
visibility: visible;
}
#menu li:hover li ul, #menu li:hover li:hover li ul, #menu li:hover li:hover li:hover li ul 
{
visibility: hidden;
}
#menu ul#menuList li:hover > ul 
{
visibility: visible;
}

#menu ul li 
{
margin: 1px 0 0 0;
width: 210px;
}
#menu ul li.no 
{
margin-top: 0;
}
#menu ul li.aktual 
{
background: #d8d8d8 url(img/bg_menu_item.png) no-repeat right top;
padding: 8px 4px 8px 30px;
width: 176px;
color: #000;
}
#menu ul li a 
{
padding: 8px 4px 8px 30px;
text-decoration: none;
display: block;
height: 100%;
background: #bb1111 url(img/bg_menu_item.png) no-repeat left top;
}
#menu ul li a:hover 
{
background: #d8d8d8 url(img/bg_menu_item.png) no-repeat right top;
color: #000;
}
#menu ul li.submenu1 ul 
{
width: 162px;
left: 180px;
top: -1px;
background: #000;
border-bottom: 1px solid #000;
}
#menu ul li.submenu1 ul li 
{
display: block; 
width: 160px;  
margin: 1px 0 0 0;
border-right: 1px solid #000;
border-left: 1px solid #000;
float: left;
}
#menu ul li.submenu1 ul li a 
{
display: block; 
padding: 7px 4px 7px 6px;   
background: #efefef;
font-weight: bold;
color: #000;
}
#menu ul li.submenu1 ul li a:hover 
{ 
background: #e0e0e0;
}
#menu ul li.submenu2 ul 
{
width: 162px;
left: 160px;
top: -1px;
background: #754504;
}

/* -------------------- Konec Levé Menu ------------------------ */

h2, h3, h4, b 
{
color: #000;
font-size: 125%;
font-weight: normal;
letter-spacing: 1px;
margin: 0 0 10px 1px;
}
h2, h4
{
color: #b41c1d;
font-family: Georgia;
}
h4
{
margin-bottom: 20px;
}
h3
{
color: #fff;
font-weight: bold;
}
#form b
{
font-size: 105%;
font-weight: bold;
}
div.uvimg
{
padding: 5px 5px 2px 5px;
margin: 0 0 5px 10px;
background-color: #dfdfdf;
float: right;
}
#page a
{
color: #b70707;
}
.rblock a, #footer a, .kont a
{
font-size: 87%;
color: #fff;
}
#footer a
{
margin-right: 20px;
font-size: 87%;
}
a:hover
{
text-decoration: none;
}
.rblockin img
{
margin-bottom: 5px;
border: 3px solid #fff;
}
.cleartop 
{
margin: 0;
padding: 0;
clear: both;
visibility: hidden;
}
p
{
padding: 6px 0;
}

#napiste1, #ref1
{
width: 260px;
margin: 5px 6px 0 0;
}
#napiste2, #ref2
{
padding: 15px 10px 25px 12px;
border: 3px solid #e2e4ea;
}
#ref1
{
margin: 5px 0 0 0;
}
#aktual, .first, #archiv
{
background: #f8f8fa url(img/) no-repeat right top;
margin: 15px 0 20px 0;
padding: 10px;
border: 1px solid #d9dae1;
}
#archiv
{
padding: 0;

}
#sluzby h2, #ref1 h2, #napiste1 h2
{
color: #910404;
margin-left: 0;
}
#aktual h2
{
margin-left: 0;
}
.floatr
{
float: right;
}
.floatl
{
float: left;
}
.clear
{
clear: both;
}
.hrclear 
{
margin: 0;
padding: 0;
clear: both;
height: 1px; 
font-size: 1px; 
line-height: 1px;
visibility: hidden;
}
.righttext h5
{
background: url(img/h5_pozadi.png) no-repeat left center;
padding: 8px 3px 8px 10px;
margin: 0 0 10px;
}
.w240
{
width: 240px;
}
.w150
{
width: 150px;
}
label, input
{
display: block;
width: 160px;
float: left;
margin-bottom: 2px;
}
input
{
border: 1px solid #788493;
}
input.tl
{
width: 90px;
margin: 0 0 10px 10px;
background: #f2f3f7 none; 
}
label
{
text-align: right;
width: 145px;
padding-right: 10px;
}
textarea
{
width: 250px;
margin: 5px 0 10px 0;
border: 1px solid #788493;
}
fieldset
{
border: 1px solid #d9dae1;
margin: 20px 0 10px 0;
padding: 15px 8px 15px 0;
background: #f8f8fa none; 
}
form p
{
margin: 0 0 0 140px;
}

form span
{
color: #999;
font-size: 10px;
}
#jeraby table, #doprava table, #cenik table, #archiv table, #zp table
{
width: 100%;
background-color: #d9dae1;
border-collapse: separate;
border-spacing: 2px;
margin-top: 1px;
margin-bottom: 30px;
}
#cenik
{
margin: 20px 0;
}
#cenik table
{
background-color: #f8f8fa;
border-collapse: collapse;
border: 1px solid #888;
margin-bottom: 10px;
}
th
{
text-align: center;
}
#cenik table th, #cenik table td
{
background-color: #ffe59f;
padding: 2px 6px;
font-size: 85%;
letter-spacing: 1px;
border: 1px solid #888;
}
#cenik table td
{
background-color: #f8f8fa;
}
#jeraby table td, #doprava table td, #archiv table td, #zp table td
{
padding: 5px 5px 5px 10px;
vertical-align: top;
background-color: #fff;
}
#jeraby table td a, #doprava table td a, #zp table td a
{
font-size: 11px;
}
#jeraby table td.w150, #doprava table td.w150, #zp table td.w150
{
background-color: #fff;
text-align: center;
padding-top: 8px;
padding-bottom: 5px;
padding-left: 5px;
}
#jeraby table img, #doprava table img, #zp table img
{
border: 3px solid #b8b8bf;
}

.righttextin h3
{
margin-top: 15px;
font-size: 105%;
}
#jeraby table strong, #doprava table strong, #zp table strong
{
font-weight: bold;
color: #b70707;
}
.red
{
color: #b70707;
}
.right
{
text-align: right;
}
div.fotogalerie
{
float: left;
text-align: center;
font-size: 11px;
margin: 5px 5px 5px 0;
padding: 1px 1px 10px 1px;
 
background: url(img/bg_foto.png) no-repeat 1px 129px;
}
div.fotogalerie img
{
border: 4px solid #d9dae1;
}

.pagetext h1 {
    height: auto;
    width: auto;
    color: #B41C1D;
    font-size: 125%;
}
#footer div.lista {
    text-align: center;
}
#footer div.lista a {
    margin: 0;
    font-size: 100%;
}
