@charset "utf-8";
html {
	padding: 0;
	margin: 0;
	/*width:100%;
	height:100%;*/
	}
body {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	outline:none;
	background-color:#fff;
	background:url(img/bg.jpg) no-repeat center top;
	/*width:100%;
	height:100%;*/
}
a {
	color:#2e6dcb;
	text-decoration:none;
	
}
.main-body{
	width:800px;
	height:auto;
	margin:auto auto;
}
.top-1{
	width:800px;
	height:277px;
	clear: both;
	float: left;
}
.top-2{
	width:800px;
	height:27px;
	text-align:right;
	float: right;
	clear: both;
}
.top-3{
	width:800px;
	height:80px;
	float: right;
	clear: both;
	text-align: left;
}
.logo{
	width:297px;
	height:48px;
	float:left;
	margin-top: 30px;
}
.sponsorzy{
	width:800px;
	height:100px;
	clear:both;
	float:left;
}

.menu-1 *, .menu-2 *, .menu-3 *, .menu-4 *{
	  display: none;
}	
.menu-1 {
	width:200px;
	height:105px;
	display:block;
	float:left;
	background:url(img/tedex-logo.png) left top no-repeat;
}
.menu-1 span.hover {
	width:200px;
	height:105px;
	display: block;
	background:url(img/tedex-logo.png) left bottom no-repeat;
	cursor:pointer;
}
.menu-2 {
	width:200px;
	height:105px;
	display:block;
	float:left;
	background:url(img/sonax-logo.png) left top no-repeat;
}
.menu-2 span.hover {
	width:200px;
	height:105px;
	display: block;
	background:url(img/sonax-logo.png) left bottom no-repeat;
	background:url(img/sonax-logo.gif) left bottom no-repeat\9;
	cursor:pointer;
}
.menu-3 {
	width:200px;
	height:105px;
	display:block;
	float:left;
	background:url(img/powermed-logo.jpg) left top no-repeat;
}
.menu-3 span.hover {
	width:200px;
	height:105px;
	display: block;
	background:url(img/powermed-logo.jpg) left bottom no-repeat;
	cursor:pointer;
}
.menu-4 {
	width:200px;
	height:105px;
	display:block;
	float:left;
	background:url(img/dwor-swietoszowka-logo.jpg) left top no-repeat;
}
.menu-4 span.hover {
	width:200px;
	height:105px;
	display: block;
	background:url(img/dwor-swietoszowka-logo.jpg) left bottom no-repeat;
	cursor:pointer;
}
.news{
	width:780px;
	min-height:150px;
	background:url(img/news-bg-top.gif);
	clear:both;
	float:left;
	padding: 10px 10px 0px 10px;
	margin-top: 30px;
}
.files{
	width:780px;
	min-height:40px;
	background:url(img/files-bg-top.gif);
	clear:both;
	float:left;
	padding: 10px 10px 0px 10px;
	margin-top: 10px;
}
.news-bottom{
	width:800px;
	height:10px;
	background:url(img/news-bg-bottom.gif) no-repeat left bottom;
	clear: both;
	float: left;
}
.tytul{
	font-weight:bold;
	color:#2e6dcb;
	height: 20px;
	font-size:12px;
}
.autor{
	color:#9b9a9a;
	height: 20px;
}
.tresc{
	color:#1f1f1f;
	text-align:justify;
	line-height: 18px;
}
.zdjecie *{
	text-align:left;
	border:none;
	padding-top: 5px;
}
.footer{
	margin-top:10px;
	width:780px;
	height:40px;
	clear: both;
	float: left;
	padding: 25px 10px 0px 10px;
	text-align: left;
	color:#666;
	background:url(img/footer.jpg) no-repeat top left;
}
.footer-links a{
	padding:2px 4px 3px 4px;
}
.footer-links a:hover{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#2e6dcb;
	color:#FFF;
}

.file-pdf a{
	width:auto;
	min-width:200px;
	height:22px;
	display:block;
	float:left;
	clear:both;
	padding:8px 6px 0px 40px;
	background-image:url(img/pdf.gif);
	background-repeat:no-repeat;
	background-position:7px 3px;	
}
.file-doc a{
	width:auto;
	min-width:200px;
	height:22px;
	display:block;
	float:left;
	clear:both;
	padding:8px 6px 0px 40px;
	background-image:url(img/doc.gif);
	background-repeat:no-repeat;
	background-position:7px 3px;	
}
.file-txt a{
	width:auto;
	min-width:200px;
	height:22px;
	display:block;
	float:left;
	clear:both;
	padding:8px 6px 0px 40px;
	background-image:url(img/txt.gif);
	background-repeat:no-repeat;
	background-position:7px 3px;	
}
.file-foto a{
	width:auto;
	min-width:200px;
	height:22px;
	display:block;
	float:left;
	clear:both;
	padding:8px 6px 0px 40px;
	background-image:url(img/foto.gif);
	background-repeat:no-repeat;
	background-position:7px 3px;	
}

.file-pdf a:hover, .file-doc a:hover, .file-txt a:hover, .file-foto a:hover{
	background-color:#E6E6E6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
}
.copyrights{
	color:#CCC;
	text-align:left;
	height:30px;
	clear:both;
	float:left;
	padding:8px 0px 0px 8px;
}

