/*
 *  CSS - modifikace stylu pro tisk
 */

#page, #mainpart, #content {
  width: 99%;
  margin-top: 35px;
  border: none;
}

input {
  background: none;
  color: #000000;
}

.obsah {
  border: none;
}

#page {
  border: none;
}

#content {
  padding: 0;
  top: 0;
}


.topmenu, #leftmenu, #rightmenu, #footer {
  display: none;
}

#header {
  position: absolute;
}


#header .logo img {
  display: block;
  width: 373px;
  height: 57px;
  margin-top: -60px;
}

