/* Milhist CSS Document */
* {
padding: 0;
margin: 0;
}
body {
  font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
  font-size: 75%;
	background-color:#C2D8DA;
	background-image: url('pics/floral_pattern.png');
	color: #330066;
}
html, body {
  height: 100%;
}
#container {
  min-height: 100%;
  width: 760px;
  margin: 0 auto;
  background-color: #CEDFE1;
  color: #003366;
  border-left: 2px solid #C4D9DB;
  border-right: 2px solid #C4D9DB;
}
* html #container {
  height: 100%;
}
#header {
  height: 156px;
  padding-top:15px;
  
  background-color: blue;
  border-bottom:2px solid white;
}
#footer {
  width: 760px;
  height: 39px;
  padding-top: 10px;
  margin: -50px auto 0 auto;
  background-color:#CEDFE1;
  border-top:1px solid blue;
}
#main {
  padding: 4em;
  border-top: 2px solid red;
}
#clearer {
  height: 50px;
}
h1 {
  font-family: Bookman Palatino Times, serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height:130px;
  padding: 10px 0 0 150px;
  background: white url('pics/XW-herb-02.jpg') no-repeat 20px 0;
}
h2 {height:42px;line-height:42px;font-size:1.4em;margin:3em 0 1em 0;padding:0 1em 0 40px;background: #AACCFF url('pics/XW-herb-03.png') no-repeat 6px 2px}
h3 {font-size:1.2em;margin:3em 0 1em 0;padding:0 0 0 1em;text-transform:uppercase;background-color:#AACCFF;}
table h3 {margin:0}


h4 {margin:3em 0 1em 0;padding:0.1em 1em;width:30%;background-color:#AACCFF;}
a {color:blue;}
p {margin: 0 10px 1em 1em;}
#footer p {margin-left: 1em;}
#header p {margin:0 0 0 1em;color:#99CCFF;}
#header a {margin-right:0.5em;color:#99CCFF;text-decoration:none;font-weight:bold}
#header a:before {content:" ≻";}
ul {
  margin: 0 1em 2em 2em;line-height:1.8em;
}
ul a {text-decoration:none;}
ul.horlist {
          	font-size: small;
          	list-style: none;
            padding: 0.2em;
          	border-bottom: 0px solid red; 
}
.horlist li {
          	display: inline;
          	padding:0;

}
.horlist li:before { content: " •";}
.horlist li:before a { content: " ☞";}
.horlist li:after { content: " "; }
.horlist li a:after { content: " "; }
.horlist li a:first-child:before { content: "☞";  font-size:130%;}
.horlist li:last-child:after { content: " "; }
.horlist a {text-decoration:none; color: blue; font:90% Georgia, Times, serif; font-style: ;}
.horlist {line-height: 1.8;}

/* dla html etities */
span.logo1 {font-size:120%;}
span.kroplogo {background-color:black;color:white;padding:0.1em}

table { margin: 0.2em 0 1em 1em; background-color: #C2D8DA;border:0px solid black;border-spacing: 0;}
table td {min-width:4em; padding:0.2em; border-width: 1px 1px 1px 1px;border-style: outset outset outset outset;border-color: black;}
table th {padding: 0.6em;border: 1px solid black}

caption {background-color: #AACCFF;padding:0.4em;margin-bottom:0;text-transform:uppercase;}
