/* CSS Document */

body {
  background-color: grey;
  color: white;
}

img#bg {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

/* pozicovani, odsazeni */

div {
  margin: 10px;
}

#bodymain {
  width: 800px;
  margin: auto;
  z-index: 1;
  position: relative;
}

#header {

}

#content, #emptycontent {
  height: 340px;
  overflow: auto;
  padding: 0 15px 0 15px;
}

#content img {
  padding: 10px;
}

#menu {

}

#menu_video {
  height: 150px;
  width:  220px;
  float: left;  
}

#menu_snooviny, #menu_nazivo {
  float: left;
  width: 220px;  /* 800px - 220px video = 680px - marginy a deleno 2 = 300px */ 
}

#menu_spodni_rada {
  clear: left;
}


#floatpocitadlo {
  position: absolute;
  right: 0px;
}

/* barvy/fonty/styly */

a {
  color: yellow;
  text-decoration: none;
}

  /* zarovnani */
#header, #menu {
  text-align: center;
  display: block;
}

  /* podklad pod text */
#menu, #content {
  background-image: url(content/transaprent.png);
}

#menu_spodni_rada a {
  font-weight: bold;
  padding: 5px;
}

h2, h3 {
  color: red;
}

