﻿/* Standardowa deklaracja selektorów CSS. Wersja: 0.3 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:1em;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline:0;
}
html {
	font-size:x-small;
	line-height:1.4em;
}
body, input, textarea, option, select {
	font-family:inherit;
	line-height:inherit;
	font-size:1em;
}
input.submit, button {
	cursor:pointer;
}
p, ul, ol, dl, table, form, h2, h3, h4, h5, h6 {
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
}
img, input, button {
	vertical-align:middle;
}
textarea {
	vertical-align:bottom;
	font-family:inherit;
}
ul {
	list-style:none;
}
cite, blockquote, q {
	font-style:normal;
}
hr, legend, .hide {
	display:none;
}
* html legend {
	margin-left:-7px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
th {
	font-weight:bold;
	text-align:center;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
big {
	font-size:1.30em;
}
small {
	font-size:0.75em;
}
#container {
	position:relative;
}
#footer {
	clear:both;
}
.left-col {
	float:left;
}
.right-col {
	float:right;
}
.last {
	background-image:none !important;
}
* html body {
	behavior:url('csshover.htc');
}