#zahlavi, #logo, #telefonni_cislo, #vlajky, #menu_top, #zapati, .noprint {display: none}

/* definice vel. pisma */
body {
    font-size: 87.5%;
    line-height: 1.4em;
    font-family: Arial,Verdana,Helvetica,sans-serif;
}
#stranka {
    font-size: 1em;
}
<!--[if !IE]>-->
body {
    font-size: 14px;
}


/* Neutralize styling: Elements with a vertical margin: */
p, pre, blockquote, ul, ol, dl, address {
        margin: 0 0 1em 0;
        padding: 0
}

a, a:visited, a:active, a:hover {color: black}
a:focus {outline-style: none}

img  {border: 0}
  .imgodkaz img {background: rgb(223,223,223); padding: 6px 6px 12px 6px}
  .imgodkaz:hover img {background: #cccccc}




.levy {text-align: left}
.nastred {text-align: center}
.pravy {text-align: right}
.vlevo {float: left; margin: 5px 15px 15px 0}
.vpravo {float: right; margin: 5px 0 15px 15px}
.bold {font-weight: bolder}

/* ___ layout ______________________________ */

body {
	margin: 0;
	color: black;
	background:  white
}

#stranka {
  position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}

#obsah_box {padding: 0 70px 90px 70px; overflow: visible}

.helper {clear: both; margin: 0; padding: 0; font-size: 0.1em; line-height: 0}

/* rozdeleni stranek OBSAHU na 2 sloupce */
#l_sloupec {
		   float: left;
		   width: 535px;
		   margin: 0; padding: 0;
}
#l_sloupec_box {}
#p_sloupec {float: right; width: 305px; margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6 {margin: 1em 0; padding: 0; line-height: 1.1em; color: black}
div h2:first-child, h3:first-child, h4:first-child {margin-top: 0}

h1 {font-size: 2.2em; /* nadpis webu */
    font-family: Helvetica,"Trebuchet MS",Arial,Verdana,sans-serif;
    text-transform: uppercase;
    padding-bottom: 0.2em
   }
h2 {font-size: 1.6em  /* nadpis stranky */
   }
h3 {font-size: 1.4em;
    margin-bottom: 0.4em;
    font-weight: 100 /* podnadpis v textu */
   }
h4 {font-size: 1.1em;
    margin-bottom: 0.4em /* podnadpis v textu */
   }


.popisek {		  	   		 /* popisek pod obrazkem */
		 padding-bottom: 20px;
		 color: #666666;
		 font-size: 0.8em
		 }

.seznam-1 {margin-left: 0; padding-left: 0}
.seznam-1 li {display: block; background: url("../obrazy/list-style-1.gif") 0 center no-repeat; padding-left: 1em; margin-bottom: 0.6em; list-style: none}

td,tr,th {vertical-align: top}
