body
{
  height: 100%;
  width: 920px;
  margin: 0 auto;
  padding: 3em 0;
  font: 12px Verdana, "Geneva CE", sans-serif;
  color: #a07e52;
}

/* ------------------------------------------------------------------------- */

#top
{
  float: right;
  width: 585px;
  height: 160px;
  background: url("top.png");
}

#logo
{
  float: left;
  width: 243px;
  height: 160px;
  background: url("logo.png");
}

#clear
{
  clear: both;
  overflow: hidden;
  width: 920px;
  height: 5px;
  border-top: 1px white solid;
  border-bottom: 1px white solid;
  background: #0053a0;#0053a0;#0053a0;
}

/* ------------------------------------------------------------------------- */

#content
{
  float: right;
  width: 585px;
  padding: 0 0 7px 0;
  background: url("bottom.png") no-repeat bottom;
}

#inner
{
  height: 464px;
  overflow: auto;
}

#majkrosoft
{
  padding: 0 12px;
}

/* ------------------------------------------------------------------------- */

#body-1 #inner
{
  height: 245px;
  overflow: visible;
  padding: 219px 0 0 0;
  background: url("img-top.png") no-repeat top;
}

#body-1 #majkrosoft
{
  height: 245px;
  overflow: auto;
}

/* ------------------------------------------------------------------------- */

#body-7 #content
{
  color: white;
  background-repeat: repeat-y;
}

#body-7 td
{
  font-size: 90%;
}

/* ------------------------------------------------------------------------- */

#menu
{
  float: left;
  width: 334px;
  padding: 0 0 317px 0;
  background: url("left.png") no-repeat bottom;
}

#menu ul
{
  margin: 0;
  padding: 0;
}

#menu li
{
  margin: 0;
  margin: 0 0 1px 0;
  padding: 0;
  list-style-type: none;
}

#menu a
{
  display: block;
  height: 21px;
  line-height: 21px;
  padding: 0 25px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  font-weight: bold;
  font-size: 90%;
  color: white;
  background: #ceaf88 url("menu.png") left;
}

#menu .active, #menu a:hover
{
  background: #a0815b url("menu.png") right;
}

#menu h2,
#menu hr
{
  display: none;
}

/* ------------------------------------------------------------------------- */

a:link,
a:visited
{
  color: blue;
}

a:hover,
a:active
{
  color: magenta;
}

/* ------------------------------------------------------------------------- */

h1
{
  margin: 0;
  padding: 8px 0 0 0;
  font-weight: normal;
  color: #0053a2;
}

h2, h3, h4 { margin: 12px 0; } /* jako zakladni velikost pisma */

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }

/* ------------------------------------------------------------------------- */

ul, ol
{
  margin: 1em 0;
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul
{
  margin: 0;
}

li
{
  margin: 0 0 0 2em;
  padding: 0;
}

dt
{
  font-weight: bold;
}

dd
{
  margin: 1em;
}

p,
table,
address
{
  margin: 1em 0;
}

table
{
  text-align: left;
}

img
{
  vertical-align: bottom;
  border: none;
}

a:hover img
{
  outline: 1px black dashed;
}

.left   { text-align: left; }
.center { text-align: center; }
.right  { text-align: right; }
.clear  { clear: both; }

/* ------------------------------------------------------------------------- */

textarea,
input[type="text"]
{
  padding: 2px;
  font: 12px "Courier New", Courier, monospace;
}

/* ------------------------------------------------------------------------- */

#novinky dd
{
  margin: 0;
}

/* ------------------------------------------------------------------------- */

#gallery .photo
{
  float: left;
  margin: 5px;
  padding: 10px;
  text-align: center;
  border: 1px #808080 solid;
}

#gallery .photo p
{
  height: 160px;
  width: 160px;
  line-height: 160px !important;
}

#gallery img
{
  vertical-align: middle;
  border: none;
}

#gallery .text
{
  overflow: auto;
  width: 160px;
}

/* ------------------------------------------------------------------------- */

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

h1 span /* pro logo webu odkazujici na titulni stranku */
{
  display: none;
}


