@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;	
	height: 100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#wrapp{
	min-height: 100%;
	height: auto;
	height: 100%;
	margin: 0 auto -49px;	
	
}

#top{
	width: 100%;
	min-width: 980px;
	height: 93px;	
	background-image: url(img/top_bg.jpg);
	position: fixed;
	z-index: 40;
}

#logo{
	float: left;
	display: inline;	
}

#menu_top{
	float: left;
	display: inline;
	line-height: 93px;	
	margin-left: 200px;
}

#menu_top .menu{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;	
	text-shadow: 0.1em 0.1em 0.3em #3e3e3e;
}

#menu_top .menu li{
	display: inline;
	padding: 25px;
	border-left: solid 1px #a0ca60;
}

.menu a{
	color: #FFF;	
	text-decoration: none;	
}

.menu a:hover{
		color: #ffc097;		
}

.szerokosc{
	margin: 0 auto;
	width: 980px;
	height: auto;	
}

a{
		outline: 0;		
}

img{
	border: 0;

}

#push{
	height: 49px;
	clear: both;
}	

#footer{
	width: 100%;
	min-width: 980px;
	height: 49px;
	background-image:url(img/footer_bg.jpg);
	position: fixed;
}	

#copyright{
	float: left;
	display: inline;
	line-height: 49px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	margin-left: 20px;
	text-shadow: 0.1em 0.1em 0.3em #3e3e3e;
	
}

#autor{
	float: right;
	display: inline;
	line-height: 49px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;		
	margin-right: 20px;
	text-shadow: 0.1em 0.1em 0.3em #3e3e3e;
}

#autor a{
	text-decoration: none;	
	color: #cfcfcf;
}

#autor a:hover{
	color: #ffc097;	
}

#menu_footer{
	display: inline;
	float: left;	
	line-height: 49px;
	margin-left: 60px;
}

#menu_footer .menu{
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;	
	text-shadow: 0.1em 0.1em 0.3em #3e3e3e;
}

#menu_footer .menu li{
	display: inline;
	padding: 10px;

}

#home{
	color: #000;
	padding-top: 100px;
	margin: 0 auto;
}

#hi{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 20px;	
	text-shadow: 0.1em 0.1em 0.3em #CCC;	
	text-align: center;
	padding: 20px;
}

#slideshow {
    position:relative;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slider{
	margin-left: 200px;	
}

#slider2{
	margin-left: 50px;
}

#cien{
	margin-top: 25px;
	margin-left: 200px;	
}

#wysokosc{
	height: 350px;	
}

#wysokosc2{
	height: 110px;	
}

.tekst{
	text-align: center;	
}

#formularz{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	text-align: left;
	display: inline;	
}

#formularz div{
	padding: 5px;	
}

#adres{
	float: right;
	display: inline;
		
}