html, body {
	margin:0;
	padding:0;
}
body {
   background-color:#FFF;
	font-family:"Trebuchet MS", Arial, sans-serif; 	
}
/* layout strony */
#wrapper {
	width:830px; 
	margin:0 auto; 
}
#header {
	margin:0;
	padding:0;
	width:830px;
	height:330px;
	display:block;
}
#footer {
	width:830px;
	padding-top:3px;
	border-top:1px solid #C2C2C2;	
	font:normal 10px "Trebuchet MS", Arial, sans-serif; 
	color:#929292; 
	text-align:center;	
	clear:both;	
}
#footer a {
	font:normal 10px "Trebuchet MS", Arial, sans-serif; 
	color:#929292; 
	margin-left:70px; 
	text-decoration:none;	
}
#footer a:hover {
	color:#000;	
}
#main {
	margin:0;
	padding:10px 40px 50px 40px;	
	width:750px; 	
}
/*  */
h1 {
	margin:0;
	padding:0;
	display:block;	
	background:url('/img/titles.png') no-repeat;
}
h1[title="O nas"] { 
	width:80px; 
	height:43px; 
	background-position:0px 0px; 
}
h1[title="Oferta"] { 
	width:90px; 
	height:58px; 
	background-position:-207px 0px; 
}
h1[title="Galeria"] { 
	width:110px; 
	height:43px; 
	background-position:-304px 0px; 
}
h1[title="Współpraca"] { 
	width:140px; 
	height:58px; 
	background-position:-420px 0px; 
}
h1[title="Eventy"] { 
	width:103px; 
	height:58px; 
	background-position:-578px 0px; 
}
h1[title="Kontakt"] { 
	width:120px; 
	height:43px; 
	background-position:-689px 0px; 
}
h2 {
	margin:10px 0px 10px 0px;
	font:bold 15px "Trebuchet MS", Arial, sans-serif;
	letter-spacing:1px; 
	color:#000;	
	text-align:left;
}
p {
	font:normal 13px/150% "Trebuchet MS", Arial, sans-serif; 	
	color:#4A4A4A;
	text-align:justify;
	margin:15px 0px 0px 0px;
}
img.w1 {
	border:1px solid #C2C2C2;
	padding:8px;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#4A4A4A;
	text-decoration:underline;		
}
a:hover {
	text-decoration:none;	
	color:#000;	
}
#galeria {
	padding:20px 0px 0px 5px;
}
#galeria img {
	border:1px solid #C2C2C2;
	padding:5px;
	margin:0px 0px 15px 15px;
}
#form_kontakt {
	width:400px;
	float:right;
}
#form_kontakt table {
	border:0;
}
#form_kontakt table th {
	font:normal 11px "Trebuchet MS", Arial, sans-serif; 		
	text-align:right;
	color:#4A4A4A;	
}
#form_kontakt input[type="text"], #form_kontakt textarea {
	width:300px;
	border:1px solid #C2C2C2;
	font:normal 11px "Trebuchet MS", Arial, sans-serif; 		
	color:#4A4A4A;	
}
#form_kontakt textarea {
	height:80px;
}
#form_kontakt input[type="submit"] {
	width:80px;
	margin:10px 0px 0px 110px;
	background-color:#FFF;
	border:1px solid #C2C2C2;
	font:bold 12px "Trebuchet MS", Arial, sans-serif; 		
	color:#4A4A4A;		
}
input[type="button"][value="OK"] {
	width:50px;
	background-color:#FFF;
	border:1px solid #C2C2C2;
	font:bold 12px "Trebuchet MS", Arial, sans-serif; 		
	color:#4A4A4A;		
}
div#alert {
	position:relative;
}
div#alert div {
	position:absolute;
	left:220px; 
	top:30px;
	width:320px;
	background:#F2F2F2; 
	border:1px solid #CECECE; 
	font-size:13px; 
	font-weight:bold;
	text-align:center; 
	padding:30px 0px;  
}