/* Based on work by Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
table {border-collapse: separate; border-spacing: 0}
caption, th, td {text-align: left; font-weight: 400}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none}

/* ------------- */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0} 
.clearfix {display: inline-block} html[xmlns] .clearfix {display: block} 
* html .clearfix {height: 1%}
.overflow {
	overflow: hidden;
	height: 100%
}
/* ------------- */

body {
	background: #fff url(/drzewo.png) no-repeat top;
	line-height: 1.5;
	margin-bottom: 1.5em
}

hr {
	border: solid #99ca3e;
	border-width: 0 0 1px 0;
	height: 0;
	clear: both;
	margin: 15px 0
}

#container {
	position: relative;
	top: 250px;
	margin: 0 auto;
	width: 450px
}
#container h1, h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 20px;
	color: #4f362d;
	margin: 0 0 17px 0;
	font-style: italic;
	font-weight: lighter
}
#container p {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #555;
	margin: 20px 0
}
#container p a, #container p a:visited {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #2163a5;
	text-decoration: none;
	border-bottom: 1px solid #2163a5;
	padding-bottom: 1px
}
#container p a:hover {
	background: #fffad2
}

