/* mac hide\*/
html, body {height:100%}
/* end hide */

html,body {
	padding:0;
	margin:0;
}
body{	
	text-align:center;
	background-color: #606f84; 
	color: #fff;		
	font-family: "Arial";
	font-size: 0.9em;
	line-height: 1.2em;
}

div#tutorial {
	display: block;
position: absolute;
margin-left: 250px;
margin-right: auto;
margin-top: 0px;
top: 5px;
left: auto;
.left: 0px;
right: auto;
width: 800px;
text-align: justify;
font-size: 0.9em;
}

div#main {
display: block;
position: absolute;
margin-left: 20px;
margin-right: auto;
margin-top: 100px;
top: 30px;
left: auto;
.left: -10px;
right: auto;
width: 1024px;
height: auto;
text-align: center;
border: 1px solid silver;
}

a, a:active, a:visited {
color: #f49f4f;
text-decoration: none;
font-weight: bold;	
}

a:hover {
text-decoration: underline;	
}

div#logo {
display: block;
position: absolute;
left: 20px;
top: 5px;
width: 221px;
height: 100px;
background: transparent url('logo_b.png') no-repeat;
}
div#back {
display: block;
position: absolute;
left: 25px;
top: 100px;
}

/*formularz do filtrowania wyników*/
div#filtr { 
display: block;
position: absolute;
left: 0px;
top: 0px;
width: 220px;
border: 3px double silver;
background: #4067a8 url('form_g.png') repeat-y;
text-align: left;
padding: 5px;
font-size: 0.8em;
}

/*formularze*/
form {
color: black;
}


/*bloki zaczynające się od tekstu a nie znacznika*/
p.ffo {
margin-left: 30px;
}


/*poszczególne bloki wewnątrz formularza*/

span.margin {
margin-left: 10px;
}

/*przyciski*/
input.przycisk {
margin-left: 30px;
.margin-left: 20px;
}

input.log {
margin-left: 30px;	
}

input.pass {
margin-left: 30px;	
}

div#tabela {
display: block;
width: 780px;
margin-left: 243px;
margin-top: 0px;
border: 1px solid silver;

}

/*tabela*/
table#wynik {
table-layout: fixed;
width: 780px;
border: 0px;
border-collapse: collapse;
cellspacing: 10;
}

td {
border: 1px solid silver;
}

hc_id {
width: 80px;
}
hc_lang {
width:100px;
}
hc_sex {
width:100px;
}
hc_pred {
width:250px;
}
hc_des {
width:250px;
}

p#kom {
color: red;	
margin-left: 25px;
font-size: 1.3em;
}
