/* arkusz dla calej strony */
html{
	margin : 0px;
	padding : 0px;
}

 body {
    font-size : 12px;
	font-family : "Trebuchet MS";
	color : #0F0C53;
 	margin : 0px;
	padding : 0px;
	background-color : #3282CB;
	background-image : url(img/bg.gif);
	background-repeat: repeat;
	}

p {
    font-size : 12px;
    font-family : "Trebuchet MS";
	color : #0F0C53;
	text-align : justify;
	margin-left:5px;
	}
	
.tytul{
	font-size : 17px;
	font-weight:bold;
    font-family : "Times New Roman";
	color : #3282CB;
}

.podtytul {
    font-size : 14px;
	font-weight:bold;
    font-family : "Trebuchet MS";
	color : #3282CB;
	margin-left:5px;
	padding:0px;
	}
	
	/* podtytul 2 preparaty DDD */	
.podtytul2{
    font-size : 14px;
	font-weight:bold;
     font-family : "Times New Roman";
	color : #3282CB;
	background-color: #F2F7FD;
	margin-left:5px;
	padding-left:3px;
	}
	
	/* kliknij, aby powiekszyc */		
.klik{
	font-size : 11px;
	font-family : "Trebuchet MS";
	color : #929292;
	text-align:center;
}
	
/* adres na SG */		
.adres {
	font-size : 11px;
	font-family : "Trebuchet MS";
	color : #0F0C53;
	text-align : justify;
	width:200px;
	margin-top:10px;
	margin-left:15px;
	}
	/* linki adres na SG */	
a.bok, a.bok:link, a.bok:visited, a.bok:active {
	font-size: 11px; 
	font-weight : bold;
    color: White;
	text-decoration : none;
	font-weight:normal;
	border-bottom: 1px solid #FFAF63;
	}
a.bok:hover{
	font-weight : normal;
	font-size: 11px; 
    color: White;
	text-decoration : underline overline;
	font-weight:bold;
	background-color:#3282CB;
	padding: 0px;
}
	
/* pierwsza litera akapitu */	
.pierwsza {
	font-size: 15pt;
	font-weight: bold;
	text-indent:15px;
	color : #EA7300;
	font-family : "Times New Roman";
	text-align:left;
	}
	
/* miniaturka zdjecia z obramowaniem */	
.min {
	border: 10px solid #F2F7FD;
	}

/* zwykly link */			
a:link,  a:visited, a:active{
   font-size : 11px;
	font-family : "Trebuchet MS";
	text-decoration : none;
	color : #EA7300;
	}
a:hover {
	font-size : 11px;
	font-family : "Trebuchet MS";
	text-decoration : underline overline;
	color : #EA7300;
	}
/* podmenu podstron */	
.podmenu {
	line-height: 2.0;
	font-size: 13px; 
	font-weight : bold;
    color: White;
	}	
/* linki podmenu */	
.podmenu a:link, .podmenu a:visited, .podmenu a:active {
	font-size: 13px; 
	font-weight : bold;
	color: White;
	text-decoration : underline;
	padding: 2px;
	margin:0px;
	}
.podmenu a:hover{
	font-size: 13px; 
	font-weight : bold;
	color: White;
	text-decoration : underline overline;
	font-weight:bold;
	background-color :#3282CB;
	padding: 2px;
	margin:0px;
}

td {
	font-size : 11px;
	font-family : "Trebuchet MS";
	color : #0F0C53;
	}
	
ul, li {
	font-size: 12px;
	list-style-type : disc;
	color : #0F0C53;
	}

hr {
	height: 1px;  
	width:670px;
	color: #BED3EE;
	margin: 10px 0px 10px 0px;
	}
	
/* ------------------------------ stopka -------------------------------- */	
.stopka {
	font-size: 10px; 
	color: White; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align: right;
	margin-right:30px;
	}
.stopka a:link, .stopka a:visited,  .stopka a:active {
	font-size: 11px; 
   color : #3676C0;
	text-decoration : none;
	font-weight:normal;
   }
.stopka a:hover {
	text-decoration : underline;
	color : #3676C0;
    }

/* ----------------- FORMULARZ POCZTOWY -------------------*/    
td.form_head {
    font: normal 12px Verdana, Arial, Helvetica, Sans Serif;
    text-align: center;
    color:#0F0C53;
    padding: 3px;
	}
  
td.form_left {
    font: normal 11px Verdana, Arial, Helvetica, Sans Serif;
    color:#0F0C53;
    text-align: right;
	}

input.spec, textarea.spec {
    font: normal 11px Verdana, Arial, Helvetica, Sans Serif;
    color: #0F0C53;
    background-color: White;
    border: 1px solid #0F0C53;
    SCROLLBAR-TRACK-COLOR: #3282CB;
    width: 150px;
    height: 17px;
	}
    
textarea.spec {
    font: normal 9px Verdana, Arial, Helvetica, Sans Serif;
    height: 70px;
    width: 150px;
	}
	