/*
 * BlueMood - CSS style
 * =================
* Author:  Tharli
* Designed for www.tonus.cz
*
*/

/* Layout */
body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  background: #D3DDF8 url(clip8_25g.jpg) repeat; 
  font-family: verdana, helvetica, arial, sans-serif;
}

#stranka {
  position: relative;
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  background: white;     
  border: ridge medium; 
  width: 720px;
}

#nadpis { 
  background: transparent url(fit_header.jpg) no-repeat left top;
  cursor: pointer; 
  width: 100%;
  margin: 0px;
  height: 200px; 
}

#nadpis h1, #nadpis h4, #nadpis hr, #nadpis p {
  display: none;
}

#obsah {
  background: #E8EDFC;
  margin: 0px;
  padding: 0px 0px 0px 0px; 
}

#menu {
  position: absolute;
  top: 200px;
  left: 0px; 
  margin: 0px;
  padding: 0px;  
  background: transparent;
  width: 220px;
}

#hlavni {
  margin: 0px 0px 0px 220px;  
  padding: 10px 10px 1px 10px;
  width: 478px;  
  border-left: 1px solid #323596;
  text-align: left;
}

/* Styl textu */
#menu h5 {
  font-size: 12px;
  padding: 35px 0px 0px 20px;
  margin: 14px 0px 6px 0px;
  text-align: left;
}

#menu h5 span, #menu hr {
  display: none;  
}

#sluzby h5 {
  background: transparent url(kurzy.gif) no-repeat left top;  
}

#clanky h5 {
  background: transparent url(clanky.gif) no-repeat left top;
}

#firma h5 {
  background: transparent url(firma.gif) no-repeat left top;
}

#publikace h5 {
  background: transparent url(publikace.gif) no-repeat left top;
}

#menu a {
  display: list-item;
  text-decoration: none;
  color: #082475;
  font-weight: bold;
  list-style-type: square;
  line-height: 160%;
  font-variant: small-caps;  
}

#menu a:hover {
  color: #64C827; 
}


