html, body {
	border: 0px none;
	margin: 0px;
	padding: 0px;

	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 0.9em;
	color: black;
}

.reseter {
	border:  0px none;
	margin:  0px;
	padding: 0px;

	float: none;
	clear: both;

	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}




body {
	background-color: #ffffff;	
	text-align: center; /* centerování webu pro IE */
}

.separator { /* slouží k oddělení jednotlivých částí stránek - pouze pro zobrazení bez CSS */
	display: none;
	visibility: hidden;
}

#bodywrap { /* zajišťuje "natahování" šířky stránky - pro IE je použit speciální styl */
	min-width: 800px;		
	max-width: 1000px;

	border: 0px none;
	margin: 0px auto 0px auto;
	padding: 0px;

	overflow: hidden;

	text-align: left;
}

#header {
	background-color: #ffffff;
	height: 40px;
}

#header_img {
	height: 40px;
	position: relative;
}

#header_links {
	display: none;
}

#colswrap {
	width: 100%;			
	overflow: hidden;		
	margin-bottom: 5px;
	
	background-color: transparent;	
}

.column {
	float: left;
	margin-top: 28px;
	padding-bottom: 20010px;	/* trik z One True Layout pro srovnání výšky sloupců - aby měly všechny sloupce stejnou výšku */
	margin-bottom: -20000px;
}

#content {
	width: 100%;

	background-color: #ffffff;
}

#content_pad {
	padding: 0px 150px 0px 0px;			/* padding upraven pro tisk - kde se zobrazuje pouze pravý blok */
}

#right {
	width: 138px;
	margin-left: -138px;
	
}

#left {
	display: none;
}

#left_pad, #right_pad {
	padding: 0px 8px 10px 8px;
	border-left: 1px solid gray;
}

#menu {
	display: none;
}

#footer {
  text-align: left;
  height: 50px;
  font-size: 0.85em;
  line-height: 200%;
  border-top: 1px solid gray;
}

.hidden {
	display: none;
}

/* ========== TEXT, OBRAZKY, TABULKY .. atd ========== */

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #AD0101;
	
	margin: 10px 0px;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: black;
	
	clear: left;
	margin: 15px 0px 5px 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: black;
	
	margin: 0px;
}

p {
	text-indent: 1em;
	text-align: justify;
	line-height: 150%;
	
	margin: 0px 0px 20px 0px;
}

a {
	color: #C80100;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: square;
}

ul li ul li {
	list-style: square;
	color: #860001;
}

table {
	font-size: 1em;
	border: 1px solid gray;
	margin: 10px 20px;
}

td, th {
	padding: 5px;
	text-align: center;
}

td.leva, th {
	text-align: left;
}

tr.even {
	background-color: #D2D2D2;
}

th {
	background-color: #C5C5C5;
}

#header h3 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0px;
	color: black;
	border-bottom: 1px solid gray;
}

#header h3 a {
  text-decoration: none;
  color: #000000;
}

#left h3, #right h3 {
	width: 130px;
	height: 31px;
	margin: 0px -5px;
	font-size: 0.85em;
	text-align: center;
	padding-top: 4px;
}

#left ul, #right ul {
	margin-top: 0px;
	margin-left: 17px;
	padding-left: 0px;
	list-style: square;
	line-height: 160%;
}

#footer a {
	font-weight: bold;
}


#content img {
	border: 1px solid #CE0000;
	float: left;
	margin: 5px 10px;
}

#content img.right {
	float: right;
} 

#right img {
	border: 1px solid #CE0000;
}

.tisk {

}


