html {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	background-image:url('img/bg.png');
	background-repeat:repeat-x;
}

a {
	color: #0E72B5;
	text-decoration: none;
	outline: 0px;
}
a:hover {
	color: #e4a600;
}
a img {
	border: 0px;
}

p { margin: 0 0 15px; }
h1 {
	color: #0e72b5;
	font-family: 'Roboto', Arial, Tahoma;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	text-transform:uppercase;
	margin: 0 0 14px 0;
	padding:0;
}
h2 {
	color: #0e72b5;
	font-family: 'Roboto', Arial, Tahoma;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	text-transform:uppercase;
	margin: 0 0 14px 0;
	padding:0;
}
h3 {
	color: #0e72b5;
	font-family: 'Roboto', Arial, Tahoma;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-transform:uppercase;
	margin: 25px 0 14px 0;
	padding:0;
}
#wysuwane {
	background: url("img/fbpodklad.png") no-repeat scroll 0 0 transparent;
	padding: 4px;
	width: 235px;
	height:422px;
	z-index:1000;
	position: fixed;
	margin-top: -200px; /*polowa wysokosci panelu w góre */
	right: 0px;
	top: 50%;
}
.zamknij {
	background-position: 0px 0px -242px 0px;
}
#container {
	width: 1000px;
	margin: auto;
	color: #666666;
	display:block;
	font-family: 'Roboto', Arial, Tahoma;
	font-size: 14px;
	line-height: 20px;
}

#top {
	display:block;
	float:left;
	position:relative;
	width:1000px;
	background:#fff;
	height:123px;
}

#top a#mainLink {
	display:block;
	float:left;
	margin-left:15px;
}

#mainMenu {
	position:absolute;
	bottom:1px;
	right:0;
	width:665px;
	height:47px;
	background-image:url('img/menuBg.png');
}

#menu-icon { display: hidden; width: 40px; height: 40px; background: #0e72b5 url('img/menu-icon.png') center; }
a:hover#menu-icon { background-color: #2eaadc; }	

#mainMenu ul {
	padding: 13px 0 0 20px;
	margin:0;
}

#mainMenu li {
	display: block;
	display: inline;
	padding:0;
	margin-right:22px;
}
#mainMenu li a {
	display: inline;
	text-transform:uppercase;
	font-size: 16px;
	font-weight:700;
	color: #fff;
	text-shadow: 1px 1px 0px #12486c;
}
#mainMenu li.last {
	margin:0;
}

#mainMenu li a:hover {
	color: #f6d105;
}

#slider {
	width:1000px;
	height:257px;
	position: relative;
	z-index: 1;
	display: block;
	float: left;
	background: url(img/loading.gif) no-repeat 50% 50% #fff;
}

#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#content {
	display:block; float:left; width:1000px; position:relative
}
#left {
	display:block;
	float:left;
	width:220px;
	padding-top:20px
}

#left a#bip {
	display:block;
	float:left;
	width:224px;
	height:83px;
	margin:90px 0 40px;
	background:url('img/bip.png');
}

#left #contact {
	display:block;
	float:left;
	width:100%;
	margin-bottom:30px;
}

#right {
	display:inline;
	float:right;
	width:742px;
	padding-top:24px;
	padding-bottom:25px;
}

a.archiveLink {
	display:block; margin-top:20px; float:right; color:#fff; background:url('img/submenu.png') repeat-x; transition: all 0.25s ease-in-out; -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -moz-opacity: 1.0; opacity: 1.0; filter: alpha(opacity=100); text-shadow: 1px 1px 0px #12486c; padding:7px 15px 8px; font-size: 17px; border: 1px #0d6dae solid; font-weight:bold; text-transform:uppercase;	
}

a:hover.archiveLink {
	-moz-opacity: 0.7; opacity: 0.7; filter: alpha(opacity=70);
}

#footerWrapper {
	display:block;
	float:left;
	width:100%;
	/* height:119px; */
	background-image:url('img/footerBg.png');
	background-position:bottom;
	background-repeat:repeat-x;
}

#partners {
	display:block;
	margin:auto;
	font-family:'Roboto';
	width:1000px;
	/*height:71px; */
	height:123px; 
	border-top:1px solid #e0e0e0;
	background:#fff;
	position:relative;
}

#partners h4 {
	font-size:20px;
	position:absolute;
	text-transform:uppercase;
	font-weight:700;
	color:#0e72b5;
	top:24px;
	left:20px;
	margin:0;
	padding:0;
}

#partners #logoBox{
	/* position:absolute; */
	position:relative;
	top:15px;
	left:150px;
	width:815px;
	/* height: 200px; */
}

#partners #logoBox div{
	position: relative;
}
#footer {
	display:block;
	margin:auto;
	width:1000px;
	height:48px;
}

#copyright { 
	display:block;
	float:left;
	margin-top:12px;
	font-size:12px;
	font-family:'Roboto';
	line-height:21px;
	color:#a7c3df;
}

#design { 
	display:block;
	float:right;
	margin-top:12px;
	font-size:12px;
	font-family:'Roboto';
	line-height:21px;
	color:#a7c3df;
}
#design a { 
	color:#a7c3df;
}

#design a:hover { 
	color:#fff;
}
