body {
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10pt;
	color: #373737;
	background-color: #fff;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
/*	text-shadow: rgba(0, 0, 255, 0.5) 0 0 1px;*/ 
}

p {
	margin: 10px 0;
	padding: 0;
	line-height: 140%;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

hr {
	margin: 10px 0 10px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

.h0 {
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 17px;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

h1 {
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}

h2 {
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: left;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

h5 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
}


table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table td {
	margin: 0;
	padding: 5px 0;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

select, input, textarea, button {
	margin: 0;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #a7abb7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Arial, Tahoma, sans-serif;
	vertical-align: text-bottom;
	color: #2e2e2e;
	background: #fefefe;
}

select:hover, input:hover, textarea:hover {
	border-color: #333333;
}

input.disabled {
	background: #ccc;
}

.button {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
	padding: 5px 10px;
	margin: 3px;
	height: 30px;
	background: url(../img/button-back.png) 0 0 repeat-x #4f5157;
	border: 1px solid #4c4e54;
	vertical-align: text-bottom;
/*	text-align: center;*/
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

.button.warning {
	background-color: #f00;
}

.button_mini {
	font-weight: normal;
	font-size: 0.8em;

	padding: 1px 2px;
	margin: 1px;
	height: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.button:hover,
.button:hover {
	background-image: none;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

a.button_mini {
	display: inline-block;
	height: auto;
}

button.buttonSearch,
input.buttonSearch {
	width: 32px;
	height: 30px;
	background: url(../img/button-search.png) 0 0 no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
	vertical-align: center;
}

button.buttonSearch:hover,
input.buttonSearch:hover,
input.buttonNajdi:hover,
input.buttonSpojenie:hover {
	border: 1px solid #4c4e54;
	background: url(../img/button-search2.png) 0 0 no-repeat;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	cursor: pointer;
}

input.buttonSpojenie {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/button-najdi.png) 0 0 no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
}

input.buttonNajdi {
	width: 32px;
	height: 32px;
	display: block;
	background: url(../img/button-najdi.png) 0 0 no-repeat;
	border: none;
	padding: 0;
	cursor: pointer;
}

input.iform1 {
	width: 250px;
}
input.ispojenie {
	border: 1px solid;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	height: 20px;
	padding: 5px;
	background: #f7f8fb;
	border-color: #9fa3b0;
}

input.ispojenie:hover {
	border-color: #333333;
}

input.ispojenie.example {
	color: #aaaaaa;
	}

input.inajdi {
	border: 1px solid;
	font-size: 14px;
	font-weight: bold;
	width: 150px;
	height: 20px;
	padding: 5px;
	background: #f7f8fb;
	border-color: #9fa3b0;
}

input.inajdi:hover {
	border-color: #333333;
}

input.inajdi.example {
	color: #aaaaaa;
}

input.ispojenie:focus,
input.inajdi:focus,
#content input:focus,
#content button:focus,
#content textarea:focus,
#content select:focus {
	box-shadow: inset 1px 1px 2px #000;
}

form div {
	float: left;
	padding-right: 5px;
}

label {	cursor: pointer; }


/* CUSTOM CLASS START */

.text10 	{	font-size: 10px; }
.text11 	{	font-size: 11px; }
.text12 	{	font-size: 12px; }
.text14 	{	font-size: 14px; }
.text17 	{	font-size: 17px; }
.text21 	{	font-size: 21px; }
.uppercase 	{	text-transform: uppercase; }
.acenter 	{	text-align: center; }

.hline {
	height: 1px;
	display: block;
}

img.floatleft {
	float: left;
	margin: 0 10px 15px 0;
}

a.floatleft {
	float: left;
	height: auto;
	display: block;
	margin: 0 10px 15px 0;
}

img.floatright {
	float: right;
	margin: 0 0 15px 10px;
}

a.floatright {
	float: right;
	height: auto;
	display: block;
	margin: 0 0 15px 10px;
}

.datum {
	font-size: 10px;
	color: #7a7a7a;
}

a.more {
	padding: 3px 7px 3px 23px;
	font-weight: bold;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.more:hover {
	background-color: #f0f0f0;
	border-color: #dde2f0;
}


/* CUSTOM CLASS END */



#container {
	margin: 0 auto;
	width: 1000px;
}

.container {
	overflow: auto;
	width: 100%;
}




/* HEADER START */

#header {
	clear: both;
	width: 1000px;
	height: 135px;
	display: block;
}

#hcol1 {
	float: left;
	width: 170px;
	height: 135px;
	display: block;
}

#hcol2 {
	float: left;
	width: 505px;
	height: 135px;
	display: block;
	margin: 0 0 0 10px;
}

#hcol3 {
	float: right;
	text-align: left;
	width: 305px;
	height: 135px;
	display: block;
}

#logo {
	width: 170px;
	height: 135px;
}
#logo a#limhd {
	width: 170px;
	height: 135px;
	display: block;
	background: url(../img/logo-imhd-vertical.png) 35px 22px no-repeat;
}
#topnavi {
	width: 505px;
	height: 40px;
}
#topnavi ul {
	padding: 17px 10px 0 10px;
}
#topnavi ul li {
	display: inline;
}
#topnavi ul li a {
	padding: 0 5px;
}
#lang {
	float: left;
}
#toplogin {
	width: 200px;
	float: right;
	text-align: right;
}
#toplogin a.toplogin-arrow {
	padding-right: 8px;
}

#lang a.langSelect,
#toplogin a.topnaviSelect {
	font-weight: bold;
	color: #777777;
}

#toplogin #signin_menu {
	position: absolute;
	top: 10px;
	text-align: left;
	z-index: 500;
	width: 190px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 10px !important;
	border: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 3px 3px 6px #000;
}

#toplogin ul li {
	display: block;
	padding: 0 !important;
	/*margin-bottom: 10px!important;*/
}

#signin #signin_menu #nadpis {
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 
	padding-bottom: 5px; 
}

#signin #signin_menu input[type=text], #signin_menu input[type=password] {
	display: block;
	width: 180px;
}

#signin #signin_menu input {
	margin-bottom: 10px; 
}

#signin ul ul li a {

	text-shadow: none; 
	width: 186px;
	height: auto;
	display: block;
	margin: 0!important;
	padding: 3px;
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#spojenie {
	width: 490px;
	height: 50px;
	display: block;
	margin: 10px 0 0 0;
	padding: 20px 0 0 15px;
	background: url(../img/icon-spojenie.png) 0 0 no-repeat;
	font-size: 17px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#spojenieNA {
	width: 490px;
	height: 50px;
	display: block;
	margin: 10px 0 0 0;
	padding: 20px 0 0 15px;
	background: url(../img/banner-eko-doprava.png) 0 0 no-repeat;
	font-size: 17px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#najdi {
	width: 290px;
	height: 50px;
	display: block;
	margin: 10px 0 0 0;
	padding: 20px 0 0 15px;
	background: url(../img/icon-najdi.png) 0 0 no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#spojenie form div.ftopic {
	text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 
	font-size: 17px;
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 10px 0 0;
}

#najdi form div.ftopic {
	text-shadow: 0 -1px 1px rgba(255,255,255,0.25); 
	font-size: 17px;
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding: 6px 10px 0 0;
}

div #mesto {
	font-size: 17px;
	color: #fff;
	margin: 0 auto;
	clear: both;
	width: 305px;
	height: 40px;
	display: block;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0px 4px 4px -2px #000;
}

#mesto #nav li {
	float: left;
	display: block;
	position: relative;
	z-index: 100;
}

#mesto #nav li a {
	float: left;
	width: 275px;
	height: 27px;
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 13px 15px 0 15px;
	background: url(../img/arrow-mesto.png) 280px 20px no-repeat;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.75); 
	color: #fff;
}
#mesto #nav li a:hover {
	background: url(../img/arrow-mesto-hover-top.png) 280px 20px no-repeat;
}

#mesto span.other {
/*	text-shadow: none;*/ 
	float: right;
	text-align: right;
	font-size: 11px;
	padding: 4px 18px 0 0;
}

/* NAVIGATION jQUERY START */

#mesto #nav ul {
	position: absolute;
	box-shadow: 3px 3px 6px #000;
	top: 40px;
	left: 0px;
	width: 295px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #e0e0e0;
}
#mesto #nav ul li {
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}
#mesto #nav ul li a {
	text-shadow: none; 
	width: 273px;
	height: auto;
	display: block;
	margin: 0;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: normal;
	background: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #333333;
	border: 1px solid #e0e0e0;
}

#mesto #nav ul li a.top {
	font-weight: bold;
}
#mesto #nav ul li a:hover {
	border: 1px solid;
	color: #3f61ab;
	background: #f0f0f0;
	border-color: #cccccc;
}

#mesto #nav ul li.used {
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #3f61ab;
	background-color: #d5dbec;
	border-color: #f0f0f0;
}

#mesto #nav a span.farba {
	display: inline-block;
	border-color: transparent transparent transparent transparent;
	border-style: solid;
	border-width: 6px;
	width: 0;
	height: 0;
}

.mesto.ba		{color: #c6000e; }
.mesto.ke		{color: #004ba6; !important; }
.mesto.za		{color: #108600; }
.mesto.bb		{color: #c6000e; }
.mesto.hc		{color: #004ba6; }
.mesto.lm		{color: #004ba6; }
.mesto.mt		{color: #004ba6; }
.mesto.nr		{color: #004ba6; }
.mesto.nz		{color: #108600; }
.mesto.pn		{color: #004ba6; }
.mesto.tatry	{color: #004ba6; }
.mesto.pb		{color: #c6000e; }
.mesto.po		{color: #c6000e; }
.mesto.pd		{color: #108600; }
.mesto.pu		{color: #004ba6; }
.mesto.rk		{color: #c6000e; }
.mesto.se		{color: #004ba6; }
.mesto.si		{color: #108600; }
.mesto.sn		{color: #004ba6; }
.mesto.tn		{color: #004ba6; }
.mesto.tt		{color: #004ba6; }
.mesto.zv		{color: #c6000e; }
.mesto.transport	{color: #5a00a6; }

/* NAVIGATION jQUERY END */

/* HEADER END */



/* CONTENT WRAPPER START */

#content-wrapper {
	clear: both;
	width: 1000px;
	padding: 15px 0;
	border-top: 1px solid #e7e7e7;
}

/* CONTENT WRAPPER END */



/* LEFTNAVI START */

#leftdiv {
	float: left;
	width: 170px;
}

/* IE6 hack */
* html #leftdiv {
	zoom: 0.96;
}

#leftnavi {
	width: 170px;
	padding: 0 0 5px 0;
	border: solid 1px #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f0f0f0;
}

#leftnavi li a {
	float: left;
	width: 135px;
	display: block;
	padding: 5px 10px 5px 25px;
	font-size: 14px;
	color: #333333;
/*	font-weight: bold;*/
}

#leftnavi li a.active {
	color: #000000;
	font-weight: bold;
}

#leftnavi li ul {
	display: none;
	float: left;
	width: 170px;
	padding: 5px 0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	background: #e0e0e0;
}

#leftnavi li ul li a {
	width: 140px;
	padding: 3px 15px 3px 15px;
	background-image: none !important;
	font-size: 13px;
	border-bottom: 1px solid #dddddd;
}

#leftnavi li.lmenuaktuality a {
	background: url(../img/menu_aktuality.png) 5px 5px no-repeat;
}

#leftnavi li.lmenucp a {
	background: url(../img/menu_cp.png) 5px 5px no-repeat;
}

#leftnavi li.lmenuspojenia a {
	background: url(../img/menu_spojenia.png) 5px 5px no-repeat;
}

#leftnavi li.lmenumapy a {
	background: url(../img/menu_mapy.png) 5px 5px no-repeat;
}

#leftnavi li.lmenutrasy a {
	background: url(../img/menu_trasy.png) 5px 5px no-repeat;
}

#leftnavi li.lmenucl a {
	background: url(../img/menu_cl.png) 5px 5px no-repeat;
}

#leftnavi li.lmenunove a {
	background: url(../img/menu_nove.png) 5px 5px no-repeat;
}

#leftnavi li.lmenuinformacie a {
	background: url(../img/menu_informacie.png) 5px 5px no-repeat;
}

#leftnavi li.lmenufotky a {
	background: url(../img/menu_fotky.png) 5px 5px no-repeat;
}

#leftnavi li.lmenudiskusia a {
	background: url(../img/menu_diskusia.png) 5px 5px no-repeat;
}

#leftnavi li.lmenuvozidla a {
	background: url(../img/menu_vozidla.png) 5px 5px no-repeat;
}

#leftnavi li.lmenuhistoria a {
	background: url(../img/menu_historia.png) 5px 5px no-repeat;
}

#leftnavi li.lmenuzabava a {
	background: url(../img/menu_zabava.png) 5px 5px no-repeat;
}

#leftnavi li a:hover {
	background-color: #fff;
}

#leftnavi li ul li a:hover {
	background-image: none;
	background-color: #fff;
	font-size: 13px;
}

#leftnavi li.lmenutop a {
	font-weight: bold;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
	background-color: #545454;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
	color: #fff;
}

/* IE6 hack */
* html #leftnavi li a {
	padding: 5px 7px 5px 25px;
}

/* IE6 hack */
* html #leftnavi li ul li a {
	padding: 3px 12px 3px 15px;
}

#leftnavi li.lmenutop a:hover {
	color: #fff;
}

#leftnavi li.lmenutop ul li a {
	font-weight: normal;
	color: #000000;
	text-shadow: none; 
	background: #e0e0e0;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#leftnavi li.lmenutop ul li a:hover {
	background-color: #fff;
	color: #000;
}

#leftdiv div.lbox {
	padding: 10px 9px 10px 9px;
	margin: 10px 0 10px 0;
	width: 152px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f0f0f0;
}

#leftdiv div.lbox h1 {
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	display: block;
	color: #474747 !important;
}

#leftdiv div.lbox h6 {
	font-size: 12px;
	padding: 10px 0 0 20px;
	font-weight: normal;
}

#leftdiv div.lbox img {
	border: 1px solid #ccc;
	margin-top: 5px;
	padding-top: 0;
	width: 150px;
}

#leftdiv div.lbox img.pocasie {
	border: 0;
	margin-top: 0;
	float: right;
	width: 50px;
	height: 50px;
}

#leftdiv div.lbox .pocasie {
	font-size: 1.66em;
}
/* LEFTNAVI END */



/* CONTENT START */

#content {
	float: right;
	text-align: justify;
	width: 820px;
}

#content.with-sidebar {
	float: left;
	width: 505px;
	margin-left: 10px;
}

#content div {
	float: none;
}

#content div.sp {
	padding: 5px 15px 5px 15px;
}

#content div .h0 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	border-bottom: 3px solid;
	display: block;
}

#content div.sp .social {
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	display: block;
	max-width: 255px;
	max-height: 22px;
	height: 22px;
	overflow: hidden;
	text-align: right;
}

#content ul {
/*	margin: 15px 0;*/
}

#content ul li {
	padding: 4px 25px;
}

#content ul ul li,
#content ul li ul li {
	padding: 4px 25px;
}

#content ul ul ul li,
#content ul li ul li ul li {
	padding: 4px 25px;
}

#content div.box {
	padding: 5px 15px 5px 15px;
}
#content div.boxfill,
#content div.boxfill_home {
	margin: 15px 0;
	padding: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content div.boxfill div.boxleft,
#content div.boxfill_home div.boxleft {
	float: left;
	width: 225px;
	display: block;
}
#content div.boxfill div.boxright,
#content div.boxfill_home div.boxright {
	float: right;
	text-align: left;
	width: 225px;
	display: block;
}
#content div.boxfill div.boxauto,
#content div.boxfill_home div.boxauto {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	display: inline;
}

#content div.boxfill_home ul li {
	clear: left;
}

#content div.boxfill div.boxauto:nth-child(odd),
#content div.boxfill_home div.boxauto:nth-child(odd) {
	clear: both;
}

table h2 {
	padding: 0 !important;
}

#content div.boxfill h2 {
	padding: 0 0 10px 0 !important;
}

img.ukazka {
	max-width: 150px;
	max-height: 150px;
}

#content .sprava {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
}

#content .sprava.top1 a {
	padding-left: 16px;
}

#content .sprava.top2 a {
	padding-left: 16px;
}

#content div.right {
	float: right;
	text-align: left;
	display: block;
}

#content div.left {
	float: left;
	text-align: right;
	display: block;
}

#content div.boxfill ul,
#content div.boxfill_home ul {
	margin: 0px 0;
	padding: 0;
}

#content div.boxfill li,
#content div.boxfill_home li {
	padding: 0;
}

#content div.boxfill ul,
#content div.boxfill li {
	display: block;
	clear: both;
}

#content div.boxfill ul li a,
#content div.boxfill_home ul li a {
	float: left;
	display: block;
	padding: 5px 5px 5px 20px;
}

#content div.boxfill form table,
#content div.boxfill_home form table {
	margin: 10px 5px;
}

#content div.boxfill_home div.boxleft ul,
#content div.boxfill_home div.boxright ul {
	margin: 10px 0;
}
#content div.boxfill_home div.boxleft ul li,
#content div.boxfill_home div.boxright ul li {
	margin: 0;
	padding: 0 0 0 6px;
}

#content div.box #widget_anketa img
{
	border: 0;
	vertical-align: text-bottom;
}

#content div.box #widget_anketa input
{
	border: 0;
}

#widget_anketa table
{
	width: 290px !important;
	padding: 0 !important;
	margin: 0 !important;
}

#widget_anketa table td
{
	vertical-align: top;
}


.anketa_radio
{
	width: 20px;
	border: 0;
}

div.ajax_chyba
{
	display: none;
	color: #a00000;
	font-weight: bold;
	background: #ffd0d0 url(../img/error.png) 8px 8px no-repeat;
	border: #a00000 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 64px;
	min-height: 37px;
	margin: 10px;
	vertical-align: middle;
	line-height: 20px;
	/*box-shadow: 3px 3px 6px #000;*/
}

div.ajax_upozornenie
{
	display: none;
	color: #000000;
	font-weight: bold;
	background: #ffff00 url(../img/warning.png) 8px 8px no-repeat;
	border: #000000 2px dotted;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 64px;
	min-height: 37px;
	margin: 10px;
	vertical-align: middle;
	line-height: 20px;
	/*box-shadow: 3px 3px 6px #000;*/
}

div.ajax_info
{
	display: none;
	color: #003070;
	font-weight: bold;
	background: #dde2f0 url(../img/info.png) 8px 8px no-repeat;
	border: #003070 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 64px;
	min-height: 37px;
	margin: 10px;
	vertical-align: middle;
	line-height: 20px;
	/*box-shadow: 3px 3px 6px #000;*/
}

div.ajax_progres
{
	display: none;
	color: #003070;
	font-weight: bold;
	background: #dde2f0 url(/data/img/spinner.gif) 8px 8px no-repeat;
	border: #003070 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 64px;
	min-height: 37px;
	margin: 10px;
	vertical-align: middle;
	line-height: 20px;
	/*box-shadow: 3px 3px 6px #000;*/
}

/* -------------------- */

div.separator {
	height: 15px;
	display: block;
	margin: 0 15px;
	padding: 0;
	border-top: 1px solid;
}

div.separator2 {
	height: 15px;
	display: block;
	margin: 32px 0 0 0;
	padding: 0;
	border-top: 3px solid;
}

div.topsprava {
	height: 15px;
	display: block;
}
div.box h4 {
	font-size: 17px;
	font-family: OpenSansCondensed, Arial, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0px 0;
	padding: 0;

}
a.rssicon {
	float: right;
	text-align: right;
	width: 14px;
	height: 14px;
	display: block;
	margin: 2px 0 0 0;
	background: url(../img/icon-rss.png) 0 0 no-repeat;
}
div.box h1,
div.box h3,
div.box h2 {
	padding: 0;
}
div.box p {
	margin: 0;
	padding: 5px 0;
}
div.box p.clanok {
	padding: 5px 0 15px 0;
}
div.box img {
	border: 1px solid #cccccc;
}

div.boxfill_home div.boxauto h4 {
	padding: 0 0 5px 0;
	border-bottom: 3px solid;
}
div.boxfill p a.more {
	padding: 5px 5px 5px 23px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.bigtable,
table.tabulka,
table.tabulka2 {
	padding: 15px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.bigtable table,
table.tabulka {
	margin-bottom: 10px;
}

table.tabtop,
table.tabtop tr,
table.tabtop th,
table.tabtop td,
td.top {
	vertical-align: top;
}


div.bigtable table tr.theader1,
table.tabulka tr.theader1,
.theader1 {
	border-bottom: 1px solid;
	font-size: 11pt;
	font-weight: bold;
}

div.bigtable table tr.theader2,
table.tabulka tr.theader2,
.theader2,
table.tabulka th {
	border-bottom: 1px solid;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}


div.bigtable table tr,
div.bigtable table th,
div.bigtable table td,
table.tabulka tr,
table.tabulka th,
table.tabulka td {
	padding: 5px;
}

.container div.galeria {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: 0;
	}

/* IE6 & IE7 hack */
.container div.galeria {
	*display: inline;
	*zoom: 1;
}

#sidebar div.box div.boxgaleria div a img {
	margin: 0;
	max-width: 80px
}

div.galeria a {
	display: block;
	text-align: center;
	margin: 4px;
	padding: 10px;
	width: 164px;
	min-height: 150px;
	border: 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.galeria a.vozidlo {
	width: 363px;
	min-height: 80px;
}

div.galeria a.media {
	width: 125px;
	min-height: 110px;
	padding: 10px;
}

div.galeria a img {
	margin-bottom: 5px;
	border: 5px #fff solid;
}

div.galeria a.media img {
	border: 5px #fff solid;
}

div.galeria a:hover {
	box-shadow: 0px 0px 3px #000;
	text-shadow: none !important;
}

div.galeria a.gal2 {
	border: 1px solid;
}

div.galeria a.gal2 img,
div.galeria a.vozidlo img {
	border: 0;
}

div.galeria a.galSelect {
	border: 3px solid;
	margin: 2px;
}


#content table.mapyschemy {
	width: 470px;
}

#content table.mapyschemy td {
	vertical-align: top;
	margin: 0px;
	padding: 10px;
	text-align: left;
}

#content table.mapyschemy td img {
	width: 150px;
	height: 112px;
	border: #cccccc 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.symbol {
	font-family: Doprava;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	/* IE6 & IE7 hack */
	*font-family: Arial, Tahoma, sans-serif;
}

.vVoz	{
	border: 0.1em solid #ccc;
	padding: 0.1em;
	margin: 0.2em;
	min-width: 1em;
	text-align: center;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	display: inline-block;
/*	color: #00f;*/
	color: #000;
	background-color: #d2ffae;
	font-weight: bold;
}

.vOdstavene {
	background-color: #ffff00;
}

.vTechnologicke {
	background-color: #ffbb66;
}

.vSpecialne {
	background-color: #ff88ff;
}

.vVyradene	{
/*	color: #888;*/
	background-color: #ddd;
	font-style: italic;
}

.vInfo {
	font-weight: bold;
}

.vHistoricke {
	background-color: #a8e7ff;
}

.vKapacitaM a	{
	color: #c30;
	font-weight: bold;
}

.vKapacitaV a	{
	color: #290;
	font-weight: bold;
}

.vNeNP a	{
	border-bottom: 2pt solid #00f;
	font-weight: bold;
}


/* CONTENT END */



/* SIDEBAR START */

#sidebar {
	float: right;
	text-align: left;
	width: 305px;
}

#sidebar div.box {
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f0f0f0;
}
#sidebar div.box p.bline {
	font-size: 110%;
	margin: 0;
	padding: 0;
	line-height: 170%;
/*	border-bottom: 1px solid #eaedf5;*/
}
/*
#sidebar div.box p.cpline {
	font-size: 110%;
	margin: 0;
	padding-bottom: 0;
	border-bottom: 1px solid;
	line-height: 170%;
	text-align: justify;
	border-bottom-color: #eaedf5;
}
*/
#sidebar div.box h4 {
	text-shadow: 0 -1px 1px rgba(255,255,255,0.25);
}

#sidebar div.box h5 {
	padding: 10px 0 0 20px;
}

#sidebar div.box h6 {
	padding: 10px 0 0 20px;
	font-size: 10pt;
}

#sidebar div.box table {
	margin: 10px 0 10px 20px;
}

#sidebar div.box table#novecp {
	margin: 0;
}

#sidebar div.box table#novecp td {
	margin: 0;
	vertical-align: top;
}

#sidebar div.box table#novecp td h6 {
	padding: 4px 0 0 20px;
}

div.barback {
	width: 140px;
	height: 8px;
	display: block;
	margin: 5px 0;
	background: url(../img/anketa-back.png) 0 0 no-repeat;
}

div.bar {
	height: 8px;
	display: block;
}

#sidebar div.box div.boxcenter {
	width: 290px;
	text-align: center;
	padding: 10px 0;
}
#sidebar div.box div.boxgaleria {
	width: 290px;
	padding: 10px 0;
}
#sidebar div.box div.boxgaleria div {
	display: inline-block;
	width: 92px;
	margin: 0 0 10px 0;
	padding: 2px;
	vertical-align: top;
	text-align: center;
	line-height: 0.8em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sidebar div.box div.boxgaleria div img {
	border: #fff 5px solid;
}

#sidebar div.box div.boxgaleria div a img {
	margin: 0;
	max-width: 80px
}

#sidebar div.box div.boxgaleria div a {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#sidebar div.box div.boxgaleria div a:hover {
	text-shadow: none !important;
}

#sidebar div.box div.boxgaleria div:hover {
	outline: #888888 1px solid;
	background: #e0e0e0;
}

/* IE6 & IE7 hack */
#sidebar div.box div.boxgaleria div {
	*display: inline;
	*vertical-align: middle;
	*zoom: 1;
}

/* IE6 hack */
* html #sidebar div.box div.boxgaleria div {
	line-height: 1.2em;
	zoom: 0.84;
}
* html #sidebar div.box div.boxgaleria div a {
	font-size: 13px;
}


/* SIDEBAR END */


/* INFOPANELY */
div #info_chyba {
	color: #ffffff;
	font-weight: bold;
	background: #a00000 url(../img/error.png) 8px 8px no-repeat;
	/*border: #a00000 1px solid;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 50px;
	min-height: 37px;
	margin-bottom: 10px;
	vertical-align: middle;
	/*box-shadow: 3px 3px 6px #000;*/
}

div #info_upozornenie {
	color: #000000;
	font-weight: bold;
	background: #ffff00 url(../img/warning.png) 8px 8px no-repeat;
	border: #000000 2px dotted;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 5px 5px 50px;
	min-height: 37px;
	margin-bottom: 10px;
	vertical-align: middle;
	/*box-shadow: 3px 3px 6px #000;*/
}

div #info_info {
	color: #ffffff;
	font-weight: bold;
	background: #003070 url(../img/info.png) 8px 8px no-repeat;
/*	border: #003070 1px solid;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 50px;
	min-height: 37px;
	margin-bottom: 10px;
	vertical-align: middle;
	/*box-shadow: 3px 3px 6px #000;*/
}

div #info_chyba ul,
div #info_upozornenie ul {
	list-style-type: none;
}

div #info_info ul {
	list-style-type: none;
}

div #info_chyba ul,
div #info_upozornenie ul,
div #info_info ul {
	background: none;
	margin: 0;
}

div #info_chyba ul li,
div #info_upozornenie ul li,
div #info_info ul li {
	background: none;
	padding: 5px 0px 5px 0px;
}

div #info_info ul li a {
	color: #ffffff;
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_external.gif) no-repeat center right;
}

div #info_upozornenie ul li a {
	color: #000000;
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_external.gif) no-repeat center right;
}


/* INFOPANELY END */


/* IKONY K HREF */

a[href$='.pdf']:not(.noicon),
a[rel~='pdf']:not(.noicon)
 { 
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_pdf.gif) no-repeat center right;
}

a[href ^="mailto:"] {
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_mailto.gif) no-repeat center right;
   
}

a[class ="popup"] {
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_popup.gif) no-repeat center right;
}

a[href$='.doc'],
a[href$='.docx'] { 
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'],
a[href$='.xlsx'] { 
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_xls.gif) no-repeat center right;
}

a[class~='external'] {
	padding-right: 18px;
	margin-right: 5px;
	background: transparent url(../img/icon_external.gif) no-repeat center right;
}

/* IKONY K HREF END */

/* TIPSY START */

.tipsy-inner {
	padding: 10px 15px;
	line-height: 1.5em;
	font-weight: bold;
}

.tipsy_help {
	cursor: help;
}

.tipsy {
	opacity: 0.9;
	background-repeat: no-repeat;
	padding: 5px;
}

.tipsy-inner {
	padding: 8px 8px;
	max-width: 200px;
	font-size: 13px;
	font-weight: bold;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(../img/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(../img/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(../img//tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(../img//tipsy-west.gif);
	background-position:left center;
}

/* TIPSY END */

.gMap {
	border: 1px solid #a7abb7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* FOOTER START */

#footer-wrapper {
	clear: both;
	width: 1000px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #e7e7e7;
}

#footer-wrapper li {
	display: inline;
}
#footer-wrapper li a {
	padding: 3px 5px;
}
#copyright {
	float: left;
}
#footnavi {
	float: right;
}

/* FOOTER END */



#opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 499;
    display: none;
    background-color: black;
    opacity: 0.4;
 		filter: alpha(opacity=40); /* MSIE/PC */
}

#opaqueTopNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    background-color: black;
    opacity: 0.4;
 		filter: alpha(opacity=40); /* MSIE/PC */
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both; 
	visibility: hidden;
}

* html .clearfix {height: 1%;} /* hides from IE-mac */