html, body {
	background: url(gfx/bgr_site.jpg) repeat-x;
	background-color: #fff;
	color: #16236d;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

td {
	color: #16236d;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
}

#top {
text-align: center;
width: 960px;
height: 100px;
margin: auto;
}

#stopka {
	width: 960px;
	height: 110px;
	background: url(gfx/bgr_stopka.jpg) no-repeat;
	text-align: right;
	color: #999;
	font-size: 11px;
	margin: auto;
}

#strona {
width: 960px;
background: url(gfx/bgr_strona.png) repeat-y;
text-align: left;
margin: auto;
}

#content {
width: 880px;
margin-left: 40px;
text-align: left;
background-color: #fff;
}

A:link {color: #16236d; text-decoration: underline; line-height: 15px;}
A:visited {color: #16236d; text-decoration: underline; line-height: 15px;}
A:hover {color: #16236d; text-decoration: none; line-height: 15px;}
A:active {color: #16236d; text-decoration: none; line-height: 15px;}

A.navi:link {color: #666; text-decoration: none; line-height: 15px;}
A.navi:visited {color: #666; text-decoration: none; line-height: 15px;}
A.navi:hover {color: #666; text-decoration: underline; line-height: 15px;}
A.navi:active {color: #666; text-decoration: underline; line-height: 15px;}

.orange:link {color: #F47920; text-decoration: underline; line-height: 15px;}
.orange:visited {color: #F47920; text-decoration: underline; line-height: 15px;}
.orange:hover {color: #F47920; text-decoration: none; line-height: 15px;}
.orange:active {color: #F47920; text-decoration: none; line-height: 15px;}

H1 { 
font : 13px Verdana;
color : #16236d; 
font-weight : bold; 
display : inline;
} 

H2 { 
font : 12px Verdana; 
color : #00B8F1; 
font-weight : bold; 
display : inline;
} 


