﻿@import url(elements.css);
@import url(header.css);

/* okno przegladarki */
html, body {
	background-image: url(../Image/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding:0;
	font-family:tahoma, sans-serif;
	font-size:11px;
	line-height:1.2em;

}

/* ogolne ust. elementow */
a {
	text-decoration:none;
	color:#000000;
}
img {
	border:0;
}
.png24 {
	behavior:url(css/iepngfix.htc);
}
ul, li {
	list-style:none;
}
p {
	margin:0 0 1em 0;
}
.separator {
	height:1px;
	margin:3px 0;
	clear:both;
}
.hand {
	cursor:pointer;
}

/* kontener - wszystko oprocz stopki */
#container {
	width:800px;
	margin:0 auto;
	padding: 0;
	position:relative;
	background-image: url(../Image/bg_header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align:left;
	min-height: 252px;
}


