@charset "utf-8";
/* CSS Document */

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#f3f3f3;
}
p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 11px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #333;
	text-decoration: underline;
}
form {
	margin: 0px;
	padding: 0px;
}

.red {
	color: #C00;
	font-weight: bold;
	margin-left:30px
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
.thrColFixHdr #container {
	width: 968px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.thrColFixHdr #header {
	background:#cc0000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 85px;
}

#obsah #vypisfirem .oddel {
	background-image: url(../images/stred-cara.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border:1px solid black;
}

.thrColFixHdr #header h1 {
	color: #FFF;
	width: 150px;
	display: block;
	font-size: 26px;
	float: left;
	height: 70px;
	padding: 0px;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar1 #menu {
	font-size: 12px;
}
.thrColFixHdr #mainContent{

	width: 490px;
	margin-top: 0;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 265px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #container #mainContent #hledat {
	height: 50px;
	background-color: #C00;
	color: #FFF;
}

.thrColFixHdr #mainContent2 {

	width: 518px;
	margin-right: 190px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;


}
.thrColFixHdr #footer {
	background:#f3f3f3;
	padding: 0 10px 0 20px;
}
.thrColFixHdr #container #sidebar1 h3 , .thrColFixHdr #container #sidebar2 h3{
	font-size: 16px;
	color: #C00;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #footer p {
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.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: 8px;
}
.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;
}

.clearfix:after {
	content: ".";
	display: block;
	/*clear: both;*/
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#mainContent2 input,#mainContent2 textarea{width:250px}
#mainContent2 option{width:200px}
#mainContent2 .no{width:15px}
.thrColFixHdr #container #mainContent2 #obsah {
  margin-right: 15px;
	margin-left: 20px;
}
.thrColFixHdr #container #mainContent2 #dole {
	height: 26px;
	width: 518px;
	float: left;
	clear: both;
}
#banner    {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.thrColFixHdr #container #header #bannahore {
	float:right;
	margin-top:10px;
	right:10px;
}


#menu ul    {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menu ul li    {
	list-style-image: url(../images/menu_minus.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 0px;
}
#menu ul ul li    {
	list-style-image: url(../images/menu_pod.png);
}
#menu ul ul li a {
	color: #C00;
}
#menu ul ul li a:hover {
	color: #9C3;
}
#menu ul .vice {
	list-style-image: url(../images/menu_plus.png);
}
#nahore {
	display: block;
	width: 530px;
	height: 220px;
}
.thrColFixHdr #container #mainContent2 #nahore #mapa {
	float: left;
	width: 335px;
	margin-left: 15px;
	_margin-left: 5px;
	margin-top: 10px;

}
.thrColFixHdr #container #mainContent2 #nahore #filtry {
	float: right;
	width: 155px;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 11px;
	color: #FFF;
}
#filtry a {
	color: #FFF;
}
#filtry #filtrovani {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#filtry #filtrovani select {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 145px;
}
#filtry #filtrovani input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 140px;
	text-indent: 3px;
}
#filtry #filtrovani table tr td #odeslat {
	width: 62px;
}
.thrColFixHdr #container #header #nadpis {
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
.thrColFixHdr #container #mainContent2 #bandole {
	text-align: center;
	margin-top: 15px;
}
.thrColFixHdr #container #mainContent .cesta, .thrColFixHdr #container #mainContent .cesta a {
	color: #999;
}
#fulltext {
	height: 20px;
	width: 230px;
	color: #999;
	padding: 0px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	line-height: 20px;
}
#full #hledej {
	margin-top: 2px;
	float: left;
	margin-left: 5px;
}
.thrColFixHdr #container #mainContent #hledat  a {
	color: #FFF;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #hledat table {
	margin-left: 10px;
}

#zahlavi{font-size:13px;color:white;background:#CC0000;margin:10px 0}
	
#vypisfirem .suda{background:#DEE2DB}

.doba{width:125px;}

.rozvoz{width:20px !important}