@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../aller_lt_0-webfont.eot');
    src: url('../aller_lt_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../aller_lt_0-webfont.woff') format('woff'),
         url('../aller_lt_0-webfont.ttf') format('truetype'),
         url('../aller_lt_0-webfont.svg#AllerLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background:#fff url(../images/bg.gif) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
.pds {
	margin:auto;
	width:1000px;
}
.s{
	font-size:14px; 
	color:#8C8C8C;
	padding-bottom:20px;
	}
.left {
	float:left;
	width:275px;	
	
}
.right {
	float:right;
	width:660px;
	line-height:22px;
	
}
.mtxt{
	font-size:12px; 
	padding:15px;
}
.both { clear:both; }
a {
	color:#000;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

.t1{
	height:268px; 
	position:relative;
}
img{ border:0; }
.logo{ 
	position:absolute; 
	 font-family: 'AllerLightRegular';
	top:25px;
	width:460px;
}
.logo h1 span{
	display:inline-block; 
	-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
	color:#fff; 
	padding:2px 5px;
	 background:#2A7FBB;
}
.logo div{
	color:#7F8D97; 
	font-size:13px; 
	
	text-align:right;
} 
.logo  h1{
	font-weight:normal; 
	font-size:32px; 
	color:#2176B1;
	margin:0;	
}
.logo a{ color:#2176B1; text-decoration:none; }
.tel{
	position:absolute; 
	top:150px; 
	left:60px;
	color:#666; 
	font-size:14px;
	font-family: 'AllerLightRegular';
}
.tel span{
	display:block; 
	font-size:26px; 
	color:#000;
}
.t2{
	height:160px;
}
.box{
	float:left; 
	width:310px;
	padding:25px 10px 0px 5px;
	color:#fff;
	font-size:12px;
}
.box .img{
	float:left; 
	
}
.box .opis{
	float:right;
	width:240px;
}
.box h3{
	font-family: 'AllerLightRegular';
	font-size:20px;
	font-weight:normal;
	margin:0;
}

.mng{
	display:block; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color:#fff; 
	padding:12px 5px 12px 50px;
	background:#2A7FBB url(../images/mng.gif) no-repeat left center;
	font-family: 'AllerLightRegular';
	font-size:20px; 
	 
}
.right h1{
	margin:0;
	padding:10px 5px;
	background:url(../images/h1.gif) repeat-x bottom; 
	font-size:25px; 
	font-weight:normal; 
	color:#2B82BF;
	font-family: 'AllerLightRegular';
}
.f{
	background:url(../images/bg2.gif) repeat-x; 
	height:60px;
}
.f2{
	width:950px; 
	margin:auto; 
	padding:20px 0px 20px 40px; 
	background:url(../images/copy.gif) no-repeat left center; 
	font-size:12px; 
	color:#fff;
}
.f2 a{ color:#fff; }

.menu{
	padding:10px; 
	margin:0;
}
.menu ul{ margin:0; padding:0; list-style:none; }
.menu li{ display:block; 
	padding:1px 0px; 
	border-bottom:1px dotted #ccc; 
}
.menu a{
	background:url(../images/ma1.gif) no-repeat left center; 
	padding:6px 5px 6px 30px; 
	display:block; 
	text-decoration:none;
}
.menu a:hover{
	background:#2B82BF url(../images/ma2.gif) no-repeat left center;  
	color:#fff; 
}
.center{ text-align:center; }
.tab1{
	width:100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:1px solid #EBEBEB;
	padding:3px;
}
.tab1 thead th{
	color:#fff;
	padding:4px 6px;
	background:#2A7FBB;
}
.tab1 thead tr:first-child th:first-child{
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
}
.tab1 thead tr:last-child th:last-child{
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
}
.tab1 tbody td{	
	padding:4px 6px;
	border-bottom:1px solid #EBEBEB;
}
.tab1 tbody tr td:first-child{ text-align:center; }
.tab1 tbody tr:nth-child(even){ background:#F8F8F8; }