*
	{
	margin: 0;
	padding: 0;
	}
html
	{
	height: 100%;
	margin:0;
	padding: 0;
	}
ul,li{list-style:none;}
hr {display: none;}
body
	{
	height: 100%;
	margin:0;
	padding:0;
	text-align: left;
	background-color:#FFFFDE;
	background-image:url(images/leftback.jpg);
	background-repeat:repeat-y;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.79em;
	color:#333333;
	}
#pagecontainer
	{
	position: relative;
	min-height: 100%;
	width: 770px;
	padding-bottom: 50px;
	}
* html #pagecontainer
	{
	height: 100%;
	width: 770px;
	}
.nadpisek
	{
	position: absolute;
	left: -10000px;
	}
#hlavicka
	{
	height:90px;
	}
#maintextcont /*hlavni blok */
	{
	margin:0px;
	height:100%;
	
	}
#maintextcontR
	{
	float:right;
	width:610px;
	}
#maintextcontL
	{
	float:left;
	height: 100%;
	width:160px;
	}
#maintextcontLin
	{
	height:349px;
	background-image:url(images/left.jpg);
	background-repeat:no-repeat;
	}
#maintext
	{
    padding-left:15px;
	}
#navigace
	{
	height:21px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #000099;
	padding-top:3px;
	}
a:link{color: #000099;text-decoration: underline}
a:visited{color:#666666;text-decoration: underline}
a:hover{color:#FF0000;text-decoration: underline}
li{padding-left:10px; font-size: 90%;}
li {background:url(images/list.png) 0% 6px no-repeat;}

p {margin:0 0 10px;}
h1
	{
	margin-top: 15px;
	padding-bottom: 8px;
	font-size: 150%;
	color:#006600;
}
h2
	{
	margin-top: 15px;
	padding-bottom: 8px;
	font-size: 120%;
	color:#006600;
}
h3
	{
	margin-top: 4px;
	padding-bottom: 6px;
	font-size: 110%;
	color:#009933;
}
h4 {font-size: 110%;color:#FF9900;}
h4 a:link {color: #4277DB;}
h4 a:visited {color: #4277DB;}
h4 a:hover {color: #FF0000;}
.colorred {color: #FF0000;}
.clearer
	{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}
.imgborder {
	border:1px;
	border-color:#000000;
}
.imgright {
	border:1px;
	border-color:#000000;
	float:right;
}
.imgodsad {
	border:1px;
	border-color:#000000;
	padding-left:80px;
}
IMG {
	border:0px;
}
#table_main {
	border-collapse:collapse;
	font-size: 90%;
	border: 0px;
}
#table_main th
	{
	text-align:right;
	padding:1px;
	padding-right:4px;
	width:170px;
	}
#table_main td
	{
	text-align:left;
	padding:1px;
	}
#table_main INPUT, #table_main TEXTAREA, #table_main SELECT
	{
	border: 1px dotted #C0C0C0;
	font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, Geneva, sans-serif;
	font-size:12px;
	padding:2px;
	}
#tableceny {
	border-collapse:collapse;
	border:0px;
	background-color:#FFFF99;
}
#tableceny th
	{
	text-align:left;
	background-color:#66CCFF;
	padding:1px;
	}
#tableceny td
	{
	text-align:left;
	padding:1px;
	}
#footer
	{
		position: absolute;
		bottom: 0;
		height: 50px;
		width:100%;
		font-size:90%;
		text-align: center;
	}
.center
	{
	text-align:center;
	}
#thumbnail {}
div.thumb {float:left;}
#thumbnail IMG {border: 1px solid #000000;}
#thumbnail ul {
  list-style:none;
  }
#thumbnail li {
  list-style:inside;
  display: inline;
  padding-right: 2px;
  background:none;
  padding:0px;
  }
div.clearall
	{
	clear: both;
	}
	
@media print {
#pagecontainer {width:610px;}
#hlavicka {display: none;}
#maintextcontL {display: none;}
#maintextcontLin {display: none;}
#maintextcontR {width:100%;float:none;}
#navigace {display: none;}
#footer {display: none;}
}