BODY {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 75%;
  color: #000;
  text-align: center;
}

A:link, A:visited {
  color: #0254A6;
  text-decoration: none; 
}
A:hover {
  text-decoration: underline; 
}

H1 {
  color: #0055A5;
  font-size: 150%;
  border-bottom: 1px dotted #989495;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}
H2 {
  color: #0050A2;
  font-size: 130%;
  font-weight: bold;
  margin: 1em 0 0.3em 0;
}
P {
  line-height: 150%;
  text-align: justify;
}

#container {
  /*width: 770px;*/
  border: 1px solid #EFEFEF;
  border-top: 3px solid #004eac;
  text-align: left;
  margin: 15px auto 0 auto;
}

#hlavicka {
  border-top: 1px solid #004eac;
  margin-top: 1px;
  border-bottom: 1px solid #d9d6d6;
  background: url(../images/header.jpg) no-repeat right top;
}
#hlavicka DIV {
  height: 76px;
  width: 100%;
}
#hlavicka IMG {
  position: relative;
  left: 15px;
  top: 15px;
  display: block;
}
#hlavicka A#odhlasit {
  display: block;
  padding: 4px 4px 4px 25px;
  float: right;
  position: relative;
  left: -1px;
  top: 8px;
  text-decoration: none;
  color: #4e4e4e;
  font-weight: bold;
  font-size: 90%;
}
#hlavicka A#odhlasit:hover {color: #0455A7}

#menu {
  border-bottom: 2px solid #d9d6d6;
  padding: 0 10px 0 10px;
  line-height: 250%;  
}
#menu A {
  display: block;
  float: left;
  padding: 0 10px 0 20px;
  background: url(../images/bullet.gif) no-repeat 8px center;
  color: #353535;
  text-decoration: none;
  font-size: 90%; 
  font-stretch: condensed;
}
#menu A:hover {
  background-color: #efefef;
}
#obsah {padding: 15px;}

.hidden {
	display: none;
}


/* *** REKLAMACNI LIST ***/

TABLE.reklamacniList {
  border-collapse: collapse;
  text-align: left;
  margin:3px;
}
TABLE.reklamacniList TR {
  height: 30px;
}
TABLE.reklamacniList TD {
  border: 1px solid #000;
  vertical-align: top;
  background: url(../images/rastr.gif) repeat-x bottom left;
}
TABLE.reklamacniList TD SPAN {
  font-family: "Courier New", courier;
  font-size: 16px;
  letter-spacing: 4px;
  padding-left: 4px;
  padding-top: 3px;
  display: block;
}
TABLE.reklamacniList TD IMG {
  float: right; margin: 5px 15px 0 0;
}
TABLE.reklamacniList TD DIV {
  display: block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  float: left;
  letter-spacing: 0px;
  width: 100%;
}
TABLE.reklamacniList TD.num {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-image: none;
}
TABLE.reklamacniList TR.hlavicka TD, TABLE.reklamacniList .nobg {
  background-image: none;
}
TABLE.reklamacniList H1 {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 8px 0;
  padding: 0;
  color: #000;
  border: 0;
}
TABLE.reklamacniList SPAN.major {
  font-family: Arial, sans-serif; 
  font-size: 24px;
  margin: 20px 0px 0px 4px;
}
