* {-moz-box-sizing: border-box; box-sizing: border-box;} /* pocitani marginu a paddingu jako v Exploreru */

html
{
	font-family: sans-serif;
	overflow-x: hidden;
}

body
{
	color: black;
	font-style: normal;
	font-size: 14pt;
}
h1
{
  font-size: 24pt;
  font-weight: bold;
  color: black;
}
h2
{
  color: blue;
}
h3
{
	font-size: 24pt;
	font-weight: bold;
	color: white;
}
h4
{
	font-size: 14pt;
	font-weight: bold;
	color: black;
}
p1
{
  margin-left: 50px;
}

#hlavicka
{
	position: absolute;
	width: 105%;
	top: 0px;
	left: 0px;
	height: 120px;
        background-color: #BC0000;
	text-align: center;
}

#levy
{
	color: white;
	position: absolute;
	top: 120px;
	width: 9em;
	left: 0px;
	height: 3500px;
	background: #BC0000;
}

#extra
{
	position: absolute;
	top: 120px;
	width: 100%;
	left: 0px;
	background: #BC0000;
}

#date
{
	position: absolute;
	left: 1em;
}

#obsah
{
	position: absolute;
	top: 120px;
	width: 70%;
	left: 10em;
	margin-left: 1em;
	margin-top: 1em;
	text-align: justify;
}
div.picblock
  {
	display: table-row-group;
	width: 638px;
	text-align: center;
  }
div.img
  {
  margin: 2px;
/*  border: 1px solid #0000ff; */
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }
.buttonmenu
  {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 9em;
  }

.buttonmenu li a
  {
	color: white;
	display: block;
	width: 100%;
	padding: 0px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 1em;
	border: 0px solid; /* border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	border-color: #FF0000 #BF000 #BF0000 #FF0000; /* background-color: #704968; */
	background-color: #BF0000;
	text-decoration: none;
  }


.buttonmenu li a:visited
  {
  color: white;
  }

.buttonmenu li a:hover, .buttonmenu li a:active
  {
  color: black;
  background-color: #FF0000;
  }
