body {
        background: #FFF9FB url(./szukacz.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	color: #454456;
	text-align: center;
	font: 1.1em Arial, Helvetica, sans-serif;
	}

/*Style for the page header */
#header	{
	position: relative;
	margin: 2px auto auto 250px;
	font-size: 1.6em;
	font-style:italic;
	text-align: center;
	color: #777688;
	width: 750px;
} 
	
/*Style for the nav menu */
#nav {
	position: relative;
	margin: -8px 0 0px auto;
	width: 750px;
	line-height: 2em;
	}
	
#nav ul { 
	padding:5px; 
	margin:0; 
	padding:0; 
} 

#nav ul li { 
	float:right; 
	list-style:none; 
	margin:0; 
	padding:0; 
	} 
	
#nav a, a:link	{
	display:block; 
	margin:0; 
	padding: 2px 15px; 
	text-align:center; 
	background: #EFE9ED;
	}

#nav a:hover	{
	color: #EFE9ED;
	background: #5684BF;
	text-decoration: none;
}

/* Styles for the text area */
#text {
	font: 1.2em Arial, Helvetica, sans-serif;
    	position: relative;
	margin: 45px auto 20px auto;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;	
	text-align: left;
	line-height: 1.25em;
	border-top: 3px solid #5684BF;
	border-bottom: 3px solid #5684BF;
	}

a, a:link	{
	color: #5684BF;
	background-color: inherit;
	text-decoration: none;
	display: inline;
	padding: 0;
	}
	
a:hover	{
	color: #454456;
	text-decoration: underline;
	}
	
p {
	padding: 0;
	
}

h1	{
	font: 1.5em Garamond, serif;
	color: #777688;
	border-left: #777688 15px solid;
	padding: 5px;
	margin: 20px 0;
	}
	
h2	{
		font-size:1.1em;
}

/* Style for the footer */
#footer	{
	margin: 0px auto 0px auto;
	font: 1.3em Arial, Helvetica, sans-serif;
    	position: relative;
	padding-left: 50px;
	padding-right: 50px;	
	text-align: left;
	}

input.submit {	
	font-size: 13px;
	width: 200px;
	height: 26px;
	color:#FFF;
   	border-style:solid;
        border-color:#000;
	background-color: rgb(50, 100, 150);
   	border-width: 0px;
	cursor:pointer;		
}


input.all_edit {			
	font-variant:small-caps;
	font-size:1.2em;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 250px;
	height: 20px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

input.all_small {			
	font-variant:small-caps;
	font-size:1.2em;
	border-color: #88A0C8;
	font-family: Verdana;
	color:#369;
	background:#fff;
	border:1px;
	width: 150px;
	height: 20px;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
} 

table.sample {
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #fafafa;
	text-align:center;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #fafafa;
	-moz-border-radius: 0px 0px 0px 0px;	
}
table.sample td {
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #fafafa;
	-moz-border-radius: 0px 0px 0px 0px;
}
