body {
    background: #fff url(../foto/bg.jpg) repeat;			
	 padding: 0;
	 margin: 0;
}



a:link {
    color: #333333;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #CC0033;
    text-decoration: none;
}

a:visited {
    color: #333333;
    text-decoration: none;
}

img {
    border: 0;
}



/* menu top */
.menu {
    width: 880px;
	 padding: 0;
	 margin: 0;

}
ul#topnav {
	margin: 0px 0 10px; 
	padding: 0; 
	list-style: none;	
   font: normal 13px "Trebuchet MS", verdana, tahoma, Arial,sans-serif;	
   font-weight: bold;	
	clear: both;
	float: left;
	width: 800px;
}
ul#topnav li{
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	float: left; 
	height:30px;
}
ul#topnav a {
	padding: 10px 5px; 
	float: left; 
	text-decoration: none; 
	color: #FFF;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
}
ul#topnav span {
	padding: 10px 5px; 
	float: left; 
	text-decoration: none; 
	color: #FFF;
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
}
ul#topnav a { color: #Ff3333; }

ul#topnav span {
	display: none;
}
.activelink {
    color: #Ff3333;
    background: #0295AE;
}

.lang {
   margin-top: 15px;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
}


.tlo {
    width: 100%;
	 height: 760px;
	 padding: 0;
	 margin: 0;	 
    background: url(../foto/tlo.png) no-repeat;
    background-position: center center;
}



/* treść */
.tresc {
    width: 575px;
	 height: 500px;
}

.nagl {
   margin-bottom:10px;	
}


/* treść */
.box {
   width: 100%;
   font: normal 13px "Trebuchet MS", verdana, tahoma, Arial,sans-serif;	
   text-align: justify;
}


h1 {
   font: normal 13px "Trebuchet MS", verdana, tahoma, Arial,sans-serif;	
   font-weight: bold;	
}


/* powiększenie obrazków / lupa */
.zitem {
	width:200px;
	height:150px;	
	border:5px solid #027E93;	
	margin:5px 5px 5px 0;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
}

.zitem .caption {
	width:200px;
	height:30px;
	background:#000;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

	/* opacity setting */
	filter:alpha(opacity=70);    /* ie  */
	-moz-opacity:0.7;    /* old mozilla browser like netscape  */
	-khtml-opacity: 0.7;    /* for really really old safari */  
	opacity: 0.7;    /* css standard, currently it works in most modern browsers like firefox,  */

}

.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px;
	display:block;
}

.clear {
	clear:both;	
}

.border {
	border:5px solid #027E93;	
}
/* footer */
.footer {
    margin-top: 0px;
    font-size: 10px;
    margin-bottom: 0px;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}



