@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #d1efa4;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image:url(../images/pozadi.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #container { 
    position: relative;
	width: 860px;  
	margin: 0 auto; 
	text-align: left;
	background-image:url(../images/podklad.jpg);
	background-position: top;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header { 
	padding: 0 10px 0 20px; 
	height: 230px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 192px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 25px 10px 15px 38px;
}
.twoColFixLtHdr #mainContent { 
	margin: 30px 40px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	min-height: 750px;
	height: auto !important;
    height: 750px;
	text-align: justify;	
} 
.twoColFixLtHdr #footer { 
	background-image:url(../images/footer.jpg);
	height: 43px;
} 

h1 {
  font-size: 18px;
  color: #ff0000;
  margin: 10px 0 0px 0;
  padding: 0;
  font-weight: normal;
}
h2 {
  font-size: 14px;
  color: #ff0000;
  margin: 10px 0 0px 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 9px 0;
}
.twoColFixLtHdr #mainContent img { 
  margin: 10px 0;
  padding: 2px;
  border: 1px solid #888888;	
}
a {
	color: #0d8f09;  
}
a:hover {
	color: #ff0000;  
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 18px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
