@charset "utf-8";
body {
	color: #444;
	background-color: #edf6e3;
	background-image: url(Grafika/700_28.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	font-size: 11px;
	line-height: 14px;
	font-family: Cochin, Georgia, Tahoma, serif;
	text-align: left;
	}
	
h1, h2, h3 { 	font-weight: bold; }
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #006600;
}
a:visited, a:visited:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}
a:hover, a:active { 	text-decoration: underline; 	color: #4f711f;	}
#strona {
	width: 800px;
	margin: 0px auto;
	}	
	
#pageHeader {
	width: 800px;
	height: 245px; /* strange but ie6 needs this */
	background-image: url(Grafika/top1.jpg);
	background-repeat: no-repeat;
	border: 1px solid #aaa;
	border-top: 0px;
	}
   
#pageHeader h1 {
	width: 700px;
	color: #EBFFD7;
	font-size: 32px;
	line-height: 24px;
	font-weight: bold;
	text-transform: none;
	padding: 180px 0px 0px 20px;
	}
	
#pageHeader h2 {
	width: 600px;
	color: #EBFFD7;
	font-size: 15px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
