body {
	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: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
input { font-size:12px; border: 1px solid #D1D1D1; font-family:Tahoma; text-align:left; color:#666; display:inline;}
img {
	behavior:url(/css/pngbehavior.htc); border:0;
}
li { list-style-type: none; }
a,
a:link,
a:visited {color:#145b9d; text-decoration:none;}
a:hover,
a:active,
a:focus {color:#000}

.thrColFixHdr #container {
	width: 1000px;  /* 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-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#obrazek_center { text-align: center; border: 1px solid #dadada; background-color:#fff;}
#obrazek2_center { padding:3px 5px 3px 5px; margin:0; text-align: center; border: 1px solid #dadada; background-color:#fff;}
#obrazek2_center p { text-align:left; font-size:11px; color:#000000;}

#obrazek3_center {margin-right:5px; float:left; text-align: center; border: 1px solid #dadada; background-color:#fff;}
.thrColFixHdr h1 {font-size:20px; color:#D52E0E; margin:0px; padding-bottom:5px; padding-top:15px; padding-left:30px;}
