/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.tekstbelkaglowna{
	text-shadow: 3px 3px 2px black;
	margin-left: 20px;
	color: #F7F4A6;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	font-family : Arial, Verdana, sans-serif;
}

.tekstbelka{
	text-shadow: 3px 3px 2px black;
	margin-left: 25px;
	color: #F7F4A6;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family : Arial, Verdana, sans-serif;
}

.tekstmenupion{
	text-shadow: 1px 1px 2px #F7F4A6;
	margin-left: 30px;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
}

.tekstmenupoziom{
	text-shadow: 1px 1px 2px #F7F4A6;
	color: black;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	font-family : Arial, Verdana, sans-serif;
	line-height:14px;
}

.tabelanadrzedna{
	border-left: 1px solid saddlebrown;
	border-right: 1px solid saddlebrown;
	
}

.tekstprzepis{
 font-family: arial, tahoma, verdana;
 font-size: 13px;
 color: #555555;
}

.INPUTBIG{
 font-family: arial, tahoma, verdana;
 font-size: 11px;
}

.INPUTBIGGEST{
 font-family: arial, tahoma, verdana;
 font-size: 13px;
}

.DODAJFORMULARZ{
 border: 1px solid black;
 font-size: 12px;
 font-weight: bold;
 background-image: url(/images/tlo.jpg);
}

.liniaprzerywana{
 border: 1px dashed black;
 }
 
 .liniaprzerywanaszara{
 border: 1px dashed lightgrey;
 margin-top:2px;
 margin-bottom:2px;
 }
 
 .liniakropkowana{
 border: 1px dotted grey;
 margin-top: 10px;
 margin-bottom: 10px;
 }
 
h1 {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

a {
	text-decoration: none;
}

BODY {
  color: #000000;
  margin: 0px;
  background-image: url(/images/tlo.jpg);
}

A {
  color: blue;
  text-decoration: none;
}

A:hover {
  color: #888888;
  text-decoration: underline;
}

FORM {
 display: inline;
}

td{
 font-family: arial, tahoma, verdana;
 font-size: 11px;
 color: #555555;
}

SELECT{
 font-family: arial, tahoma, verdana;
 font-size: 9px;
 }
 
INPUT{
 font-family: arial, tahoma, verdana;
 font-size: 9px;
 }
