html{
	margin:0;
	padding:0;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#FFFFFF;
}

body{
	margin:0;
	padding:0;
	background:#015687 url(../images/bg.jpg) repeat-x;

}

.clearBoth{
	clear:both;
}

a{
	color:#006699;
	text-decoration:none;
}
a:hover{
	color:#006699;
	text-decoration:none;
}


#strona{
	width:800px;
	height:auto !important;
	min-height:300px;
	height:300px;
}


#top{
	width:800px;
	height:280px;
	
}


#body{
	width:800px;
	height:auto !important;
	min-height:300px;
	height:300px;
	background:#f5f5f5;
}

#body_left{
	float:left;
	width:255px;
	height:auto !important;
	min-height:300px;
	height:300px;
	background:url(../images/b.jpg) repeat-x bottom left;
	margin:0 0 10px 10px;	
}

#body_right{
	float:left;
	width:535px;
	height:auto !important;
	min-height:300px;
	height:300px;
	
}

.title{
	font-size:14px;
	color:#003399;
	text-align:left;
	padding:20px 5px 5px 5px;
}

.tekst{
	font-size:11px;
	color:#666666;
	text-align:justify;
	padding:10px;
}

#footer{
	width:798px;
	border-left:1px solid #f5f5f5;
	border-right:1px solid #f5f5f5;	
	height:62px;
	background:url(../images/footer.jpg) repeat-x;
	color:#f5f5f5;
	font-size:10px;
	padding:30px 0 0 0;

}

#footer a{
	color:#f5f5f5;
	font-size:10px;
}

#footer span{
	color:#5dc3fd;
}
#footer span a{
	color:#5dc3fd;
}

#baner{
	width:510px;
	height:195px;
	background:url(../images/baner.jpg) repeat-x;
}

