/* ------------------znaczniki------------------ */
a {
	color: #999; font-size: 12px; font-weight: bold; text-decoration: none; margin-left: 0px; margin-right: 2px;
	
}

a:hover {
	color: black; font-size: 12px; font-weight: bold; text-decoration: underline; margin-left: 0px;margin-right: 2px;
	
}

img {
	border: 5px; border-color:#831231; padding: 0px;
}

A.ramka:link IMG { border: 10px; border-color:#831231; margin-right: 8px; }
A.ramka:visited IMG { border: 10px; border-color:#831231; margin-right: 8px; }
A.ramka:active IMG { border: 10px; border-color:#831231; margin-right: 8px;}

/* ----------------------DIV---------------------- */
div {
	border: none; padding: 0px; font-size: 12; box-sizing: border-box; -moz-box-sizing: border-box;
}

.news_x  {
	width:688px; border-bottom: 1px solid #831231; margin-bottom: 5px; 
	color: #777; padding: 5px; text-align: justify;
}


/* ----------------------class---------------------- */

a.male {
	font-size: 9; font-family: verdana; color: red; padding-left: 3px; padding-bottom: 5px;font-weight: normal; 
}

a.male:hover {
	font-size: 9; font-family: verdana; color: black; padding-left: 3px; padding-bottom: 5px;font-weight: normal; 	
}
a.docs {
	font-size: 10; font-family: verdana; color: #C20C3E; padding-bottom: 5px;font-weight: bold; 
}

a.docs:hover {
	font-size: 10; font-family: verdana; color: black; padding-bottom: 5px;font-weight: bold; text-decoration:underline;	
}
.menu_td {
	width: 190px; vertical-align: top; background-color: #efefef;
}

.main_td {
	width: 720px; vertical-align: top; background: url(images/main-bg-730.gif); 
}

.tabela_users {
	width: 688px; border: 1px solid #ddd;padding: 3px;font-size: 12px; background-color: #FFFFCC;
}




/* --------------  BAZA ------------------*/

.tytul { font-size: 14px; font-family: verdana; font-weight: bold; color: black;
		background: url(images/icon-tytul.gif) no-repeat center left; padding-left: 20px;
}

.tytul_newsa { font-size: 12px; font-family: verdana; font-weight: bold; color: #666; padding-left: 3px;
}

.opis_newsa { font-size: 12; font-family: verdana; font-weight: normal; color: #666; padding-left: 3px; text-align: justify; 
}
.data_newsa { font-size: 10; font-family: verdana; font-weight: normal; color: #831231; padding-left: 3px; text-align: justify; 
}

.autor { font-size: 8px; font-family: verdana; color: #bbb; padding-left: 3px; padding-bottom: 3px;
}


