/* Styl dla całej zawartości strony */
body
{
	font-family: Verdana, Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	line-height: 19px;
	color: #232323;
	background-image: url('../img/site/back.gif');	
	background-color: #676767;
	margin: 0;
	padding: 0;
}

/* Style sekcji strony (DIVy) i powiązane z nimi */
#SITE
{
	margin: auto;  
}
#TOP
{
  	height: 181px;
	background-image: url('../img/site/top-back.gif');  	
	background-color: #2f2f2f;

	/*position:relative; left:-15px; top:0*/
}
#MENU
{
	position: relative; top: 5px;
	z-index: 2;
	overflow: hidden;	
	width: 860px;
	min-height: 15px;
	height: auto;
	margin: auto;
}
	a.menu_item, a.menu_item_active
	{
		overflow:hidden;
		display: block;
		font-family: "Arial Black", Verdana, Tahoma, "Arial CE", Arial, Helvetica, sans-serif;
		font-size: 10,5pt;
		background-color: #a4a4a4;	
		text-align: center;
		width: 132px;
		float: right;
		height: 31px;
		padding-top: 10px;
	}
	a.menu_item:link, a.menu_item:hover, a.menu_item:visited, a.menu_item_active:link, a.menu_item_active:hover, a.menu_item_active:visited
	{
		text-decoration: none; 
	}
	a.menu_item, a.menu_item:link, a.menu_item:visited
	{
		color: #004e67;
		background: url('../img/site/menu-both.gif') no-repeat;
	}
	a.menu_item:hover
	{
		color: #075a74;
		background-position: 0px -41px;
	}
	a.menu_item_active, a.menu_item_active:link, a.menu_item_active:visited
	{
		color: #4f0d65;
		background: url('../img/site/menu-activ.gif') no-repeat;
	}
	a.menu_item_active:hover
	{
		color: #631b7b;
		background-image: url('../img/site/menu-activ.gif');
	}


#MAIN
{
	position:relative; bottom: 8px;
	z-index: 1;
	width: 934px;
	height: auto;
	margin: auto;
	overflow: hidden;
	background: #a4a4a4 url('../img/site/main-back2.gif') repeat-y center;
}
	#MAIN-UL, #MAIN-U, #MAIN-UR
	{
		height: 66px;
	}
	#MAIN-DL, #MAIN-D, #MAIN-DR
	{
		height: 64px;
		margin-top: 10px;
	}
	#MAIN-UL
	{
		float: left;
		width: 59px;
		background-image: url('../img/site/main-LU.gif'); 
		background-repeat: no-repeat;
	}
	#MAIN-U
	{
		height: 41px;
		padding-top: 25px;
		padding-bottom: 0px;
		float: left;
		width: 816px;
		margin: auto;
		margin-bottom: 5px;
		text-align: center;
		background-image: url('../img/site/main-U.gif'); 
	}
	#TYTUL
	{
		font-family: Times New Roman, Times, serif;
		font-size: 15.5pt;
		color: #1b3858;
		position: relative; top: -8px;
		margin-left: 3px;
		margin-right: 3px;
	}
	#MAIN-UR
	{
		float:right;
		width: 59px;
		background-image: url('../img/site/main-RU.gif'); 
		background-repeat: no-repeat;
	}	
	
	/*!!!*** WŁAŚCIWA TREŚĆ STRONY ***!!!*/
	
	#MAIN-CONTENT
	{
		width: 850px;
		margin: auto;
	}
		#MAIN-CONTENT-ESSENCE
		{
			text-align: justify;
			width: 716px;
			float: left;
		}
		#MAIN-CONTENT-MARGIN
		{
			width: 105px;
			padding-left: 12px;
			float: right;
			background-image:  url('../img/site/main-separator_piece.gif'); 
			background-repeat: repeat-y;
			
			text-align: center;
			font-size: 11pt;
			font-family: Times New Roman, Times, serif;
			color: #565656;			
		}
	#MAIN-DL
	{
		clear: both;
		float: left;
		width: 60px;
		background-image: url('../img/site/main-LD.gif'); 
		background-repeat: no-repeat;
	}
	#MAIN-D
	{
		float: left;
		width: 814px;
		margin: auto;
		margin-top: 10px;
		text-align: center;
		background-image: url('../img/site/main-D.gif'); 
	}
	#MAIN-DR
	{
		float:right;
		width: 60px;
		background-image: url('../img/site/main-RD.gif'); 
		background-repeat: no-repeat;
	}	
#BOTTOM
{
	position:relative; bottom: 8px;
	background-image: url('../img/site/bottom.gif'); 
	margin: auto;
	width: 934px;
	height: 112px;
	
	padding-top: 55px;
}
	#KONTAKTY
	{
		width: 640px;
		margin: auto;
		margin-bottom: 90px;
		color: #474747;
		line-height: 16px;
	}
	div.kacper_kontakt
	{
		float: left;
	}
	div.justyna_kontakt
	{
		float: right;
	}
	#LEGAL
	{
		clear: both;
		width: 640px;
		margin: auto;
		text-align: center;
		line-height: 12px;	
		color: #4b4b4b;
		font-size: 8.5pt;
	}



/* Główny banner strony */
img.center
{
	display: block;
	margin: auto;
}

/* Małe bannerki */
a.devban
{
	background: url('../img/banners/dev-both.jpg') no-repeat;
}
a.digban
{
	background: url('../img/banners/dig-both.jpg') no-repeat;
}
a.maxmodban
{
	background: url('../img/banners/maxmod-both.jpg') no-repeat;
}
a.istockban
{
	background: url('../img/banners/istock-both.jpg') no-repeat;
}

a.devban, a.digban, a.maxmodban, a.istockban
{
	display:block;
	height:33px;
	overflow:hidden;
	width:105px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.devban:hover, a.digban:hover, a.maxmodban:hover, a.istockban:hover
{
	background-position: 0px -33px;
}
a.devban span, a.digban span, a.maxmodban span, a.istockban span
{
	display: block;
	text-indent: -9999px;
}

/* Miniatury w galerii */
img.galthumb
{
	margin: 8px;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50);					
	opacity: .6;
}
img.galthumb:hover
{
	outline-style: solid;
	outline-width: 1px;
	outline-color: #2b2b2b;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100);					
	opacity: 1;
}


/* Style znaczników */
hr
{
	color: #aa5612;  
}

img
{
	border-style: none;
	outline-style: none;	
}
img.pic
{
	margin: 12px;
}

/* Wygląd zwykłych linków na stronie */
a:link
{
	color: #46536b;	
}
a:visited
{	
  	color: #5b476f;
}
a:hover
{
	color: #2f4d86;
}

/* Styl cytatów */
q:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB" }
q:before { content: open-quote }
q:after { content: close-quote }

blockquote:lang(pl) { quotes: "\201E" "\201D" "\00AB" "\00BB" }
blockquote:before { content: open-quote }
blockquote:after { content: close-quote }

