body {
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 10px;
	padding: 0px;
	background-color: #ffffff;
	height: 100%;
  font-size: 62.5%; /* IE - výchozí velikost písma 10 pokud je v prefs 16 */
}

input, select, th, td { font-size: 1em; } /* převážně pro IE/Win */
li li, li p, td p, blockquote p { font-size: 1em; }

html {
	height: 100%;
}

em {
}

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

img {
	border: none;
}

table {
  border-collapse: collapse;
}

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

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

h1 {
  color: #ffffff;
	font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 30px;
	padding-left: 6px;
}

.h1spacer {
  height: 51px;
}

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

.error {
	font-weight: bold;
}

#indent {
	padding-left: 6px;
}

.white {
	color: #fff;
}

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

	background-color: #66acce;
	background-image: url(../images/shadow2/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/shadow2/tedge.gif);
	background-position: top left;
	background-repeat: repeat-x;

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

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

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

#urcorner {
	background-image: url(../images/shadow2/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: 32px;
	padding-bottom: 20px;

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

/* menu */
#mnright a {
	font-size: 1.5em;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

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

#mnright span {
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	color: #19648d;
	margin: 0 11px 0 11px;
}

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

#submenu a.sublink {font-size: 1.1em;margin-left: 4px;}
#submenu a {margin: 0 0 0 10px;}

#submenu a:link {color:#63a7c7;text-decoration:none;}
#submenu a:visited {color:#63a7c7;text-decoration:none;}
#submenu a:active {color:#63a7c7;text-decoration:none;}
#submenu a:hover {color:#ffffff;text-decoration:underline;}


#tbmenu {
	width: 100%;
	border: none;
	margin-bottom: 19px;
}

/* DEBUG
	border: none;
	border: thin solid;
*/

#mnleft {
	text-align: left;
	vertical-align: top;
}

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


form {
  margin: 0;
}

.search {
	width: 140px;
  margin: 0;
}

.magn {
  margin: 0;
}


