body {
	margin:0; 
	padding: 0;
  background-color: white; 
}

body, html {
  height: 100%;
  font-family: Arial, Verdana, sans-serif;
}

td {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
  
img { border: 0px; } 
a img {padding: 0px; margin: 0px; }

a,
a:link,
a:visited { text-decoration: none; color: rgb(220,48,40);}
a:hover { text-decoration: underline; color: black;}

.page {
  width: 760px;

}

.page-table {
  height: 100%;
  width: 100%;
}

.header {
  width: 100%;
}

.header .logo {
  padding-top: 4px;
  width: 150px;
  padding-bottom: 2px;
}

.header-block {
  position: relative;
}

.header-block .language-version {
  position: absolute; 
  left: 0px; 
  top: 3px; 
  width: 760px; 
  text-align: right;
}

.header .subtitle {
  padding-top: 87px;
  vertical-align: top;
}

.header .subtitle table {
  width: 100%;
}

.header .subtitle table td {
  padding-left: 4px;
  height: 30px;
  background: rgb(220,48,40) url('imgs/header-bg.jpg') top right repeat-y;
  vertical-align: top;
}

/* navigation-bar */
.navigation-bar {
  width: 100%;
}

.navigation-bar .red-border {
 background: rgb(220,48,40);
 height: 1px;
}

.navigation-bar .separator {
 height: 2px;
}

.navigation-bar .bar {
 height: 20px;
 background: rgb(209,209,209) url('imgs/navigation-bar-bg.png') top left repeat-x;
 padding-left: 5px;
 color: rgb(50,50,50);
}

.navigation-bar .bar a,
.navigation-bar .bar a:link,
.navigation-bar .bar a:visited { text-decoration: none; color: rgb(50,50,50);}
.navigation-bar .bar a:hover { text-decoration: underline; color: black;}

/* footer */
.footer {
  width: 100%;
}

.footer .red-area {
 background: rgb(220,48,40);
 height: 15px;
}

.footer .white-border {
 background: white;
 height: 1px;
}

.footer .red-border {
 background: rgb(220,48,40);
 height: 1px;
}

.footer .text {
  color: rgb(100,100,100);
  text-align: center;
  font-size: 11px;
}

.psyche {
  color: black;
  font-weight: bold;
}

.lab {
  color: rgb(220,48,40);
  font-weight: bold;
}

.center 
{
  text-align: center;
}

.page-content {
  width: 100%;
}

.tabelka
{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
}


.tabelka table th
{
  padding: 2px 5px 2px 5px;
  background: rgb(209,209,209) url('imgs/navigation-bar-bg.png') top left repeat-x;
  color: rgb(220,48,40);
  border-bottom: 2px solid rgb(220,48,40);
  text-align: left;
  font-size: 12px;
}

.tabelka table td
{
  padding: 2px 5px 2px 5px;
  border-bottom: 1px solid black;
  font-size: 12px;
}

/* left-menu */
td.left-menu {
  width: 90%;
  padding-top: 4px;
  vertical-align: top;
}

.left-menu {
  width: 90%;
}

.left-menu p
{
  margin: 0px;
  padding: 0px;
}

.left-menu .parent-item {
  height: 25px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 25px;
  font-weight: bold;
  color: rgb(49,0,0);
  border-bottom: 1px solid rgb(49,0,0); 
}

.left-menu .inactive-parent-item {
  height: 25px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 25px;
  font-weight: bold;
  color: rgb(49,0,0);
  border-bottom: 1px solid rgb(49,0,0); 
}

.left-menu .child-item {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 25px;
  color: rgb(49,0,0);
  border-bottom: 1px solid rgb(49,0,0); 
}

.left-menu .inactive-parent-item a,
.left-menu .inactive-parent-item a:link,
.left-menu .inactive-parent-item a:visited { text-decoration: none; color: rgb(49,0,0);}

.left-menu .parent-item a,
.left-menu .parent-item a:link,
.left-menu .parent-item a:visited { text-decoration: none; color: rgb(49,0,0);}

.left-menu .parent-item a:hover,
.left-menu .inactive-parent-item a:hover { text-decoration: underline; color: rgb(42,85,53);}

.left-menu .child-item a,
.left-menu .child-item a:link,
.left-menu .child-item a:visited { text-decoration: none; color: rgb(154,73,52);}
.left-menu .child-item a:hover { text-decoration: underline; color: rgb(42,85,53);}

/* content */
form, input {
  font-family: Arial, Verdana, sans-serif;
  
}


.content {
  font-family: Arial, Verdana, sans-serif;
  padding-top: 4px;
  padding-bottom: 15px;
  padding-left: 4px;
  vertical-align: top;
}

h1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 5px;
  background: rgb(209,209,209) url('imgs/navigation-bar-bg.png') top left repeat-x;
  color: rgb(220,48,40);
  border-top: 2px solid rgb(220,48,40);
}

h2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
  padding-top: 1px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom: 1px solid rgb(220,48,40);
}

p {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin: 0px;
  text-align: justify;
}

ul 
{
  list-style-type: none; 
  list-style-position: outside;
  list-style-image: url('imgs/indicator.png'); 
  margin-bottom: 10px;
  margin-top: 3px;
  margin-left: 25px;
  padding-left: 20px;
  margin-right: 25px;
  font-size: 12px;
  
} 

li
{
  font-size: 12px;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 2px;
}


.right-img {
  float: right;
  margin-left: 10px;
  margin-bottom: 5px;
}

.content .aparatura td {
  padding: 0px 0px 2px 2px;
  
}

.aparatura img {
  margin: 0px;
}

.i {
  font-style: italic;
}


.modules .arrow-left,
.modules .arrow-right {
  height: 50px;
  width: 60px;
}

.modules .arrow-up,
.modules .arrow-down {
  height: 60px;
}

.modules .arrow-left {
  background: url('imgs/arrow-left.png') center center no-repeat;
}

.modules .arrow-down {
  background: url('imgs/arrow-down.png') center center no-repeat;
}

.modules .arrow-right {
  background: url('imgs/arrow-right.png') center center no-repeat;
}

.modules .arrow-up {
  background: url('imgs/arrow-up.png') center center no-repeat;
}

.modules .frame {
  border: 2px solid rgb(178,178,178);
  background-color: rgb(221,221,221);
  color: rgb(95,95,95);
  font-weight: bold;
  width: 130px;
  font-size: 11px;
  height: 50px;
}

.modules td {
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  font-size: 13px;
  height: 40px;
}