<!--

body {background-color: #85bc3c;}
BODY, TD { color:#42668E; font-family:Tahoma; font-size:11px; text-align: justify;}
H3 { font-size:18px; text-align:right; color: #000000; margin-right: 350px; }
FORM { margin:0px; }
INPUT,TEXTAREA,SELECT { background:#fff;}
TEXTAREA {width:200px;}


A { text-decoration:none; color:#42668E; }
A.news:link  { color: #000000;}
A.news:visited  { color: #000000;}
A.news:active  { color: #000000;}
A.news:hover { color: #666666;;}

/* normalne menu */
A.menu
{
 display: block;
 height: 20px;
 width: 255px;
 background-image: url(img/button.jpg);
 margin-bottom: 0px;
 margin-left: 0px;
 text-align: left;
 text-decoration: none;
 color: #000000;
 font-weight: bold;
 font-size: 13px;
}


A.menu:hover { color: #fff; }

A.menuz
{
 display:block;
 text-align: left;
 color: #FFFFFF;
 height: 20px;
 width: 234px;
 background-image: url(img/button2.jpg);
 margin-bottom: 0px;
 margin-left: 20px;
 text-align: left;
 text-decoration: none;
 font-weight: bold;
 font-size: 13px;
}

A.menuz:hover { color: #CCC; }

/* menu dla zalogowanych */
A.menun
{
 display:block;
 text-align: left;
 color: #FF0;
 font-weight: bold;
}
A.menun:hover { color: #CC0; }

A.menuzn
{
 display:block;
 text-align: left;
 color: #FF0;
}
A.menuzn:hover { color: #CC0; }



.kostka {text-align:right; padding:10px; padding-right:20px;}
.separator {
 display:block;
 color: #FFF;
 font-weight: bold;
}
.dolewej TD { text-align:left }

A.linki:link { text-decoration:none; color:#42668E; font-family:Tahoma; font-size:8pt }
A.linki:visited { text-decoration:none; color:#42668E; font-family:Tahoma; font-size:8pt }
A.linki:active { text-decoration:none; color:#42668E; font-family:Tahoma; font-size:8pt }
A.linki:hover { text-decoration:none; color:#CCCCCC;  font-family:Tahoma; font-size:8pt }

A.linkimap:link { text-decoration:none; color:#000000; font-family:Tahoma; font-size:8pt }
A.linkimap:visited { text-decoration:none; color:#000000; font-family:Tahoma; font-size:8pt }
A.linkimap:active { text-decoration:none; color:#000000; font-family:Tahoma; font-size:8pt }
A.linkimap:hover { text-decoration:none; color:#D7D7D7;  font-family:Tahoma; font-size:8pt }


/* tresc */

.naglowek 
{
padding:10px 10px 10px 20px;
color:#FFFFFF;  
font-family:Tahoma; 
font-size:10pt;
font-weight:bold;
text-align:left;
}

.text 
{
padding:20px 20px 20px 20px;
color:#FFFFFF;  
font-family:Tahoma; 
font-size:8pt;
text-align:left;
}

/* e-kartki */
fieldset {border: 0;}
fieldset label {float: left; width: 120px;}
fieldset input {width: 340px; font-size: 1em;}
fieldset textarea {width: 340px; height: 100px; font-size: 1em;}
input.submit {display: block; margin: auto;}


-->


#newsy ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#newsy ul li {
	display: block;
	width: 273px;
	float: left;
	min-height: 140px; 
	overflow: hidden;
	padding: 10px;
	background-color: #FFEFDF;
	border: 1px solid #FFCE9F;
	margin: 5px;
	text-align: left;
	}	
	
#newsy ul li:hover {
	background-color: #FFFFFF;
	}	
	
#newsy ul li img {
	float: left;
	margin: 0 5px 5px 0;
	border: 1px soild #999999 !important;
	}
	
#newsy ul li .tresc {
	display: block;
	}
	
#newsy ul li .tytul {
	font-weight: bold;
	}		
		
