/* CSS - kaskadove styly pro soptik1.cz, copyright Pavel Gloss, 2008 */

/* ======= hlavni layout ========= */

html, body {
	height: 100%;
}

body {
  text-align: center;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  background: #CC6600 url(../img/bg2.jpg) repeat top;
  font-size: x-small;
  color: #000;
  margin: 0;
  padding: 0;
}

#page-container {
  margin: 0 auto;
  text-align: left;
  width: 986px;
  
  position: relative;
  min-height: 100%;
  height: 100%;
    
  border-left: 1px solid #993300;
  border-right: 1px solid #993300;
  background-color: #fff;
}

body>#page-container {
 	height: auto;
}

#header {
  height: 123px;
  background: #fff url(../img/header.jpg) repeat-x top;
}
#header-line {
  height: 4px;
  background-color: #993300;
  font-size: 0;
  display: none;
}

#middle-container {
  padding: 0 12px 57px 16px;   /* padding dole zahrnuje vysku footeru 45+12*/
  background: #fff url(../img/gradient.jpg) repeat-x top;
}

#left-menu {
  float: left;
  position: relative;
  left: 0px;  
  width: 190px;
  margin-top: 20px;
  
  font-size: 1.2em;
}

#main { /* hlavni cast s obsahem */
  float: right;
  position: relative;
  right: 0px;
  width: 720px;
  padding: 0 12px 0 12px;
  margin-top: 20px;
  
  font-size: 1.2em;
  color: black;
}

#footer {
  width: 986px;
  height: 45px;
  background-color: #993300;
  
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ===== ostatni formatovani ===== */

a.logo {
  width: 300px;
  height: 120px;
  display: block;
  margin-left: 10px;
  margin-top: 0px;
}

#left-menu ul {
  margin: 0 0 0 14px;
  padding: 0;
  list-style: none outside;
  list-style-image: none;   /* kvuli IE, obcas zustavalo pozadi polozek z obecneho UL LI */
  background: none;
  border: none;
  font-weight: bold;
}

.menu-box {
  margin-bottom: 20px;   /* kvuli dalsimu menu */
}
.menu-box a {
  text-decoration: none;
  
  background: url(../img/bg_polozka.png) repeat-x left bottom;
  display: block;
  width: 171px;
  margin-bottom: 4px;
  padding: 2px 0 2px 5px;
}
.menu-box a:hover, .menu-box a:active {
  background: url(../img/bg_polozka2.png) repeat-x left bottom;
  text-decoration: none;
}
.menu-box a.selected {
  background: url(../img/bg_polozka2.png) repeat-x left bottom;
}

#kontakt p {
  padding: 0 14px;
}

#search-box button {
  
}

h3.menu-title {
  margin: 0 0 0px 0;
  padding: 14px;
  height: 22px;
  line-height: 20px;
  color: #fff;
}

h3.informace {
  background: url(../img/menu-title.gif) no-repeat 0px 0px;
}
h3.sluzby {
  background: url(../img/menu-title.gif) no-repeat 0px -57px;
}
h3.revize {
  background: url(../img/menu-title.gif) no-repeat 0px -115px;
}
h3.cenik {
  background: url(../img/menu-title.gif) no-repeat 0px -173px;
}

p.print {
  clear: both;
  margin-top: 25px;
  text-align: right;
  border-top: 1px solid #e9e9e9;
}
p.print a {
  padding-left: 17px;
  padding-right: 10px;
  background: url(../img/bg_print.png) no-repeat 0 5px;
}

.mapa {
  float: right;
  margin: 0px 20px;
}

.obrazek-vpravo {
  float: right;
  margin: 20px 20px;
}

#footer p {
  color: #fff;
  text-align: center;
  margin: 22px 0 0 0;
}
#footer a {
  color: #fff;
}


/* === END === */

