/* externi soubor CSS */

/* CSS Document                           © AA Computer, Lubomír Štěrba 2008  */
/*                                                                            */

body {
  margin: 0px;
  padding: 0px;
  background-color: #FFFFFF;
  background-image: url(../images/bgbody.jpg);
  color: #000000;
  font-family: "Geneva CE", "Tahoma CE", "Arial CE", "Helvetica CE", "MS Sans Serif CE", Geneva, Tahoma, Arial, Helvetica, Lucida, "MS Sans Serif", Sans-serif;
  font-size: 10px;
}

/* zakladni kontejnery*/
div {
  border: 0px solid blue;
}

span {
  border: 0px solid green;
}

form {
  border: 0px solid yellow;
}

td {
  border: 0px solid red;
  padding: 0px;
  margin: 0px;
  font-size: 10px;
  color: #000000;
}

p {
  margin: 0px;
}

img {
  margin: 0px;
  border: 0px solid navy;
}

xinput {
  font-weight: bold;
  font-size: 10px;

}

buttton{
  font-weight: bold;
  font-size: 10px;

}

H1 {margin: 50px; text-align: center; font-size: 6px;}

/* ########################################################################## */

/* celkovy pohled */

.LayoutScreen {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  border: 10px solid red;
  overflow: hidden;
}

.LayoutWork {

  text-align: center;
  margin: 0 auto;
}

.MenuMidd {
  width: 500px;
  height: 25px;
  overflow: hidden;

  position: relative;
  top:10px;
  left: 480px;
}

.MenuBott {
  width: 990px;
  height: 25px;
  overflow: hidden;

  position: relative;
  top:7px;
  left: 20px;
}

.MTop {
  width: 100px;
  height: 25px;
  overflow: hidden;
  text-align: center;


  font-size: 15px;
  font-weight: bold;
  color: black;
}

.MMidd {
  xwidth: 150px;
  height: 25px;
  overflow: hidden;
  text-align: center;
  padding-left: 15px;
  padding-left: 15px;

  font-size: 15px;
  font-weight: bold;
  color: black;
}

.MBott {
  width: 115px;
  height: 20px;
  overflow: hidden;
  text-align: center;


  font-size: 15px;
  font-weight: bold;
  color: black;
}

.MLog {
  width: 65px;
  height: 17px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  padding: 0px;
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.MInp {
  width: 75px;
  height: 17px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  border-right: 2px solid black;
  xbackground-color: #AABBCC;
  background-image: url(../pages/pg_00001/bglogin.jpg);
}

.MInput {
  font-size: 12px;
  xfont-weight: bold;
  color: black;

  border: transparent;
  background-color: transparent;

  width: 70px;
  height: 15px;
}

.tbutton {
  width: 34px;
  height: 17px;
  border: 1px solid silver;
  background-color: transparent;
}

.BannMidd {
  width: 1005px;
  height: 204px;
  overflow: hidden;
  background-image: url(../pages/pg_00001/bann_midd.jpg);

  /* mozzila */
  margin: 0 auto;

}
.BannBott {
  width: 1005px;
  height: 48px;
  overflow: hidden;
  background-image: url(../pages/pg_00001/bann_bott.jpg);

  /* mozzila */
  margin: 0 auto;

}
.FootTop {
  width: 1005px;
  height: 14px;
  overflow: hidden;
  text-align: right

  /* mozzila */
  margin: 0 auto;

}




/* ZÁKLADNÍ TŘÍDY             ############################################### */
/* vstupní pole formuláře */

.LoginFormDc {
  font-weight: bold;
  font-size: 10px;
  color: white;
  background: navy;
}
.LoginFormTx {
  font-weight: bold;
  font-size: 10px;
}
.InputBasic {
  height: 10px;
  font-weight: bold;
  font-size: 10px;
  color: blue;
  background: yellow;
}


/* Horizontal Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
}

.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: bold 1.22em/25px Arial, Helvetica, sans-serif;
  background: #565656;
  color: #959595;
  display: block;
  padding: 0 9px;
  text-transform: lowercase;
  text-decoration: none;
}
 
.nav li a:hover {
  background: #ccc;
  color: #000;	
 
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: #959595;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}
 
.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav li:hover ul,
.nav li.sfHover ul {
  top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
}

.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}

.nav ul a:hover {
  background: #ccc;
  color: #000;
}
