﻿@charset "utf-8";
/* CSS Document New Antica*/

body{
	margin: 0 auto;
	padding: 0px;
	width: auto;
	height: auto;
	background: url(pliki/bck-main.jpg) top center repeat-x #d1d1d1;
	font-family: 'Average Sans', sans-serif;
}

ul {list-style-image: url(klucz.png);}
ul {list-style: disc inside url(klucz.png);}

a img,
img a{
	border: none;
}
.modulContent p{
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
}
.modulFooter p{
	font-size: 16px;
	color: #FFF;
	margin: 0 auto;
}
.modulFooter p a{
	color: #FFF;
	text-decoration: none;
}
.modulFooter p a:hover{
	color: #FF0;
}

/*font styles*/
	h1,h2,h3,h4,h5,h6{
		font-family: Average Sans;
		text-align: center;
	}
	h1{
		font-size: 28px;
	}
	h2{
		font-size: 24px;
	}
	h3{
		font-size: 20px;
	}
	h4{
		font-size: 20px;
		font-weight: normal;
	}
		h4 a{
			text-decoration: none;
			color: #000;
		}
		h4 a:hover{
			text-decoration: none;
			color:#FF0;
		}
	h5{
		font-size: 14px;
	}
	h6{
		font-size: 10px;
	}	
	

#wrapperTop,
#wrapperContent,
#wrapperFooter{
	clear: both;
	overflow: hidden;
	width: 100%;
	/*szerokosc strony 1000px*/
	min-width: 1000px;		
	margin: 0;
	height: auto;
	background: none;
}

	.modulTop,
	.modulContent,
	.modulFooter{
		/*określenie szerokosci strony*/
		width: 1000px;
		margin: 0 auto;	
	}
	
	/*top*/
	
	.modulTop{
		height: 455px;
	}
		.modulTop .slider{
			margin: -50px;
			position: relative;
			z-index: -9999;
		}
		.modulTop .logo{
			position: absolute;
			float: left;
			z-index: 99999;
			top: 5px;
			width: 500px;
			height: 160px;
			background: none;
		}
		.modulTop .tagline,
		.modulTop .mainmenu{
			position: relative;
			z-index: 9999;
			margin: 0 auto;
			left: 0px;
			height: 50px;
			width: 1000px;
			background: url(pliki/black75.png) repeat;
		}
			.tagline{
				top: 20px;
				text-align: right;
			}
			.mainmenu{
				bottom: 20px;
			}
				.mainmenu ul{
					text-align: center;
					margin: 0 auto;
					padding: 15px 0px;
				}
				.mainmenu ul li{
					display: inline;
					list-style: none;
					margin: 0 auto;
				}
				.mainmenu ul li a{  
					font-family: Average Sans, sans-serif;
					font-size: 18px;
					font-weight: normal;
					text-transform: uppercase;
					color: #FFF;
					overflow: hidden;
					padding: 10px 25px 10px 25px;
					text-decoration:none;
					background: none;
				}
				.mainmenu ul a:hover{
					text-decoration:none;
					color: #000;
					background: #FF0;
					-webkit-border-radius: 10px;
					-moz-border-radius: 10px;	
					-khtml-border-radius: 10px;	
					border-radius: 10px;					
				}				
			
	/*content*/
		.modulContent .content{
			padding: 20px;
			margin-bottom: 30px;
			overflow: hidden;
			min-height: 430px;
		}
			.content .left{
				float: left;
				text-align: left;
			}
			.content .right{
				float: right;
				text-align: right;
			}
				.group1 img{
					border: none;
					margin: 20px 0px 0px 0px;
				}
			
		/*ustawienie szerokosci dla divow w contencie*/
			.szer60{
				width: 60%;
			}
			.szer40{
				width: 40%;
			}
		
		/*ustawienie tełek dla podstron*/
			.glowna{
				background: url(pliki/bck-glowna.png) top left no-repeat;
			}
			.onas{
				background: url(pliki/bck-onas.png) top left no-repeat;
			}
			.serwis{
				background: url(pliki/bck-serwis.png) top left no-repeat;
			}
			.sprzedaz{
				background: url(pliki/bck-sprzedaz.png) top left no-repeat;
			}
			.kontakt{
				background: url(pliki/bck-kontakt.png) top left no-repeat;
			}			
	
        .bxslider li {
        	list-style: none;
        }	
	
	/*footer*/
		.modulFooter{
			height: 100px;
			padding-bottom: 20px;
			background: url(pliki/bck-footer.png) top center repeat-x;
		}
			.modulFooter .left{
				float: left;
				width: auto;
				height: auto;
				padding: 27px 20px;
				text-align: left;
			}
			.modulFooter .right{
				float: right;
				width: auto;
				height: auto;
				text-align: right;
			}