html {

  height:100%;
  min-height:100%;
  padding:0px;
  margin:0px;
  border: none;

}

BODY {
/*  background: #ffffff; */
/*  min-height:100%; /* samo min-height nie zadziała */
/*  position:absolute; top:0; left:0; /* ale zadziała dla elementów pozycjonowanych */
/*  margin:0; padding:0; width:100%; /* elementy pozycjonowane mają domyślnie minimalną szerokość */
/*  min-height:100%; */
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  height: 100px; 
  background-color: #51a7dd;
  background-image: url('../images/tlo.jpg');
  background-attachment: fixed;
  background-position: center top; 
  background-repeat: no-repeat; 
}
.uwaga {
	color:#FF0000;
	font-size: 13px;
	font-weight: bold;
}

form {
	margin: 0; 
	padding: 0; 
	color: #000000;
}

select, input, textarea {
	margin: 0; 
	padding: 0; 
	border: 1px solid #000000;
}

input.text {
    border: 0px solid #979494;
    background: #e6f2fa;
    color: #000000;
    width: 60px;
    font-size: 16px;
    font-weight: normal;
}

#wiadomosc {
width: 230px;
border: 1px solid #00008b;
background-color: #ffff00;
height: 100px;
margin: 0px 0px 0px 10px;
padding : 4px;
}

div.box {
	margin: 0 auto;
	width: 330px;
	position: relative;
	top: 0px;
}

h1, div.box h1 { 
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #161712;
	border-top: 1px solid #161712;
}

div.box label {
	width: 100%;
	display: block;
/*	background: #FFF; */
/*	border-top: 1px solid #FFF; */
/*	border-bottom: 1px solid #FFF; */
	padding: 14px 0 0px 0; /* odległość pomiędzy wierszami */
}

div.box label span {
	display: block;
	color: #00008B;
	font-size: 12px;
	float: left;
	width: 100px;
	text-align: left;
	padding: 1px 10px 0 0; /* odlegość inputów*/
}

div.box .button	{
	margin: 0 0 10px 0;
	padding: 4px 7px;
	background: #00008B;
	border: 0px;
	position: relative;
	top: 1px;
	left: 102px;
	width: 100px;
	border-bottom: 1px double #660000;
	border-top: 1px double #660000;
	border-left: 1px double #FF0033;
	border-right: 1px double #FF0033;
}

label {
   display: block;
   margin: 2px;
   }
   
/* wygląd INPUTa dla faktury*/
.inputek {
  	background-color: #C0C0C0; 
}

TABLE.ONE {
  position: relative;
  top: 0px;
/*  left: 250px;
  right: 200px; */
  bottom: 0px;
  border: 0px; 
  border-style: solid;
  border-color: #6A5ACD;
  width: 900px; 
  background-color: #e6f2fa;  
/*  border-top-left-radius: 80px; */
/*  table-layout: auto; */
/*  height: 400px; */
  opacity: 0.8; /* Przeźroczystość */
  filter:Alpha(opacity=80);  /* Przeźroczystość w IE */
}

TABLE.TWO {
  border: 0px;
  border-style: solid;
  background-color: #e6f2fa;  
  width: 90%;
  height: 300px;

/*  opacity: 0.8; /* Przeźroczystość */
/*  filter:Alpha(opacity=80);  /* Przeźroczystość w IE */
}

TABLE.TRZY {
  top: 0px;
  bottom: 0px;
  border: 0px; 
  border-style: solid;
  border-color: #6A5ACD;
  border-spacing: 5px
}

TABLE.info {
  border: 1px;
  background-color: #d2ecfc;  
  font-family: sans-serif, Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
  color: #00008B;
  width: 70%;
  border-style: dashed;
  line-height: 2.2;  
  text-align: center;  
}

TABLE.menu {
  border: 1px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  word-spacing: 5pt;
  background: #FFFFFF; 
  color: #000000;
  border-style: dotted;
  text-align: center;  
  font-weight: bold;
  opacity: 0.7; /* Przeźroczystość */
  filter:Alpha(opacity=70);  /* Przeźroczystość w IE */
  width: 900px;
  height: 30px;  
}

A {
  color: #00008B;
  text-decoration: none;
}
A:hover {
  color: #800080;
  text-decoration: none;
} 

TD.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: left; 
  color: #00008B;   
}

TD.butelka {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: center; 
  color: #00008B;    
}

.tytul {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 2.2;
  text-align: center;  
  font-weight: bold;
  color: #00008B;  
/*  text-shadow: 1px 1px 9px #f9f000; */
}

.tytul_budowa {
  font-family: Verdana, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;  
  font-weight: bold;
  color: #b874ed;  
  text-shadow: 1px 1px 9px #f9c100;
}

TD.logo {
  background: #FFFFFF; 
  color: #000000;
  text-align: left;
  height: 110px;
  background-image: url('../images/tlo_gora.jpg');
/*  background-attachment: fixed; */
  background-position: center top; 
  background-repeat: no-repeat;  
   
}

HR {
  color: #6A5ACD;
  border-top: 2px dotted #6A5ACD;
  border-bottom:none;
  border-left:none;
  border-right:none;
}
 
