/* Start of CMSMS style sheet 'Barbara-JAGD' */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: none;
	background-color: inherit;
	color: #fbe705;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #fbe705;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #fbe705;
}
/*****************basic layout *****************/
body {
	margin: 15px;
	padding: 0;
	color: #FFF;
	background: #005723 url(uploads/images/grafika/body-tlo.gif) repeat-x left top;
}
div#cien {
	background: url(uploads/images/grafika/body-cien-poziomy.gif) repeat-y left top;
	width: 967px;
	margin: 0 auto;
	background-color: #000;
}
div#pagewrapper {
	background: url(uploads/images/grafika/body-cien-gora.gif) no-repeat left top;
	width: 951px;
	padding:8px 8px 0 8px;
	margin: 0 auto;
}
div#header {
	height: 153px;
	margin: 0;
	padding: 0;
	background: #000;
}
div#pasekmenu {
	width:951px;
	height:25px;
	margin: 0 auto;
	background: url(uploads/images/grafika/menu-tlo.gif) repeat-x left top;
}
div#jezyki {	
	width: 76px;
	float: right;
	padding: 5px 6px 0 0;
}
div#content {
	clear:both;
	padding: 1.5em 0 0 0;
	background-color: #007731;
}
div#main {
	padding: 10px 15px 10px 29px;
}

div#pasekfot {
	float:left;
	width:951px;
	margin: 0 auto;
	background-color: #17773a;
	border-top: solid 6px #11582b;
}

div#pasekfot img {
	margin:0px;
	border:0px;
	padding:0px;
}

div#footer {
	clear:both;
	width:951px;
	height:36px;
	color: #6b9963;
	background: url(uploads/images/grafika/stopka-tlo.gif) repeat-x left top;
}

div#footer p {
	font-size: 11px;
	padding: 12px 20px 0 0;
	text-align: right;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #00ff5d;
}
div#cien_dol {
	background: url(uploads/images/grafika/body-cien-dol.gif) no-repeat left top;
	width: 967px;
	height:8px;
margin: 0 auto;
}
/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
div#content h2 {
	color: #0c5627;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 20px;
	margin: 0 0 0.5em 0;
}
div#content h3 {
	color: #fbe705;
	font-size: 1.5em;
	text-align: left;
	padding-bottom: 20px;
	margin: 0 0 0.5em 0;
}
div#content h4 {
	color: white;
	font-weight:normal;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 0.7em 60px;
}
div#content h4 a {
	color: white;
}
div#content h5 {
	color: #0c5627;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
h6 {
	color: #0c5627;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
	font-size: 1.1em;
	margin: 0 0 1.5em 0;
	line-height: 1.2em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	margin: -1.5em 0 1.5em 0;
}
div#main ul li,
div#main ol li {

	line-height: 1.5em;
	margin: 0 0 0.25em 21px;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */
div#main table {
	line-height: 1.2em;
}

div#main table td {
padding:4px 0;
}

[[strip]]
#cookie_consent { 
 background: #000;
 position: fixed;
  bottom: 0;
  float: left;
  z-index: 10000000000000;
  width: 100%;
  padding: 30px 0;
  /*filter: alpha(opacity=70);
  opacity: 0.7;*/
}
#cookie_consent p {
 text-align: center;
  color: #fff;
 font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0 0 10px 0;
  /*filter: alpha(opacity=100);
  opacity: 1;*/
}
#cookie_consent a.accept_cookies {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #6c0;
}
#cookie_consent a.more_info {
 margin: 0 5px;
  padding: 5px;
  color: #000;
 font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  background: #ccc;
}
[[/strip]]
/* End of 'Barbara-JAGD' */

