/*KONSTRUKCJA STRONY*/

html,body{
	margin:0px;
   background: black;
	height:100%;
}

#tlo{

	background: url('../_img/tlo.png') repeat-x;

}

#zawartosc{
	width:967px;
	position:relative;
	left:50%;
	margin-left:-483px;
	height:100%;
}

#tresc_naglowka{
	width:967px;
	height:65px;	
}

#baner{

	height:269px;
	text-align:center;
}

#middle_tlo{
	width:967px;
	background: url('../_img/tlo_poziome.png') repeat-y;
}

#middle_top{
	width:967px;
	background: url('../_img/top_middle.png') no-repeat;
	min-height:300px;
}

#stopka{

	background: black;
	height:65px;
}

#tresc{
	float:left;	
	width:668px;
	margin-top:9px;
	min-height:300px;
}

#menu{
	width:286px;
	background:url('../_img/top_menu.png');
	float:right;
	margin-right:12px;
	margin-top:9px;
	height:100%;
}

#pojemnik {
	margin-left:6px;
   width: 252px;
	height:195px;
	border: 1px solid #646262;
   background: #101011 url('./_style/narozniki.svg');
   -moz-border-radius: 10px;
	-webikt-border-radius: 10px;
   behavior:url('./_style/border-radius-ie8.htc');

}

.clear{
	clear:both;
}


#stopka_tresc{
	width:967px;
	position:relative;
	left:50%;
	margin-left:-483px;
}



/* Style tekstów */

.naglowek{
	font-family:Verdana;
	font-size:24px;
	color: #284256;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:15px;
	margin-right:40px;
}

.tekst{
	font-family:Arial;
	font-size: 12px;
	color: #5D5D5D;
	line-height:18px;
	text-align:justify;
	margin-left:15px;
	margin-right:40px;
}

.tekst a{
	font-family:Arial;
	font-size: 12px;
	color: #0A0A0A;
	text-decoration:none;
}

.tekst a:hover{
	text-decoration:underline;
}


.tekst_menu, .tekst_menu a{
	font-family: Georgia, Arial;
	font-size: 14px;
	color: #758879;
	margin-left:10px;
	margin-top:20px;
	text-decoration:none;
}

.tekst_menu a:hover{
	text-decoration:underline;
}


.tresc_stopka, .tresc_stopka a{
	font-family: Tahoma;
	font-size: 9px;
	color: #646A85;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	margin-right:40px;	
	text-decoration:none;
}


.tresc_stopka a:hover{
	text-decoration:underline;
}

.iteratorStron, .iteratorStron a{
	font-family: Tahoma;
	font-size: 9px;
	color: #646A85;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;

	text-decoration:none;
}

.iteratorStron a:hover{
	text-decoration:underline;
}

.tekst_logowanie{
	font-family:Georgia;
	font-size: 12px;
	color: #BBBFBC;
}

#tekst_linia{
	width:645px;
	background: url('../_img/linia_text.png') no-repeat;
	height:5px;
	margin-top:10px;
	margin-bottom:10px;
}

.tekst_logowanie{
	font-family: Georgia, Arial;
	font-size: 12px;
	color: #BBBFBC;
}

.tekst_stopka, .tekst_stopka a{
	font-family:Arial;
	font-size:11px;
	color:#B3B3B3;
	text-decoration:none;
}

.tekst_stopka a:hover{
	text-decoration:underline;
}

.link_stopka, .link_stopka a{
	font-family:Arial;
	font-size:11px;
	color:#68B9ED;
	text-decoration:none;
}

.link_stopka a:hover{
	text-decoration:underline;
}

.ok{
	color:#078701;
}

.error{
	color:#B00000;
}



