@charset "utf-8";
body {
	font-family:tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #FFF;
	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;
}
img {
	border:0px;
}
.img_border{
	border-width:1px;
	border-style:solid;
	border-color:#c1bfc0;
	padding: 5px;
}
.oneColFixCtrHdr #container {
	width: 897px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 30px 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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* 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. */
	margin: 0 0 0 0;
	background-image:url(img/header.jpg);
	height: 106px;
}
.oneColFixCtrHdr #header #menu {
	margin: 38px 0 0 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:675px;
	margin-right:0px;
	margin-left:auto;
}
.oneColFixCtrHdr #mainContent {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(img/footer.jpg);
	height:74px;
	color:#FFF;
	font-size:11px;
	clear:both;
}
.oneColFixCtrHdr #footer div {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height:20px;
}
#nabidka {
	width:347px;
	height:244px;
	float:left;
	background-image:url(img/nabidka_pozadi.jpg);
	padding: 20px 0px 10px 15px;
}
#obsah {
	float:left;
	width:510px;
	margin-left:20px;
	margin-top:0px;
	line-height:20px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2e2e2e;
	text-align:justify;
}
.sipka {
	vertical-align:text-bottom;
}
.flRight {
	float:right;
}
/* COMMON FONTS */
.oneColFixCtrHdr #header H1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
A {
	color:#0000FF;
	text-decoration:none;
}
A:hover {
	color:#0000FF;
	text-decoration:underline;
}
A:visited {
	color:#0000FF;
}
p a:hover {
  text-decoration: underline;
}
.oneColFixCtrHdr #header #menu A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	font-weight: normal;
	margin-right: 26px;
}
P {
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}
.oneColFixCtrHdr #footer A {
	color: #FFF;
}
.oneColFixCtrHdr #mainContent H1 {
	font-size:16px;
	text-align:left;
	color:#274063;
	font-family:tahoma, Helvetica, sans-serif;
	font-weight:bold;
	padding-right:10px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left: 20px;
}
.oneColFixCtrHdr #mainContent H2 {
	font-size:14px;
	text-align:left;
	color:#FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	padding-right:10px;
	margin-top:20px;
	margin-bottom:10px;
	margin-left: 20px;
}
#breadcrumbs {
	margin-top:5px;
	font-size:10px;
	color:#666666;
}
.odkazSipka {
	color:#0066cc;
	text-decoration:none;
}
.odkazSipka:hover {
	text-decoration:underline;
}
.odkazNabidka {
	color:#535353;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:tahoma, Helvetica, sans-serif;
	line-height:30px;
}
.odkazNabidka:hover {
	color:#0066cc;
	text-decoration:underline;
}
.odkazNabidka:visited {
	color:#535353;
	text-decoration:none;
}
#nabidka a:hover {
  color:#0066cc;
	text-decoration:underline;
}
.news_date {
	color:#274063;
	font-weight:bold;
}
img.vlevo {
float: left;
margin: 0;
}

