/* Deklaracje wyglądu odsyłaczy w dokumentach */

	a.menu:link    			 { color: #ffffff; text-decoration: none; }
	a.menu:visited  	 	 { color: white; text-decoration: none; }
	a.menu:active  	 		 { color: white; text-decoration: none; }
	a.menu:hover    	 	 { color: white; text-decoration: none; }

	a.normalny:link    			 { color: #d0e4f8; text-decoration: none; }
	a.normalny:visited  	 	 { color: #d0e4f8; text-decoration: none; }
	a.normalny:active  	 		 { color: #d0e4f8; text-decoration: none; }
	a.normalny:hover    	 	 { color: #d0e4f8; text-decoration: none; }
	
a.menu2:link {
	color: #ffffff; 
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #328EDE;
}

a.menu2:visited {
	color: #ffffff; 
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #328EDE;
}

a.menu2:active {
	color: #ffffff; 
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #328EDE;
}

a.menu2:hover {
	color: #ffffff; 
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	background: #328EDE;
}
	
/* Deklaracje elementów tabeli */

	td					 	 { font-family: Verdana, Arial, Helvetica; }
	td.tekstJust	 		 { font-size: 11px; line-height: 140%; color: #d0e4f8;  }	
	td.tekst			 	 { font-size: 11px; line-height: 140%; color: #d0e4f8; }
	td.tekstBialy		 	 { font-size: 11px; line-height: 140%; color: white; }
	td.tekstBialy10		 	 { font-size: 10px; line-height: 140%; color: white; }
	td.tekstSzary		 	 { font-size: 10px; line-height: 140%; color: #d0e4f8; }
	td.tekstSzary11		 	 { font-size: 11px; line-height: 140%; color: #d0e4f8; }
	td.tekstSzary12		 	 { font-size: 12px; line-height: 100%; color: #d0e4f8; }
	td.granat				 { font-size: 10px; line-height: 140%; color: #183ca0; }
	td.granat11				 { font-size: 11px; line-height: 140%; color: #183ca0; }
	td.tekstTahoma		 	 { font-family: Tahoma, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 140%; color: white;}
	td.tekstWyrozniony		 	 {  font-size: 11px; line-height: 150%; color: #E2DB32; }

/* Deklaracja formularzy */

p	{ 
	font-size: 11px;
	line-height: 140%; 
	color: #d0e4f8;
}

h1	{ 
	font-size: 13px;
	line-height: 140%; 
	color: #d0e4f8; 
}

h2	{ 
	font-size: 12px;
	line-height: 140%; 
	color: #d0e4f8;
	margin-top: 10x;
	padding-top: 10px; 
}

h3	{ 
	font-size: 15px;
	line-height: 140%; 
	color: #d0e4f8;
	margin-top: 100x;
	padding-top: 10px; 
}

li	{ 
	font-size: 11px;
	line-height: 140%; 
	color: #d0e4f8;
	margin-left: 18px;
}

ul	{ 
	font-size: 11px;
	line-height: 140%; 
	color: #d0e4f8;
}

ul.links li { padding-left: 10px; padding-bottom: 8px; margin-top: 0; }

ol	{ 
	font-size: 10px;
	line-height: 140%; 
	color: #d0e4f8;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

.przekroj { 
	font-size: 11px;
	line-height: 140%; 
	color: #d0e4f8;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	border: 1px solid #a8ccf8;
}

select.produkt { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	width: 130px;
	color: #ffffff;
	background: #60a8e8;
	border: 1px solid #a8ccf8;
}

input {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #60a8e8;
	line-height: 130%;
	border: 1px solid #a8ccf8;
}

input.krotki {
	width: 50px;
	height: 20px;
}

input.sredni {
	width: 135;
	height: 20px;
}

input.dlugi {
	width: 428;
	height: 20px;
}

textarea  {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	color: #ffffff;
	background-color: #60a8e8; 
	width: 300px; 
	height: 140px; 
	border: 1px solid #a8ccf8;
}

.przycisk { 
	font-family: Verdana, Arial; 
	font-size: 11px;
	font-weight: bold; 
	color: white;
	background-color: #1840a0; 
	border: solid 1px #78b4e8; 
	width: 70px;
}

.przyciskDlugi { 
	font-family: Verdana, Arial; 
	font-size: 11px;
	font-weight: bold; 
	color: white;
	background-color: #1840a0; 
	border: solid 1px #78b4e8; 
	width: 140px;
}

	
/* Koniec deklaracji */