html{
	margin: auto;
	padding: 0;
	background-color: #fff;
}

a, a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #001656;
}

body{
	margin: auto;
	font: 10pt Tahoma;
	color: #000;
}

#container{
	width: 1000px;
	margin: auto;
}

#content{
	margin: auto;
}

#header{
	height: 120px;
	background-image: url(../img/header.gif);
	background-position: bottom;
}

#srodek{
	height: 233px;	
	background-image: url(../img/srodek.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-top: 2px solid #001656;
	border-bottom: 2px solid #001656;
}
#bottom{
	margin: auto;
	min-height: 144px;
	height: auto;	
	background-image: url(../img/dol.jpg);
	background-position: top;
	background-repeat: no-repeat;	
}

#main_flash{
	height: 126px;
	width: 900px;
	text-align: right;
	padding-right: 100px;
	padding-top: 15px;
}

#indywidual{
	margin-top: 30px;
	margin-left: 280px;
	float: left;
	width: 225px;
	height: 57px;
	background-image: url(../img/indyw_bg.jpg);
	background-repeat: no-repeat;	
	text-align: center;
}

#biznes{
	color: #001656;
	float: left;
	margin-top: 30px;
	margin-left: 100px;
	width: 225px;
	height: 57px;
	background-image: url(../img/korpo_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#biznes p span{
	display: block;
}

#biznes p a span{
	display: none;
}
#indywidual p{
	padding: none;
	margin: none;
}
	
#indywidual a{
	margin-top: -7px;
	padding-top: 7px;
	display: block;
	height: 43px;
	width: 220px;
	outline: none;
}	

a#eng, a#pl{
	display: block;
	margin-top: -30px;
	width: 100px;
	height: 50px;
	outline: none;
}

a#eng{
	float: left;
}

a#pl{
	float: right;
}

#footer{
	margin: auto;
	width: 940px;
}

.clear{
	clear: both;
}

img.news_fotka{
	padding: 3px;
	border: 1px solid navy;
	float: left;
	width: 100px;
	height: 60px;
}

