@CHARSET "UTF-8";

body {
	background-image: url(images/background.png);
	margin: 0px; 
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background-image: url(images/background.png);
}

a:link {text-decoration: none; color: #CC0000}
a:hover {text-decoration: none; color: #00769D}
a:visited {text-decoration: none}

.text {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}

a.text:link {text-decoration: none; color: #CC0000}
a.text:hover {text-decoration: none; color: #00769D}
a.text:visited {text-decoration: none; color: #CC0000}

h1 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #CC0000; 
	margin-top: 0px; 
	padding-right: 0px;
	font-weight: normal}

h2 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 1.5em;
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-right: 0px;
	color: #CC0000; 
	font-weight: normal}
	
	h2 a:link {text-decoration: none; color: #CC0000}
	h2 a:hover {text-decoration: none; color: #00769D}
	h2 a:visited {text-decoration: none}
	
h3 {font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding-right: 0px;
	color: #00769D; 
	line-height: 1.5em;
	font-weight: normal}
	

.news{
	width: 500px; /*wstepna szerokosc*/
	padding: 5px;
	margin-bottom: 5px; /* kazdy news oddzielony o 20px*/
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/*clear: both;*/
}

.a-header{
	text-align: left;	
	font-size: 14px;
	/*font-family: Arial, sans-serif;
	color: #555555;	
	line-height: 1.6em;	
	font-weight: bold;	*/
}

.news .image{
	float: left;
	width: 70px;
	margin-top: 20px;
	/*	margin-bottom: 5px;*/
}

.news .lead{
	float: right;
	width: 420px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 1.7em;	
	/*	margin-right: 20px;
	list-style-position: inside;*/
}
