/*výchozí nastavení*/
*,html{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
body
  { text-align: center;
 margin: 0px auto 0px auto;  /*vzdálenost od okraje okna!!!*/
 font-family: "luxi sans", "verdana", sans-serif;
 font-size: 10pt;
 color: #333333;
  }
h1,h2{
 font-size: 20px;
 margin-top: 8px;
 margin-bottom: 10px;
 color: #3E7CAA;
 padding: 15px 0px 3px 54px;
 background-image: url(../img/arrow-1.jpg);
 background-repeat: no-repeat;
 background-position: left center;
}
h3{
 margin-top: 15px;
 margin-bottom: 5px;
 font-size: 15px;
 color: #3E7CAA;
}
p{
 font-size: 13px;
 color: #333332;
 margin: 7px 0px 7px 0px;
 text-align: justify;
}
div.spacer{clear: both;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}

#container {/*entire page is in container!!*/
            width: 849px;
            position:relative;
            text-align: left;
            margin: 0px auto;}
/*konec výchozích nastavení*/            

/*hlavička*/
#header{
   position:relative;
   height: 284px;
}
#x0{position:absolute;top:0px;left:0px;height: 70px;width: 849px;background-image: url(../img/header-top.jpg);background-repeat: no-repeat;}
#x1{background-image: url(../img/header-mid-1.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:0px;height:214px;width:141px;}
#x2{background-image: url(../img/header-mid-2.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:141px;height:214px;width:141px;}
#x3{background-image: url(../img/header-mid-3.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:282px;height:214px;width:141px;}
#x4{background-image: url(../img/header-mid-4.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:423px;height:214px;width:142px;}
#x5{background-image: url(../img/header-mid-5.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:565px;height:214px;width:142px;}
#x6{background-image: url(../img/header-mid-6.jpg);background-repeat: no-repeat;border:none;position:absolute;top:70px;left:707px;height:214px;width:142px;}
/*levý sloupec*/
#page{/*setting for left column. left column is in container!*/
position:relative;
width: 470px;
float:left;
}
#page ul {
margin-bottom: 10px;
padding-left: 25px;
}
#page ul li {
 list-style-image: url(../img/menu-category-background.jpg);
 margin-top: 4px;
 margin-bottom: 4px;  
}
#kontakt{
 border-left: 27px #4284B9 solid;
 background-color: #CBDEEC;
 padding: 40px 35px 40px 35px;
}
#kontakt td{padding:3px 0px 3px 0px;}
/*Pravý sloupec*/
#cenik{
  float:right;
  width: 330px;
}
#cenik table{width:330px;margin-top:10px;}
#cenik table td{
 border-bottom: 2px white solid;
 background-color: #CBDEEC;
 color: #666666;
 text-align:right;
 padding: 2px 5px 2px 5px;
}
#cenik table td.first{
 background-color: #4284B9;
 color: white;
 text-align: left;
}
/*zápatí*/
#footer {
   position:relative;
   top:0px;
   left:0px;
   height: 100px;
   color: white;
   background-image: url(../img/footer-background.jpg);
   background-repeat: repeat;
   margin-top: 7px;
}
#footer img{
 position: absolute;
 top: 12px;
 left: 25px;
}
#footer #copyright{
 position:absolute;
 right: 12px;
 bottom: 8px;
 color: #CBDEEC;
}
#copyright a{
 color: #CBDEEC;
 text-decoration: none;
 font-size: 10px;
 letter-spacing: -1px;
}
#copyright a:hover{
 text-decoration: underline;
}
/*konec zápatí*/

