@CHARSET "UTF-8";

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-align: center;
	background: #eeeef6 url(./../gfx/body-bg.png) left top repeat-x;
	color: #2b2f2f;
}

a {
	color: #97BB01;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

#page-wrapper {
	background: url(./../gfx/site-bg.png) center top no-repeat;
	min-height: 100%;
	position:relative;
}

#site-wrapper {
	width: 970px;
	height:100%;
	margin: 0 auto;
	text-align: center;
}

#site-container {
	margin:0 auto;
	position: relative;
	padding-top: 160px;
	padding-bottom: 100px;
	width: 970px;
	height:100%;
}

#top-wrapper {
	position: absolute;
	top: 0;
	left: 0px;
	margin: 0 auto;
	height: 160px;
	width: 970px;
}

/************/ /* *header* */ /************/
#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 16px;
	position:relative;
	height:144px;
}

#header-separator {
	width: 960px;
	height: 10px;
	background: url(./../gfx/header-separator.png) left top no-repeat;
	margin-bottom: 10px;
}

/*********************/ /* *main-navigation* */ /*********************/
#main-navigation {
	height: 40px;
	float: right;
	margin-top: 26px;
	display: inline-block;
}

#main-navigation ul {
	height: 40px;
	width: 100%;
}

#main-navigation ul li {
	display: inline;
	float: left;
	font-size: 14px;
	height: 40px;
	padding-left: 5px;
}

#main-navigation ul li a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 40px;
	padding-left: 5px;
	background: url(./../gfx/main-navigation-tab-left.png) left top
		no-repeat;
}

#main-navigation ul li a .menu-item-right {
	display: block;
	height: 40px;
	padding-right: 5px;
	background: url(./../gfx/main-navigation-tab-right.png) right top
		no-repeat;
}

#main-navigation ul li a .menu-item-bg {
	display: block;
	height: 30px;
	background: #efefef;
	padding: 10px 8px 0 8px;
}

#main-navigation ul li:hover a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 40px;
	padding-left: 5px;
	background: url(./../gfx/main-navigation-tab-left-hover.png) left top
		no-repeat;
}

#main-navigation ul li:hover a .menu-item-right {
	display: block;
	height: 40px;
	padding-right: 5px;
	background: url(./../gfx/main-navigation-tab-right-hover.png) right top
		no-repeat;
}

#main-navigation ul li:hover a .menu-item-bg {
	display: block;
	height: 30px;
	background: url(./../gfx/main-navigation-tab-bg-hover.png) left top
		repeat-x;
	padding: 10px 8px 0 8px;
}

#main-navigation ul li.current-menu-link a {
	color: #3e3e3e;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 40px;
	padding-left: 5px;
	background: url(./../gfx/main-navigation-tab-left-selected.png) left top
		no-repeat;
}

#main-navigation ul li.current-menu-link a .menu-item-right {
	display: block;
	height: 40px;
	padding-right: 5px;
	background: url(./../gfx/main-navigation-tab-right-selected.png) right
		top no-repeat;
}

#main-navigation ul li.current-menu-link a .menu-item-bg {
	display: block;
	height: 30px;
	background: url(./../gfx/main-navigation-tab-bg-selected.png) left top
		repeat-x;
	padding: 10px 10px 0 10px;
}

#main-navigation img {
	float: left;
	margin-right: 3px;
}

#main-navigation li .menu-item-text {
	position: relative;
	top: 3px;
}

/********************/ /* *sub-navigation* */ /********************/
#sub-navigation {
	width: 951px;
	margin: 0 auto 0 auto;
	background: url(./../gfx/sub-navigation-left.png) left top no-repeat;
	padding-left: 9px;
	height: 35px;
}

#sub-navigation-right {
	background: url(./../gfx/sub-navigation-right.png) right top no-repeat;
	padding-right: 9px;
	height: 35px;
	width: 942px;
}

#sub-navigation-bg {
	height: 35px;
	width: 942px;
	background: url(./../gfx/sub-navigation-bg.png) left top repeat-x;
}

#sub-navigation ul {
	width: 920px;
	padding: 5px 0 3px 0;
}

#sub-navigation ul li {
	display: inline-block;
	float: left;
	padding: 0px 0px;
	margin-right: 10px;
	height: 30px;
	position: relative;
}

#sub-navigation ul li .main-navigation-dropdown img {
	float:left;
	margin-right:3px;
	margin-top:3px;
}

#sub-navigation ul li a {
	color: #3e3e3e;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}

#sub-navigation li .menu-item-right {
	padding-right: 5px;
	height: 30px;
	display: block;
}

#sub-navigation li .menu-item-bg {
	display: block;
	height: 25px;
	padding-top: 5px;
}

#sub-navigation img {
	float: left;
	margin-right: 3px;
}

#sub-navigation li:hover a {
	background: url(./../gfx/sub-navigation-item-left.png) left top
		no-repeat;
	padding-left: 5px;
	height: 30px;
	color: #fff;
}

#sub-navigation li:hover .menu-item-right {
	background: url(./../gfx/sub-navigation-item-right.png) right top
		no-repeat;
	padding-right: 5px;
	height: 30px;
	display: block;
}

#sub-navigation li:hover .menu-item-bg {
	background: #535353;
}

#sub-navigation li.current-menu-link a {
	background: url(./../gfx/sub-navigation-item-left.png) left top
		no-repeat;
	padding-left: 5px;
	height: 30px;
	color: #fff;
}

#sub-navigation li.current-menu-link .menu-item-right {
	background: url(./../gfx/sub-navigation-item-right.png) right top
		no-repeat;
	padding-right: 5px;
	height: 30px;
	display: block;
}

#sub-navigation li.current-menu-link .menu-item-bg {
	background: #535353;
}

#sub-navigation li .menu-item-text {
	position: relative;
	top: 3px;
}

#sub-navigation .main-navigation-dropdown {
	background: url(./../gfx/sub-navigation-dropdown-top.png) center top
		no-repeat;
	position: absolute;
	width: 251px;
	padding: 3px 0 0 0;
	display: none;
	clear: left;
	margin: 0;
	top: 30px;
}

#sub-navigation .main-navigation-dropdown ul {
	background: url(./../gfx/sub-navigation-dropdown-bottom.png) center
		bottom no-repeat;
	width: 251px;
	padding: 0 0 4px 0;
	display: block;
	overflow: hidden;
}

#sub-navigation .main-navigation-dropdown ul li {
	display: block;
	clear: both;
	background: #535353 url(./../gfx/sub-navigation-dropdown-item-bg.gif)
		left bottom repeat-x;
	width: 251px;
	margin: 0;
	text-align: left;
	height: auto;
}

#sub-navigation .main-navigation-dropdown ul li a {
	color: #fff;
	padding: 10px;
	display: block;
	height: auto;
}

#sub-navigation .main-navigation-dropdown ul li:hover a {
	color: #DBE203;
}

#sub-navigation  ul  li:hover .main-navigation-dropdown {
	display: block;
	z-index: 10000;
}

/*****************/ /* *breadcrumbs* */ /*****************/
#breadcrumb-menu {
	width: 960px;
	height: 15px;
	color: #d9d8d6;
	padding: 7px 10px;
	text-align: left;
	position: absolute;
	bottom:7px;
	left:0px;
	margin-top: 0px;
}

#breadcrumb-menu a {
	color: #d9d8d6;
	text-decoration: none;
}

#breadcrumb-menu a:hover {
	text-decoration: underline;
}

#breadcrumb-menu .BcWrapper {
	padding: 0 3px;
}

#breadcrumb-menu .BcSeparator {
	margin-right: 5px;
}

#breadcrumb-menu .breadcrumb-location {
	margin-right: 10px;
	position: relative;
	left: 0;
	top: -5px;
	float: left;
}

/*************/ /* *content* */ /*************/
#main-wrapper {
	width: 970px;
	margin: 0 auto;
	height:100%;
}

#main-wrapper ul {
	list-style-type: disc;
	list-style-image: url(./../gfx/bullet-bg.png);
}

#main-wrapper ul li {
	margin-bottom: 10px;
}

#content-wrapper {
	width: 970px;
}

#content-content a {
	color: #97bb01;
	font-weight: bold;
	text-decoration: underline;
}

/* Category container */
#category-container {
	background: url(./../gfx/content-wrapper-top.png) center top no-repeat;
	width: 970px;
	padding-top: 12px;
}

#category-container-bottom {
	background: url(./../gfx/content-wrapper-bottom.png) center bottom
		no-repeat;
	width: 970px;
	padding-bottom: 12px;
}

#category-container-bg {
	background: url(./../gfx/content-wrapper-bg.png) center top repeat-y;
	width: 970px;
}

/* Gray article container */
.container-gray {
	background: url(./../gfx/content-wrapper-gray-top.png) center top
		no-repeat;
	width: 970px;
	padding-top: 9px;
}

.container-gray .container-bottom {
	background: url(./../gfx/content-wrapper-gray-bottom.png) center bottom
		no-repeat;
	width: 970px;
	padding-bottom: 9px;
}

.container-gray .container-bg {
	background: url(./../gfx/content-wrapper-gray-bg.png) center top
		repeat-y;
	width: 970px;
}

/* White article container */
.container-white {
	background: url(./../gfx/content-wrapper-top.png) center top no-repeat;
	width: 970px;
	padding-top: 12px;
}

.container-white .container-bottom {
	background: url(./../gfx/content-wrapper-bottom.png) center bottom
		no-repeat;
	width: 970px;
	padding-bottom: 12px;
}

.container-white .container-bg {
	background: url(./../gfx/content-wrapper-bg.png) center top repeat-y;
	width: 970px;
}

/************/ /* *footer* */ /************/
#footer-wrapper {
	position: absolute;
	clear: both;
	color: #888;
	left: 0;
	bottom: 0;
	width:100%;
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: #BFBFBF;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#footer-content {
	width: 940px;
	margin: 0 auto 0px auto;
	background: #EFEFEF;
	padding: 0px;
	border-top: 1px solid #fff;
	
}

#footer-credentials {
	padding: 10px;
	background: #fff;
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #fff;
}

#footer-credentials a {
}

#logo {
	position: absolute;
	width: 213px;
	height: 66px;
	top: 16px;
	left: 0px;
}

#logo a {
	float: left;
}

.header-img-link {
	color: #d2d0aa;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	padding: 2px;
	text-decoration: none;
	width: 70px;
}

#main-category-menu {
	margin-top: 10px;
	margin-right: 10px;
}

/************/ /* *search* */ /************/
#search-wrapper {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(./../gfx_itnet/search-box-left.png) left top no-repeat;
	height: 37px;
	padding-left: 9px;
}

#search-wrapper-right {
	background: url(./../gfx_itnet/search-box-right.png) right top no-repeat
		;
	height: 37px;
	padding-right: 9px;
}

#search-wrapper-bg {
	background: url(./../gfx_itnet/search-box-bg.png) left top repeat-x;
	height: 31px;
	padding: 3px 5px;
}

#search-field {
	width: 148px;
	height: 24px;
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
	font-size: 11px;
	background: url(./../gfx_itnet/search-input-bg.jpg) left top no-repeat;
}

#search-button {
	background: url(./../gfx_itnet/search-button.png) left top no-repeat;
	width: 24px;
	height: 16px;
	border: 0;
	margin-top: 3px;
}

#credentials-wrapper {
	position: relative;
	top: 170px;
	color: #eaeaea;
	font-size: 10px;
	padding: 15px 30px;
	background-color: #8fb400;
	border-top: 1px solid #fff;
}

#credentials-wrapper a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#sitemap-wrapper {
	text-align:left;
}

#sitemap-wrapper ul {
	margin-left:20px;
	margin-top:10px;
}

#sitemap-wrapper ul li {
	margin-bottom:10px;
}

#sitemap-wrapper div {
	margin-top:5px;
	margin-left:5px;
	color:#666;
}

/*************/ /* *Classes* */ /*************/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.show-inline {
	display: inline;
}

.show-block {
	display: block;
}

.show-inline-block {
  display:inline-block;
}

.small-padding {
	padding: 5px;
}

.normal-padding {
	padding: 10px;
}

.large-padding {
	padding: 15px;
}

.assets-container {
	float: right;
	text-align: center;
	margin: 0 0 15px 15px;
	width: 390px;
}

.contentbox table.table_data {
	border: 0px solid #bebebe;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px #555;
	font-weight: bold;
	cellspacing:0px;
	cellpassing:0px;
}


.contentbox table.table_data caption {
	text-align: left;
	font-size: 18px;
	color: #dee503;
	font-weight: bold;
}

.contentbox table.table_data th {
	background: #137596 url(./../gfx/table-tr-bg.png) left top repeat-x;
	font-size: 16px;
	padding:10px;
}

.contentbox table.table_data td {
	background: #137596 url(./../gfx/table-tr-bg.png) left top repeat-x;
}

.contentbox table.table_data tr:hover {
	background: #05536f url(./../gfx/table-tr-hover-bg.png) left top
		repeat-x;
}

.contentbox table.table_data tr:hover td {
	background: #05536f url(./../gfx/table-tr-hover-bg.png) left top
		repeat-x;
}

.contentbox table.table_data tr:hover th {
	background: #05536f url(./../gfx/table-tr-hover-bg.png) left top
		repeat-x;
}

.contentbox table.table_data tr:hover .special {
	background: #c5cb05 url(./../gfx/table-special.png) left top repeat-x;
}

.contentbox table.table_data .special {
	background: #c5cb05 url(./../gfx/table-special.png) left top repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 30px;
}

.contentbox table.table_data td {
	padding:10px 20px;
}

.contentbox table.table_data .special:hover {
	background: #c5cb05 url(./../gfx/table-special.png) left top repeat-x
		!important;
}

.contentbox {
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
}

.contentbox ul {
	margin-left: 20px;
	list-style: disc;
	list-style-image: url(./../gfx/green-bullet-bg.png) !important;
}

.contentbox ul li {
	margin: 10px 0;
}

.content {
	padding: 15px;
}

.contentbox h1 {
	font-size: 40px;
}

.contentbox h2 {
	font-size: 30px;
}

.contentbox h3 {
	font-size: 20px;
}

.contentbox h4 {
	font-size: 16px;
}

.contentbox h5 {
	font-size: 12px;
}

.contentbox h6 {
	font-size: 8px;
}

.contentbox h1,.contentbox h2,.contentbox h3,.contentbox h4,.contentbox h5,.contentbox h6
	{
	color: #97bb01;
	text-align: left;
	text-decoration: none;
	text-shadow: 1px 1px #eeeef6;
	font-family: "Trebuchet MS";
	margin-top: 15px;
}

.contentbox h1 a,.contentbox h2 a,.contentbox h3 a,.contentbox h4 a,.contentbox h5 a,.contentbox h6 a
	{
	text-decoration: none;
}

.contentbox h1 a:hover,.contentbox h2 a:hover,.contentbox h3 a:hover,.contentbox h4 a:hover,.contentbox h5 a:hover,.contentbox h6 a:hover
	{
	text-decoration: underline;
}

#category-container h1,#category-container h2,#category-container h3 {
	color: #444;
	text-shadow: 1px 1px #eeeef6;
	margin-top: 5px;
}

.content-text {
	margin-top: 20px;
}

.content-short {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
}

.content-full {
	margin-top: 15px;
	font-size: 13px;
}

.container-white h3 {
	text-shadow: 1px 1px #eeeef6;
}

.container-gray h3 {
	text-shadow: 1px 1px #fff;
}

.content-100-full {
	border: 5px solid #eeeef6;
	background: #eeeef6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
	margin-top:15px;
}

.content-100-empty {
	border: 5px solid #eeeef6;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-bottom: 15px;
}

.content-50-full {
	width: 440px;
	border: 5px solid #eeeef6;
	background: #eeeef6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-bottom: 15px;
}

.content-50-empty {
	width: 440px;
	border: 5px solid #eeeef6;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-bottom: 15px;
}

.content-header-box {
	margin: 0px auto 15px auto;
	width: 960px;
	position: relative;
}

.content-header-box ul li {
	margin-bottom: 10px;
}

.assets {
	text-align: left;
}

.assets-container h3 {
	margin-bottom: 10px;
	margin-top: 5px;
}

.download-file {
	padding: 3px 0;
}

.download-file a {
	color: #31a8c7;
}

.photogallery {
	width: 360px;
	text-align: left;
}

.photogallery a {
	margin-right: 10px;
}

#footer .content {
	padding: 20px;
}

#footer .logo-text {
	color: #fff;
	font-size: 12px;
}

.search-result {
	margin-bottom: 20px;
}

.search-result h2 {
	margin-bottom: 10px;
}

.search-result h2 a {
	color: #A4C4D9;
}

hr {
	border: 1px solid #A4C4D9;
}

#tag-cloud-wrapper {
	margin-top: 10px;
}

#tagCloud {
	
}

#tagCloud a {
	color: #31a8c7;
	padding: 2px 4px;
}

.tagSmallest {
	font-size: 9px;
}

.tagSmall {
	font-size: 14px;
}

.tagMedium {
	font-size: 16px;
}

.tagLarge {
	font-size: 18px;
}

.tagLargest {
	font-size: 20px;
}

.image_frame {
	position: relative;
	width: 360px;
	padding: 10px;
	padding-bottom: 16px;
	background: url(./../gfx/main-content-image-shadow.png) center bottom
		no-repeat;
}

.image_frame a {
	display: block;
	padding: 0;
	margin: 0;
	width: 360px;
}

.image_frame img {
	
}

.image-description {
	background: url('./../gfx/content-image-description-bg.png') left top
		repeat;
	bottom: 10px;
	margin: 0 auto;
	color: #fff;
	padding: 10px 0;
	width: 360px;
	text-align: center;
	display: block;
	font-weight: bold;
}

.image-description span {
	font-size: 10px;
	display: block;
	font-weight: normal;
}

.panel-item {
	width: 50%;
	float: left;
}

#frmUserLogin,#frmUserRegister {
	margin: 0 auto;
}

/*.neprevedeno {color:#ff0000;}*/
.form p {
	margin-top: 5px;
	vertical-align: top;
}

.form input {
	border: 1px solid #D1CFA9;
	background-color: #fff;
	padding: 3px 5px;
}

.form label {
	display: inline-block;
	width: 150px;
	font-size: 12px;
}

.article-preview {
	
}

.article-preview h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 25px;
}

.article-preview .image-wrapper {
	padding: 5px;
	display: inline;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 260px;
	background: #aaa;
}

#index-article-list .article-preview {
	padding:5px 10px;
}

#index-article-list .article-preview h3 {
	font-size:20px !important;
}

#index-article-list .article-preview:hover {
	background:#eeeef6;
}

.article-preview .image-wrapper a {
	display: block;
}

.content-linkmore {
	margin-top: 20px;
}

.related-articles {
	margin-top: 25px;
	padding: 10px;
}

.related-articles h3 {
	color: #454545;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.related-article {
	margin-bottom: 5px;
}

.related-article .title {
	color: #454545;
	font-weight: bold;
	font-size: 12px;
}

.related-article .title a {
	color: #454545 !important;
	text-decoration: none;
}

.related-article:hover .title a {
	color: #97BB01 !important;
	text-decoration: underline;
	font-weight: bold;
}

.related-article .description {
	padding: 2px 0;
	height: 14px;
	overflow: hidden;
	font-size: 10px;
	color: #565656;
}

#tooltip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background: url('./../gfx/tooltip-bg.png') left top repeat;
	padding: 7px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: absolute;
	z-index: 10000;
}

#upis-obrazac-form {
	margin: 0 0 30px 0;
	width: 600px;
}

.form-header {
	border-bottom: 1px solid #31a8c7;
	margin-bottom: 30px;
}

.form-header h2,.form-header h3 {
	margin-bottom: 5px;
	margin-top: 3px;
	color: #31a8c7;
}

.field-row {
	margin-bottom: 3px;
	margin-left: 15px;
}

#info-box-wrapper {
	width: 900px;
	margin-left: 10px;
}

.info-box-top {
	width: 225px;
	background: url('./../gfx/small-content-box-top.png') center top
		no-repeat;
	padding-top: 8px;
	display: inline;
	float: left;
}

.info-box-bottom {
	width: 225px;
	background: url('./../gfx/small-content-box-bottom.png') center bottom
		no-repeat;
	padding-bottom: 8px;
}

.info-box {
	width: 211px;
	background: url('./../gfx/small-content-box-bg.png') center top repeat-y
		;
	height: 150px;
	padding: 3px 7px;
}

.info-box h2 {
	margin-bottom: 10px;
	text-shadow: #fff 1px 1px;
	color: #454545;
	vertical-align: middle;
	padding: 5px 0;
}

.info-box h2 img {
	float: left;
	margin-bottom: 3px;
	margin-right: 5px;
}

.info-box-content {
	color: #454545;
	font-size: 11px;
	line-height: 1.5;
	text-shadow: #fff 0px 0px 2px;
}

.order {
	margin-top: 5px;
}

.no-float {
	float: none !important;
}

.center {
	text-align: center;
}

.category {
	margin-bottom: 15px;
	padding: 10px 10px 20px 10px;
}

.article {
	background: url(./../gfx_itnet/category-wrapper-bg.png) left bottom
		repeat-x;
	margin-bottom: 15px;
	padding: 10px 10px 20px 10px;
}

.search {
	margin-bottom: 15px;
	padding: 10px 10px 20px 10px;
}

#sitemap-icon-wrapper {
	position: absolute;
	right: 20px;
	top: 4px;
}

#sitemap-icon-wrapper img {
	float: left;
}

#sitemap-icon-wrapper span {
	margin-left: 5px;
	padding-top: 15px;
	position: relative;
}

.button {
	background-image: url(./../gfx/button-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
	text-decoration: none;
	font-size: 12px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border:0px;
}

.button:hover {
	background-image: url(./../gfx/button-bg-hover.png);
}

.small {
	font-size: 10px;
	padding: 2px 5px;
}

.normal {
	font-size: 12px;
	padding: 3px 10px;
}

.big {
	font-size: 14px;
	padding: 5px 15px;
}

.blue { /*background-color:#2f86c9;*/
	background-color: #306A75;
	color: #fff;
}

.red { /*background-color:#2f86c9;*/
	background-color: #ff0000;
	color: #fff;
}
.lightGray {
	background-color: #aaa;
	color: #222;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
}

.gray {
	background-color:#888;
	color:#fff;
	text-shadow:1px 1px 1px #333;
}

.green { /*background-color:#97bb01;*/
	background-color: #7c9902;
	color: #fff;
}

.download-list {
	background:#D4DFA7 !important;
	border:5px solid #D4DFA7 !important;
}

.download-file {
	background:#fff !important;
	border:5px solid #fff !important;
	margin-right:10px;
	min-height:75px;
	width:430px;
}

.download-file .icon {
	float:left;
	margin-right:5px;
}

.index-slider-text {
	width:350px; 
	float:left; 
	padding:30px 0 0 40px; 
	text-align:left; 
	font-size:15px;
	line-height:18px;
}

.index-slider-image {
    float:right;
    padding-right:15px;
}

#skypedetectionswf {
  display:none;
}

#obrazacWrapper {
  min-height:300px;
}

.loader-img {
	position:absolute;
	left:50%;
	top:220px;
}

