body{
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #660000;
	background-color: NavajoWhite;
	/*
	border-right-style: solid;
  border-width: 0px;
  border-color: blue;
  */
}

h2 {
  /*padding-left: 25px;*/
}

p {
  width: 96%;
  margin-left: 2%;
  /*margin-left: 0px;*/
  margin-right: 2%px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}


/* Hlava a menu */
#hlava, #menu{
  width: 100%;
  left: 0px;
  position: fixed;
  z-index:2
}
#hlava{
  height: 50px;
  top: 0;
  /*background-color: #dddddd;*/
 	background-color: NavajoWhite;
  z-index:2 
}

#menu{
  text-align: left;
  height: 22px;
  top: 50px;
  width: 100%;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #660000;
  background-color: #FFD099; 

}

a:link    {color: #003366}
a:visited {color: #003366}

.selectedmenu{
 font-weight: bold;
}
a.selectedmenu:hover {
  color: firebrick;
}
.menuitem{
}
a.menuitem:hover {
  color: firebrick;
}

.podmenu{
  width: 200px;
  position: fixed;
  left: 0px;
  top: 72px;
  padding-left: 2%;
  padding-top: 18px;
  
  border-right-style: solid;
  border-top-style: solid;
  border-width: 1px;
  border-color: #660000;;  
  background-color: #FFD099;
  z-index: 2;
}
.selectedpodmenu{
 font-weight: bold;
}
a.selectedpodmenu:hover {
  color: firebrick;
}
.podmenuitem{
}
a.podmenuitem:hover {
  color: firebrick;
}

#logo{
  position: absolute;
  right: 50px;
  z-index: 10;
  text-align: right;
}

#pruh{
  position: absolute;
  left: 0%;
  z-index: 5;
}

/* Obsah */
.obsah{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 90px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Times New Roman;
  background-color: NavajoWhite;
  /*
  border-style: solid;
  /*border-width: 2px;
  border-color: black;
  */
}

.obsahodsazeny{
  font-family: Times New Roman;
  /*float: left;*/
  margin-left: 265px;
  /*top: 72px;*/
  padding-top: 90px;
  /*
  border-style: solid;
  border-width: 1px;
  border-color: red;
  */ 
  background-color: NavajoWhite;
}

/*
.seznam{
  padding: 25px;
  top: 72px;
  left: 225px;
  position: absolute;
  font-family: Times New Roman;
  
}
*/

