/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-image:url(img/bg.gif);
	text-align: center;		
	background-color:#f4f9f9;

}

img.image {
	padding: 2px;
	border-style: solid;
	border-color: #e38508;
	border-width: 1px;
}

img.image:hover {
	border-color: #535353;
}

.container {
	width: 960px;
	text-align: left;  
	margin-left: auto; 
	margin-right: auto;  	
	position: relative;
}

.top{	
	position: relative;
	background-image:url(img/tp.gif);
	background-position:top;
	background-repeat:no-repeat;
	width: 960px;
	height: 130px;
}

.logo {
	position: absolute;
	width: 283px;
	height: 70px;
	left: 28px;
	top:31px;		
}
.splash{	
	position: relative;
	background-image:url(img/splash.gif);
	width: 960px;
	height: 141px;

}





.bridge{	
	position: relative;
	background-image:url(img/blt.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	width: 960px;
	height: 56px;

}



.tytul{
	position: absolute;	
	left: 28px;
	top:18px;	
}



.content{	

	position: relative;
	width: 960px;
	background-image:url(img/ft.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}

.mrg{
	position:relative;
	padding-top:4px;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:26px;
	

}

.both{
	clear:both;
}

.txtbox{	
	float:left;
	width: 433px;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	color:#5b4233;
	line-height:20px;	
	text-align:justify;
	
	padding:10px;
	
}


.ft{	
	position: relative;	
	width: 960px;
	height: 60px;

}



a{
    text-decoration: none;
	color:#473327;
}

a:hover{
    text-decoration: underline;
	
}





.smenu{
	position:absolute;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;	
    color:#e7e5e3;
    font-size:12px;
	width:450px;

	
	text-align:right;
	right:53px;
	top:20px;
}









