@font-face {

  font-family: Existence-Light;

  src: url("Existence-Light.ttf") /* nie może zawierać format() */;

}

 

/* Definicja czcionki dla innych przeglądarek */

@font-face {

  font-family: Existence-Light;

  src: url("Existence-Light.otf") format("opentype");

}





.tekst {

	color: #363636; 

	font-family: trebuchet MS; 

	font-size: 12px; 

	font-weight: normal;

	line-height: 21px;

}

.tekst_stopka {

	color: #5C5C5C; 

	font-family: tahoma; 

	font-size: 11px; 

	font-weight: normal;

}



.headline{color: #ffffff; text-transform: uppercase; font-family: Trebuchet MS; font-size: 12px; font-weight: 500;}

a {color: #363636; font-family: Arial, Helvetica, sans-serif;; font-size: 12px; font-weight: normal; text-decoration: none}



a.menu_glowne {

	color: #1F4D98; 

	font-family: Trebuchet MS, sans-serif; 

	font-size: 12px;

	font-weight: bold; 

	text-decoration: none; 

	text-transform: uppercase; 

	margin-left: 5px; 

	margin-right: 5px;

}



a.menu_glowne:hover {

	color: #9E9E9E; 

	font-family: Trebuchet MS, sans-serif; 

	font-size: 12px;

	font-weight: bold; 

	text-decoration: none; 

	text-transform: uppercase; 

	margin-left: 5px; 

	margin-right: 5px;

}



a.podmenu {

	color: #E1E1E1; 

	font-family: Trebuchet MS, sans-serif; 

	font-size: 12px;

	font-weight: normal; 

	text-decoration: none; 

	text-transform: uppercase; 

}

h1{

	color: #1F4D98; 

	font-family: Existence-Light, trebuchet ms; 

	font-size: 28px;

	font-weight: normal; 

	text-decoration: none;  

	text-align: left;

	margin-left: 25px;

}



h5{

	color: #1F4D98; 

	font-family: trebuchet ms; 

	font-size: 16px;

	font-weight: 100; 

	text-decoration: none;  

}

img.galeria{

	border: 1px solid #1F4D98;

	margin: 3px 3px 3px 3px; 

	padding: 2px 2px 2px 2px;

	width: 150px;

	display: inline;

}

img.galeria1{

	border: 1px solid #1F4D98;

	margin: 3px 3px 3px 3px; 

	padding: 2px 2px 2px 2px;

	width: 280px;

	display: inline;

}


input{

	border: 1px solid #1F4D98;

	margin: 3px 3px 3px 3px; 

	padding: 2px 2px 2px 2px;

	width: 150px;

	color: #1F4D98; 

	font-family: trebuchet ms; 

	font-size: 13px;

	width: 250px;

}

textarea{

	border: 1px solid #1F4D98;

	margin: 3px 3px 3px 3px; 

	padding: 2px 2px 2px 2px;

	width: 150px;

	color: #1F4D98; 

	font-family: trebuchet ms; 

	font-size: 13px;

	width: 500px;

	height: 150px;



}



#upload_process{

   visibility:hidden;

   margin:0px;

   padding:0px;

   background-color:#fff;

   display: inline;

}

.button{

cursor:pointer;

cursor: hand;

}