* {
	margin:0px; padding:0px;
	font-family:arial;
	font-size:13px;
	color:#D4D1D1;
}
body {
	background-image:url('../images/bg_body.jpg');
}
#top {
	height:350px;
	background-image:url('../images/bg_top.jpg');
}
	#top #big_in {
		height:350px;
		margin:auto;
		background-image:url('../images/bg_top_big.jpg');
		background-position:top center;
	}
		#top #big_in .in {
			width:1000px; height:350px;
			position:relative;
			margin:auto;
		}
			#logotyp_top {
				position:absolute; top:104px; left:33px;
				width:229px; height:65px;
				cursor:pointer;
			}
			
			
#anime {
	width:1000px; 
	height:300px;
}			
			

#menu {
	width:1000px; 
	margin:auto;
	position:absolute; bottom:2px; left:0px;
}
	a.menu_poziom {
		float:left;
		width:248px;
		color:#FFF;
		text-decoration:none;
		text-align:center;
		height:30px;
		padding-top:16px;
		border-left:1px solid #433d3d;		
	}
	a.menu_poziom:last-child{				
		border-right:1px solid #433d3d;
	}
	a.menu_poziom:hover {
		background-color:#222222;
		color:#a4c41e;
	}
	#submenu_oferta {
		position:absolute; top:46px; left:248px;
		background-color:#000;
		width:250px;
		opacity:0.90;filter: alpha(opacity=90); -moz-opacity: 0.9;		
		display:none;
	}
	a.menu_oferta {
		display:block;
		text-decoration:none;
		border-bottom:1px solid #433d3d;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:15px;
	}
	a.menu_oferta:hover {
		color:#FFF;
		text-decoration:underline;
	}
			
#content {
	width:1000px; 
	margin:auto;
}			

	#l_col {
		width:250px; 
		float:left;
	}
	#r_col {
		width:750px; 
		float:left;
		text-align:justify;
	}
	
#footer {
	width:1000px; height:170px;
	position:relative;
	background-image:url('../images/bg_footer.jpg');
	margin:auto;
	margin-top:50px;
}	
	#footer #partnerzy {
		position:absolute; top:20px; left:10px;
	}
	#footer #adres {
		color:#928c8b;
		font-size:10px;
		position:absolute; top:90px; left:20px;
	}
	#footer #copyright {
		color:#524847;
		font-size:10px;
		position:absolute; top:90px; right:20px;
		text-align:right;
	}
		#footer #copyright a {
			text-decoration:none;
			color:#524847;
			font-size:10px;
		}
		#footer #copyright a :hover{
			color:#FFF;
		}
	#footer #menu_dol {
		position:absolute; top:30px; right:20px;
	}
	a.menu_dolik {
		color:#928c8b;
		text-decoration:none;
		padding-right:15px;
		border-right:1px solid #524847;
		margin-right:15px;
		font-size:10px;
	}
	a.menu_dolik:last-child  {
		border:none;
		margin-right:0px;
		padding-right:0px;
	}
	a.menu_dolik:hover  {
		color:#FFF;
	}
		
.clear {
	clear:both;
}



h1 {
	font-size:17px;
	background-image:url('../images/ico_h1.jpg');
	background-repeat:no-repeat;
	background-position:0px 8px;
	font-weight:normal;
	margin-top:50px;
	margin-bottom:20px;
	padding-left:23px;
}

a.menu_pion {
	text-decoration:none;
	display:block;
	border-bottom:1px solid #514746;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	width:220px;
	margin-left:10px;
}
a.menu_pion:hover {
	background-color:#514746;
	color:#241817;
}



.foto {
	border:1px solid #CCC;
	padding:10px;
	float:left;
	margin:5px;
	width:100px;
	text-align:center;
}
	.foto a {
		text-decoration:none;
		font-size:10px;
	}
	.foto a img {
		border:none;
	}
	
.button {
	text-decoration:none;
	font-size:10px;
	background-color:#a4c41e;
	padding:5px 10px;
	color:#333;
}	

a.mapa_serwisu_main, a.mapa_serwisu_sub {
	display:block;
	text-decoration:none;
	border-bottom:1px solid #514746;
	padding-top:5px;
	padding-bottom:5px;
	width:250px;
}
a.mapa_serwisu_main {
	padding-right:20px;
}
a.mapa_serwisu_sub {
	padding-left:20px;
}