@charset "utf-8";
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;
}
.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;
}
.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;
	font-size: 92.3%;
	/*line-height:95%;*/
}
.ce_comments h2 {
	margin-top: 6px;
}
.ce_comments h1 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	padding-bottom: 4px;
	margin-bottom: 0px;
	font-size: 13px;
	padding-top: 6px;
	border-top: 6px solid #333333;
}
.ce_comments .info {
	margin-bottom: 3px;
	font-size: 100%;
}
.ce_comments .formbody {
	margin-top: 18px;
	margin-bottom: 12px;
	font-size: 92.3%;
}
.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;
	color: inherit;
}
label {
	padding-right: 6px;
}
span.mandatory {
	left: -4px;
	position: relative;
	padding-right: 4px;
	color: #a90000;
	font-weight:bold;
}
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: #a90000;
}
div.error {
	margin-top: 6px;
	margin-bottom: 1px;
	font-size: 92.3%;
	color: #a90000;
}
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%;
	height: 72px;
	padding: 1px;
	vertical-align: top;
	background-color: #ffffff;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.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 {
	width: 550px;
	display: block;
	margin: 12px 0px 24px 0px;
	padding: 12px;
}
* 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;
}

/*self*/
body {
 background:white url('img/bg.jpg') repeat-x top left;
 color:black;
 margin: 0;
 padding: 0;
 font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
 font-size: 74.01%;
 color: #1a1a1a;
 position: relative;
 text-align: left;
 line-height: 145%;
 text-align:center;
}
img {
 border:0;
 margin:0;
 padding:0;
}
#containter {
 width:747px;
 margin:0 auto;
 text-align:left;
}
#containerHolder {
 width:747px;
 float:left;
}
#header {
 padding-top:66px;
 padding-bottom:43px;
 height:78px;
 width:747px;
 float:left;
}
#header #logo {
 width:133px;
 float:left;
 display:inline;
}
#menu {
 float:right;
 margin-top:26px;
 background:url('img/menu.jpg') repeat-x;
 width:602px;
 display:inline;
 margin-right:12px;
 height:52px;
}
#header ul {
 margin:0;
 padding:0;
 background:url('img/menu-start.jpg') no-repeat top left;
 float:left;
 height:48px;
 width:562px;
 padding-left:40px;
}
#header li {
 margin:0;
 padding:0;
 list-style:none;
 float:left;
 height:48px;
}
#header li a:link, #header li a:visited {
 color:black;
 font-size:13px;
 text-decoration:none;
 float:left;
 height:48px;
 line-height:32px;
 padding:0 15px;
 padding-right:17px;
 background:url('img/menu-border.jpg') top right no-repeat;
 font-weight:bold;
}
#header li a:focus, #header li a:hover {
 color:#666;
}
#header ul li:last-child a {
 background:none;
}
#stred {
 float:left;
 width:723px;
 height:236px;
 margin-left:12px;
 margin-bottom:19px;
 background:url('img/stred-bg.jpg') top left no-repeat;
}
#clanok {
 float:left;
 width:679px;
 margin-left:12px;
 margin-bottom:19px;
 background:url('img/clanky-bg.jpg') top left repeat-y;
 padding:0 22px;
  padding-bottom:20px;
}
#clanok h1, #clanok h2, #clanok h3, #clanok h4, #clanok h5, #clanok h6 {
 float:left;
 width:508px;
 padding-left:195px;
 padding-right:20px;
 height:25px;
 line-height:25px;
 font-size:13px;
 font-weight:bold;
 background:url('img/headline.jpg') top left no-repeat;
 margin:0;
 border:0;
 color:white;
 margin-bottom:15px;
 position:relative;
 left:-22px;
}
#ilus, #ilus li, #ilus ul {
 border:0;
 margin:0;
 padding:0;
 list-style:none;
}
#ilus {
 float:left;
 width:294px;
 height:236px;
 overflow:hidden;
 position:relative;
}
#kurzylist {
 float:right;
 display:inline;
/* width:364px;
 margin-right:21px;
 height:148px;
 background:url('img/kurzy-bg.jpg') no-repeat top left;
 margin-top:18px;
 overflow:hidden;
 padding:10px; */
 width:384px;
 height:180px;
 line-height:23px;
 margin-top:12px;
}
#kurzylist .event {
 width:364px;
 height:48px;
 padding:1px 10px;
 background:url('img/kurzy-bg-single.jpg') no-repeat top left;
 overflow:hidden;
 margin-bottom:10px;
 float:left;
}
#kurzylist a {
 width:364px;
 background:url('img/kurz-log.png') top right no-repeat;
 float:left;
 margin-bottom:10px;
}
a:link, a:visited {
 color:black;
 text-decoration:none;
}
a:hover, a:focus {
 text-decoration:underline;
}
#cnt {
 width:747px;
 float:left;
}
#online {
 width:100%;
 margin-left:12px;
 background:url('img/online.jpg') no-repeat top left;
 height:115px;
 float:left;
}
#online-log {
 width:216px;
 height:104px;
 float:left;display:inline;
}
#aktuality-log {
 width:434px;
 height:104px;
 overflow:hidden;
 float:left;display:inline;
 padding-left:53px;
}
#aktuality-log h1 {
 font-size:13px;
 font-weight:bold;
 line-height:23px;
 margin-bottom:4px;
}
#aktuality-log .layout_short {
 width:434px;
 float:left;
}
#novinky-all {
 float:right;
 display:inline;
 width:29px;
 height:33px;
 margin-right:13px;
 margin-top:59px;
}

.ce_form h1, .ce_form h2, .ce_form h3, .ce_form h4, .ce_form h5 {
 font-size:13px;
 font-weight:bold;
 background:none;
 margin:0;
 padding:0;
}
tr {
 height:22px;
}
.explanation {
 line-height:30px;
}
span.captcha_text {
 color:#222;
}
.ce_gallery table {
 float:left;
}