@charset "utf-8";
 
body {
	background-color: #dce1f4;
	padding: 5px 0px 5px 0px;
	text-align: center;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	color: #193CA0;
	text-decoration: none;
	font-weight: bold;
}
/* 1 Hlavny kontajner */
#content {
	width: 960px;
	height: auto;
	padding: 0px;
	background-color: transparent;
	margin: auto;
	clear: none;
}
/* 1 Koniec hlavneho kantajneru */
/* 1.1 Kontajner s hlavickou */
#content_head {
	clear: both;
	width: 100%;
	height: 170px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	float: left;
}
#content_head_logo {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	float: left;
	width: 300px;
	height: 170px;
}
#content_head_logo img {
	float: left;
	width: 300px;
	height: 170px;
}
#content_head_bann {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	float: left;
	width: 470px;
	height: 170px;
}
#content_head_bann img {
	float: left;
	width: 470px;
	height: 170px;
}
#content_head_menu {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	float: left;
	width: 190px;
	height: 170px;
}
#content_head_menu img {
	float: left;
	width: 190px;
	height: 170px;
}
/* koniec hlavicky */
/* hlavne menu */
#content_menu {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #f5f1f2;
	float: left;
	width: 100%;
	height: 30px;
	clear: both;
	border-bottom: 1px solid #e7e3e4;
	background-image: url(../image/bg_content_menu.jpg);
	text-align: left;
}
#content_menu div.menu {
	display: block;
	float: left;
	z-index: 1000;
	position: relative;
	height: auto;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 2px;
}
#content_menu a.menu {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7e7c7d;
	display: block;
	padding: 5px 0px 5px 0px;
	line-height: 20px;
	letter-spacing: 0px;
}
#content_menu div.menu:hover a.menu {
	color: #3e8ca2;
	text-decoration: none;
}
#content_menu img.ico {
	vertical-align: middle;
	height: 14px;
	margin: 0px 5px 0px 0px;
}
#content_menu div.submenu1 {
	display: none;
	float: left;
	width: 150px;
	z-index: 2000px;
	position: absolute;
	border: 1px solid #82C5FF;
	border-top: none;
}
#content_menu div.submenu1 a {
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	display: block;
	background-color: #0086FB;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: none;
	width: 138px;
}
#content_menu div.submenu1 a:hover {
	text-decoration: none;
	background-color: #319FFF;
}
#content_menu div.submenu2 {
	display: none;
	float: left;
	width: 150px;
	z-index: 10000px;
	position: absolute;
	border: 1px solid #82C5FF;
	border-top: none;
	left: 150px;
	top: 0px;
}
#content_menu div.submenu2 a {
	padding: 5px;
	margin: 0px;
	font-weight: bold;
	display: block;
	background-color: #319FFF;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-top: none;
}
#content_menu div.submenu2 a:hover {
	text-decoration: none;
	background-color: #319FFF;
}
#content_menu div.subitem {
	position: relative;
	display: block;
	width: 100%;
	float: left;
}
#content_menu div.subitem:hover a {
	background-color: #319FFF;
}
/* koniec hlavne menu */



/* telo */
#content_main {
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	background-color: #f4f2f3;
}
#content_main_full {
	width: 100%;
	float: left;
}
#content_main_left {
	width: 730px;
	float: left;
}
#content_main_right {
	width: 225px;
	float: left;
	padding: 25px 5px 0px 0px;
}
#content_main_right .top {
	width: 205px;
	float: left;
	padding: 10px;
	background-image: url(../image/bg_main_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px 0px 10px 0px;
}
#content_main_right .menu a {
	display: block;
	border-bottom: 1px dashed #d3d1d2;
	padding: 6px;
	font-weight: bold;
	color: #4169E1;
}
#content_main_right .menu a:hover {
	text-decoration: none;
	color: #3e8ca2;
}
#content_main_right .menu2 a {
	color: #4169E1;
}
#content_main_right .sub {
	padding-left: 20px;
}
/* koniec tela */
/* ukoncenie stranky */
#content_bottom {
	clear: both;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	height: 14px;
}
#content_bottom img {
	height: 14px;
	width: 960px;
	float: left;
	display: block;
}
/* koniec ukoncenia stranky */ 
/* pata stranky */
#content_foot {
	width: 960px;
	clear: none;
	float: left;
	color: #d32616;
	font-weight: bold;
	display: block;
}
#content_foot a {
	color: #d32616;
}
#copyright {
	float: left;
	padding: 10px;
	text-align: left;
	display: inline;
}
#author {
	float: right;
	padding: 10px;
	text-align: right;
	display: inline;
}
/* koniec paty */
/* data */
div.data {
	padding: 10px 20px 15px 20px;
	width: 690px;
	float: left;
	line-height: 16px;
}
#content_main_full div.data {
	width: 920px;
}
div.center {
	text-align: center;
}
div.record {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
	clear: both;
}
div.record a {
	color: #d32616;
	font-weight: bold;
}
div.record table {
	width: 100%;
}
div.record td {
	padding: 2px;
	vertical-align: top;
}
div.record td.photo {
	width: 120px;
	text-align: center;
}
div.record td.preview {
	width: 66px;
	text-align: center;
}
div.record a.busstop {
	color: #000000;
	font-weight: normal;
}

div.record2 {
	float: left;
	width: 50%;
	margin: 0px 0px 10px 0px;
	height: 150px;
}
div.record2 a {
	color: #d32616;
	font-weight: bold;
}
div.record2 table {
	width: 100%;
}
div.record2 td {
	padding: 2px;
}
div.record2 td.photo {
	width: 120px;
	text-align: center;
}
div.record2 td.preview {
	width: 66px;
	text-align: center;
}
div.text {
	margin: 0px 0px 15px 0px;
}
div.text img.left {
	float: left;
	clear: right;
	margin: 0px 5px 5px 0px;
}
div.text table {
	width: 100%;
}
div.text td {
	padding: 0px 3px 3px 0px;
	text-align: left;
	vertical-align: top;
}
div.text table.link td {
	vertical-align: middle;
}
div.text td.link-ico {
	width: 45px;
	text-align: center;
}
div.text td.link-ico img {
	margin: 0px 10px 0px 5px;
	vertical-align: middle;
}
div.title {
	font-size: 12px;
	font-weight: bold;
	color: #d32616;
	margin: 3px 0px 3px 0px;
}
div.gallery {
	text-align: center;
	padding: 0px;
	margin: 5px 0px 5px 0px;
}
div.gallery img {
	margin: 3px;
	border: 3px solid #ffffff;
}
div.link {
	text-align: right;
}
div.message {
	border: 3px double #D32616;
	color: #D32616;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	font-weight: bold;
}
div.hide {
	display: none;
	padding: 0px 0px 0px 15px;
}
div.border {
	border-bottom: 1px dashed #d3d1d2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
span.big {
	font-size: 16px;
}
span.smoke {
	color: #7e7c7d;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dashed #d3d1d2;
	padding: 3px;
	color: #d32616;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
	padding: 0px;
	color: #4169E1;
	line-height: 18px;
}
img.normal {
	border: 3px solid #ffffff;
	margin: 0px;
}
img.bus {
	border: 3px solid #ffffff;
	vertical-align: middle;
	margin: 0px 5px 5px 0px;
}
img.news {
	border: 3px solid #ffffff;
	margin: 0px;
}
img.file_ico {
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
}
form {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: auto;
	text-align: center;
}
input, select, textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	background-color: #ffffff;
	border: none;
	padding: 2px;
	z-index: 1;
}
input, select {
	width: 200px;
}
textarea {
	width: 300px;
	height: 150px;
}
button {
	background-color: #D32616;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	padding: 3px;
	cursor: pointer;
}
table.form {
	width: auto;
	float: none;
	margin: auto;
	text-align: left;
}
table.form td {
	vertical-align: top;
	padding: 2px;
}
table.form td.label {
	padding-top: 5px;
	text-align: right;
}
ul {
	list-style-image: none;
	list-style-type: circle;
	margin: 5px 5px 5px 25px;
}

