html  {
  height: 100%;
  margin: 0px;
  padding: 0px;
}


body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: arial;
}

div#stranka  {
  position: relative;
  margin: 0 auto;
  width: 780px;
/*  height: 100%; */
  border: solid #cccccc 1px;
}

#hlav1  {
  width: 211px;
  height: 67px;
}

#hlav2  {
  width: 569px;
  height: 67px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 211px;
  background-image: url(pic/hlava.jpg);
  background-repeat: no-repeat;
  color:#18355A;

  font-family: arial black;
  font-size: 11pt;
}

#hlav3  {
  width: 211px;
  height: 22px;
}

#hlav4  {
  height: 22px;
  width: 569px;
  position: absolute;
  top: 67px;
  left: 211px;
  background-image: url(pic/menu.gif);
}




    table#t1 td   {font-size:8pt}

    td.sede    {background-color:#f1f1f1}

    img     {margin: 10px}

    img.logo     {margin: 0px}

    img.vlajka {width: 35px}

    a:link {color:white; text-decoration:none}
    a:visited {color:white; text-decoration: none}
    a:hover {color: white; text-decoration:underline}



    table#menu td    {
      color: white;
      font-size:9pt;
      text-align:center;
      font-weight: bold;
      }

    td#telo      {
      padding:15px;
      vertical-align: top;
      font-size:10pt;
      color: #202020;
      }

    td#lavy    {vertical-align: top;}

    div.podmenu   {
      background-color: #18355A;
      color: white;
      font-size: 10pt;
      font-weight: bold;
      padding: 5px;
      border: solid 1px #e0e0e0;
      }

    span.n1    {
      font-size: 16pt;
      font-weight: bold;
      }

<style type="text/css">
table.sample {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
</style>

<style type="text/css">
table.sample1 {
border: 1px solid green;	
border-collapse: collapse;
}
table.sample1 th {
background-color: green;
}
table.sample1 td {
	border: 1px solid black;
}
</style>

