html {
/*background-image: URL(../images/background.jpg);
background-position: top;
background-repeat: repeat-x;  */
background-color: #f6f6f6;
margin: 0;
}
body {
margin: 0;
/*background-image: URL(../images/background.jpg); 
background-position: bottom;
background-repeat: repeat-x; */
}
a:link, a:visited, a:hover {
text-decoration: none;
}
img {
border: none;
}

/* style dla blokow zdefiniowanych w szablonie */
.content {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 100%;
height: 100%;
overflow: hidden;
}
.pasek {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 2px;
background-color:#59009B;
overflow: hidden;
}
.navi {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
height: 44px;
line-height: 44px;
font-family: 'Exo', sans-serif;
font-size: 11pt;
text-align: center;
}
.main_content {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
width: 80%;
overflow: hidden;
font-family: arial;
color: #585858;
font-size: 10pt;
line-height: 150%;
}
.custom {
display: block;
margin-left: auto;
margin-right: auto;
width: 80%;
overflow: hidden;
font-family: arial;
color: #585858;
font-size: 10pt;
line-height: 150%;
}

/* Style dla linków */
.main_content a {
  color: #75b016;
}
.lof-ass,
.lofass-container {
  border: none;
}
.main_content ul {
/*list-style-image:url('../images/list.gif');*/
}
.main_content ul li a {
color: #585858;
}
.main_content ul li a:focus,
.main_content ul li a:hover {
  color: #55ae0c;
  font-weight: normal;
  text-decoration: underline;
}
/* Style dla nagłówków */
.footer_text h3 {
font-family: 'Exo', sans-serif;
color: #fff;
font-size: 14pt;
}
h1 {
  font-family: 'Exo', sans-serif;
color: #75b016;
font-size: 16pt;
  font-weight: normal;
}
h2, .moduletable_menu h3 {
  font-family: 'Exo', sans-serif;
color: #75b016;
font-size: 14pt;
  font-weight: normal;
}
/* inne */
.moduletable_menu {
display: block;
float: right;
width: 250px;
margin-left: 25px;
}
.main_content ul.menu {
list-style: none;
padding: 0;
}
.main_content ul.menu li {
padding: 0;
}
.content_text {
display: block;
  width: 650px;
float: left;
}
.article-info-term {
  display: none;
}
.create {
font-size: 8pt;
font-style: italic;
color: blue;
}


@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: local('Exo ExtraLight'), local('Exo-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/exo/v2/d9oksOrpfmlGlMp-LRw3pQ.woff) format('woff');
}
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: local('Exo Regular'), local('Exo-Regular'), url(http://themes.googleusercontent.com/static/fonts/exo/v2/NhShzqosC_KzkbrKRjCNPA.woff) format('woff');
}
