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

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


sub {
	font-family: Verdana, Calibri, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #009CFF;/*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: #FFFFFF;
}

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

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: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited { 
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: rgb(51,153,255);
padding-bottom: 3px;
padding-left: 3px;
padding-right: 3px;
font-weight: bold;
text-decoration: none;
border: 1px dashed #FFFFFF;


}  
a:active { 
color: FFFFFF;
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: 8pt;
text-align: right;
} 

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

font-size: 8pt
} 

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

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


