@font-face {
    font-family: 'ExoRegular';
    src: url('exo-regular.eot');
    src: url('exo-regular.eot') format('embedded-opentype'),
         url('exo-regular.woff') format('woff'),
         url('exo-regular.ttf') format('truetype'),
         url('exo-regular.svg#ExoRegular') format('svg');
}

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;
  list-style-image: url(../images/li.png);
}

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: Tahoma, Verdana;
  line-height: 22px;
  margin: 0;
  font-size: 12px;
  padding: 0;
  color: #333;
  text-align: justify;
  background: #f4f4f4;
}

body.contentpane {
}

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

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

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

input.button, button, input[type="submit"]{
    font-size: 15px;
    height: 25px; 
    line-height: 25px; 
    padding: 0px 25px; 
	cursor: pointer;
	color: #fff;
	vertical-align: middle;
	color: #fff;
	border: none;
	background: #EE0000;
    font-family: 'ExoRegular';
	-webkit-transition: all 500ms ;
	-moz-transition: all 500ms ;
	-ms-transition: all 500ms ;
	-o-transition: all 500ms ;
	transition: all 500ms ;
}

input.button:hover, button:hover, input[type="submit"]:hover{
	background: #ab0b0b;
	-webkit-transition: all 500ms ;
	-moz-transition: all 500ms ;
	-ms-transition: all 500ms ;
	-o-transition: all 500ms ;
	transition: all 500ms ;
}

label{
	color: #999;
	font-size: 11px;
	line-height: 11px;
}


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

.textarea, textarea {
	width: 238px;
	height: 95px;
    border: 1px solid #ddd;
    color: #555;
    background: #f9f9f9;
    padding: 2px 4px;
    font-size: 12px;
	font-family: Tahoma, Verdana;
}

.inputbox:hover, textarea:hover, input[type="text"]:hover {

    border: 1px solid #ccc;
    background: #fcfcfc;
}

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

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


#page_bg{
  padding: 0;
  background: #ebebeb url(../images/bg2.jpg) center top repeat;
}

#page_bg2{
  padding: 0;
  background: url(../images/bg1.jpg) center top no-repeat;
}

#header {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
}


#header_01{
  width: 320px;
  height: 88px;
  float: left;
  margin-top: 5px;
}

#header_02{
  width: 680px;
  height: 88px;
  float: left;
}

#header_03{
  width: 1000px;
  height: 343px;
  float: left;
  background: url(../images/slide.png) center top no-repeat;
}

#header_03b{
  margin-top: 80px;
  margin-right: 9px;
  width: 433px;
  padding: 0 10px;
  height: 147px;
  float: right;
}

#header_03b p{
  font-size: 15px;
  color: #fff;
  font-family: 'ExoRegular';
  margin: 11px 0 15px;
}

#header_03b h3{
  color: #fff;
  text-shadow: none;
  font-size: 19px;
  margin: 0;
}


#header_04{
  width: 1000px;
  height: 343px;
  float: left;
  background: url(../images/slide2.png) center top no-repeat;
}

#header_04_map{
  padding: 11px 10px 10px 10px;
}



#footer_bg{
}

#footer{
  margin: 0 auto;
  width: 974px;
}

#footer1{
  float: left;
  margin: 0 auto;
  width: 974px;
  height: 32px;
  margin-top: 10px;
  background: url(../images/footer.png) center top repeat-y; 
}

#footer2{
  float: right;
  width: 295px;
  height: 26px;
  margin-bottom: 10px;
  background: url(../images/footer2.png) right top repeat-y; 
}

#content{
  margin: 0 auto;
  width: 1000px;
  padding: 0 40px;
  background: url(../images/content.png) center top repeat-y; 
}


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

#pillmenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#pillmenu ul li{
	float:left;
	margin: 0 5px;
}

#pillmenu ul li a:link, #pillmenu ul li a:visited{
	display: block;
	font-size: 18px;
	line-height: 28px;
	padding: 0 11px;
	display: block;
	height: 28px;
	color: #EE0000;
    font-family: 'Arial';
	text-shadow: 1px 1px 1px white;
	-webkit-transition: all 500ms ;
	-moz-transition: all 500ms ;
	-ms-transition: all 500ms ;
	-o-transition: all 500ms ;
	transition: all 500ms ;
}

#pillmenu ul li a:hover{
	color: #fff;
	background: #636C7D;
	text-shadow: none;
	-webkit-transition: background 500ms ;
	-moz-transition: background 500ms ;
	-ms-transition: background 500ms ;
	-o-transition: background 500ms ;
	transition: background 500ms ;
}


div#maincolumn {
  margin: 0;
  padding: 0;
  float: left;
  width: 630px;
  margin-left: 10px;
}

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


div.nopad {
  padding: 0 10px;

}




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

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

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



/* headers */

div.componentheading {

  height: 22px;

  padding: 8px 0 0 10px;

}


h1, h2 {
  padding: 0;
  margin: 0;
  font-size: 26px;
  line-height:30px;
  color: #EE0000;
  text-align: left;
  margin: 10px 0 10px;
  font-family: 'ExoRegular';
  font-weight: normal;
  text-shadow: 1px 1px 1px white;
}

h2 {
  margin: 10px 0 20px;
  font-size: 26px;
  line-height:24px;
  color: #EE0000;
  font-family: 'ExoRegular';
  font-weight: normal;
  text-shadow: 1px 1px 1px white;
}


h4{
  margin: 5px 0; 
  color: #EE0000;
  font-size: 17px;
  font-weight: normal;
  font-family: 'ExoRegular';
}

h3, .contentheading {
  font-family: 'ExoRegular';
  padding: 5px 0;
  margin: 5px 0;
  font-size: 22px;
  line-height: 20px;
  color: #EE0000;
  text-shadow: 1px 1px 1px white;
  font-weight: normal;
  
}

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 {

  

}





.clr {

  clear: both;

}



table.blog span.article_separator {

  display: block;

  height: 20px;

}


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;

}




/* 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: 0px;

  margin-bottom: 0px;

  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 h3{
	font-size: 24px;
	text-align: left;
	margin: 0;
	padding: 0 10px;
	color: #EE0000;
	line-height: 45px;
    font-family: 'ExoRegular';
}



div.box_header{
  width: 350px;
  height: 45px;
}


div.box_content{
  width: 350px;
  padding: 0px;
}


div.box_content2{

  padding: 0px 10px;
  
}

div.box_bottom{
  width: 350px;
  padding: 5px 0px;
}



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

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

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

#footer1, #footer1 p, #footer1 a, #footer1 a:link, #footer1 a:visited{
  font-size: 12px;
  color: #FFF;
  line-height: 32px;
}

#footer2, #footer2 p, #footer2 a, #footer2 a:link, #footer2 a:visited{
  font-size: 11px;
  color: #FFF;
  line-height: 26px;
}

/* ++++++++++++++  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;
	
}
