
body, table {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: x-small;
  background-color: transparent;

}

body {
  background-image: URL('images/back.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

.msgtext {
  padding-left: 20px;
}

.msgheader{
 padding-left: 10px;
 font-weight : bold;
 background-color: #E2F0FA;
 
}

.menu_nadpis {
  font-size: xx-small;
	font-weight : bold;
	color: #E2F0FA;
  border: 1px #000000 solid;
  background-color: #1D6CA7;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  padding: 0px 10px 0px 10px;
}

.menu {
  border: 1px #000000 solid;
  background-color: #E2F0FA;
}

.menu1 {
	margin: 2px 5px 2px 5px;
}

.menu2 {
	margin: 2px 5px 2px 15px;
}

.menu1 a:visited, .menu2 a:visited, .menu1 a, .menu2 a, .ank a:visited, .ank a{
	color : blue;
  font-size: xx-small;
	font-weight : normal;
	text-decoration : none;
}

.ank {
  font-size: xx-small;
  padding-left: 3px;
  padding-right: 3px;
}

.menu1 a:hover, .menu2 a:hover {
	color : black;
	font-weight : bold;
	text-decoration : none;
}

.ank a:hover {
	color : black;
	text-decoration : none;
}

.horni_lista {
  background-color: transparent;
}

.dolni_lista_l, .dolni_lista_r {
  border: 1px #000000 solid;
  background-color: #E2F0FA;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

}

.dolni_lista_l {
  padding-right: 3px;
}

.dolni_lista_r {
  margin-left: 0px;
}

h1 {
	font-weight : bold;
	font-size: 22px;
	background-color: #E2F0FA;
  border: 1px #69B0E4 solid;
  color: #124367;
  padding: 5px 20px 7px 20px;
}

h2 {
	font-weight : bold;
	font-size: 18px;
	background-color: #E2F0FA;
  border: 1px #69B0E4 solid;
  color: #124367;
  padding: 0px 20px 1px 20px;
}

h3 {
	font-weight : bold;
	font-size: 14px;
	background-color: #E2F0FA;
  border: 1px #69B0E4 solid;
  color: #124367;
  padding: 0px 20px 1px 20px;
}

a {
/*  font-weight : bold; */
  color: #1C679F;
}

a:hover {
/*  font-weight : bold; */
  color: #79B9E8;
}

a:visited {
/*  font-weight : bold; */
  color: #79B9E8;
}

.mytable {
  border: 1px solid #69B0E4;
  border-collapse: collapse;
}

.myheader {
  background-color: #E2F0FA;
}

.mytable td {
  border-color: #69B0E4;
}

.blue_button {
  border-color: #69B0E4;
  background-color: #E2F0FA;
  color: #114266;
}

.blue_input {
  border-color: #69B0E4;
  border-style: solid;
  border-width: 1px;
  background-color: white;
  padding-bottom: 2px;
 color: #114266;  
}

.question {
 background-color: #E2F0FA;
 color: #1D6CA7;
 font-weight: bold;
}

.ansver {
  margin-left: 20px;
}

code {
font-size: 12px;
}

