*
{
	padding:0;
	margin:0;
	border:0;
	list-style:none;
}

body 
{
	background:#000;
}

#header 
{
	background:url(images/bg.gif) bottom repeat-x;
	width:100%;
	height:15em;
	position:relative;
}

#head	
{
	width:55em;
	margin:0 auto;
	padding:4em 0 5.8em 19em;
	height:5.2em;
	position:relative;
}

#head ul 
{
	list-style:none;
	position:relative;
	bottom:-6px;	
	z-index:0;
}

#head li 
{
	float:left;
	margin-right:10px;
	background:#d8ed46 url(images/nav_over.gif) bottom repeat-x;
}

#head li a 
{
	background:transparent url(images/nav_over_left.gif) top left no-repeat;
	display:block;
}

#head li:hover
{
	background:#d8ed46 url(images/nav_under.gif) bottom repeat-x;
}

#head li a strong 
{
	padding:0.5em 10px 0.5em 0; 
	margin-left:10px;
	display:block;	
	background:transparent url(images/nav_over_right.gif) top right no-repeat;
}

#head img 
{
	position:absolute;
	/*height:15em;
	width:15em;*/
	border:0.2em solid #FFF;
	left:0;
	bottom:2em;
	top:0.7em;
	outline:0.2em solid #000;
}

#main 
{
	background:rgb(220,220,220);
	width:100%;
	z-index:2;
	position:absolute;
}

#content 
{
	background:#FFF;
	width:72em;
	margin:0 auto;
	padding:2em;
}

.article 
{
	width:72em;
	padding-bottom:1em;
	padding-right:2em;
	position:relative;
}

.article ul 
{
	margin:1em 0 2em 0;
}

.article li 
{
	margin-left:1.5em;
	margin-bottom:0.5em;
}

.article ul li, #subContent ul li 
{
	list-style-type:circle;
	padding-left:0.5em;
}

.article ul li.sub
{
	list-style-type:square;
}

.hr 
{
	width:55em;
	height:128px;
}

#footer 
{
	clear:both;
	background:#000;
	padding: 1em 0em 4em 0em;
	position:relative;
}

#footer ul 
{
	position:absolute;
	text-align:right;
	right:50%;
}

#footer img 
{
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-2.9em;
	background:#CCC;
	margin-left:1em;
	height:5em;
	width:5em;
	border:5px solid #FFF;
	outline:0.1em solid #333;
}

input, select, textarea 
{
	border: 1px solid black;
	background: #d0d0d0;
	margin: 0.2em;
}

input[disabled]
{
	background:#aaa;
	color:#333;
}

input:hover,select:hover,textarea:hover 
{
	border: 1px solid #CF0;
}


/*---------------------------------------------------------*/

body 
{
	font:62.5% "Trebuchet MS",Tahoma,Sans-serif; /* Change this % to alter the size of the whole page */
	color:#333;
}

a 
{
	color:#090;
}

a:hover 
{
	color:silver;
}

a.linkout 
{
	color:black;
}

a.linkout:hover
{
	color:silver;
}

p 
{
	line-height:1.5em;	
	font-size:1.2em;
	margin-bottom:1em;
}

/* Tabelki */

table
{
	margin-bottom:1.5em;
}

td,th
{
	font-size:1.1em;
	padding: 0.2em;
	border: 1px solid black;
}

#results
{
	background:#fff;
}

#results td
{
	font-size:1.5em;
	padding-left:0.5em;
	padding-right:0.5em;
}

#results th
{
	font-size:1.2em;
}

#results a
{
	font-weight:bold;
	text-decoration:none;
}

.without_border th, .without_border td
{
	border:0;
}

td.c,th.c { text-align: center; }
td.l,th.l { text-align: left; padding-right: 4em; }

#head h1 
{	
	font-size: 3.6em;
	padding:0;
	margin:0;
	color:#FFF;
	white-space: nowrap;
}

h2 
{
	font-size:2em;	
	line-height:1.5em;
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h3 
{
	font-size:1.5em;	
	margin-top:0.5em;
	margin-bottom:0.5em;
}

h4 
{
	font-size:1.1em;	
	margin-bottom:0.5em;
}

blockquote 
{
	border-left:0.3em solid #090;
	padding-left:2em;
	margin-left:1em;	
	color:#666;
}

.article li 
{
	font-size:1.2em;
}

.article li.sub 
{
	font-size:1em;
}

div.article
{
	font-size:1em;
}

#head p 
{
	color:#CF0;	
}

#head li a 
{
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}

#footer 
{
	color:#CCC;	
}

#footer a 
{	
	color:#FFF;	
	text-decoration:none;
}

#footer a:hover 
{
	text-decoration:underline;	
}

#footer p 
{
	margin-bottom:0;
}

.r 
{
	text-align:right;
}
.r2
{
	text-align:right;
	padding-left:2em;
	font-size:0.8em;
}
.r3
{
	text-align:right;
	padding-left:4em;
}

.sm 
{
	font-size:0.9em;
}

.large 
{
	font-size:1.6em;
}

hr 
{
	border:1px solid black;
	margin:1em;
}

.tip 
{
	color:#666;
	background:transparent url('images/tip.gif') right top no-repeat;
	padding-right: 3px;
}

.red
{
	color:red;
}

.justify
{
	text-align:justify;
}

td.matches-result {
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	width:60px;
	white-space:nowrap;
}
td.matches-result span {
	display:inline-block;
	width:20px;
}
td.matches-result span.l {
	padding-left:8px;
	text-align:left;
}
td.matches-result span.r {
	padding-right:8px;
	text-align:right;
}
td.matches-result a {
	display:block;
	text-decoration:none;
	color:inherit;
	background:#dfd;
}
td.matches-result a:hover {
	background:#3c3;
	color:black;
}


/* BOXES */

.box 
{
	display:block;
	text-decoration:none;
	font-weight:bold;
	width:20em;
	color:black;
	background:#090;
	padding:10px;
	text-align:center;
	border:2px solid black;
}

.box:hover 
{
	color:black;
	background:#0c0;
}

.box.red 
{
	background:#b00;
}

.box.red:hover 
{
	background:#e00;
}

td.crosssm {
	font-size:1.1em !important;
}
