﻿@font-face {
    font-family: 'pt';
    src: url('../fonts/PTSans-Narrow.eot?') format('eot'),
         url('../fonts/PTSans-Narrow.woff') format('woff'),
         url('../fonts/PTSans-Narrow.ttf') format('truetype'),
         url('../fonts/PTSans-Narrow.svg#webfontKWmDqtHl') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ptb';
    src: url('../fonts/PTSans-NarrowBold.eot?') format('eot'),
         url('../fonts/PTSans-NarrowBold.woff') format('woff'),
         url('../fonts/PTSans-NarrowBold.ttf') format('truetype'),
         url('../fonts/PTSans-NarrowBold.svg#webfontKWmDqtHl') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	background: #000000;
}
body {
	font-family: Helvetica, Arial, sans-serif!important;
	font-size: 14px;
	color: #C4C4C4;
}
a {
	color: #00AEEE;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
strong {
	color: #FFF;
}
.item-page a:hover {
	color: #FFFFFF;
	border-bottom: 1px #00AEEE dashed;
	font-weight: bold;
	text-decoration: none;
}
a img {
	border: 0;
}
.wrap {
	float: left;
	width: 100%;
}
.top {
	background: url('../images/bg_top.png');
	height: 108px;
}
.bread {
	background: url('../images/bg_pagi.png');
	height: 31px;
}
.slide {
	background: url('../images/bg_slide_bef.png');
	height: 280px;
}
.slidebg {
	background: url('../images/bg_slide.jpg') center top no-repeat;
	height: 280px;
}
.main {
	background: #111111 url('../images/bg_main.png') repeat-x left top;
}
.footer {
	background: url('../images/bg_footer.png');
	height: 93px;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
#nav {
	float: right;
	width: 680px;
	position: relative;
	z-index: 1;
}
#bread {
	float: left;
	font-size: 11px;
	margin: 8px 0;
	width: 500px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#bread:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#bread a:hover {
	color: #FFFFFF;
}
#date {
	color: #8E9FB0;
	float: right;
	font-size: 11px;
	margin: 7px 0;
	text-align: right;
	width: 490px;
}
#date .date {
	color: #0F76A7;
	font-weight: bold;
}
#nav ul {
	padding: 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	float: right;
}
#nav ul li {
	float: left;
	border-left: 1px transparent solid;
	border-right: 1px transparent solid;
}
#nav ul li:hover ul {
	display: block;
}
#nav ul li ul {
	display: none;
}
#nav ul li:hover {
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	background: url('../images/bg_nav_h.png');
}
#nav ul li a, #nav ul li span {
	float: left;
	padding: 36px 24px 23px 24px;
	font-family: ptb;
	font-size: 20px;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: normal;
	text-shadow: 0 0 2px #000000;
}
#nav ul li ul {
	background: url("../images/trans.png") repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
	margin-top: 82px;
	padding: 0px 7px 0 6px;
	position: absolute;
	width: 565px;
	height: 0;
	overflow: hidden;
	margin-left: -335px;
	-moz-box-shadow: 4px 5px 4px #333333;
	-webkit-box-shadow: 5px 4px 4px #333333;
	box-shadow: 4px 5px 4px #333333;
}
#nav ul li ul li {
	width: 185px;
	height: 23px;
}
#nav ul li ul li a, #nav ul li ul li span {
	clear: both;
	color: #FFFFFF;
	cursor: pointer;
	float: left;
	font-family: pt;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 18px;
	text-shadow: 0 0 2px #000000;
	width: 150px;
}
#temp {
	float: right;
}
.item-page {
	padding: 5px 5px 15px 5px;
}
.item-page h1 {
	font-family: ptb;
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	margin: 15px 0;
}
.item-page h2 {
	font-family: pt;
	font-weight: normal;
	font-size: 22px;
	color: #00AEEE;
	margin: 10px 0;
}
.item-page p {
	padding: 5px 0;
	line-height: 20px;
	text-align: justify;
}
.item-page img {
	background: #FFFFFF;
	padding: 4px;
	border: 1px #808080 solid;
	margin: 0 10px;
	-moz-box-shadow: 0px 0px 8px #00AEEE;
	-webkit-box-shadow: 0px 0px 8px #00AEEE;
	box-shadow: 0px 0px 8px #00AEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(http://www.designit.sk/proxis/templates/proxis/border-radius.htc);
}
.modhead {
	font-family: ptb;
	color: #FFFFFF;
	font-size: 26px;
	text-shadow: 1px 1px 2px #000000;
	float: left;
	width: 100%;
	margin: 15px 0 35px;
}
.mod {
	background: #111111 url('../images/bg_box.jpg') no-repeat;
	width: 256px;
	float: left;
	margin: 15px 0;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 30px 30px 30px;
}
.modmid {
	margin: 15px 21px;
}
.custom {
	float: left;
}
.custom p {
	padding: 0 0 10px 0;
	text-align: justify;
}
.custom ul, .item-page ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.custom ul li {
	background: url("../images/li.png") no-repeat scroll 0 2px transparent;
	float: left;
	font-family: pt;
	font-size: 16px;
	font-weight: normal;
	margin: 4px 0 3px 15px;
	padding: 0 0 0 35px;
	width: 100%;
}
.item-page li {
	background: url('../images/li.png') 0 5px no-repeat;
	padding: 0 0 0 35px;
	margin: 6px 0 6px 15px;
	font-family: pt;
	font-weight: normal;
	font-size: 16px;
	display: table;
}
.odkaz {
	background: url("../images/readon.png") no-repeat scroll right 4px transparent;
	float: right;
	font-size: 10px;
	padding: 4px 30px 4px 0;
	font-weight: normal;
}
.main .odkaz:hover {
	background-position: 99% 4px;
	border: 0;
	color: #FFFFFF;
	font-weight: normal;
}
.items-leading h2 a {
	font-size: 14px!important;
	color: #3A94C6!important;
	font-weight: bold!important;
	margin-bottom: 5px;
	float: left;
	width: 100%;
}
.items-leading h2 a:hover {
	color: #00AEEE!important;
}
.create {
	font-size: 11px;
}
.leading {
	margin-bottom: 15px;
	text-align: justify;
}
.readmore {
	text-align: right;
	background: url("../images/readon.png") no-repeat scroll right 4px transparent;
	font-size: 10px;
	padding: 4px 30px 4px 0;
}
.readmore:hover {
	background-position: 99% 4px;
	border: 0;
	color: #FFFFFF;
}
.readmore a {
	font-weight: normal;
}
.footer .custom {
	float: right;
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
}
.footer .custom p {
	text-align: right;
}
.footer .custom strong {
	color: #006699;
}
#design {
	float: left;
	width: 390px;
	border-bottom: 1px #1F3542 solid;
	color: #0E6484;
	font-size: 12px;
	padding: 5px 0;
	margin: 22px 0 10px 0;	
}
#design a {
	color: #0E6484;
	font-size: 12px;
	font-weight: normal;
}
#design img {
	vertical-align: middle;
}
#design a:hover {
	color: #FFFFFF;
}
ul#menu2 {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	width: 400px;
}
ul#menu2 li {
	padding-right: 20px;
	float: left;
}
ul#menu2 li a, ul#menu2 li span {
	font-family: ptb;
	color: #888888;
	font-size: 16px;
	font-weight: normal;
}
ul#menu2 li a:hover {
	color: #FFFFFF;
}
ul#menu2 li.active a {
	color: #00AEEE;
}
#fthold {
	float: left;
	width: 600px;
}
.mod h2 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.mod h2 a {
	color: #FFFFFF;
	font-weight: normal;
}
.mod h2 a:hover {
	color: #00AEEE;
	font-weight: bold;
}
#rform {
	float: right;
	width: 315px;
	margin-top: 20px;
	text-align: justify;
}
p.formDescription {
	display: none;
}
div.rsform-block {
	margin-bottom: 10px!important;
}
div.formControlLabel {
	width: 110px!important;
	text-align: left!important;
}
div.formControls {
	margin-left: 120px!important;
}
.formResponsive textarea, .formResponsive input[type=text], .formResponsive input[type=password] {
	width: 185px!important;
	margin-bottom: 0!important;
}
input#captchaTxt26 {
	float: right;
	margin: 0 10px 0 0;
	width: 100px !important;
}
img#captcha26 {
	background: transparent none;
	border: 0px solid #808080;
	border-radius: 0px 0px 0px 0px;
	box-shadow: 0 0 0px #00AEEE;
	margin: 0;
	padding: 0;
}
input#odoslat {
	float: right;
	margin-right: 10px;
	width: 195px;
}
div.phocamaps {
	float: left;
	margin-bottom: 30px;
}
#vertigo {
	border-left: 1px dashed #CCCCCC;
	float: left;
	height: 920px;
	margin: 10px 0 0 25px;
	width: 25px;
}
.item-page table tr:first-child {
	color: #666;
	background: #EEE;
}
.item-page table tr td {
	padding: 5px;
}
.item-page table tr td p {
	text-align: center!important;
}
table tr td:first-child p {
	text-align: left!important;
}