html, body {
	height: 100%;
	margin: 0; padding: 0;
	background: #fff;
}

/* COMMON */
h1,h2 {
  margin: 0;
}
ul {
	list-style: none;
	margin: 0 ; padding: 0;
}
p {
  text-align: justify;
  margin: 0;
  margin-bottom: 1.5em;
}
  
q {
	quotes: '“' '”' "‘" "’";
}
q:lang(cs) {
	quotes: "„" "“" "»" "«";
}
	
hr {
	margin: 0;
	display: none;
	}
	
img {
	border: 0;
	}
a {
  color: #01429d;
  text-decoration: underline;
}

.just {
	text-align: justify;
}
.left {
	text-align: left;
	padding-left: 0.2em;
}
.right {
	text-align: right;
	padding-right: 0.2em;
}
.center {
	text-align: center !important;
}

.nod {
	position: absolute; top: -2000px; left: -3000px;
}
.nod2 {
	display: none;
}
.cleaner {
	clear: both;
}

.bold {
  font-weight: bold;  
}
.w50p {
  width: 50%;
}

	
/* PAGE */
#page {
  color: #000;
	font: 10pt Tahoma, "Lucida Grande CE", lucida, sans-serif;
	line-height: 140%;
	width: 770px; 
  height: 100%;	
	margin: auto;
	position: relative;
}


/* HEADER */
#header {
  height: 20pt;
  border-bottom: solid 3px #fff;
  border-left: solid 1px #fff;
}
#header01 h1 a {
  text-decoration: none;
  line-height: 12pt;
  display: block;  
}
#language {
  display: none;
}


/* MIDDLE */
#middle {}
#middle01 {
  margin: 2px 0;
  border: solid 5px #f5f5f5;
  border-right: 0;
  border-left: 0;
}
#middle02 {
  margin: 10px 0;
}


/* CONTENT */
#content { 
  width: 568px;
  float: right;
}
#content01 {
  margin: 0 1em;
}

#content h2 {
  color: #01429d;
  font-size: 11pt;
  min-height: 1.3em;
  padding: 0.2em 0;
  margin-bottom: 0.6em;
}
#content h2 a {
  color: #fff;
}

#content p.bold {
  color: #002162;
  font-weight: bold;
}

#content ul {
  color: #0144a1; 
  list-style: square inside; 
  margin: 0 0 1em 0;
  padding-left: 2em;
}

#content table {
  margin: 0;
  margin-bottom: 1.5em;
}
#content table.box {
  width: 100%;
}
#content table.box td { 
  vertical-align: baseline;
  min-height: 4em; 
  position: relative;
  background: #f8f8f8;
  
}
#content table.box div {
  color: #01429d;  
  font-weight: bold; 
  padding: 0.8em 2em;
}


/* CONTACT */
#contact {
  font-size: 9pt;
  width: 190px;
  margin-top: 10px;
}
#contact div.box {
  display: none;
}
#contact strong {
  color: #01429d;
}
#contact table {
  margin-left: 5px;
  margin-bottom: 1.6em;
}
#contact th {
  color: #01429d;
  text-align: left;
  vertical-align: top;
}
#contact th, td {
  padding: 0 3px;
}


/* MENU */
#menu {
  display: none;
}


		
/* FOOTER */
#footer {
  text-align: center;
  padding-top: 0.4em;
  border: solid 1px #fff;
  border-top: solid 4px #fff;
  border-bottom: 0;
}					

