/* CSS Document */
@import url("reset.css"); 
body {
	font-size:62.5%;
}

p, input, textarea, label, li, select, option {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
	color:#484848;
}
input {
	line-height:1.1em;
}
p, ul, ol {
	padding-bottom:1em;
	
}
p {
    text-align:justify;
}
ul {
	list-style-image:url(../images/ul.png);
	margin-left:0.5em;
}

ol {
  list-style-type:decimal; 
  margin-left:4em; 
}

ul ul, ol ol {
	padding-bottom:0em;
}
li li {
	font-size: 1.0em;
}
li {
	background-image:url(../images/icon_barley.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:1em;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#484117;/*#4b4b4b;*/
	padding-bottom:1em;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration:underline;
}

h1 {
	font-size:1.5em;
	line-height:1.3em;
	
}
h2 {
	font-size:1.4em;
	line-height:1.3em;
}

h3 {
	font-size:1.3em;
	line-height:1.6em;
}

h4 {
	font-size:1.2em;
	font-weight:bold;
	line-height:1.5em;
	color:#6F6530;
}

h5 {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.5em;
	color:#6F6530;
}

a {
	color:#8e7c2c;
}

a:hover {
	text-decoration:none;
}

.color-red-01 {
	color:#c12119;
}

.color-gray-01 {
	color:#969696;
}

.color-gray-02 {
	color:#c6c6c6;
}

.color-gray-03 {
	color:#424242;
}
.color-baige-01 {
	color:#ddcd89;
}
.color-olive-01 {
	color:#5e5416;
}
.color-olive-02 {
	color:#cdc6a9;
}
.color-olive-03 {
	color:#AFA478;
}
.color-white {
	color:#FFF;
}

.color-black {
	color:#000 !important;
}

a.color-white:hover {
	background-color:transparent !important;
	color:#f4f0dd;
}

a.next {
	background-image:url(../images/icon_arrow05.png);
	background-repeat:no-repeat;
	background-position:center right;	
	padding-right:23px !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
	color:#000000 !important;
	font-weight:bold;
	text-decoration:none;
}
a.prev {
	background-image:url(../images/icon_arrow06.png);
	background-repeat:no-repeat;
	background-position:center left;	
	padding-left:23px !important;
	padding-top:2px !important;
	padding-bottom:2px !important;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.download {
	background-image:url(../images/download.png);
	background-repeat:no-repeat;
	background-position:center left;	
	padding-left:30px !important;
	padding-top:7px !important;
	padding-bottom:7px !important;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.prev:hover, a.next:hover, a.download:hover {
	color:#8e7c2c  !important;
	text-decoration:none  !important;
}
.line-beige {
	border-top:1px solid #9e8d42;
	height:5px;
}
img.obrazek-z-lewej {
   float:left;
   margin-right:10px;
   margin-bottom:10px;
   clear:left;
   border:4px solid #DFD7B5;
}
img.obrazek-z-prawej {
   float:right;
   margin-left:10px;
   margin-bottom:10px;
   clear:right;
   border:4px solid #DFD7B5;
}

.ramka {
  border:1px solid #DEDEDE;  
  background-color:#F7F7F7;
  padding:10px; 
  overflow:hidden;
}
.bez_odstepu {
  padding:0px !important;
}

.podkreslenie {
    border-bottom:1px solid #f4f1e7;
    padding-bottom:10px !important;
    margin-bottom:10px !important;
}




