* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #fff url(img/body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #565656;
}
#container {
	background: url(img/container.jpg) 50% 0 no-repeat;
}
#header {
	height: 315px;
}
#logo {
	position: absolute;
	top: 13px;
	left: 4px;
	width: 272px;
	height: 68px;
}
#content {
	width: 560px;
	margin: 30px 80px 30px 0;
	float: right;
}
#sidebar {
	width: 250px;
	margin: 165px 0 30px 40px;
	float: left;
}
#menu {
	position: absolute;
	top: 93px;
	left: 38px;
	width: 254px;
	height: 232px;
	background: url(img/menu.jpg) 0 100% no-repeat;
	padding-bottom: 150px;
}
#footer {
	background: url(img/footer.jpg) repeat-x;
	clear: both;
	margin-top: 20px;
}
	#footer .wrapper {
		background: url(img/footer-wrapper.jpg) 50px 0 no-repeat;
		height: 107px;
		padding-top: 20px;
	}
div.wrapper {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
h1, h2 {
	font-family: 'trebuchet ms';
}
h1 {
	color: #018292;
	font-size: 1.6em;
	margin-bottom: 16px;
}
h2 {
	color: #01AFC6;
	font-size: 1.2em;
	margin: 16px 0 10px;
}
p {
	line-height: 1.5em;
	margin: .8em 0;
}
	#footer p {
		font-size: .9em;
	}
big {
	display: none;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
	#content a {
		color: #018292;
	}
	#footer a {
		color: inherit;
	}
	a#seo4 {
		position: absolute;
		right: 0;
		top: 20px;
	}

#languages {
	position: absolute;
	top: 10px;
	right: 80px;
}
#languages li {
	float: left;
}
#languages a {
	display: block;
	margin: 0 5px;
	width: 21px;
	height: 15px;
	border: 2px solid #9c8e8e7;
}
#languages span {
	display: none;
}
#pl {
	background: url(img/flags/pl.png);
}
#en {
	background: url(img/flags/en.png);
}
#menu ul {
	width: 179px;
	margin: 20px 0 0 17px;
}
#menu li {
	background: url(img/menu_li.jpg) 0 100% no-repeat;
	padding-bottom: 1px;
}
#menu a {
	text-decoration: none;
	color: #fff;
	padding: 3px 5px 6px 30px;
	display: block;
	font-size: 1.2em;
	background-position:  2px 4px;
	background-repeat: no-repeat;
}
#menu a.current {
	background-image: url(img/menu-active.jpg);
}
#menu a:hover {
	background-color: #00A6B5;
	background-image: url(img/menu-hover.jpg);
}

div.strong {
	border: 1px solid;
	border-color: #C7F4FF #94EAFF #94EAFF #C7F4FF;
	background: #FAFEFF url(img/strong.jpg) repeat-x;
	margin: 20px;
	padding: 8px 12px;
	text-align: center;
	font-family: 'trebuchet ms';
	font-weight: bold;
	font-size: 1.2em;
	color: #018292;
}

/*
LISTY
*/
#menu li,
#slideshow li,
#languages {
	list-style: none;
}
#content ul {
	margin-bottom: .8em;
}
#content li {
	margin-left: 16px;
}
#adres,
#telefony,
#copy {
	float: left;
	padding: 10px;
}
#adres {
	width: 230px;
	margin-left: 160px;
	padding-top: 10px;
}
#telefony {
	width: 190px;
	margin: 0 30px;
	text-align: center;
	border-width: 0 1px;
	border-style: dotted;
	border-color: #aaa;
}
#copy {
	padding-top: 20px;
}
/*
slideshow
*/
#slideshow {
	height: 105px;
	position: relative;
}
#slideshow li {
	display: none;
	position: absolute;
}
#slideshow li.active {
	display: block;
}
#slideshow li.active {
    z-index:10;
}
#slideshow li.last-active {
    z-index:9;
}
