@charset "UTF-8";
/* 
*    
*    Výchozí styl pro tisk
*    Načítá všechny komponenty ze složek GLOBALS, BASE, LAYOUT
*    
*/
*,
html,
body {
  color: #000000;
}

a {
  text-decoration: none;
}

.header .search,
ul.global-menu,
.header ul,
ul.second-menu,
ul.second-menu li ul.submenu {
  display: none;
}

.header {
  padding-bottom: .5cm;
  border-bottom: 3px solid #000000;
}

.main-info.foxxy-reset a .perex {
  float: left;
  margin-right: 3cm;
}

.main-info.foxxy-reset .list-box.examples {
  clear: both;
}

#breadcrumb ul li {
  float: left;
  margin-left: .8cm;
  list-style: none;
}

.sidebar {
  clear: both;
  padding-top: .3cm;
  padding-bottom: .3cm;
}

.sidebar .quick-links a {
  float: left;
  margin-right: .9cm;
}

h2 {
  clear: both;
}

p img {
  float: left;
  margin-right: .5cm;
}
