

html {
  height: 100%;
  margin-bottom: 0px;
}
form, div, span, li{
  margin: 0;
  padding: 0;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 26px;
  margin-left:  5px;
}

hr {
  height: 0 !important;
  height: 1px; /* wysokosc pod ie */
  color: #ccc; /* kolor pod ie */
  background: transparent;
  border-width: 1px 0 0 0;
  border-color: #CCC;
  border-style: dotted; 
}


img,table {
  border: none;
}

body {
  font-family: Arial, Tahoma, Verdana;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  padding: 0;
  color: #333;
  text-align: justify;
}

body.contentpane {
}

a:link, a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #2593C1;
}

a:hover {
  text-decoration: none;
  font-weight: normal;
  color: #999;
}

p {
  font-size: 12px;
  color: #333;
  padding: 0px;
  margin: 0px;
  text-align: justify;
  margin-bottom: 5px;
}

input.button, button, input[type="submit"]{
    font-size: 12px;
    height: 30px; 
    line-height: 30px; 
    padding: 0px 20px; 
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	background: #205EA7 url(../images/button.png) left top repeat-x;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

a.button{
	display: block;
    font-size: 12px;
    margin: 0 auto;
    height: 22px; 
    width: 80px;
    line-height: 22px; 
    padding: 0px 20px; 
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	background: #205EA7 url(../images/button.png) left top repeat-x;
	color: #fff;
	border: 1px solid #6aa8d9;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.inputbox, input[type="text"], input[type="password"], input[type="email"] {
    width: 160px;
    color: #555;
    font-size: 12px;
    height: 22px;
    padding:2px 4px; 
    border: 1px solid #ccc;
    background: #FFF;
}

.textarea, textarea {
	width: 264px;
	height: 110px;
    border: 1px solid #ccc;
    color: #555;
    padding: 2px;
    font-size: 12px;
}

.inputbox:hover, textarea:hover {
}

/*****************************************/

/*** Template specific layout elements ***/
/*****************************************/

#page_bg{
  padding: 0;
  background: #FFF;
}


#header {
  padding: 0;
  margin: 0 auto;
  width: 1004px;
  background: url(../images/header.jpg) left top no-repeat;
}


#header_01{
  width: 232px;
  height: 418px;
  float: left;
  background: url(../images/left.png) center top no-repeat;
}

#header_01a{
  width: 232px;
  height: 286px;
  float: left;
}

#header_01b{
  width: 192px;
  height: 104px;
  float: left;
  padding: 0 20px;
}

#header_01b p, #header_01b a{
	color: #FFF;
	font-size: 18px;
	line-height: 36px;
	margin: 0;
}

#header_02{
  width: 760px; 
  height: 77px; 
  float: left;
}

#header_02, #header_02 p, #header_02 a:link, #header_02 a:visited, #header_02 a:hover{
	color: #367BB4;
	font-size: 18px;
	font-family: "Century Gothic";
}


#content_bg{
  background: url(../images/footer.png) center bottom no-repeat;
}

#footer_bg{
  background: url(../images/footer2.png) center top no-repeat;
}

#footer{
  margin: 0 auto;
  width: 1000px;
  height: 204px;
}

#footer img:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

#footer img{
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-ms-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

#content{
  margin: 0 auto;
  width: 1000px;
}


#pillmenu{
  margin: 0px;
  padding: 0px;
  margin-top: 16px;
  margin-right: 16px;
}

#pillmenu ul {
  list-style: url(../images/menu.png);
  margin-left: 3px;
  padding-left: 25px;
}


#pillmenu ul li a:link, #pillmenu ul li a:visited{
	font-size: 13px;
	line-height: 24px;
	color: #FFF;
}

#pillmenu ul li.current, #pillmenu ul li:hover{
}

#pillmenu ul li.current a, #pillmenu ul li a:hover{
}




div#maincolumn {
  margin: 0;
  padding: 0;
  float: left;
  width: 750px;
  padding-bottom: 20px;
}

div#rightcolumn {
  padding: 0;
  float: left;
  margin-left: 10px;
  width: 230px;
}


div.nopad {
  padding: 0 10px 0px;

}




/*****************************************/

/*** Joomla! specific content elements ***/

/*****************************************/



/* headers */

div.componentheading {

  height: 22px;

  padding: 8px 0 0 10px;

}


h1, h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height:30px;
  color: #2593C1;
  text-align: left;
  margin: 0 0 18px;
  font-weight: normal;
  font-family: "Century Gothic", Arial;
}

h2 {
  margin: 15px 0;
  font-size: 22px;
  line-height:24px;
  color: #2593C1;
  font-weight: normal;
  font-family: "Century Gothic", Arial;
}


h4{
  margin: 10px 0; 
  color: #2593C1;
  font-size: 14px;
  font-weight: normal;
  font-family: "Century Gothic", Arial;
}

h3, .contentheading {
  padding: 5px 0;
  margin: 5px 0;
  font-size: 17px;
  line-height: 20px;
  color: #2593C1;
  font-weight: normal;
  font-family: "Century Gothic", Arial;
  text-shadow: 1px 1px 0 #fff;
}

a.readon {
  display: block;
  float: right;
  line-height: 14px;
  font-size: 10px;
  text-decoration: none;
  padding: 1px 2px 1px 2px;
}
a.readon:hover {
  color: #333;
}



/* form validation */

.invalid { border-color: #ff0000; }

label.invalid { color: #ff0000; }




/* menu links */

a.mainlevel:link, a.mainlevel:visited {

  padding-left: 15px;
  
  margin-left: 10px;
  
  
  margin-right: 10px;

  background: url(../images/li2.png) center left no-repeat;
}

a.sublevel:link, a.sublevel:visited {

  padding-left: 5px;
  
  margin-left: 20px;
  
  margin-right: 10px;

  background: url(../images/li2.png) center left no-repeat;
}

a.mainlevel:hover {



}



/* spacers */

span.article_separator {

  display: block;

  height: 20px;

}



.article_column {



}



.column_separator {

  

}



td.buttonheading {

  text-align: right;

  width: 0;

}



.clr {

  clear: both;

}



table.blog span.article_separator {

  display: block;

  height: 20px;

}







/* table of contents */

table.contenttoc {

  margin: 5px;

  border: 1px solid #ccc;

  padding: 5px;

}



table.contenttoc td {

  padding: 0 5px;

}





/* content tables */

td.sectiontableheader {

  color: #333;

  font-weight: bold;

  padding: 4px;

  border-bottom: 1px solid #666;

}



tr.sectiontableentry0 td,

tr.sectiontableentry1 td,

tr.sectiontableentry2 td {

  padding: 4px;

}



td.sectiontableentry0,

td.sectiontableentry1,

td.sectiontableentry2 {

  padding: 3px;

  color: #333;

  font-size: 10px;

}





/* content styles */

.contentpaneopen, table.contentpane {

  margin: 0;

  padding: 0;
  
  width: 100%;

}



table.contentpane td{

  text-align: left;

}



table.contentpane td.contentdescription {

  width: 100%;

}



table.contentpane  {

  text-align: left;

  float: left;

  width: 100%;

  margin: 8px;

}



table.contentpane ul li a .category {

  color: #FF8800;

}



table.contentpane ul li {

  color: #333;

}



table.contentpaneopen {

  margin: 2px 8px;

}



table.contentpaneopen li {

  margin-bottom: 5px;

}



table.contentpaneopen fieldset {

  border: 0;

  border-top: 1px solid #669933;

}






div.message {

  font-weight: bold;

  font-size : 14px;

  color : #c30;

  text-align: center;

  width: auto;

  background-color: #f9f9f8;

  border: solid 1px #d5d5d5;

  margin: 3px 0px 10px;

  padding: 3px 20px;

}



/* Banners module */




/* Text advert style */



.banneritem_text {

  padding: 4px;

  font-size: 11px;

}



.bannerfooter_text {

  padding: 0px;

  font-size: 11px;

  text-align: center;

}



/* System Messages */

/* see system general.css */



.pagination span { padding: 2px; }

.pagination a    { padding: 2px; }



/* Polls */

.pollstableborder td {

  text-align: left;

}



/* Frontend Editing*/

fieldset {

  margin: 0;

  border: none;

  margin-top: 15px;

  margin-bottom: 5px;

  padding: 10px;

}





.tool-title {

  padding: 0;

  margin: 0;

  font-size: 100%;

  font-weight: bold;

  margin-top: -15px;

  padding-top: 15px;

  padding-bottom: 5px;


}



.tool-text {

  font-size: 100%;

  margin: 0;

}



/* ****************************************************************************** */


div.box_header{
  width: 227px;
  background: url(../images/right1.png) left top no-repeat;
}


div.box_content{
  width: 227px;
  background: url(../images/right3.png) left top repeat-y;
}


div.box_content2{

  padding: 7px;
  
}

div.box_bottom{
  width: 227px;
  padding-bottom: 30px;
  background: url(../images/right2.png) left bottom no-repeat;
}




div.module-bez div.box_header{
  background: none;
  height: 0px;
  width: 200px;
}

div.module-bez div.box_content{
  background: none;
  width: 200px;
}

div.module-bez div.box_bottom{
  background: none;
  width: 200px;
}

#footer_l, #footer_l p, #footer_l a, #footer_l a:link, #footer_l a:visited{
  font-size: 11px;
  color: #666;
}
#footer_l{
  float:left;
}

#footer_p, #footer_p p, #footer_p a, #footer_p a:link, #footer_p a:visited{
  font-size: 11px;
  color: #FFF;
}
#footer_p{
  float:right;
  margin-top: 32px;
  margin-right: 21px;
}

/* ++++++++++++++  pagination message ++++++++++++++ */


#system-message ul { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message dt { 

  display:none;

}

#system-message dd { 

  list-style: none;

  padding: 0;

  margin: 0;

}

#system-message ul li { 

  padding: 0;

  margin: 0;

  text-align:center;
  
  font-size: 14px;
  
  padding: 5px;

}



#system-message dd ul { 
  background: #fff; 
  border-top: 3px solid #FF0000; 
  border-bottom: 3px solid #FF0000;
  border: 1px solid #AAA;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px 0;
}


#system-message dd.message { 

  color: #0080C0
 
}

#system-message dd.error { 

  color: #FF0000; 
 
}


#system-message dd.notice{

  color: #0080C0
  
}

#content .pagination, #content .vm-pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;

}

#content .pagination ul, #content .vm-pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:center;
}

#content .pagination li, #content .vm-pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}


#content .pagination li.pagination-start,
#content .pagination li.pagination-next,
#content .pagination li.pagination-end,
#content .pagination li.pagination-prev,
#content .vm-pagination li.pagination-start,
#content .vm-pagination li.pagination-next,
#content .vm-pagination li.pagination-end,
#content .vm-pagination li.pagination-prev{
	border:1px solid #DDD;
	padding:5px 7px;
}

#content .pagination li, #content .vm-pagination li{
	border: 1px solid #DDD;
	background: #f9f9f9;
	padding: 5px 15px;
	color: #666;
}


#content .pagination li a, #content .vm-pagination li a{
	font-weight: bold;
	color: #333;
}


#content .pagination li a:hover, #content .vm-pagination li a:hover{
	color: #666;
}

p.counter
{
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
	color: #333;
}


/* ++++++++++++++  pagination message ++++++++++++++ */



table.tabelka td, table.tabelka tr{

		border: 1px solid #ccc;
        vertical-align: middle;
        background-color: #fafafa;
}

table.tabelka td {
        padding: 0 5px;

}

table.tabelka th {
		border: 1px solid #ccc;
        background-color: #eaeaea;
        vertical-align: middle;
        text-align: left;
}

table.tabelka p, table.tabelka span{
        text-align: left;

}


/* --------------------------------------------------------------- */


#username-lbl, #password-lbl{
	display:block;
	float:left;
	width:100px;
}

.login-fields{
	margin-bottom: 5px;
}


#footer ul{
  list-style: none;
}


.tip{
	background: #eee;
	padding: 10px;
	opacity:0.8;
	filter:alpha(opacity=80);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

.item-separator{
	border-top: 1px dotted #aaa;
	margin: 18px 0;
	clear: both;
}

dd.create{
	margin: 0;
	padding: 0;
	color: #BC9352;
	font-size: 11px;
}

ul.actions{
	display: none;
}

a.modal img{
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 8px #aaa;
	-webkit-box-shadow: 0 0 8px #aaa;
	box-shadow: 0 0 8px #aaa;
	margin: 0 15px 15px 0;
	float:left;
}

#maincolumn ul{
	overflow: hidden;
}


#selectcontactform_51a35d9fe27e8 label {
    display: block;
    width: 89px;    
}
input.pole_kontakt {
	width: 260px;
}
input.pole_kontakt_c {
	width: 156px;
}
