body, html
{
	margin:0px 0px;
	padding: 0px;
	font-family: arial;
	font-size: 12px;	
	background-color: #FFFFFF;
	color: #000000;
	overflow: auto;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 50%; 
	scrollbar-face-color: #bf954c;
	scrollbar-highlight-color: #ffaa05;
	scrollbar-3dlight-color: #705a38;
	scrollbar-darkshadow-color: #694a2a;
	scrollbar-shadow-color: #c07a00;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #eed9ae;
}

#tekst
{
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	color: #2d2d2d;
}


#tekst_wyrozniony
{
	font-family: Arial;
	font-size: 14px;
	text-decoration: underline;
	text-align: justify;
	color: #2d2d2d;
}


#kontakt_l
{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	margin: 10;
	color: #f3f3f3;
}

#kontakt_p
{
	font-family: Arial;
	font-size: 12px;
	text-align: right;
    	margin: 10;
	color: #f3f3f3;
}

#menu
{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}



a:link 
{ 
	color: #FFFFFF;
	text-decoration: none;
}
a:visited 
{ 
	color: #FFFFFF;
	text-decoration: none;
}
a:hover 
{ 
	color: red;
	text-decoration: none;
}
a:active 
{ 
	color: #FFFFFF;
	text-decoration: none;
}






a.link_black:link 
{ 
	color: #000000;
	text-decoration: none;
}
a.link_black:visited 
{ 
	color: #000000;
	text-decoration: none;
}
a.link_black:hover 
{ 
	color: red;
	text-decoration: none;
}
a.link_black:active 
{ 
	color: #000000;
	text-decoration: none;
}



.kontakt_roll a {
display:block;
width: 700px;
height: 77px;
padding: 0px;
background: url('images/napis03.jpg') 0 0 no-repeat;
}
.kontakt_roll a:hover { 
background-position: 0 -77px;
}
