/* CSS Document */
* { 
	margin: 0; 
	padding: 0 
}
body {
	background: #f6f6f6 url("../images/bg.jpg") no-repeat center top;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 auto auto auto;
	color: #012069;
}
/* ------------------------------------ MENU --------------------------------------- */

.menu{
	margin:auto;
	background: #fff url("../images/bg_menu.jpg") repeat-x;
	height: 59px;
	text-align:right;
	padding:0 0 0 700px;
}
.nawigacja{
	width: 400px;
	text-align:right;
	
}
/* ------------------------------------ HEADER --------------------------------------- */

.header{
	margin:auto;
	width: 841px;
	padding: 0 0 15px 0;
}
.logo{

	background: url("../images/logo.jpg") no-repeat left;
	height: 131px;
	width:381px;
}
.slide_img{
	width: 841px;
	height: 241;
}
/* ------------------------------------ CONTENT --------------------------------------- */
.content{
	margin:auto;
	width:841px;
}

h1 {
	font-size: 17px;
	line-height: 10px;
	padding: 0 0 15px 0;
}
.dane{
	text-align:justify;
}

.gallery {
	padding: 10px;                          
	width: 820px;                                 
	text-align: center; 
}
.gallery ul {
	list-style: none;
	padding: 0px;
}
.gallery ul li {
	 display: inline;
}
.gallery a:focus {                         
	outline:none;
}
.gallery ul img {
	border: 5px solid #d3d3d3;                 
	margin: 0px 15px 20px 15px;               
}
.gallery ul a:hover img { 
	border: 5px solid #999999;                       
}
.gallery ul a:hover {
	padding: 0px;
}

span{
	padding: 0 0 0 0px;
	color: #3c4049;
	font-weight:bold;
}


.down{
	padding: 0 0 0 0px;
	color: #fff;
	font-weight:bold;
}

ul{
	list-style: none;
	line-height: 17px;;
}

#wej2{
	padding: 0 0 0 15px;
}

/* ------------------------------------ FOOTER --------------------------------------- */

.footer{
	margin:auto;
	width:841px;
	text-align:center;
	padding: 0 0 15px 0;
	font-size: 10px;
}


A:focus {
	outline:none;
}
A:link {
	text-decoration: none;
	color: #999999;
	border:0;
	}
A:visited {
	text-decoration: none;
	color: #999999;
	border:0;
	
	}
A:active {
	text-decoration: none;
	color: #999999;
	border:0;
	}
A:hover {
	color: #000;
	border:0;
}

.dane_lewy_kontakt {
	float:left;
	width:320px;
	font-size: 13px;
	z-index:500;
}
.dane_prawa_kontakt {
	float:right;
	width: 520px;
	z-index:500;
}
.dane_clear_kontakt {
	clear:both;
	z-index:500;
}
