/* CSS reset layout defaults */
body, div, h1, h2, h3, h4, h5, h6, p, ul, li, address, form, fieldset, hr, blockquote, tr, td {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: none;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

h1 	{font-size: 1.85em; font-weight: normal;}
h2	{font-size: 1.54em; font-weight: normal;}
h3 	{font-size: 1.38em; font-weight: normal;}
h4 	{font-size: 1.23em;}
h5 	{font-size: 1.15em;}
h6 	{font-size: 1.08em;}

.hidden {
	width: 0 !important; 
	height: 0 !important; 
	line-height: 0 !important; 
	font-size:0 !important;  
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;}
	
/* --------clearing	-----*/
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}		
#mainBody, #footer, .footerLabels, .footerNav, #navBooking, #panel, #panel form, #message div {	
	list-style: none;
	overflow: hidden;
	}	
.loga_poziom {
		clear: left;
		}
.capitalize {
	text-transform: capitalize;
	}
.lower {
	text-transform: lowercase;
	}	
.upper {
	text-transform: uppercase;
	}			