.text{
	text-align: justify;
	color: #5F5F5F;
	font-family: sans-serif;
	font-size: 12px;
}

.image{
  border-width: 3px; 
  border-style: solid; 
  border-color: #7B7B7B;
}

.ramka{
  width: 100%; 
  height: 16px; 
  background-image: url(images/ramka.png); 
  background-repeat: repeat-x;
  /*
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  */
}

.clr{
	display: none;
}

.smalltext{
	font-size: 9px;
	text-align: justify;
	color: #5F5F5F;
	font-family: sans-serif;	
}

.text_link{
	text-align: justify;
	color: #5F5F5F;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

.tytul{
	text-align: justify;
	color: #5F5F5F;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#lewa{
	list-style-type: none;
}
.red{
		color: #232323;
		text-decoration: none;
		font-size: 12px;
		font-family: sans-serif;	
}
.link{
		color: #232323;
		text-decoration: none;
		font-size: 12px;
		font-family: sans-serif;		
}
.link:hover{
	text-decoration: underline;
}

.form{
	border: solid 1px #9F9F9F;
	color: #C10404;
	background-color: #ffffff;
}

.form_select{
	border: solid 1px #9F9F9F;
	color: #C10404;
	background-color: #E5E5E5;
}

.stopka{
	color: #A1A1A1;
	font-size: 10px;
	font-family: sans-serif;
	text-decoration: none;
}
.stopka:hover{
	color: #C10404;
	text-decoration: none;
}

.menu_box{
  background-image: url(images/menu/menu_background.png);
  background-repeat: repeat-x;
}




