body {
	background-image: url(gfx/bg.jpg);
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:12px;
	color: #222222;
	text-decoration:none;
}
.style1 {
	color: #777;
	font-weight: bold;
	font-size: 14px;
}
.style2 {color: #999999}

H1{
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:14px;
	color: #777777;
	text-decoration:none;
	font-weight: bold;
}

A {
	color : #0066CC;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:12px;
	text-decoration:none;
	font-weight: normal;
}
A:Visited {color : #0066CC;text-decoration : none;}
A:Hover {
	color : #990000;
	text-decoration : none;
}
	
.menu {color : #ffffff;font-family: Verdana, Arial, Helvetica, serif; font-size:13px; text-decoration:none;font-weight: normal;}
.menu:Visited {color : #ffffff;text-decoration : none;}
.menu:Hover {color : #aaaaaa;text-decoration : underline;}

.menu1 {color : #B5C3DD;font-family: Verdana, Arial, Helvetica, serif; font-size:12px; text-decoration:none;font-weight: bold;}
.menu1:Visited {color : #B5C3DD;text-decoration : none;}
.menu1:Hover {color : #B5C3DD;text-decoration : underline;}
		

table {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:12px;
	text-decoration:none;
	color: #222222;
}
td {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:12px;
	text-decoration:none;
	color: #444;
	}

p {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:12px;
	text-decoration:none;
	color: #444;
	}

div { }

.minie {
	font-family: Verdana, Arial, Helvetica, serif;
	font-size:10px;
	text-decoration:none;
	color: #999999;
}

img{
border: none;
}


/*mapa*/
#map {
			border : 5px; 
			border-style : outset; 
			width: 550px; 
			height: 400px; 
			background: url('http://web4you.com.pl/template/loader.gif'); 
			background-repeat: no-repeat; 
			background-position: center;
			flow : left;
		}

		#info {

		}
	
		#map img {
			border : none;
		}


/*galeria*/
	.foto img {
		height : 200px;
		border : none;
	}
	
	.foto img:hover {
		cursor : pointer;
	}
