@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	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-size: 12px;
	height:100%; 
}
#container_pole { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 816px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
} 

#header_pole { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	height: 90px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #FFFFFF; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#left_pole {
	position: absolute;
	width: 220px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	left: 0px;
	top: 90px;
}
#right_pole {
	position: absolute;
	width: 210px; /* 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 */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	left: 606px;
	top: 90px;
	right:0;
}
#mainContent_pole { 
    background: white;
	width: 386px;
	margin: 0 220px; 
	padding: 0 0px; 
	top: 90px;
	height:100%; 
}


/* PŘIDAL HONZA */
/*--- left ---*/

div#hlavicka {
	text-align:right;
	padding: 20px 10px 0px 0px;

}

div#menu {
	background: #D9E8CF;
	margin: 0px 5px 0px 5px;
	padding: 0 0 0 0px;
	}

div#menu ul {
	padding-left:0PX;
	margin-left:0px ;
	list-style: none;
	margin: 0px;
}
div#menu li { border-bottom: 10px solid white; }
div#menu a {
	display: block;
	padding: 5px 0px 5px 10px;
	color: #4F7C3E;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	background-repeat: no-repeat;
	position: relative;
}
div#menu a:hover, div#menu a.active {
	background-color: #4F7C3E;
	color: #D9E8CF;
}

/*---  podmenu ---*/
div#podmenu {
	background: #FFFFFF;
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 5px;
	border:solid;
	border-color:#D9E8CF;
	border-width: 2px;	
	}
div#podmenu h2 {
	background: #FFFFFF;
	font-weight:bold;
	font-size:14px;
	color:#4F7C3E;
	margin: 0px 5px 0px 5px;
	padding: 5px 5px;
	}
div#podmenu ul {
	list-style: none;
	margin: 0px;
	padding-left:20px;
	padding-top:0px;
}	
div#podmenu li { border-bottom: 5px solid white; }

div#podmenu a {
	color: #4F7C3E;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
	background-repeat: no-repeat;
}
div#podmenu a:hover, div#podmenu a.active {
	color: #D9E8CF;
}

/*---  hlavni ---*/
div#hlavni {
	background: #C8E4F8;
	margin: 0px 5px 10px 5px; /*--- od kraje bila ---*/
	padding: 10px 10px 10px 10px;
	height:100%;
}
div#hlavni a {
	color: #4F7C3E;
	font-size:14px;
	background-repeat: no-repeat;
}
}
div#hlavni a:hover, div#hlavni a.active {
font-weight:bold;
background-repeat: no-repeat;
	
}
div#hlavni h1 {
	font-weight:bold;
	font-size:17px;
	margin: 0px 0px 5px 0px;	
	}

div#hlavni h2 {
	font-weight:bold;
	font-size:15px;
	margin: 0px 0px 5px 0px;	
	}

div#hlavni h3 {
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
	margin: 0px 0px 5px 0px;	
	}


div#hlavni p {
	font-size:14px;
	text-indent: 10px; 
	margin: 0em 0 0.5em 0em;
		}

iv#hlavni b.green {
	font-size:14px;
	text-indent: 10px; 
	color: #4F7C3E;
	margin: 0em 0 0.5em 0em;
		}


div#hlavni p.vysvetlivka {
	font-size:12px;
	text-indent: 0px; 
	margin: 0em 0 0.5em 0em;
		}

div#hlavni p.odrazka {
	font-size:14px;
	text-indent: -9px; 
	margin: 0em 0 0.1em 0em;
	padding-left:1em;
		}
div#hlavni p.odrazka_small {
	font-size:12px;
	text-indent: -9px; 
	margin: 0em 0 0.1em 0em;
	padding-left:1em;
		}
		
div#hlavni p.cis_odrazka{
	font-size:14px;
	text-indent: -15px; /*--- predsazeni---*/
	margin: 0em 0 0.1em 0em; /*--- mezera pred---*/
	padding-left:1.2em; /*--- odsazeni---*/
		}

div#hlavni ol {
	margin: 0px;
	margin: 0em 0 0.5em 1.3em; 
	padding: 0;
}	


div#hlavni ul {
	margin: 0px;
	margin: 0em 0 0.5em 1.3em; 
	padding: 0;
	list-style:square;

	

}	
div#hlavni li {
	margin:0px;
	padding: 0px;
}






/*--- pravy ---*/
div#pravy {
	background: #F7C6E6;
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 10px 0px;
	text-align:right;
}

