@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic|Open+Sans+Condensed:700&subset=latin,latin-ext);

html {
  overflow-y: scroll;
}

body {
  margin: 0px;
  font-family: 'Source Sans Pro', Arial, Geneva, Helvetica, sans-serif; 
  qtext-rendering: optimizelegibility;
}

#content {
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #333;
  width: 660px; 
  text-align: justify;
  line-height: 160%;
  margin-top: -10px;
  font-family: 'Source Sans Pro', Arial, Geneva, Helvetica, sans-serif; 
}

#content h1, #content h2, #content h3, #content h4 {
   color: #505050;
   font-family: 'Open Sans Condensed', Arial, Geneva, Helvetica, sans-serif;
   font-weight: 700; 
   text-shadow: rgba(255, 255, 255, 0.7) 0px 1px 0;
   margin: 0px;
   padding: 0.5em 0em 0.2em 0em;
   -webkit-margin-before: 0em;
   -webkit-margin-after: 0em;
} 

#content h1 {
  color: #4da8f0;
  font-size: 32px;
}

#content h2 {
  font-size: 28px; 
  margin-top: 0px;
}

#content h3 {
  color: #4da8f0;
  font-size: 23px;
}

#content h4 {
  font-size: 19px;
}

#content a {
  color: #40a0e8;
}

#main {
  width: 1000px; 
  margin: 0em auto;
}

#menu {
	font-size: 16px; 
	color: #888;
	font-weight: 600;
}

#menu a, #lmenu a {
	color: #888;
	text-decoration: none;
}

#menu a:hover, #lmenu a:hover {
	color: #4da8f0;
}

#lmenu {
	float: left; 
	width: 280px; 
	margin: 0px; 
	padding: 0px;

	font-family: 'Source Sans Pro', Arial, Geneva, Helvetica, sans-serif;
	font-size: 16px; 
	color: #666;
	font-weight: 500;
	line-height: 140%;
}

#lmenu li {
	padding-top: 5px;
	padding-bottom: 0px;
	border: 0px solid red;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 13px; 
  color: #8e8e8e;
  margin-bottom: 10px;
}

#footer a {
  color: #8e8e8e;
}

#footer .sep {
  margin: 0px 10px;
}

#footer .copyright {
  color:#c4ced5;
}

#footer p {
  margin-bottom: 8px;
  margin-top: 0px;
}

.cms_file_list {
	font-size: 12px;
}

table.grids_cennik {
	border: 1px solid #38a;
	width: 550px;
	border-collapse: collapse;
}

table.grids_cennik thead tr {
	background: #38a;
	
}

table.grids_cennik thead th {
	color: #fff; 
 	padding: 2px 6px;
}
table.grids_cennik thead tr th:first-child {
 	qborder-right: 1px solid #5ac;
}

table.grids_cennik tbody td {
	padding: 2px 4px;
	border-top: 1px solid #acf;
}
table.grids_cennik tbody tr:first-child td {
 	border-top: none;
}

table.grids_cennik tbody tr td:first-child {
 	qborder-right: 1px solid #acf;
}

table.grids_cennik tr td:last-child,
table.grids_cennik tr th:last-child {
 	text-align: center;
	width: 100px;
}

a img {
 	border: none;
}

#content li {
 	text-align: left;
}

b, strong, th {
	font-weight: 600;
}
