﻿.body 
{
	background-color:#FFFFFF;
}
.div_main
{
	width:95%;
    border-width:1px;
	border-style:solid;
	border-color:black;
	 
	
}
.naglowek
{
	background-color: #b03830;
	width:100%;
	height:40px;
	text-align: center;
}
.div_2
{
	width:100%;
	border-color:White;
	border-style:ridge;
	border-width:1;
}
.div_small
{
	width:100%;
	text-align:left;
	background-color:maroon;
}
.nazwa_sadu
{
	font-family:verdana;
	font-size:20px;
	color: #000000;
	font-weight:bold;
	position: relative; top: 5px;
}
.wyszukiwanie
{
	font-family:Verdana;
	font-size:12px;
	color:white;
	font-weight:bold;
	position: relative; left: 4px;
	height:16px;
}
.brak_spraw
{
	color: #FF0000;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.tabela_szukaj
{
	border-style:ridge;
	border-width:1px;
	width:100%;
	background-color: #b03830;	
}
.tab_szukaj_k1
{
	width:40%;
	text-align:right;
}
.tab_szukaj_k2
{
	width:60%;
	text-align:left;
}

.etykiety_szukaj
{
	font-family:Verdana;
	color:#27408B;
	font-size:12px;
	color:black;
	/*font-weight:bold;*/
}
.pola_szukaj
{
	width:80%;
	text-align:left;
	color:black;
	font-size:10px;
	font-family:Verdana;
}
.tabela_dane
{
	width:100%;
	background-color:black;
    /*border-color:blue;*/
    border-width:1px;
    border-style:outset;
     
     
	 /*"<table style=\"font-family: Arial; position: static; background-color: lightcyan; text-align: center;font-variant: normal border-collapse: collapse;\" frame=box >" */
}
.naglowek_dane
{
	font-weight: bold;
	color: white;
	font-family:verdana;
	border-style:ridge;
    background-color:maroon;
    font-size:12px;
    text-align:center; 
}
.info_dane
{
	font-weight: bold;
	color:black;
	font-family: verdana;
	border-style: inset;
    background-color: #FFFFFF;
	font-size:12px;
	text-align:center;
}



.Button 
{
    margin:0 0px 0 0;
    padding:0;
    color:#000000;
    font-family:'trebuchet ms',helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
	background-color:#FFFFFF;
    border:1px solid;
    border-top-color:#696;
    border-left-color:#696;
    border-right-color:#363;
    border-bottom-color:#363;
    height:22px;
}
