html {
	margin: 0px;
}
body {
	margin: 0px;
	background-image: url('images/topbg.gif');
	background-repeat: repeat-x;
}
#kont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#hdr {
	height: 280px;
	padding-top: 20px;
}
#logo {
	background-image: url('images/fin_03.gif');
	background-repeat: no-repeat;
	width: 193px;
	height: 48px;
	margin-left: 15px;
	border: 0px;
	float: left;
}
#vert {
	background-image: url('images/fin_05.gif');
	background-repeat: no-repeat;
	width: 10px;
	height: 53px;
	margin-left: 5px;
	border: 0px;
	float: left;
}
.split {
	background-image: url('images/fin_14.gif');
	background-repeat: no-repeat;
	width: 1px;
	height: 61px;
	margin-top: -4px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
	float: left;
}
#adst {
	float: left;
	margin-left: 10px;
}
.clear {
	clear: both;
	width: 0x;
	height: 0px;
}
#menu {
	margin-top: 25px;
	float: left;
}
#menu span {
	float: left;
	margin-top: 22px;
	font-family: Arial;
	font-size: large;
}
#kontent {
}
#underh {
	height: 193px;
	float: left;
}
.img1 {
	background-image: url('images/leftbig.jpg');
	height: 193px;
	width: 275px;
	float: left;
}
#prawy {
	float: left;
	width: 246px;
	height: 193px;
	background-color: #48535F;
}
#hdrimg {
	background-image: url('images/newsletter.gif');
	width: 246px;
	height: 32px;
	margin-bottom: 20px;
}
#prawy span {
	color: #FFFFFF;
}
#cont1 {
	float: left;
	width: 360px;
}
#col1 {
	float: right;
	width: 250px;
	background-color: #ededed;
	height:100%;
}
#col1, #cont1 {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#footer {
	height: 90px;
	width: 100%;
	background-image: url('images/fin_35.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
	clear: left;
}
.footersmall {
	font-size: 10px;
	font-weight: normal;
	color: gray;
	margin-top: 5px;
}

a{
	text-decoration:none;
	color:navy;
}

a:active{
	text-decoration:none;
	color:navy;
}

a:visited{
	text-decoration:none;
	color:navy;
}


a:hover{
	text-decoration:underline;
}
form{
	margin:0px;
	padding:0px;
}
input{
	border:1px solid black;
}