body {
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 16px;
	padding: 0px;
  background-color: #ffffff;
  height: 100%;
}

html {
  height: 100%;
}

em {
}

p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000066;
}

img {
  border: none;
}

a {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

a:link {color:#000099;text-decoration:underline;}
a:visited {color:#000066;text-decoration:underline;}
a:active {color:#000099;text-decoration:underline;}
a:hover {color:#ffffff;text-decoration:underline;}

h1 {
  color: #000066;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #000066;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.error {
  font-weight: bold;
}

#indent {
  padding-left: 6px;
}

#submenu {
  height: 46px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000066;
  text-align: right;
  vertical-align: bottom;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.blue {
  color: #33CCFF;
}

/* okraj se stinem */
#redge {
	border: none;
  margin: 0px auto;
  min-width: 714px;
  max-width: 938px;

  background-color: #0099cc;
  background-image: url(../images/shadow/redge.gif);
  background-position: top right;
  background-repeat: repeat-y;
  width: 100%; 

	/* Height Hack */
	min-height: 100%;
	height: auto;
	_height: 100%;
}

#uedge {
  background-image: url(../images/shadow/tedge.gif);
  background-position: top left;
  background-repeat: repeat-x;

	/* Height Hack */
	min-height: 100%;
	height: auto;
	_height: 100%;
}

#ulcorner {
  background-image: url(../images/shadow/tlcorner.gif);
  background-position: top left;
  background-repeat: no-repeat;

	/* Height Hack */
	min-height: 100%;
	height: auto;
	_height: 100%;
}

#urcorner {
  background-image: url(../images/shadow/trcorner.gif);
  background-position: top right;
  background-repeat: no-repeat;

	/* Height Hack */
	min-height: 100%;
	height: auto;
	_height: 100%;
}

#innercontent {
  padding-left: 22px;
  padding-right: 40px;
  padding-top: 38px;
  padding-bottom: 20px;

	/* Height Hack */
	min-height: 100%;
	height: auto;
	_height: 100%;
}

/* menu */
.menu {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  letter-spacing: 4px;
}

.menu:link {color:#ffffff;text-decoration:none;}
.menu:visited {color:#ffffff;text-decoration:none;}
.menu:active {color:#ffffff;text-decoration:none;}
.menu:hover {color:#ffffff;text-decoration:none;}

.menu span {
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  color: #000066;
}

.menu:link span {color:#000066;text-decoration:none;}
.menu:visited span {color:#000066;text-decoration:none;}
.menu:active span {color:#ffffff;text-decoration:none;}
.menu:hover span {color:#ffffff;text-decoration:none;}

#tbmenu {
  width: 100%;
  border: none;
}

#mnleft {
  text-align: left;
}

#mnright {
  text-align: right;
  vertical-align: top;
}
