
/* ========================================================================== */

/*

BEBAS font by Flat-it (http://flat-it.com/)
Font face and .woff file generated by Font Squirrel (http://www.fontsquirrel.com)

*/
@font-face {
  font-family: 'bebas_custom';
  src: url('font/bebas_custom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 101%; /* vertical scroll je vzdy videt & stranka je validni narozdil od overflow */
}

body {
  background-color: #eee;
  margin: 0px 60px;
  padding: 0px;
  font: 13px arial;
}

h1 {
  font-size: 2.4em;
  font-weight: bold;
}

h2 {
  font-size: 2.4em;
  font-weight: normal;
}

div {
  line-height: 1.5em;
}

td {
  vertical-align: top;
  padding: 20px;
  line-height: 1.7em;
}

td.menu {
  white-space: nowrap;
}

td.main {
  width: 675px;
}

div.assets {
  background-color: #fe8;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 16px;
  text-align: center;
}

a {
  color: #080;
  /*font-weight: bold;*/
  text-decoration: none;
  font-family: tahoma;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

div.sshot {
  margin: 5px 0px;
}

.presskit {
  background-color: #fff;
  text-align: center;
}
