body {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-image: url('../images/page_bg.jpg');
  background-repeat: repeat-y;
  background-position: top left;
  font-family: arial;
  font-size: 12px;
  color: #7d7d7d;
}

td {
  font-size: 12px;
}

p a {
  color: #FF0000;
}



.kariera_list
{
  color: 7d7d7d !important;
}

h2.no_screen {
  display: none;
}


p {
  margin: 0px;
  margin-bottom: 15px;
  line-height: 20px;
}

p.poznamka {
  font-size: 11px;
  font-style: italic;
}
p.blok {
  text-align: justify;
}

.nadpis {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 3px;
  background-image: url('../images/red-arrow.gif');
  background-repeat: no-repeat;
  padding-left: 25px;
  color: rgb(255,0,0);
}

/*span.nadpis img {
  margin-right: 5px;
}*/

h1 {
  font-size: 18px;
  font-weight: bold;
  color: #231f20;
  margin-top: 0px;
  margin-bottom: 15px;
}

h2 {
  font-size: 15px;
}

#left_image {
  position: absolute;
  top: 147px;
  left: 30px;
  width: 198px;
  height: 482px;
}

#logo {
  position: absolute;
  top: 0px;
  right: 0px;
}

#main_clanky {
	width: 197px;
  position: absolute;
  right: 0px;
  top: 100px;
  border-bottom: 2px #FF0000 solid;
}
#main_clanky a {
	display: block;
	padding: 4px 25px 4px 41px;
	position: relative;
	left: -5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #515151;
}
#main_clanky a:hover {
	color: #FF0000;
	background: transparent url('../images/intro_clanky_sipka.gif') no-repeat right top;
}
#main_clanky a span {
	font-size: 12px;
	font-weight: normal;
}

#pruzkum {
  position: absolute;
  right: 0px;
  top: 200px;
}

#intro_clanky {
	width: 470px;
  position: absolute;
  left: 80px;
  top: 30px;
  z-index: 10000;
  border-top: 2px #FF0000 solid;
  
}
#intro_clanky a {
	display: block;
	padding: 2px 0 2px 32px;
	position: relative;
	left: -32px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #515151;
}
#intro_clanky a:hover {
	color: #FF0000;
	background: transparent url('../images/intro_clanky_sipka.gif') no-repeat left top;
}
#intro_clanky a span {
	font-size: 12px;
	font-weight: normal;
}

#pruzkum_intro {
  position: absolute;
  left: 50px;
  top: 30px;
  z-index: 10000;
}

#pruzkum img
{
  border: none;
}
#pruzkum_intro img
{
  border: none;
}

#intro {
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 1;
}

#menu_holder {
  position: absolute;
  top: 0px;
  left: 125px;
  width: 656px;
  height: 147px;
}

#menu_holder ul {
  padding: 0px;
  margin: 0px;
  height: 26px;
  display: block;
  float: left;
  list-style: none;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#menu_holder li {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px; 
}

#menu_holder a {
  display: block;
  background-color: #000000;
  font-family: arial;
  font-size: 13px;
  color: #ffffff;
  text-decoration: none;
  height: 26px;
  cursor: pointer;
}

#menu_holder a:hover {
  display: block;
  background-color: #000000;
  font-family: arial;
  font-size: 13px;
  color: #ff0000;
  text-decoration: none;
  height: 26px;
}

#menu_holder a.link1 {
  width: 106px;
  margin-right: 2px;
}

#menu_holder a.link2 {
  width: 116px;
  margin-right: 2px;
}

#menu_holder a.link3 {
  width: 116px;
  margin-right: 2px;
}

#menu_holder a.link4 {
  width: 120px;
  margin-right: 2px;
}

#menu_holder a.link5 {
  width: 93px;
  margin-right: 2px;
}

#menu_holder a.link6 {
  width: 95px;
}

#menu_holder a span {
  padding-top: 5px;
  display: block;
  text-align: center;
}

#menu_holder a span.selected {
  color: #7d7d7d;
}

#content {
  width: 524px;
  height: auto;
  position: absolute;
  top: 147px;
  left: 257px;
}

#content ul {
  list-style-type: disc;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  padding-left: 30px;
  line-height: 20px;
}

.cerveny_ul {
  list-style-type: disc;
  color: #FF0000;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  padding-left: 30px;
  line-height: 20px;
}

#content li span{
  color: #7d7d7d;
}

#submenu_holder {
  height: 85px;
  position: relative;
}

#submenu_holder ul {
  padding: 0px;
  margin: 0px;
  display: block;
  list-style: none;
  position: absolute;
  left: 0px;
  top: 35px;
}

#submenu_holder li {
  float: left;
  display: block;
  margin: 0px;
  padding: 0px;
  margin-right: 17px;
}

#submenu_holder a {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: none;
}

#submenu_holder a:hover {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
  text-decoration: underline;
}

#submenu_holder a.selected {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}

.skryty {
  display: none;
  padding-left: 25px;
}



.kontakty td 
{
  text-align: center;
}

.kontakty td p
{
  margin: 0px;
}

.kontakty_okraj {
  height: 10px;
  border-bottom: 1px solid #7D7D7D;
  border-left: 1px solid #7D7D7D;
  border-right: 1px solid #7D7D7D;
  font-size: 5px;
}

.oceneni td {
  vertical-align: top;
}

.loga td {
  width: 150px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
}

.loga td img {
  width: 90px;
}

.sipka_down {
  margin-left: 5px;
}

a.rozbalovaci_nadpis
{
  text-decoration: underline;
  cursor: pointer;
}
a.rozbalovaci_nadpis:hover
{
  text-decoration: none;
  cursor: pointer;
}

.noflash_vstup
{
  position: absolute;
  left: 280px;
  top: 400px;
}

.noflash_vstup img
{
  border: none;
}

#submenu_holder .submenu_selected
{
  color: #000000;
  text-decoration: underline;
}

#submenu_holder .submenu_selected:hover
{
  color: #000000;
}

.skryty_odstavec
{
  display: none;
  text-align: justify;
  padding-left: 25px;
}

.clickcursor
{
  cursor: pointer;
}

.anotace
{
  
  padding-left: 25px;
  text-align: justify;
}

.vice
{
	margin-top: 5px;
}

.vice a
{
	color: #ff0000;
	font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.vice a:HOVER
{
    text-decoration: underline;
}
