/* CSS Document */
/* Autor: Tomáš Zdvořilý 2009 */

body {
  font-family: arial,verdana;
  font-size: 10pt;
  color: #201F22;
  background: url(img/bg.jpg) repeat-x;
  background-color: #213a67; /*vypln barvou pro pozadi*/
}

#page {
  margin: auto;
  position: relative;
  /*top: 30px; */             /* posunuti zvrchu */
  padding-bottom: 30px;   /* posunuti zdola */
  width: 900px;
}

/* ----------------------------HEADER------------------------------- */
#header {
  width: 900px;
  height: 150px;
  background: url(img/header.jpg) no-repeat;
}

.flags {
  float: right;
  position: relative;
  top: 10px;
  left: -20px;
}

.flags img {
  border: none;
}

/* ----------------------------LINE UNDER HEADER------------------------------- */
#line {
  width: 900px;
  height: 45px;
  background: url(img/line.jpg) no-repeat;
}

#position {
  color: #213a67; 
  position: relative;
  left: 260px;
  top: 13px;
  width: 630px;
}

.first {
  color: #201F22;
  text-decoration: underline;
}

.first:hover {
  color: #213a67;
  text-decoration: underline;
}

#position strong {
  color: #0BB200;
}



.underline {
  text-decoration: underline;
}

/* ----------------------------SIDEBAR------------------------------- */
#sidebar {
  width: 260px;
  height: 470px;
  background: url(img/sidebar.jpg) no-repeat;
  float: left;
}


#sidebar ul li a, #sidebar ul li a:visited {
  display: block;
  text-decoration: none; 
  color: #000; 
  width: 180px; 
  height: 30px; 
  background: url(img/point.png) no-repeat;
  background-position: 5px 10px; 
  line-height: 29px; 
  font-size: 10pt; 
  padding-left: 20px;
}

#sidebar ul {
  padding: 0;
  padding-left: 30px;
  position: relative;
  top: 30px; 
  margin: 0;
  list-style-type: none;
}

#sidebar ul li {
  float: left;
  position: relative;
}
  
#sidebar ul li ul {
  display: none;
}

.hot {margin-top: 25px;}

.tele {
  /*background: url(img/phone.png) no-repeat; */
  /*background-position: -10px 0;  */
  padding: 15px 0 15px 0;
}

/* -------------------specialne ne pro ie6 prohlizece--------------- */
#sidebar ul li:hover a {
  color: #213a67;
  text-decoration: underline;
  background: url(img/pointhover.png) no-repeat;
  background-position: 5px 10px;
  background-color: #d8e6fe;
}

#sidebar ul li:hover ul {
  display: block; 
  position: absolute; 
  top: 0;
  left: 180px;
  width: 180px;
  background: transparent;
}

#sidebar ul li:hover ul li {
  float: left;
}

#sidebar ul li:hover ul li a {
  display: block;
  background: transparent url(img/hov.png);
  color: #201F22;
  width: 220px;
  float: left;
  font-size: 10pt;
  padding-right: 5px;
}

#sidebar ul li:hover ul li a:hover {
  color: #ffffff;
  background: transparent url(img/hova.png);
}

/* ----------------------------content------------------------------- */
#color {
  background: url(img/color.jpg) repeat-y;
}

#content {
  background: url(img/backcont.jpg) repeat-y;
  margin-left: 260px;
  width: 620px;
  padding-bottom: 10px;
}

#content a {
  color: #ff0000;
  text-decoration: underline;
}

#content a:hover {
  color: #68b022;
  text-decoration: underline;
}

#content ul {
  list-style-type: none;
}

#content li {
  padding-left: 20px;
  background: url(img/li.png) no-repeat;
  background-position: 0px 2px;
}

#top {
  background: url(img/top.jpg) no-repeat top;
  width: 620px;
  padding-top: 10px;
  padding-right: 20px;
}

#text {
  width: 620px;
  min-height: 470px;
}

.cent {
  text-align: center;
}

.margin {
  margin-top:160px;
}

.border {
  border: none;
} 

h1 {
  color: #213a67;
  margin: 0;
  font-size: 13pt;
  background: url(img/h1.png) no-repeat;
  padding-bottom: 10px;
  padding-top: 6px;
  padding-left: 38px;
}

h2 {
  color: #213a67;
  font-size: 11pt;
}

h3 {
  color: #201F22;
  font-size: 10pt;
}

strong {
  color: #213a67;  
}

.contact {
  margin-top: 30px;
}

.td {
  width: 150px;
}


.submit {
  background-color: #213a67;
  color: #ffffff;
  font-size: 9pt;
  padding-bottom: 3px;

}

.fieldset {
  padding-top: 30px;
  width: 100%;
}

.fieldset strong {
  font-size: 9pt;
}

.obrat {
  width: 50px;
}

.roz {
  width: 130px;
}

.tech {
  width: 80px;
}


/* -------------BOTTOM LINE PRECHOD NAD FOOTEREM----------------------------------------- */
#bline {
  background: url(img/bline.jpg) no-repeat;
  width: 900px;
  height: 70px;
}

/* -----------------------FOOTER----------------------------------- */
#footer {
  background: url(img/footer.jpg) no-repeat;
  width: 900px;
  height: 45px;
  padding: 10px;
  padding-top: 12px;
  padding-left: 14px;
  font-size: 9pt;
}

#footer a {
  color: #ffffff;
  text-decoration: underline;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#copy {
  color: #ffffff;
}


















