@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffffff;
	background-image: url(design/bg.png);
	background-repeat: repeat-x;
	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #content {
	margin: 0 auto;
	text-align: left;
	width: 740px;
	background-image: url(design/content2.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-top: 20px;
}
.oneColFixCtr #header {
	background-image: url(design/topLineCenter.png);
	background-repeat: repeat-x;
	font: Verdana, Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	width: auto;
	height: 16px;
}
.oneColFixCtr #container #header .left {
	background-image: url(design/topLineLeft.png);
	background-repeat: no-repeat;
	float: left;
	height: 16px;
	width: 6px;
	padding-left: 600px;
	line-height: 16px;
}

.oneColFixCtr #container #header .right {
	background-image: url(design/topLineRight.png);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	width: 6px;
	height: 16px;
}
.oneColFixCtr #top {
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: right;
	width: auto;
	height: 134px;
	background-color: #1e1e1e;
}
.oneColFixCtr #container #menu {
	height: 48px;
}
.oneColFixCtr #container #menu .menu1 {
	height: 25px;
	background-image: url(design/menu1.png);
	background-repeat: no-repeat;
	
}
.oneColFixCtr #footer {
	background-image: url(design/bottom2.png);
	height: 16px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	width: 780px;
	margin: 0 auto;
}

.oneColFixCtr #container #menu .menu2 {
	background-image: url(design/menu2.png);
	background-repeat: no-repeat;
  height: 23px;
}
.oneColFixCtr #container #top .left {
	background-image: url(design/topLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: auto;
	height: 114px;
	color: #9c9c9c;
	text-align: left;
	padding-top: 20px;
}
.oneColFixCtr #container #top .left .slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #9c9c9c;
	padding-left: 26px;
}
.oneColFixCtr #container #top .left .title {
	font-family: Verdana, Arial;
	font-size: 30px;
	font-weight: normal;
	color: #9c9c9c;
	padding-left: 20px;
}
.oneColFixCtr #container #top .left .title a{
  text-decoration: none;
  color: #9c9c9c;
}
.oneColFixCtr #container #top .right {
	background-image: url(design/topImage.png);
	background-repeat: no-repeat;
	text-align: right;
	float: right;
	width: 152px;
	height: 134px;
}
#content h2{
  font-family: Verdana, Arial;
  font-size: 24px;
  color: #e31717;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#content h2.uctovnictvo{
  background-image: url(design/ikonky/uctovnictvo.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h2.evidencia{
  background-image: url(design/ikonky/evidencia.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h2.hospodarstvo{
  background-image: url(design/ikonky/hospodarstvo.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h2.mzdy{
  background-image: url(design/ikonky/mzdy.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h2.statistika{
  background-image: url(design/ikonky/statistika.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h2.dane{
  background-image: url(design/ikonky/dane.png);
  background-repeat: no-repeat;
  line-height: 50px;
  padding-left: 50px;
}
#content h3{
  font-family: Verdana, Arial;
  font-size: 18px;
  color: #1e1e1e;
  margin-left: 40px;
  margin-bottom: 20px;
}
#content p{
  font-family: Georgia;
  font-size: 12pt;
  color: #000000;
  margin-left: 40px;
}
#content a{
  color: #ff0000;
}
#content a:visited{
  color: #ff0000;
  text-decoration: underline;
}
#content a:hover{
  color: #3a3a3a;
  text-decoration: underline;
}
#content table{
  margin-left: 40px;
  
}
#content table tr.first{
  background-color: #ffe5e5;
}
#content table tr.first td{
  background-color: #ffe5e5;
  border-top: 1px solid #e31717;
}
#content table tr.even{
  background-color: #ffe5e5;
}
#content table td{
padding: 5px;
border-right: 1px solid #e31717;
border-bottom: 1px solid #e31717;
}
#content table td.first{
border-left: 1px solid #e31717;
}
