/* COMMON STYLE */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/bd-bg.gif) #E6E6E6;
	overflow:auto;
}

/* Normal link */
a {
	color: #6DA43A;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #D25D23;
	text-decoration: underline;
}

/* Small text */
small {
	font-size: 100%;
	color: #999999;
}

/* Heading */
h1 {
	font-size: 170%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 15px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 30px;
	line-height: 170%;
	background: url(../images/arrw0039.gif) no-repeat 14px 5px;
}

ol li {
	margin-left: 30px;
	line-height: 170%;
}

hr {
	border-top: 1px solid #CcCcCc;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

a img {
	border: none;
}


/* FORM */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	background: #D25D23;
	color: #FFFFFF;
	border: 1px solid #D25D20;
	padding: 1px 5px;
	font-weight: bold;
	cursor: pointer;
	width:auto;
	overflow:visible;
}

.button:hover {
	color: #EEEEEE;
}

.button:active {
	color: #EEEEEE;
}

.button:visited {
	color: #EEEEEE;
}

#buttondisabled {
	background: #6DA43A;
	border: 1px solid #6DA43A;
	padding: 1px 5px;
	font-weight: bold;
	cursor: default;
	color:white;
}

.buttondisabled {
	background: #6DA43A;
	border: 1px solid #6DA43A;
	padding: 1px 5px;
	font-weight: bold;
	cursor: default;
	color:white;
	width:auto;
	overflow:visible;
}

* html .button { /*IE 6*/
	padding: 1px 3px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 3px !important;
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: white;
	margin-bottom: 1px;
	padding: 3px 5px;
}

.inputbox:hover {
	border: 1px solid #999999;
}

.inputbox:focus {
	border: 1px solid #666666;
}

/* BONUS TYPOGRAPHY STYLES */
.code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-top: 3px solid #CCCCCC;
	background: url(../images/code-bg.gif) no-repeat right top #F8F8F8;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px 15px 60px;
	background: url(../images/open_quotes.gif) 20px 10px no-repeat;
	font: 1em/1.5 Georgia, Times, serif;
}

p.quote {
	margin: 0;
	padding: 0;
	background: url(../images/close_quotes.gif) bottom right no-repeat;
}

/* Quote hilight */
div.quote-grey {
	background: url(../images/q1_std.gif) no-repeat 20px 10px #F8F8F8;
	padding : 0;
	margin: 0;
	border: 1px dotted #929292;
}

div.quote-grey blockquote {
	background: url(../images/q2_std.gif) no-repeat right bottom;
	margin: 0;
}

div.quote-hilite {
	background: url(../images/q1_std2.gif) no-repeat 20px 10px #EBF4E2;
	padding : 0;
	margin-top: 20px;
	border:1px dotted #92BF68;
}

div.quote-hilite blockquote {
	color: #609133;
	background: url(../images/q2_std2.gif) no-repeat right bottom;
	margin: 0;
}

/* Tips, Error, Message, Hightlight*/
.error {
	padding-left: 25px;
	color: #CC0000;
	background: url(../images/bullet-error.gif) no-repeat top left;
}

.message {
	padding-left: 25px;
	color: #DF8600;
	background: url(../images/bullet-info.gif) no-repeat top left;
}

.tips {
	padding-left: 25px;
	color: #6DA43A;
	background: url(../images/bullet-tips.gif) no-repeat top left;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	color: #FFFFFF;
	background: url(../images/ol-bg.gif) no-repeat top left;
	font: 20px/normal Arial, sans-serif;
	font-weight: bold;
}

/* MODULE */
div.moduletable h3 {
	margin: 0 -10px 5px;
	padding: 0 5px 0 10px;
	line-height: 35px;
	background: url(../images/h3-bg.gif) no-repeat;
}

div.moduletable {
	padding: 5px 10px;
}

div.module h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
}

div.module {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
}

div.module div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/box-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 15px 15px 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
	float: none;
}

/* Right module */
div.module-brick h3,
div.module-green h3,
div.module-cyan h3 {
	margin: 0 0 5px;
	padding: 0;
	line-height: normal;
	text-align:justify;
}

div.module-brick,
div.module-green,
div.module-cyan {
	margin: 0 0 10px;
	padding: 0;
	background: url(../images/box-circle-br.gif) no-repeat bottom right;
	float: left;
	width: 100%;
	clear: both;
	text-align:justify;
}

div.module-brick div,
div.module-green div,
div.module-cyan div {
	margin: 0;
	background: url(../images/box-bl.gif) no-repeat bottom left;
	text-align:justify;
}

div.module-brick div div,
div.module-green div div,
div.module-cyan div div {
	background: url(../images/box-tr.gif) no-repeat top right;
	text-align:justify;
}

div.module-brick div div div,
div.module-green div div div,
div.module-cyan div div div {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	background: url(../images/box-tl.gif) no-repeat top left;
	text-align:justify;
}

/* Module Brick */
div.module-brick {
	background: url(../images/box-hl-br.gif) no-repeat bottom right;
	color: #FFFFFF;
	text-align:justify;
}

div.module-brick div {
	background: url(../images/box-hl-bl.gif) no-repeat bottom left;
	text-align:justify;
}

div.module-brick div div {
	background: url(../images/box-hl-tr.gif) no-repeat top right;
	text-align:justify;
}

div.module-brick div div div {
	background: url(../images/box-hl-tl.gif) no-repeat top left;
	text-align:justify;
}

/* Module Green */
div.module-green {
	background: url(../images/box-green-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-green div {
	background: url(../images/box-green-bl.gif) no-repeat bottom left;
}

div.module-green div div {
	background: url(../images/box-green-tr.gif) no-repeat top right;
}

div.module-green div div div {
	background: url(../images/box-green-tl.gif) no-repeat top left;
}

/* Module Blue */
div.module-cyan {
	background: url(../images/box-cyan-br.gif) no-repeat bottom right;
	color: #FFFFFF;
}

div.module-cyan div {
	background: url(../images/box-cyan-bl.gif) no-repeat bottom left;
}

div.module-cyan div div {
	background: url(../images/box-cyan-tr.gif) no-repeat top right;
}

div.module-cyan div div div {
	background: url(../images/box-cyan-tl.gif) no-repeat top left;
}

/* Module Blank */
div.module-blank {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	clear: both;
}

div.module-brick a,
div.module-green a,
div.module-cyan a {
	color: #FFFFFF;
}

div.module-brick li,
div.module-green li,
div.module-cyan li {
	background-image: url(../images/arrow4.gif) !important;
}

/* JOOMLA STYLE */
.article_seperator {
	display: block;
	height: 30px;
	background: url(../images/sep.gif) no-repeat center right;
}

.clr {
	clear: both;
}

.componentheading {
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	background: url(../images/sep.gif) no-repeat bottom right;
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

table.contentpaneopen .contentheading {
	font-size: 153%;
}

.contentheading {
	font-size: 200%;
	font-weight: bold;
	line-height: normal;
	color: #D25D23;
}

.contentpagetitle_ubytko {
	font-weight: bold;
	line-height: normal;
	color: #6ECEDC; /* modra */
	text-decoration:none;
}
.contentpagetitle_ubytko:hover {
	font-weight: bold;
	line-height: normal;
	color: #12B7D1; /* modra hover */
	text-decoration:underline;
}
.contentpagetitle_ik {
	font-weight: bold;
	line-height: normal;
	color: #D25D23; /* cervena */
	text-decoration:none;
}
.contentpagetitle_ik:hover {
	font-weight: bold;
	line-height: normal;
	color: #E38759; /* cervena hover */
	text-decoration:underline;
}
.contentpagetitle_zu {
	font-weight: bold;
	line-height: normal;
	color: #6DA43A; /* zelena */
	text-decoration:none;
}
.contentpagetitle_zu:hover {
	font-weight: bold;
	line-height: normal;
	color: #87C151; /* zelena hover */
	text-decoration:underline;
}

.contentpagetitle {
	font-weight: bold;
	color: #4F4F4F;  /* cierna */
	text-decoration:none;
}

.contentpagetitle:hover {
	font-weight: bold;
	color: #898989; /* cierna hover */
	text-decoration:underline;
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.createdate {
	padding: 0 1px;
	color: #999999;
	text-transform: uppercase;
	font-size: 90%;
	white-space:nowrap;
}

.small {
	color: #999999;
}

/* MAIN LAYOUT DIVS */
#ja-wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background: #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#ja-container {
	background: url(../images/container-bg.gif) repeat-y 214px 0;
}

#ja-content {
	padding: 15px 20px 20px;
	margin: 0;
	clear: both;
	display: block;
}

/* HEADER */
#ja-header {
	clear: both;
	text-align: left;
	background: url(../images/mainnav-bg.gif) repeat-x top;
}

#ja-header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	float: left;
	width: 220px;
	height: 46px;
	background: url(../images/logo.gif) no-repeat;
}

#ja-header h1 a {
	width: 220px;
	height: 46px;
	display: block;
	text-indent: -300%;
}

#ja-header h1 a {
	text-decoration: none;
	text-transform: uppercase;
}

#ja-header h1 img {
	float: left;
}

div.header-sep {
	background: url(../images/subnav-bg-wide.gif) no-repeat top left;
	padding: 4px 0;
	clear: both;
}

#ja-subhead {
	height: 205px;
	position: relative;
	width: 100%;
}

#ja-subhead div.innerpad {
	background: url(../images/top-bg.png) repeat-y top right;
	position: absolute;
	top: 20%;
	padding: 10px 0 15px;
	width: 100%;
}
#ja-subhead div.moduletable {
	color: #FFFFFF;
	padding-left: 230px;
}

#ja-subhead div.moduletable h3 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 225%;
	text-decoration: none;
	background: none;
}

/* NAVIGATION */
#ja-mainnavwrap {
	width: 730px;
	height: 46px;
	float: left;
}

#ja-mainnav a {
	color: #4F4F4F;
	outline: none;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	padding: 0 15px 3px 15px;
	border-left: 2px solid #E6E6E6;
	display: block;
}

#ja-mainnav a:hover, #ja-mainnav a:active, #ja-mainnav a:focus {
	text-decoration: none;
}

#ja-newsflash
{
	padding-left: 110px;
}

a.mainlevel {
	padding: 5px;
	display: block;
	color: #4F4F4F;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #4F4F4F;
	background: #F8F8F8;
	text-decoration: none;
}

a.mainlevel#active_menu {
	background: #F8F8F8;
	color: #6DA43A;
	font-weight: bold;
	text-decoration: none;
}

#ja-botnavwrap {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	background: #F8F8F8;	
	overflow: hidden;
}

#ja-botnav {
	padding: 0 15px;
	background: url(../images/botnav-bg.gif) repeat-y top left #F1F1F1;
	overflow: hidden;
}

#ja-botnav ul {
	margin: 0;
	padding: 0;
}

#ja-botnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	display: inline;
}

#ja-botnav a {
	color: #999999;
	display: block;
	float: left;
	padding: 5px 10px;
	text-decoration: none;
}

#ja-botnav a:hover, #ja-botnav a:active, #ja-botnav a:focus {
	background: url(../images/botnav-a-hover.gif) repeat-x center top;
	color: #4F4F4F;
}

#ja-botnavwrap small {
	width: 170px;
	float: left;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 90%;
	text-align: center;
	margin-top: 7px;
}

* html #ja-botnavwrap small { /* IE 6 */
	width: 211px;
}

#ja-botnavwrap small {
	width: 214px;
	letter-spacing: 3px;
}


/* CONTENT COLUMN */
#ja-mainbody {
	background: url(../images/mainbody-bg.gif) repeat-x top;
}

#ja-mainbody {
	float: right;
	width: 730px;
}

#ja-mainbody #ja-contentwrap {
	float: left;
	width: 75%;
}

/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 220px;
	overflow: hidden;
}

#ja-col1 div.innerpad {
	padding: 85px 15px 15px; 
}

#ja-col2 {
	float: right;
	width: 24.9%;
	overflow: hidden;
	padding: 15px 0;
}

#ja-col2 div.innerpad {
	padding: 0 15px 0 0; 
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col1 ul li,
#ja-col2 ul li {
	padding-left: 10px;
	margin: 0;
	background: url(../images/arrow.png) no-repeat 0 8px;
}

#ja-col1 ul,
#ja-col2 ul {
	margin: 0;
}

/* FOOTER */
#ja-footer {
	padding: 10px 0;
	background: url(../images/container-bg.gif) repeat-y 214px 0;
}

#ja-footer a {
	color: #999999;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #4F4F4F;
}

#ja-footer div {
	padding: 0px 8px 0px 15px;
	margin-left: 225px;
	text-align: left;
}

div#logo-ext {
	padding-top: 18px;
	width: 220px;
	float: left;
	text-align: center;
}


#mod_login_password, #mod_login_username {
	width: 88%;
}

#mod_login_remember {
	border: none;
	background: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

A.admintools {
	background: #D25D23;
	color: #FFFFFF;
	border: 1px solid #D25D20;
	padding: 0px 1px;
	font-weight: bold;
	cursor: pointer;
}

A.admintools:hover {
	color: #EEEEEE;
	text-decoration:none;
}

.striedanie {
	background:#F6F6F6 none repeat scroll 0%
}

.podnadpis {
	margin-bottom:5px;
	margin-top:5px;
	font-size: 125%;
	line-height:1.5;
	font-weight:bold;
}

.notlink {
	color: #6DA43A;
	font-weight: bold;
}
.tabtitle {
	background:#F6F6F6 none repeat scroll 0%;
	color: #6DA43A;
	font-weight: bold;
}
.notlink2 {
	color: #D25D23;
	font-weight: bold;
}
.newsadmin {
float:right;
padding-top:41px;
position:relative;
z-index:1;
}
.jazyky {
float:right;
padding-top:4px;
position:relative;
z-index:1;
}
SELECT {
background-color: white;
border: 1px solid #999999;
}
.optgroup1 {
color:black;
background-color:#F6F6F6;
font-weight:bold;
text-decoration:italic;
}
.optgroup2 {
color:black;
background-color:white;
font-weight:bold;
text-decoration:italic;
}
ABBR, ACRONYM {
	cursor:help;
	color:#4F4F4F;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}

.pozadie
{
	left:0px;
	top:0px;
	position:fixed;
	z-index:1;
	background-color:#222222;
	width:100%;
	height:100%;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	/* for Mozilla */
	-moz-opacity:0.7;
	display:none;
}
.nadpiserror
{
/*
pri tychto error a info hlaskach treba pri zmene width/height zmenit aj prislusne "bulharske konstanty" v fciach myalert() a pod... v script.js
sorry, ale inak to neslo :(
*/
	width:450px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#D25D23;
	color:white;
	border:2px solid #999999;
	position:fixed;
	z-index:3;
	display:none;
}
.nadpisinfo
{
	width:450px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#6DA43A;
	color:white;
	border:2px solid #999999;
	position:fixed;
	z-index:3;
	display:none;
}
.obsaherror
{
	width:450px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#efefef;
	color:#4f4f4f;
	border:2px solid #999999;
	position:fixed;
	z-index:2;
	display:none;
	text-align:left;
}
.obrazokerror
{
	width:100px;
	float:left;
	text-align:center;
	margin-left:15px;
	margin-top:40px;
	position:fixed;
	z-index:3;
	background-color:#efefef;
}
.texterror
{
	float:left;
	text-align:left;
	margin-left:125px;
	margin-top:40px;
	position:fixed;
	z-index:3;
	background-color:#efefef;
	color:#4f4f4f;
}








.nadpisconfirm
{
	width:550px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	background-color:#D25D23;
	color:white;
	border:2px solid #999999;
	position:fixed;
	z-index:3;
	display:none;
}
.obsahconfirm
{
	width:550px;
	height:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#efefef;
	color:#4f4f4f;
	border:2px solid #999999;
	position:fixed;
	z-index:2;
	display:none;
	text-align:left;
}
.obrazokconfirm
{
	width:100px;
	float:left;
	text-align:center;
	margin-left:15px;
	margin-top:40px;
	position:fixed;
	z-index:3;
	background-color:#efefef;
}
.textconfirm
{
	float:left;
	text-align:left;
	margin-left:125px;
	margin-top:40px;
	position:fixed;
	z-index:3;
	background-color:#efefef;
	color:#4f4f4f;
}
#newpm
{
	font:message-box;
}
#newpm a, #newpm a:link, #newpm a:visited, #newpm a:active {
	 display: block;
	 color: black;
	 width:100%;
	 background: #FFFFE1;
	 border-bottom: .16em outset;
	 text-decoration: none;
	 cursor: pointer;
}
#newpm a:hover {
 color: #FFF;
 background: #3169B6;
}

.nadpisoznamu_maly_ubytko {
	font-weight: bold;
	line-height: normal;
	color: #6ECEDC; /* modra */
	text-decoration:none;
}
.nadpisoznamu_maly_ubytko:hover {
	font-weight: bold;
	line-height: normal;
	color: #12B7D1; /* modra hover */
	text-decoration:underline;
}
.nadpisoznamu_maly_ik {
	font-weight: bold;
	line-height: normal;
	color: #D25D23; /* cervena */
	text-decoration:none;
}
.nadpisoznamu_maly_ik:hover {
	font-weight: bold;
	line-height: normal;
	color: #E38759; /* cervena hover */
	text-decoration:underline;
}
.nadpisoznamu_maly_zu {
	font-weight: bold;
	line-height: normal;
	color: #6DA43A; /* zelena */
	text-decoration:none;
}
.nadpisoznamu_maly_zu:hover {
	font-weight: bold;
	line-height: normal;
	color: #87C151; /* zelena hover */
	text-decoration:underline;
}

.nadpisoznamu_maly {
	font-weight: bold;
	color: #4F4F4F;  /* cierna */
	text-decoration:none;
}

.nadpisoznamu_maly:hover {
	font-weight: bold;
	color: #898989; /* cierna hover */
	text-decoration:underline;
}
.search .inputbox {
	width: 122px;
}
.search {
	margin-top:5px;
}
#basicsrchfor_btn {
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.rssimg
{
	float: right;
	bottom: 10px;
	right: 0px;
}
