﻿/* Standardowa deklaracja selektorów CSS. */

* {
	margin:0;
	padding:0;
}
html {
	font-size:x-small;
}
body, input, textarea {
	font-family:inherit;
	line-height:1.4em;
	vertical-align:middle;
	font-size:inherit;
}
input.submit {
	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;
}
img, fieldset {
	border:none;
}
ul {
	list-style:none;
}
hr, legend, .hide {
	display:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
a {
	text-decoration:none;
}
big {
	font-size:1.09em;
}
small {
	font-size:0.91em;
}
a:hover {
	text-decoration:underline;
}
#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');
}
