* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: 12px  Trebuchet MS;
	color: #666666; 
	background: #fff url('tlo.jpg');
	background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 50%

	text-align: center;
}

/* links */
a { 
	color: #0006E9;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #6E71FF;
	background-color: inherit;
}

a.menu { 
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
a.menu:hover {
	color: #FF9200;
	background-color: inherit;
}
a.ciemne { 
	color: #7B3D07;
	font-size: 12px;
	background-color: inherit;
	text-decoration: none;
}
a.ciemne:hover {
	color: #FF9200;
	font-size: 12px;
	background-color: inherit;
}

a.jasny { 
	color: #aaaaaa;
	font-size: 14px;
	background-color: inherit;
	text-decoration: none;
}
a.jasny:hover {
	color: #FF9200;
	font-size: 14px;
	background-color: inherit;
}
/* headers */
h1, h2, h3 {
	font: bold 15px 'Trebuchet MS';
	color: red;	
}
h1 { font-size: 1.0em; color: #fff; } 
h2 { font-size: 1.2em; }
h3 { font-size: 1.3em; }

h1.ciemne { font-size: 18px; color: #000; } 

p, h1, h2, h3 {
	margin: 5px 5px;
}

/* images */
img {
	border: none;
}
img.no-border {
	border: none;
	}
img.no-border2 {
	border: none;
	margin-top: 5px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

td.error {
background-color: yellow;
color: red;
	font-family: arial;
	font-size: 9px;
	padding-left:6px;
	padding-right: 6px;
	text-align: center;
}


/* additional classes */
.clear { clear: both; }
.green {	color: #FF9200; }
.gray  {	color: #BFBFBF; }

td.informacje {
background-color: #A8C56A;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

td.lewa {
background-color: #6A9A31;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: right;
}
td.prawa {
background-color: #A8C56A;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: left;padding-left: 10px;
}
td.srodek {
background-color: #fff;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-align: justify;padding-left: 20px;padding-right: 20px;
}
td.banery {
background-color: #fff;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 14px;
	text-align: center;padding-left: 7px;
}
td.button {
background-color: #A8C56A;
color: #000000;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
}

.buton {
height: 20px;
width: 146;
font-size: 10px; 
color : #fff; 
background-color: #6A9A31;
font-family: Trebuchet MS; 
text-align: center;
padding-bottom: 2px; 
padding-left: 3px; 
padding-right: 3 px; 
padding-top: 2 px; 
border-top-color: #ffffff;
border-top-style: solid;
border-top-width: 1px;
border-bottom-color: #ffffff;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #ffffff;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #ffffff;
border-right-style: solid;
border-right-width: 1px;
}

