@charset "utf-8";
/* CSS Document */

.banner {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 0px;
}

#mainpage{
	width:100%;
	height:800px;
	position:relative;
	background:url(../images/main.jpg) no-repeat;
}
ul#newslist{
	position:absolute;
	list-style:none;
	left:20px;
	top:280px;
}
#newslist li{
	display:block;
	float:left;

}
#newslist li.newsbig{
	margin:0 20px 0 0;
	width:190px;
}

#newslist li.news{
	margin:55px 0 0 2px;
	width:195px;
	height:225px;
	padding:20px 0px 0px 0px; 
  
}
/*Dla IE*/
* html body #newslist li.news{
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,  src='images/poster_bcg.png');
}
/* Dla reszty*/
/* IE ignores styles with [attributes], so it will skip the following. */
html>body #newslist li.news[class] {
	background:url(../images/poster_bcg.png) left 15px no-repeat;	
}

#newslist li.news img {margin:0px auto;display:block;}	
* html body #newslist li.news .newsposter img {z-index:100;position:absolute;margin:0px 0px 0px 50px;}	
#newslist li.newsbig span img.replacement, #newslist li.news span img.replacement {
 /*float:left;
 display:block;*/
 display:inline;
}

.newsposter{
	margin:5px 0 0 0;
}
.newsimg{
	margin:0 auto;
	text-align:center;
}
h1.newstitle{
	margin:0;
	padding:0;
	font-size:1em;
}
#newslist li.news h1.newstitle{
	padding:0 0 0 25px;
}
#newsletter{
	position:absolute;
	left:60px;
	top:625px;
	width:170px;
	height:135px;
}
#newsletter p{
	font-size:0.8em;
	line-height:1.1em;
}
h1#hnewsletter{
	font-size:1em;
	margin:0;	
	padding:0;
	height:20px;	
	text-indent:-1000em;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/newsletter.png');
}
h1#hnewsletter[id]{
	background:url(../images/newsletter.png) no-repeat;
}

.newsletter_form{
	height:20px;
	margin:0;
	padding:0;	
}
.newsletter_adr{
	width:142px;
	font-size:0.8em;
	line-height:18px;
	height:18px;
	border-style:none;
	margin:0;
	padding:0;
	display:block;
	float:left;
}
.newsletter_go{
	font-size:0.8em;
	height:19px;
	width:17px;	
	border-style:none;
	display:block;
	float:left;
	margin:0 0 0 5px;
	padding:0;
}

#gallery{
	position:absolute;
	left:270px;
	top:625px;
}
h1#hgallery{
	font-size:1em;
	margin:0 0 10px 0;	
	padding:0;
	height:20px;		
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/galeria.png');
}

h1#hgallery[id]{
	background:url(../images/galeria.png) no-repeat;	
}
#hgallery a {
	display:block;
	width:80px;
	height:20px;
	text-indent:-1000em;
	text-decoration:none;
}

ul#gallerylist{
	list-style:none;
	margin:0;
	padding:0;
}
#gallerylist li{
	display:block;
	float:left;
	margin:0 5px 0 0;	
	padding:0;
}

#video{
	position:absolute;
	right:15px;
	top:625px;
}
h1#hvideo{
	font-size:1em;
	margin:0 0 10px 0;	
	padding:0;
	height:20px;		
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=noscale, src='images/video.png');
}

h1#hvideo[id]{
	background:url(../images/video.png) no-repeat;	
}
#hvideo a {
	display:block;
	width:80px;
	height:20px;
	text-indent:-1000em;
	text-decoration:none;
}

ul#videolist{
	list-style:none;
	margin:0;
	padding:0;
}
#videolist li{
	display:block;
	float:left;
	margin:0 5px 0 0;	
	padding:0;
}
