body {
	font-family: Verdana, Calibri, System, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;		
	background-color: #FFFFFF;
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	font-family: Verdana, Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;/*width: 80%; */
}


sub {
	font-family: Verdana, Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;/*width: 80%; */
}

li {
	list-style-type: none;
	line-height: 150%;
}

/*
<font size="3" color="white"><span style="font-family:Arial; FONT-SIZE:18px">
*/                                                              
h1 {

	font-family: Calibri,Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Calibri,Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

textarea{
overflow:hidden;
}


/*************************  ID's *************************/

#navigation {
	position: absolute;
	
	width: 210px;
	height: 600px;	
	margin-top: 0px;
	border-right: 1px solid #C6EC8C;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	
	padding: 0 0 20px 235px; /*top right bottom left*/
	margin-top: 50px;		
}



/*************************  Pseudo classes *************************/
a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { 
color: #000000;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: rgb(0, 0, 0);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(0, 0, 0);
font-weight: bold; 
} 

/*********************    other   

<INPUT style="font-weight:bold;POSITION: absolute; LEFT: 150px; background=#FFFFFF; TOP: 0px; WIDTH:200px" Type="float" name=nazwa_pom value="pomieszczenie 1" size=10>
**********************/



INPUT {
background-color: #FFFFFF;
color: black;
font-family: Verdana, Calibri,arial, verdana, ms sans serif;

font-size: 7pt;
text-align: right;
} 

SELECT {
background-color: #FFFFFF;
color: black;
font-family: Verdana, Calibri,arial, verdana, ms sans serif;

font-size: 7pt
} 

TEXTAREA {
background-color: #FFFFFF;
border: black;
color: black;
font-family: Verdana, Calibri, arial, verdana, ms sans serif;
font-size: 10pt;
font-weight: normal
} 

table{
	border: black 0px solid;
	color: black;
	font-family: Verdana, Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


/* ukrywam niepotrzebne elementy strony przed wydrukiem */
.printer { display : none } 
   
#footer  { display : none }