* {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	font-family: arial, Tahoma;
}

h1 
{
	display: inline;
	font-size: 22px;
}

h2
{
	display: inline;
	font-size: 18px;
}

body {
	background-color: #e6e6e6;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: arial, Tahoma;
	font-size: 11px;
}

table
{
	border-collapse: collapse;
	border: 0;
	padding: 0px;
	margin: 0px;
}

td
{
	padding: 0;
}

.strona_button
{
	vertical-align: middle;
	border: solid 1px #aeadc1;
	font-family: Tahoma;
	font-size: 11px;
	color: #2c2222;
	cursor: pointer;
	background-color: white;
	height: 22px;
}

.strona_button:hover
{
	vertical-align: middle;
	border: solid 1px #aeadc1;
	font-family: Tahoma;
	font-size: 11px;
	color: #2c2222;
	cursor: pointer;
	background-color: #e6e6e6;
	height: 22px;
}

input, select
{
	vertical-align: middle;
	border: solid 1px #aeadc1;
	font-family: Tahoma;
	font-size: 11px;
	color: #2c2222;
	background-color: white;
	height: 22px;
}

textarea
{
	border: solid 1px #aeadc1;
	font-family: Tahoma;
	font-size: 11px;
	color: #2c2222;
	cursor: pointer;
	background-color: white;
}

#tekstContainer
{
	width: 549px;
}

#container 
{
	background-color: #fff;
	width: 738px;
	padding: 0px;	
	margin: 0px;
}

#top {
	background: url('top_img.jpg') no-repeat right 0;
	height: 146px;
	padding-left: 188px;
	position: relative;
}
#top img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 5px;
}
#footer div {
	background-color: #9bb6df;
	height: 98px;
	color: #fff;
}
#footer h1 { /* [Univers] 25px */
	font-size: 22px;
	float: left;
	padding: 37px 20px 0 70px;
	font-weight: normal;
}
#footer p { /* [Univers] 14px */
	font-size: 13px;
	float: left;
	margin-right: 10px;
	padding: 32px 20px 0;
}

.advanced_link
{
 	color: black;
	text-decoration: none;
	cursor: pointer;
} 

.advanced_link:hover
{
	color: red;
	text-decoration: none;
	cursor: pointer;
}

a.faq
{
 	vertical-align: middle;
	text-decoration: none;
	color: black;
}

a.faq:hover
{
 	vertical-align: middle;
	text-decoration: none;
	color: red;
}

img.faq
{
 	vertical-align: middle;
}
