body{
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  padding:0px;
	background-image:url('../images/bg-body.jpg');
	background-attachment:fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  }
h1 {
  font-size: 30px;
  line-height: 36px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
p {
  margin: 0 0 9px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
	color:#0d0d0d;
}

.hr { 
    border-bottom:1px solid #CCCCCC; 
    margin:10px 0; 
    clear: both; 
    padding-top:10px; 
    height:20px;
}
	
caption{
font-family: Arial, sans-serif;
font-size: 14px;
text-transform: uppercase;
font-weight:bold;
}

.container {
width:1000px;
margin: auto;
padding:0px;
background:#FFF;
}
.header { 
position:relative; 
z-index:10; 
background-image:url('../images/logo.jpg');
background-repeat:no-repeat;
background-position:left bottom; 
height:110px;
width:950px;
margin:auto;
}
.money {
margin-top:20px;
background-image:url('../images/hr-bg.jpg');
height:120px
}
ul#dropdown-menu{  float:right; list-style:none; margin-bottom:0px; padding-top:80px; }		  
ul#dropdown-menu li{ float: left; }
ul#dropdown-menu li a{ display: block; padding:7px 12px 5px 0; font-size:16px; text-transform: uppercase; color:#252525;text-decoration:none; font-weight:bold; }			   
ul#dropdown-menu li a:hover{ color:#FF0000;}
ul#dropdown-menu li.hover a{ text-decoration:underline;  }			 
ul#dropdown-menu li.current > a{ color: #FF0000; }							   
ul#dropdown-menu li .sub-menu li a{ color:#252525; }							   
ul#dropdown-menu li.last > a{ padding-right:0px; }
			
.content {
padding:25px 20px 30px;
height: auto;
}
.left {float:left; width:400px; padding-top:20px;}
.right {float:right;width:500px;}
.table {
	padding: 5px;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	border: 1px solid #CCC;

}
.table td, .table th {
	padding: 1px 5px;
}
.table thead {
	font: normal 15px Helvetica Neue,Helvetica,sans-serif;
	text-shadow: 0 1px 0 grey;
	color: #999;
}
.table th {
	text-align: left;
	border-bottom: 1px solid #fff;
}
.table td {
	font-size: 13px;
	border-bottom: 1px solid #999;
	position:relative;
	vertical-align:middle;
}
.footer {
padding:5px 15px 10px;
}

.copyright {
    margin-left: 10px;
}

.waluty-centre {
    width:510px;
    margin:auto;
}

.flagi {
  width: 60px;
  height: 40px;
  border: 1px solid #CCC;
}

a.maps {
	color: #0000FF;
	text-align: left;
}