/* TYPOlight webCMS :: Copyright (C) 2005-2009 Leo Feyer :: LGPL license */
body{margin:0;padding:0;font-size:100.01%;text-align:left;position:relative;}select,input,textarea{font-size:99%;}form{margin:0;padding:0;}img{border:0;}#left{float:left;}#right{float:right;}#main{width:auto;position:relative;}.inside{position:relative;text-align:left;}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}
.invisible{width:0px;height:0px;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}.custom{display:block;text-align:left;}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
body, div, p, pre, code, blockquote, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, table, th, td, form, input, fieldset, legend, textarea {
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
:focus {
	outline: 0;
}
pre, code {
	font-family: monospace;
	line-height: 1;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
table {
	font-size: inherit;
}
caption, th {
	font-weight: bold;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
p, pre, blockquote, h1, h2, h3, h4, h5, h6, ol, ul, dl, fieldset, table {
	margin-bottom: 12px;
}
ol, ul, dl {
	margin-left: 3em;
}
ol li {
	list-style: decimal outside;
}
ul li {
	list-style: disc outside;
}
dl dd {
	margin-left: 1em;
}
form {
	line-height: 1;
}
fieldset {
	margin: 1em 0em;
	padding: 1em;
	border: 1px solid #ccc;
}
legend {
	padding: 0px 3px;
}
.clear {
	width: 0.1px;
	clear: both;
	font-size: 0.1px;
	line-height: 0.1px;
}
/** * Style sheet main */
.mod_article ul {
	margin-left: 1em;
}
.ce_image {
	margin-top: 6px;
	margin-bottom: 16px;
}
.ce_image img, .ce_gallery img, .reference img {
	padding: 2px;
	border: 1px solid #ccc;
}
.mime_icon {
	top: -1px;
	position: relative;
	vertical-align: middle;
}
.image_container {
	float: left;
	line-height: 12px;
}
.caption {
	padding: 2px 3px 4px 3px;
	background-color: #ddd;
	font-size: 84.6%;
}
.ce_code {
	margin-top: 18px;
	margin-bottom: 12px;
}
.ce_text pre {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 9px;
	border: 1px solid #ccc;
	line-height: 1.3;
}
.pagination {
	margin-bottom: 8px;
	text-align: right;
}
.pagination p {
	display: none;
	padding-right: 6px;
}
.pagination ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.pagination ul li {
	display: inline;
	padding: 0px 1px;
	list-style-type: none;
	background: none;
}
.ce_table {
	margin-top: 6px;
	margin-bottom: 6px;
}
.ce_table table {
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	border: 1px solid #ddd;
}
.ce_table th, .ce_table td {
	padding: 3px 8px 4px 8px;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	font-size: 92.3%;
}
.ce_table .col_first {
	font-weight: bold;
}
.ce_table .odd td {
	background-color: #fbfbfb;
}
.ce_table .even td {
	background-color: #fdfdfd;
}
.mod_newsreader img {
	margin-top: 6px;
}
.mod_newsreader .info {
	font-size: 92.3%;
	color: #999;
}
.comment_default {
	margin-bottom: 8px;
	/*line-height:95%;*/
}
.ce_comments h1 {
 margin-top:25px !important;
}
.comment {
 padding:0 20px;
}
.ce_comments h2 {
	margin-top: 6px;
}
.ce_comments .info {
	margin-bottom: 3px;
	font-size: 100%;
}
.ce_comments .formbody {
	margin-top: 18px;
	margin-bottom: 12px;
	padding:0 20px;
}
.ce_comments .formbody .widget {
	margin-bottom: 3px;
}
.ce_comments .formbody .text, .ce_comments .formbody .captcha {
	width: 180px;
}
.ce_comments .formbody textarea {
	width: 500px;
	height: 140px;
}
.ce_comments .formbody .captcha_text {
	padding-left: 4px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 100%;
	color: inherit;
}
input, label, select {
	vertical-align: middle;
}
label {
	padding-right: 6px;
}
span.mandatory {
	left: -4px;
	position: relative;
	padding-right: 4px;
	color: #f00;
}
input.text {
	width: 240px;
	padding: 3px;
	border: 1px solid #ccc;
}
input.captcha {
	width: 32px;
	padding: 3px;
	border: 1px solid #ccc;
}
span.captcha_text {
	padding-left: 6px;
	vertical-align: middle;
	font-size: 12px;
	color: #808080;
}
textarea {
	width: 240px;
	padding: 3px;
	border: 1px solid #ccc;
	color: inherit;
}
input.text:focus, textarea:focus, input.captcha:focus {
	background-color: #fbf7f1 !important;
}
select {
	padding: 2px;
	border: 1px solid #ccc;
	max-width: 216px;
}
input.radio {
	margin: 0px 3px 0px 0px;
}
input.checkbox {
	margin: 0px 3px 0px 0px;
	vertical-align: bottom;
}
.checkbox_container span {
	display: block;
}
.checkbox_container label {
	font-weight: normal;
}
p.error {
	font-size: 92.3%;
	color: #f00;
}
div.error {
	margin-top: 6px;
	margin-bottom: 1px;
	font-size: 92.3%;
	color: #f00;
}
div.confirm, p.confirm {
	font-size: 115.4%;
	color: #090;
}
form table {
	margin-bottom: 0;
}
td.login_info {
	padding-bottom: 0.5em;
}
.formbox .formbody {
	position: relative;
	float: left;
	padding: 18px 18px 14px 14px;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
}
.formbox td {
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}
.formbox .submit_container {
	margin-top: 3px;
}
.formset .formbody {
	position: relative;
	float: left;
	padding: 6px 18px 14px 18px;
	background-color: #f9f9f9;
	border: 1px solid #e6e6e6;
}
.formset fieldset {
	border: 1px solid #e6e6e6;
}
.formset legend {
	color: #ec8621;
}
.formset td {
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
}
.formset .col_0 {
	width: 144px;
}
.formset .submit_container {
	text-align: right;
}
.profile .checkbox_container {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #808080;
}
.profile label {
	display: block;
	margin-top: 24px;
	margin-bottom: 4px;
}
.profile .checkbox_container label {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
.profile textarea {
	width: 600px;
	display: block;
	margin-bottom: 3px;
}
.profile textarea.description {
	height: 270px !important;
}
.profile select {
	display: block;
	margin-bottom: 3px;
}
.profile .submit {
	margin-top: 6px;
}
.profile .formbody {
	padding-top: 0;
}
.profile .dst_adjust {
	display: none;
}
.mod_search .text {
	width: 288px;
	padding: 4px 3px;
}
.mod_search label {
	font-weight: normal;
}
.mod_search .radio_container {
	margin-top: 0.3em;
}
.mod_search .header {
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: right;
}
.mod_search h3 {
	margin-bottom: 0;
	color: #ccc;
}
.mod_search p {
	margin-bottom: 0;
	font-size: 92.3%;
}
.mod_search .url {
	margin-bottom: 12px;
	color: #999;
}
.mod_search .highlight {
	font-weight: bold;
}
.avatar_container img {
	padding: 2px;
	border: 1px solid #ccc;
}
.avatar_container div.hint {
	margin: 0.25em 0em 0em 0em;
	padding: 0;
	font-size: 92.3%;
	color: #999;
	line-height: 1.25;
}
.avatar_container div.error {
	margin-bottom: 3px;
}
.mod_listing .list_per_page {
	width: 300px;
	float: left;
	font-size: 92.3%;
}
.mod_listing .list_search {
	width: 300px;
	float: right;
	text-align: right;
	font-size: 92.3%;
}
.mod_listing .text {
	width: 90px;
}
.mod_listing table {
	width: 99.9%;
	clear: both;
	margin-top: 13px;
}
.mod_listing th {
	background-image: url("plugins/tablesort/media/default.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
.mod_listing th.asc {
	background-image: url("plugins/tablesort/media/asc.gif");
}
.mod_listing th.desc {
	background-image: url("plugins/tablesort/media/desc.gif");
}
.mod_listing th a {
	padding-right: 3px;
	color: #444;
}
.mod_listing td.col_first {
	font-weight: normal;
}
.mod_listing td.col_0, .mod_listing td.col_2, .mod_listing td.col_4 {
	white-space: nowrap;
}
.mod_listing .all_records img {
	padding-right: 3px;
	vertical-align: middle;
}
.mod_listing .value {
	padding-right: 2px;
	color: #999;
}
.mod_listing .go_back {
	margin-bottom: 13px;
}
.mod_listing .nomargin {
	margin-top: 18px;
	margin-bottom: 0px;
}
.mod_listing .list_partner h2 {
	margin-top: 18px;
}
.mod_listing .list_partner {
	margin-top: -12px;
}
.mod_listing .list_partner img {
	margin-top: 12px;
	margin-bottom: -6px;
}
.mod_memberlist table .col_last {
	display: none;
}
.mod_memberlist .single_record .label {
	padding-right: 12px;
	font-weight: bold;
}
.mod_memberlist .email_form .text {
	width: 360px;
	display: block;
	margin-top: 3px;
	margin-bottom: 9px;
}
.mod_memberlist .textarea {
	width: 540px;
	height: 160px;
	display: block;
	margin-top: 3px;
	margin-bottom: 9px;
}
.mod_memberlist .go_back {
	margin-top: 12px;
}
h1.nomargin {
	margin-bottom: 0;
}
.announcement {
	margin-top: 3px;
	margin-bottom: 12px;
	padding: 9px;
}
.announcement_yellow {
	background-color: #ffc;
	border: 1px solid #ec8621;
}
.announcement_blue {
	background-color: #eef;
	border: 1px solid #009;
}
.announcement h1, .announcement p {
	margin: 0px 0px 3px 0px;
}
.warn {
	font-weight: bold;
	font-size: 107.7%;
	color: #ec8621;
}
.mod_assistant h2 {
	margin-top: 24px;
}
.mod_assistant h2.first {
	margin-top: 12px;
}
.mod_assistant p {
	line-height: 1.5;
}
.mod_assistant pre {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 9px;
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	line-height: 1.3;
}
.mod_assistant .widget {
	margin-bottom: 12px;
}
.mod_assistant .hint {
	font-size: 92.3%;
	color: #999;
}
.mod_assistant select {
	width: 516px;
	margin-top: 3px;
	max-width: 516px;
}
.mod_assistant .radio_container {
	margin-top: 4px;
}
.mod_assistant .radio_container span {
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}
.mod_assistant .radio_container label {
	font-weight: normal;
}
.mod_assistant textarea {
	width: 672px;
	margin-top: 3px;
	font-family: monospace;
	font-size: 84.6%;
}
.mod_assistant .checkbox_container, .mod_assistant .submit_container {
	margin-bottom: 12px;
}
.mod_assistant .resolution {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 6px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
}
.mod_assistant .redirect {
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 6px;
	background-color: #ffd;
	border: 1px solid #ec8621;
}
/* end basic */
.marker {
	background-color: #ecff50;
}
.layout_full {
	padding-bottom: 20px;
}
/* */
/* calendar module */
.mod_calendar table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.mod_calendar .head {
	padding-top: 4px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #f6f6f6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mod_calendar .current {
	background-color: #ffffcc;
}
.mod_calendar .label {
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #bbbbbb;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
}
.mod_calendar td {
	width: 14%;
	padding: 1px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mod_article .mod_calendar td {
 height:72px;
}
.mod_calendar .weekend {
	background-color: #f6f6f6;
}
.mod_calendar .today {
	background-color: #ffffcc;
}
.mod_calendar .empty, .mod_calendar .empty .header {
	background-color: #f6f6f6;
}
.mod_calendar td .header {
	padding-bottom: 2px;
	background-color: #e0e0e0;
	font-size: 10px;
}
.mod_calendar td .event a {
	font-size: 11px;
}
.mod_minicalendar table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.mod_minicalendar td {
	width: 14%;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mod_minicalendar td, .mod_minicalendar .active a {
	font-size: 10px;
}
.mod_minicalendar .weekend {
	background-color: #f6f6f6;
}
.mod_minicalendar .today {
	background-color: #db1a21;
	color:white;
}
.mod_minicalendar .label {
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #c3c3c3;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	color: #ffffff;
}
.mod_minicalendar .head {
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #f9f9f9;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.mod_minicalendar .current {
	background-color: #db1a21;
	color:white;
}
.mod_eventlist {
	margin-right: 6px;
}
.mod_eventlist .header {
	padding: 3px 6px 4px 6px;
	background-color: #e6e6e6;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-weight: bold;
}
.mod_eventlist .header.first {
	border-top: 1px solid #cccccc;
}
.mod_eventlist .event {
	padding: 10px 6px 12px 6px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
.mod_eventlist .time {
	margin-top: -6px;
	margin-bottom: 6px;
	font-weight: normal;
	color: #999999;
}
.mod_eventreader .info {
}
.helpdesk-signatureblock {
	color: #999;
}
.mod_eventreader .recurring {
	margin-top: 2px;
	font-size: 10px;
	color: #009900;
}
.mod_eventreader .ce_text {
	margin-top: 15px;
}
.mod_eventreader .back {
	margin-top: 18px;
}
/* personal data */
.mod_personalData {
	margin-bottom: 36px;
}
.mod_personalData fieldset,
.mod_registration fieldset {
	width: 398px;
	display: block;
	margin: 12px 0px 24px 0px;
	padding: 12px;
}
#ctrl_helpdesk_signature {
 width:277px !important;
}
* html .mod_personalData fieldset {
	margin-top: -12px;
}
*:first-child+html .mod_personalData fieldset {
	margin-top: -12px;
}
.mod_personalData legend {
	color: #1E8FBF;
	background-color: inherit;
}
* html .mod_personalData legend {
	margin-top: -12px;
	padding: 12px 4px 12px 0px;
}
*:first-child+html .mod_personalData legend {
	margin-top: -12px;
	padding: 12px 4px 12px 0px;
}
.mod_personalData .submit_container {
	width: 330px;
	text-align: right;
}
* html .mod_personalData .submit_container {
	width: 434px;
}
*:first-child+html .mod_personalData .submit_container {
	width: 434px;
}
.mod_personalData td {
	padding: 2px 6px 2px 0px;
}
.mod_personalData .col_first {
	width: 150px;
}
* html .mod_personalData td {
	padding: 1px 6px 1px 0px;
}
.mod_personalData .text, .mod_personalData .password {
	width: 200px;
}
.mod_personalData select {
	width: 204px;
}
* html .mod_personalData select {
	width: 206px;
}
*:first-child+html .mod_personalData select {
	width: 206px;
}
/* module-banner */
.mod_Banner h1 {
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.mod_Banner .banner_name {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
.mod_Banner .banner_image {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mod_Banner .banner_flash {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.mod_search form {
 padding:0 20px;
}
#latest-clanok .teaser,
#latest-clanok .info,
#citacka-clanku .info,
.ce_text {
 padding-left:20px;
 padding-right:20px;
}
.ce_text h1, .ce_text h2, .ce_text h3 {
 position:relative;
 display:block;
 left:-20px;
 width:580px;
}
.subcl .ce_text h1, .subcl .ce_text h2, .subcl .ce_text h3, .subcl .ce_text h4,
.subcl .ce_text h5, .subcl .ce_text h6, .subcr .ce_text h1, .subcr .ce_text h2,
.subcr .ce_text h3, .subcr .ce_text h4, .subcr .ce_text h5, .subcr .ce_text h6 {
 width:259px !important;
}
.block p {
 padding-bottom:14px;
}
.block fieldset > table {
 margin-left:4px;
 margin-right:4px;
}
table input {
 margin-bottom:4px;
}
#topSearch p {
 margin:0;
}
.hidden, .invisible {
 position:absolute;
 top:-999px;
 left:-999px;
}
.relevance {
 color:red;
}
/* typo */
.mod_article ul li {
	padding-left: 18px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
}
.linkicon, .hyperlink_txt, .back {
	padding-left: 21px;
	background-image: url('img/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
}
.mod_navigation {
	overflow:visible !important;
}
/* self */
body {
 padding:0;
 margin:0;
 color:black;
 background-color:#e5e5e7;
 text-align:center;
 font-family:Tahoma,Verdana,sans-serif;
 font-size:68.01% !important;
 min-width:951px;
 line-height:140%;
}
a:link, a:visited {
 color:black;
}
#pageCntnr {
 width:951px;
 margin:0 auto;
 text-align:left;
}
#pageCntnrTop {
 width:951px;
 float:left;
 padding-top:30px;
 background:url('img/bg-shadow-top.jpg') 0 24px no-repeat;
}
#pageCntnrBtm {
 width:951px;
 float:left;
 padding-bottom:6px;
 margin-bottom:20px;
 background:url('img/bg-shadow-btm.jpg') bottom left no-repeat;
}
#pageCntnrSide {
 background:url('img/bg-shadow-sides.jpg') top left repeat-y;
 float:left;
 width:951px;
}
#header-o1 {
 width:951px;
 float:left;
 background:url('img/bg-top-left.jpg') top left no-repeat;
}
#header-o2 {
 width:939px;
 float:left;
 background:url('img/bg-top-right.jpg') top right no-repeat;
 padding:0 6px;
}
#header {
 width:939px;
 float:left;
 height:246px;
 background:black url('header/04.jpg') top left no-repeat;
}
#header-click {
 width:939px;
 float:left;
 height:146px;
}
#logo {
 width:939px;
 height:100px;
 float:left;
 background:url('img/bg-menu-logo-bg-04.jpg') no-repeat top left;
 /* needs regenerate with png when new ilu */
}
#logo img {
 float:left;
 display:inline;
 width:310px;
 height:100px;
}
#logo #meniny {
 width:300px;
 text-align:right;
 height:20px;
 float:right;
 display:inline;
 color:white;
 line-height:20px;
 padding:60px 12px 0 0;
 font-size:92%;
}
#prihlasenie {
 width:166px;
 height:25px;
 line-height:25px;
 background:url('img/bg-prihlasenie.jpg') top left no-repeat;
 position:relative;
 top:-113px;
 left:734px;
 float:left;
 font-weight:bold;
 color:white;
 padding-left:20px;
}
#prihlasenie a:link, #prihlasenie a:visited {
 color:white;
 text-decoration:none;
 line-height:25px;
 height:25px;
 float:left;
 padding:0 6px 0 6px;
 font-size:11px;
}
#prihlasenie a:hover, #prihlasenie a:focus {
 color:black;
}
#cnt {
 width:939px;
 padding:0 6px;
 float:left;
}
#menu {
 width:879px;
 height:43px;
 background:white url('img/bg-menu.jpg') no-repeat;
 padding:0 30px;
 line-height:43px;
 float:left;
}
#menu ul, #menu li {
 list-style:none;
 height:43px;
 padding:0;
 margin:0;
}
#menu ul li {
 background:url('img/menu-border.jpg') no-repeat top right;
 height:43px;
 float:left;
}
#menu li:last-child {
 background:none;
}
#menu li a:link, #menu li a:visited {
 padding:0 15px 0 14px;
 text-decoration:none;
 height:43px;
 white-space:nowrap;
 float:left;
}
#menu li a:hover, #menu li a:focus, #menu .menuHover {
 background:black url('img/menu-bg.jpg') repeat-x top right;
 color:white;
 height:43px;
}
#menu li ul {
 margin:0;
 padding:0;
 position:absolute;
 background:#ed1c24;
 height:28px;
 line-height:28px;
 top:319px;
 z-index:99;
}
#menu ul li ul li {
 float:left;
 display:inline;
 background:none;
 height:28px !important;
}
#menu li ul li a:link, #menu li ul li a:visited {
 width:auto;
 background:url('img/submenu-bg.gif') repeat-x top left;
 height:28px !important;
 float:left !important;
 color:white;
}
#menu li ul li a:hover, #menu li ul li a:focus {
 background:url('img/submenu-bg-hov.gif');
  height:28px !important;
 float:left !important;
}
#menu ul .level_2 {
 display:none;
}
#content {
 width:914px;
 background:#f4f4f6 url('img/bg-cnt.gif') top left repeat-x;
 float:left;
 padding:50px 0 20px 25px;
}
#cntLeft-full {
 float:left;
 width:890px;
 background:white url('img/single-bg-full.gif') repeat-y;
 padding-bottom:20px;
 margin-bottom:20px;
}
#cntLeft {
 float:left;
 width:620px;
 background:white url('img/single-bg.gif') repeat-y;
 padding-bottom:20px;
 margin-bottom:20px;
}
#home #cntLeft {
 float:left;
 width:620px;
 padding-bottom:20px;
 margin-bottom:20px;
 background:none;
}
#cntLeft-full h1, #cntLeft-full h2, #cntLeft-full h3, #cntLeft-full h4, #cntLeft-full h5, #cntLeft-full h6,
#cntLeft h1, #cntLeft h2, #cntLeft h3, #cntLeft h4, #cntLeft h5, #cntLeft h6 {
 background:url('img/header-long.jpg') no-repeat top left;
 margin:0;
 padding:20px;
 color:black;
 font-size:13px;
 font-weight:bold;
}
#cntLeft-full h1, #cntLeft h1,
#cntLeft-full h2, #cntLeft h2 {
 text-transform:uppercase;
}
#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
 text-decoration:none;
}
#latest-clanok h2 {
 background:none;
 padding-top:0;
 position:relative;
 display:block;
 background-color:white;
 padding-bottom:12px;
 margin:0;
}
#latest-clanok .info {
 font-size:90%;
 color:#969696;
}
#latest-clanok p {
 padding: 0 21px;
 margin-top:0;
}
#latest-clanok .info .more {
 float:right;
}
.more a:link, .more a:visited {
 text-decoration:none;
}
.lower {
 text-transform:lowercase;
}
#hlavna-stranka .mod_newslist h3,
#hlavna-stranka .mod_newslist h3 a {
 color:#343434;
 text-decoration:none;
 text-transform:none;
 background:#f9f9f9 url('img/header-starsie.jpg') top right no-repeat;
 margin:0;
 padding-top:13px;
 padding-bottom:8px;
}
.news-starsie {
 background:#f9f9f9;
}
.news-starsie p {
 border:0;
 padding:0 20px 4px !important;
 margin:0;
 color:#969696;
 text-decoration:none;
}
.news-starsie p a:link, .news-starsie p a:visited {
 color:#969696;
 text-decoration:none;
}
.news-starsie p a:focus, .news-starsie p a:hover {
 text-decoration:underline;
}
.more a:hover, .more a:focus {
 text-decoration:underline;
}
#latest-clanok p {
 display:block;
}
#latest-clanok {
 width:100%;
 background:url('img/header-long.jpg') no-repeat top left;
 padding-top:7px;
}
#latest-clanok img {
 border:0;
 padding:0;
 margin:0;
 background:black;
 width:298px;
 height:157px;
 display:block;
}
#latest-clanok #latest-shade {
 background:url('img/clanok-latest-shade.gif') no-repeat top right;
 width:100%;
 height:12px;
 font-size:1px;
 display:block;
}
#cntLeft-full h1, #cntLeft-full h2, #cntLeft-full h3, #cntLeft-full h4, #cntLeft-full h5, #cntLeft-full h6 {
 background:url('img/header-long-full.jpg') no-repeat top left;
}
#cntRight h1, #cntRight h2, #cntRight h3, #cntRight h4 {
 background:url('img/right-hedline.jpg') no-repeat top left;
 margin:0;
 padding:20px 0 12px 0;
 color:black;
 font-size:13px;
 font-weight:bold;
}
#cntRight {
 float:right;
 width:269px;
 display:block;
 background:white url('img/right-bg.jpg') top left repeat-y;
 overflow:hidden;
 margin-bottom:15px !important;
 position:relative;
 top:-50px;
}
#cntRight-o1 {
 background:url('img/right-top-bg.jpg') no-repeat;
 width:270px;
 float:left;
}
#cntRight-o2 {
 padding:0 31px 20px 32px;
 background:url('img/right-bot-bg.jpg') no-repeat bottom left;
 width:207px;
 float:left;
}
#footer-o1 {
 width:100%;
 float:left;
 background:url('img/bg-bot-left.jpg') bottom left no-repeat;
}
#footer-o2 {
 width:100%;
 float:left;
 background:url('img/bg-bot-right.jpg') bottom right no-repeat;
}
#footer {
 width:899px;
 margin:0 6px;
 background:#d6d6d8 url('img/bg-footer.jpg') top left repeat-x;
 padding:25px 20px 20px 20px;
 color:#999;
 text-align:center;
 line-height:18px;
 font-size:11px;
}
#footer a:link, #footer a:visited {
 color:#999;
 text-decoration:underline;
}
#footer a:hover, #footer a:focus {
 color:#666;
}
#topSearch {
 height:34px;
 width:207px;
 padding-top:15px;
 padding-bottom:10px;
}
.cse input.gsc-search-button, input.gsc-search-button {
 font-size:11px !important;
 font-weight:normal !important;
}
#topSearch input {
 display:inline;
 padding:0;
 margin:0;
}
#searchSubmit { float:right; }
#search_for_message:focus {
 background:url('img/search-bg.jpg') no-repeat top left !important;
}
#search_for_message {
 width:160px;
 height:15px;
 color:#b4b4b4;
 background:url('img/search-bg.jpg') no-repeat top left;
 border:0;
 margin:0;
 padding:5px 8px;
 overflow:hidden;
}
#topSearch #searchString {
 width:160px;
 color:#b4b4b4;
 background:url('img/search-bg.jpg') no-repeat top left;
 border:0;
 margin:0;
 padding:5px 8px;
 float:left;
 overflow:hidden;
}
#hlavna-stranka {
 background-color:#f4f4f6;
}
#hlavna-stranka .subcl {
 background:url('img/subc1.jpg') repeat-y top left;
}
#hlavna-stranka .subcr {
 background:url('img/subc1.gif') repeat-y top right;
}
#hlavna-stranka .layout_simple {
 padding:0 20px;
 background-color:white;
}
.back {
 padding:0 !important;
 margin-left:20px;
 padding-left:10px !important;
}
.mod_calendar table.minicalendar {
 margin:0 !important;
 border:0 !important;
}
#menu .level_1 {
 font-size:13px;
}
#menu .level_2 {
 font-size:11px;
}
.minicalendar .head, .minicalendar table, .minicalendar .empty,
.minicalendar .weekend, .minicalendar .days {
 background:none !important;
 border:none !important;
}
.minicalendar .label {
 background-color:white;
 color:black;
 font-weight:bold;
 border:0;
}
.minicalendar .today {
 font-weight:bold;
 color:#eb1c24;
}
.info {
 color:#969696;
}
.info a:link, .info a:visited {
 color:#969696;
 text-decoration:none;
}
.info a:hover, .info a:focus {
 text-decoration:underline;
}
.index-tema {
 padding:0 4px;
}
.kratke {
 padding-bottom:15px !important;
}
.listing {
 padding:0 20px 12px 18px !important;
 margin-left:20px !important;
 background-image: url('img/arrow.gif');
 background-repeat: no-repeat;
 list-style-type: none;
 background-position: left 3px;
}
.pagination {
 padding-right:20px;
}
.index_odkaz {
 text-align:right;
 padding:0 10px 5px 20px;
 border-bottom:25px solid #f4f4f6;
}
.index_archiv {
 text-align:right;
 padding:10px 10px 5px 20px;
 border-bottom:25px solid #f4f4f6;
 background-color:#f9f9f9;
}
.index_odkaz a:link, .index_odkaz a:visited {
 color:#424242;
 text-decoration:none;
 font-weight:bold;
 text-transform:lowercase;
}
.index_odkaz a:hover, .index_odkaz a:focus {
 text-decoration:underline;
}
#index-slider {
 margin-bottom:20px;
}
#index-slider div {
 width:207px;
}
#index-slider-sova {
 background:url('img/index-sova.jpg') no-repeat top right;
}
#index-slider-rsks {
 background:url('img/index-rsks.jpg') no-repeat top right;
}
.mod_quickpoll .title { display:none; }
.mod_quickpoll .radio_container span {
 width:auto;
 display:block;
 overflow:hidden;
}
.mod_quickpoll .submit_container { margin-top:9px; }
.mod_quickpoll .resultslink {
 text-align:right;
 position:relative;
 top:-14px;
 text-transform:lowercase;
}
.mod_quickpoll .resultslink a:link, .mod_quickpoll .resultslink a:visited {
 font-weight:bold;
 text-decoration:none;
 color:#424242;
}
.mod_quickpoll .resultslink a:hover, .mod_quickpoll .resultslink a:focus {
 text-decoration:underline;
}
.mod_quickpoll .graph .label { margin-top:4px; }
.mod_quickpoll .graph .results div {
 border:1px solid #b4b4b4;
 padding-top:2px;
 padding-bottom:2px;
 background-color:#f4f4f6;
 font-size:10px;
 line-height:11px;
}
.mod_quickpoll .description { font-weight:bold; margin-bottom:8px; }
.mod_linklist {
 margin-left:20px;
 margin-right:20px;
}
.mod_linklist .title {
 font-weight:bold;
 margin-bottom:3px;
}
.mod_linklist .odd, .mod_linklist .even {
 	padding-left: 15px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	position:relative;
	left:-1px;
}
.mod_linklist .description { color: #969696; }
.mod_login table, .mod_login p,
.mod_lostPassword table, .mod_lostPassword p { margin-left:20px; }
p.error { margin-bottom:4px !important; padding-bottom:0 !important;}
#cntRight .mod_login table, #cntRight .mod_login p {
 margin-left:0 !important;
}
.pagination ul li {
 background:none !important;
 padding:0 1px !important;
}
#cntLeft-full h1, #cntLeft-full h2, #cntLeft-full h3, #cntLeft-full h4 {
 width:850px !important;
}
#cntLeft-full .subcl h1, #cntLeft-full .subcl h2, #cntLeft-full .subcl h3, #cntLeft-full .subcl h4 {
 width:394px !important;
}
.minicalendar .active a:link, .minicalendar .active a:visited {
 background-color:#f15b61;
 font-weight:bold;
 color:white;
 text-decoration:none;
 padding:0 1px;
}
.minicalendar .active a:hover, .minicalendar .active a:focus {
 background-color:#eb1c24;
}
.reklama-index {
 padding-left:10px;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #cdcdcd;
	background-color: #f4f4f6;
	padding: 5px;
	font-size:11px;
}
#tooltip h3, #tooltip div { margin: 0; }
.layout_full {
 padding-bottom:0 !important;
}
.normcalendar {
 margin-bottom:40px;
}
.mod_upcoming_events .event  {
	padding-left: 18px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	margin-left:20px;
}
.mod_upcoming_events .date, .mod_upcoming_events .time {
 color:#969696;
}
.mod_eventreader .info {
 margin-left:20px;
}
#vyhladavanie .header {
 padding-right:20px !important;
}
#vyhladavanie b {
 	padding-left: 18px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	font-size:11px;
	text-decoration:none;
}
#vyhladavanie p {
 	margin-left:20px;
 	margin-right:20px;
}
#vyhladavanie b a:link, #vyhladavanie b a:visited {
 text-decoration:none;
}
#vyhladavanie b a:hover, #vyhladavanie b a:focus {
 text-decoration:underline;
}
#komunita .listing {
 margin:0 !important;
 padding:0 !important;
 background:none !important;
}
#komunita .listing .list_per_page {
float:left;
width:280px;
margin-left:20px;
margin-bottom:20px;
}
#komunita .listing .list_search {
float:right;
text-align:right;
width:280px;
margin-right:20px;
margin-bottom:20px;
}
#komunita .listing .text {
width:90px;
}
#komunita table {
 width:579px;
 margin:0 20px;
}
#komunita .komKomu {
 font-size:13px;
 font-weight:bold;
 margin:0 20px;
 line-height:25px;
}
#cntRight ul, #cntRight li {
 padding:0;
 margin:0;
}
#cntRight li, #cntRight .login_info {
  padding-left: 18px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	font-size:11px;
	text-decoration:none;
	margin-right:10px;
}
#cntRight .submit_container {
 margin-left:17px;
}
#komunita .confirm {
 margin:0 20px;
}
#inzercia .ce_colsetStart {
 margin:0 20px;
}
#inzercia .subcr a,
#inzercia .subcl a {
 color:#969696;
}
.inzB a {
 color:black !important;
  padding-left: 18px;
	background-image: url('img/arrow.gif');
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left 3px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.inzB a:hover, .inzB a:focus {text-decoration:underline; }
.inzB {padding-bottom:10px;padding-right:10px;}
#inzercia table,
#inzercia---moje-inzeraty table,
#inzercia---novy-inzerat table {margin:0 20px;}
#inzercia---moje-inzeraty .title,
#inzercia .title { font-weight:bold; margin-bottom:6px; }
#inzercia---moje-inzeraty .sub,
#inzercia .sub { color:#969696; }
.mod_index_inzercia .sub a:link, .mod_index_inzercia .sub a:visited,
#inzercia---moje-inzeraty .sub a:link, #inzercia---moje-inzeraty .sub a:visited,
#inzercia .sub a:link, #inzercia .sub a:visited { color:#969696; text-decoration:none; }
.mod_index_inzercia .sub a:hover, .mod_index_inzercia .sub a:focus,
#inzercia---moje-inzeraty .sub a:hover, #inzercia---moje-inzeraty .sub a:focus,
#inzercia .sub a:hover, #inzercia .sub a:focus { text-decoration:underline; }
#inzercia table tr,
#inzercia---moje-inzeraty table tr,
#inzercia---novy-inzerat table tr { margin-bottom:4px; float:left; width:550px;}
#inzercia table .col_0,
#inzercia---moje-inzeraty table .col_0,
#inzercia---novy-inzerat table .col_0 {width:120px;}
#inzercia .radio_container aspan,
#inzercia---moje-inzeraty .radio_container span,
#inzercia---novy-inzerat .radio_container span { width: 400px; float:left;}
p.error {
 color:#ed1c24 !important;
}
.inzeratBox img.inzImg {
float:right;
}
.inzeratBox {
 margin:0 20px;
 margin-bottom:10px;
 float:left;
 width:570px;
 border:1px solid #eeeeee;
 padding-left:10px;
 padding-top:8px;
 padding-bottom:8px;
}
.inzeven {
 background-color:white;
}
.inzodd {
 background-color:#fbfbfb;
}
.inzeratBox .sub em {
 padding:0 3px;
 font-style:normal;
}
.mod_index_inzercia ul {
 padding-right:20px;
}
.members_online_link_avatar li {
 display:inline;
 margin:0 !important;
 padding:0 2px 2px 0 !important;
 list-style:none !important;
 background:none !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
 padding:0 !important;
 border:0 !important;
}
.radio_container label {
 line-height:180%;
}
.mod_memberlist p {
 margin:0 20px 5px !important;
}
#inzPagi { float:right; }
#websupportHosting {
	background: url("img/right-hedline.jpg") no-repeat scroll left top transparent;
    width:100%;
	text-align:center;
}
#inzerciaNew {
	padding:0 22px;
}
#inzerciaNew .radio_container span {
	display:block;
}
#inzerciaNew .explanation {
	line-height:19px;
}
.center {text-align:center;}

.index_banner {
	padding-bottom: 5px;
	border-bottom: 25px solid #F4F4F6;
}
.index_banner .banner_image {
	text-align:center;
}
.righCol_banner h1,
.index_banner h2 {
	text-align:left;
	font-size: 9px !important;
	text-transform:uppercase;
}
.mod_index_inzercia {
	overflow:hidden;
}