* {
	margin: 0px;
	padding: 0px;
}

body,div,span,p,a,img,ul,ol,li,table,th,tr,td,form,fieldset,legend,dl,dt,dd,blockquote,applet,object
	{
	border: 0;
}

body {
	padding: 0px;
	background-color: #f2fbff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font: 0.8em/1.5 "arial", sans-serif;
	color: #354146;
	text-align: center;
	margin: 0px auto;
}

/* obecne odkazy --------------------------------------------------------------- */
a {
	color: #1666a3;
}

a:link {
	color: #1666a3;
}

a:hover {
	color: #0b4775;
}

/* nadpisy --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	margin: 0px 0 10px 0;
}

h1 {
	font-size: 200%;
	font-family: Georgia;
	float: left;
}

.logo {
	float: left;
}

h1#logo a {
	color: #d4e6f6;
	text-decoration: none;
	display: block;
	padding: 18px 0 17px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 8px;
}

h1#logo a:hover {
	color: #fff;
}

.headersub {
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	color: #d4e6f6
}

.subheadersub {
	clear: both;
	font-size: 16px;
}

.seal {
	background-image: url(../images/SEAL.png);
	background-repeat: no-repeat;
	width: 105px;
	height: 105px;
	float: right;
	margin-right: 10px;
}

h2 {
	font-size: 140%;
	color: #354146;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 100%;
}

/* layout ---------------------------------------------------------------------- */
#layout {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 891px;
}

.centercontent {
	text-align: left;
	margin: 0px auto;
}

#container {
	clear: both;
	background-color: #f2fbff;
}

#intro {
	height: auto;
	margin: 0 auto;
	width: 891px;
}

#intro-in {
	width: 500px;
	float: left;
}

#intro-img {
	width: 370px;
	float: left;
}

/* hlavicka ------------------------------------------------------------------ */
#header {
	width: 891px;
	margin: 0 auto;
	height: 116px;
	padding: 0px;
}

.content {
	padding: 0 0 0 0;
	z-index: 10;
	width: 891px;
	margin: 0 auto;
}

.content .in {
	padding: 20px 0 30px;
}

p.intro {
	line-height: 23px;
	margin: 0 0 0;
}

img.thumb {
	padding: 3px;
	background: #fff;
	border: 1px solid #d1d1d1;
}

.columns {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 90%;
}

.columns li.col1 {
	width: 500px;
}

.columns li.col2 {
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
}

.columns li h3 {
	padding: 0 10px;
	color: #2e4650;
	margin: 0 0 5px;
}

.columns li.col2 h3 {
	padding-left: 20px;
}

.columns li.col3 h3 {
	padding-left: 20px;
}

.columns li p {
	line-height: 22px;
	padding: 0 20px 0 10px;
	margin: 0;
	color: #3f4345;
}

.columns li.col2 p {
	padding: 0 20px 0 20px;
}

.columns li.col3 p {
	padding: 0 10px 0 20px;
}

.columns li a.more {
	display: block;
	color: #1666a3;
	padding: 5px 0;
}

.columns li a.more:hover {
	color: #0b4775;
	text-decoration: none;
}

/* paticka ----------------------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	font-size: 85%;
	height: 27px;
	color: #898989;
	background-color: #ffffff;
	vertical-align: middle;
}

.footersub {
	width: 891px;
	margin: 0 auto;
	text-align: left;
}

.footersub p {
	padding-top: 5px;
	margin: 0px;
}

.shadow {
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: url("../images/shadow.jpg") no-repeat;
}

#footer a {
	color: #898989;
}

#footer a:hover {
	color: #666666;
	text-decoration: none;
}

#footer .f-left,#footer .f-right {
	padding: 0 10px;
}

/* odstavce -------------------------------------------------------------------- */
p {
	margin: 15px 0;
}

/* tabulky --------------------------------------------------------------------- */
table {
	margin: 15px 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

th {
	text-align: center;
	font-weight: bold;
}

th,td {
	padding: 3px 5px;
}

/* seznamy --------------------------------------------------------------------- */
ul,ol {
	display: block;
	margin: 15px 0 15px 40px;
}

ul ul,ul ul ul,ol ol,ol ol ol {
	margin: 0;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-alpha;
}

li {
	display: list-item;
}

ul li a {
	text-decoration: underline;
}

/* definice -------------------------------------------------------------------- */
dl {
	margin: 15px 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 30px;
}

/* ostatni --------------------------------------------------------------------- */
fieldset {
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

legend {
	margin-left: 10px;
	font-size: 100%;
	font-weight: bold;
	color: #000;
}

abbr,acronym,.help {
	border-bottom: 1px dotted #CCC;
	cursor: help;
}

blockquote {
	margin: 15px 20px;
	font-style: italic;
}

del,.del {
	text-decoration: line-through;
}

strong,.strong {
	font-weight: bold;
}

cite,em,q,var {
	font-style: italic;
}

code,kbd,samp {
	font-family: monospace;
	font-size: 110%;
}

hr {
	display: block;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	border: 0 solid #CCC;
	background: #CCC;
	color: #CCC;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.a-left,tr.a-left td {
	text-align: left;
}

.a-center,tr.a-center td {
	text-align: center;
}

.a-right,tr.a-right td {
	text-align: right;
}

.a-justify {
	text-align: justify;
}

.va-top {
	vertical-align: top;
}

.va-middle {
	vertical-align: middle;
}

.va-bottom {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

.box {
	min-height: 1px;
}

.box:after {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

.noscreen {
	display: none;
}

.mleft10 {
	margin-left: 10px;
}

.mright10 {
	margin-right: 10px;
}

.mtop10 {
	margin-top: 10px;
}

.mbottom10 {
	margin-bottom: 10px;
}

/* univerzalni prvky ------------------------------------------------------------ */
input.small {
	width: 50px;
}

input.normal {
	width: 146px;
}

.bigger {
	font-size: 115%;
}

.smaller {
	font-size: 85%;
}

.high {
	color: #00F;
}

.nonhigh {
	color: #777;
}

.foto {
	display: block;
	border: 3px solid #ddd;
}

.tablemain {
	width: 855px;
	margin-left: 2px;
	padding: 0px;
	border: solid 1px #d8d8d8;
	background-color: #e6e8e9;
	font-size: 12px;
	clear: both;
}

.table {
	width: 850px;
	padding: 5px;
	border-bottom: solid 1px #fff;
}

.tableleft {
	width: 150px;
	float: left;
	padding: 5px;
}

.tableright {
	width: 200px;
	float: left;
	padding: 5px;
}

.topleft {
	width: 860px;
	float: left;
}

.mandatoryMsg {
	float: right;
	color: #bb1515;
	font-size: 11px;
	font-weight: normal;
}

.red {
	font-size: 12px;
	color: #F00;
}

/*inner page css*/
#intro-inner {
	width: 891px;
	float: left;
}

.backlink {
	color: #476888;
	float: right;
	margin-right: 33px;
	display: block;
}

.backlink a {
	color: #476888;
}

.backlink a:hover {
	color: #476888;
	text-decoration: none;
}

.containerinner {
	clear: both;
	background-color: #f2fbff;
	height: 440px;
}

.errmsg {
	clear: both;
	float: left;
	color: #bb1515;
	font-size: 11px;
	width: 100%;
	padding-left: 2px;
}
.rich-table-footer {
  background-color:#F2FBFF !important;
}
.rich-table-footercell {
    border-bottom: none;
    border-right: none;
}