/* 
    AUTHOR: Krzysztof Dróbek
            cypismail@yahoo.pl
            http://digitalart.yoyo.pl
*/


* { margin: 0; padding: 0; }

body { 
background: url(pliki/bg.jpg) #421c0b repeat fixed;
	font: 100% "Tahoma", sans-serif;
	color:black;
	
}

p { font-size: 1.0em; line-height: 1.2em; margin-bottom: 1.2em; }
p.metadata { background: #4e4e4e; padding: 3px;}
a {outline: none; color: #1fa1e5;}
a img { border: none; }
b {font-size:0.9em; }


a:link { color: #f5c98c; text-decoration: none; background-color: transparent }
a:visited { color: #d69c4b; text-decoration: none; background-color: transparent }
a:hover { color: #d69c4b; text-decoration: underline; background-color: transparent }
a:active { color: white; text-decoration: underline; background-color: transparent } 




h1 {
	font-family: Franklin Gothic Medium;
	font-size: 2.0em;
	font-weight: bold;
	color: #5e5e5e;
	text-align: center;
	}

h2 {
	font-family: Franklin Gothic Medium;
	font-size: 1.0em;
	font-weight: normal;
	color: #1fa1e5;
	text-align: center;
	}


/* struktura strony */

#banner{
	background: url(pliki/bannerbg.jpg) repeat-x;
	text-align:center;
	height: 293px;
	margin-top:20px;
	position: relative;
}

#cos{
	float:center;
	margin:0 auto;
	position: relative;
	width:980px;
}



#main{
	width:956px;
	float:center;
	margin:0 auto;


}
#animacja{
	position:absolute;
}

#top{
background: url(pliki/content.png) no-repeat;
min-height:342px;


	
}

#content{
	background: url(pliki/content_bg.png) repeat-y;
	width:754px;
	min-height:500px;
	margin:0 auto;
	float:left;
}

#tekst{
	text-align:left;
	padding:80px;
	padding-bottom:0px;

}


#footer{
	background: url(pliki/footer.png) no-repeat;
	text-align:center;
	padding-top:45px;
	height:85px;
	width:755px;
	float:left;
	color:white;
	font-size:0.8em;

}


#navi{
	float:right;
	


}



ul#nav {
text-align:left;
	}
	ul#nav li {
		display: inline;
		
		}
		ul#nav li a {
			display: block;
			width:auto;
			text-indent: -9999px;
			

		}
		ul#nav li.home a {
			width: 160px; 
			height:66px;
			background: url(pliki/home.png) bottom left no-repeat;
			margin-top:-1px;
		}
		
		ul#nav li.witamy a {
			/*width: 181px;*/
			height:65px;
			background: url(pliki/witamy.png) bottom left no-repeat;
			
		}
		
		ul#nav li.oferta a {
			/*width: 195px;*/
			height:63px;

			background: url(pliki/oferta.png) bottom left no-repeat;
		}
		ul#nav li.galeria a {
			/*width: 205px;*/
			height:66px;

			background: url(pliki/galeria.png) bottom left no-repeat;
		}
		ul#nav li.schody a {
			/*width: 205px;*/
			height:60px;

			background: url(pliki/schody.png) bottom left no-repeat;
		}
		ul#nav li.kontakt a {
			/*width: 205px;*/
			height:81px;

			background: url(pliki/kontakt.png) bottom left no-repeat;
		}
		
		ul#nav li a.active{
			background-position: top left;
		}
		
		ul#nav li a:hover {
			background-position: top left;
		}
		
		
img, div, a { behavior: url(iepngfix.htc) }

#map{
	text-align: center;
}


#map a {
	color:grey;
	text-decoration: none;
	font-size: 0.7em;

}

#map a:hover {
	color: #d69c4b;
	text-decoration: none;
	font-size: 0.7em;
}


#reklama {

		background: url(pliki/reklama.png) no-repeat;
		width:202px;
		height:375px;
		float:right;

}

#reklama2 {
		width:202px;
		height:10px;
		float:right;

}
/* Koniec struktury */


