A:visited, A:link, A:active {
  color: black;
  text-decoration: underline;
}
A:hover {
  color: red;
  text-decoration: underline;
}

body {
  padding: 10px;
}
.main {
  vertical-align: top;
  border: 1px solid black;
  background-color: #0066b3;
}
h3 {
  font-family: Arial, Verdana, Tahoma;
  font-size: 15pt;
  font-style: bold;
  padding: 5px;
  text-align: center;
}
.Obsah {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11pt;
  font-style: normal;
  color: black;
  vertical-align: top;
  padding: 0px;
}

.ObsahBgColorUvod {
  background-color: #0066b3;
}
.ObsahBgColor {
  background-color: #ccddee;
}
.ObsahPadding {
  padding: 15px;
}

.Odpocet {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11pt;
  font-style: normal;
  font-weight: normal;
  color: black;
  padding: 15px;
  text-align: center;  
}

.Uvod {
  font-family: Arial, Tahoma, Verdana;
  font-size: 11pt;
  font-style: normal;
  color: black;
  background-color: #eeeeee;
  padding: 0px 10px 15px 10px;
  text-align: justify;
}

.Menu {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0066b3;
}

.MenuLast {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0066b3;
}

.Propozice {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
}

.Propozice2 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: black;
	text-align: center;
}

.Propozice_text {
	font-weight: bold;
	color: red;
}

.Propozice_text1{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: red;
}
.Propozice_text2{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: green;
}
.Propozice_text3{
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: blue;
}

.Ubyt_obal_nadpis {
  padding: 0px;
}

.Ubyt_nadpis {
  padding: 5px;
}

.Ubyt_cislo {
  text-align: center;
  background-color: gray;
	font-weight: bold;
	width: 40px;
	color: white;
}

.Ubyt_pozn {
  text-align: justify;
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
}





