﻿
/*nagłówek na szarym tle*/
h3.header 
{		
	display:block;
	color:#3F5D89; /*#345e6e;*/
	font-size : 1.2rem;
	font-weight : bold; 
	text-decoration:none;
}

/*nagłówek na czerwonym tle*/
h3.headerimportant
{		
	display:block;
	margin:10px 0 10px 0;
	color : #a45e6e;
	font-weight : bold;
	text-decoration:none;
}

.headerBlock
{
	margin:0 0 0px 0px;
	background:#eee;
	color:#2A2E34;
	border:2px solid #ddd;
}

p
{
	margin:0 0 15px 8px;
	line-height:1.5em;
}


h1,h2,h3,h4
{
	margin:0 0 10px 0;
	font-weight:normal;
}

h1{
	font-size:2.8em;
}

h2{
	margin:0 0 4px 0;
	font-size:1.8em;
}

h3
{
	margin:20px 0 8px 0;
	font-size:1.3em;
}

h4
{
	margin:10px 0 5px 0;
	font-size:1.2rem;
}



/* etykieta z nazwą jednostki i napis Geolokalizacja */
div.LabelMain
{
	font-size   : 14pt; 	
	font-weight : bold;
	color:#6898CB;
}
/* nagłówek: składowych */
div.LabelTitleItem
{
	font-size: 12pt; 
	font-weight: bold;
	margin: 15px 10px 10px 10px;
	color:#6898CB;
}

/* nagłówek przy wyliczaniu składowych, przy prezentacji szczegółowej w wyszukiwaniu jednostek*/
div.LabelItem 
{
	font-size: 10pt; 
	font-weight: bold; 
	margin: 10px 10px 10px 20px;
}
