@charset "utf-8";
a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #FC0;
}
body {
	background: #666666;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	font-size: 70%;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E67517;
	text-align: justify;
	background-color: #FFFFEC;
}
.oneColLiqCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(images/header_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #999;
	height: 38px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px;
	background-color: #000;
	background-image: url(images/footer_03.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 30px;
	text-align: center;
	font-size: 10px;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.tlo_tabeli {
	background-color: #FFC;
	border: 1px solid #F90;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
