@import url('reset.css');
body {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    font-family: Arial;
    
}
img {
    border: 0
}

a {
    color: #525252;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #ff5a00;
}
div {
    float: left;
}

div.body {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    float: none
}
div.page{
	width:100%;
	height: auto;
}
div.header {
    width: 100%;
    height: 75px;
}
div.logo {
    width: 37%;
	padding-left:3%;
    height: 75px;
	line-height: 75px;
}
div.logo img{
	vertical-align: middle;
}
div.menu {
    width: 58%;
    height: 75px;
	line-height: 75px;
}
div.menu_odn {
    width: 20%;
    height: 75px;
	line-height: 75px;
	text-align: center;
	background-image: url('../images/menu_strzal.png');
	background-position: top center;
	background-repeat: no-repeat;
}
div.menu_odn:hover{
	background-image: url('../images/menu_strzal_h.png');
}
div.menu a {
    display: block;
}
div.img {
    width: 100%;
	height:268px;
	background-image: url('../images/img.png');
}
div.pro{
	position: relative;
	float:right;
	width: 45.5%;
	top:50px;
	height: auto;
}
#project {
	padding-right: 30px;
}
#project img {
	border:1px solid #cccccc;
	padding:1px;
	-moz-border-radius: 3px;
}
#go-prev {
	width: 25px;
	height: 27px;
	margin-right: 10px;
	position: relative;
	top:100px;
	background-image: url('../images/go_prev.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
#go-next {
	width: 25px;
	height: 27px;
	margin-left: 10px;
	position: relative;
	top:100px;
	background-image: url('../images/go_next.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.belka {
    width: 100%;
	height:7px;
	margin: 20px 0 20px 0;
	background-image: url('../images/belka.png');
	background-position: center;
	background-repeat: no-repeat;
}
div.boxy_top{
	width:100%;
	height: auto;

	margin-top:30px;
	margin-bottom: 10px;
}
div.box_top{
	width:30%;
	height: auto;
	border-right: 1px solid #c8c8c8;
	padding: 1.5%;
}
div.box_top_nagl{
	width:100%;
	height: auto;
	color: #0f8bab;
	font-weight:bolder;
	font-size:16px;
	background-image: url('../images/strzal.png');
	background-repeat: no-repeat;
	background-position: right;
}
div.box_top_txt{
	width:100%;
	height: auto;
	line-height:normal;
	text-align: justify;
	color: #606060;
	font-size:12px;
	margin-top: 10px;
}
div.box_top_txt span{
	color: #f79021;
	font-weight: bolder;
}
div.boxy_left {
    width: 28.3%;
	margin-left: 2.3%;
	height:auto;
}
div.boxy_right {
    width: 65%;
	margin-left:2%;
	height:auto;
}
div.box_head {
    width: 100%;
	height: 10px;
	background-image: url('../images/box_head.png');
	background-position: center;
	background-repeat: no-repeat;
}
div.boxy_foot {
    width: 97.7%;
	height: auto;
	margin-left: 2.3%;
	
}
div.box_foot {
    width: 100%;
	height: 5px;
	background-image: url('../images/box_foot.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
div.aktualnosci {
    width: 93.5%;
	padding: 3%;
	margin-right: 2%;
	height:auto;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
div.aktualnosci_nagl {
    width: 100%;
	height:25px;
	font-weight: bolder;
	color: #666666;
	border-bottom: 1px solid #d9d9d9;
	background-image: url('../images/pen.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom:15px;
}
div.right_box_nagl {
    width: 100%;
	height:25px;
	font-weight: bolder;
	color: #666666;
	border-bottom: 1px solid #d9d9d9;
	background-image: url('../images/article.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom:15px;
}
div.aktualnosci_nagl_real {
    width: 100%;
	height:25px;
	font-weight: bolder;
	color: #666666;
	border-bottom: 1px solid #d9d9d9;
	background-image: url('../images/real.png');
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom:15px;
}

div.aktualnosci_tyt {
    width: 100%;
	height:25px;
	line-height:25px;
	border-bottom: 1px solid #d9d9d9;
	background-image: url('../images/strzal.png');
	background-position: right;
	background-repeat: no-repeat;
}
div.aktualnosci_tyt a{
	display:block;
	font-size:12px;
}

div.box_img {
    width: 17%;
	height:70px;
	text-align: center;

}
div.box_tyt {
    width: 83%;
	height:auto;
	font-weight:bolder;
	font-size:18px;

}
div.box_txt {
    width: 83%;
	height:auto;
	line-height: normal;
	color: #666666;
	font-size:14px;
	margin-top:10px;

}
div.box_poznajmy {
    width: 264px;
	padding: 20px;
	height: 148px;
	background-image: url('../images/box_dol.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-right:20px;
}
ul{
	list-style: circle;
	margin-left:15px;
	margin-top:5px;
}
li{margin-top:3px;}
div.oferta{
	width:100%;
	height: auto;
	margin-bottom: 30px;
}
div.box_poznajmy_tyt{
	width: 100%;
	height: 15px;
	margin-top:15px;
	padding-bottom:25px;
}
span.box_poznajmy_tyt_1{
	display: block;
	font-size:11px;
	color: #858585;
	font-weight: bolder;
	height:11px;
	
}
span.box_poznajmy_tyt_2{
	font-size:18px;
	height:18px;
	color: #616161;
	margin-top:15px;
	font-weight: bolder;
}
div.box_poznajmy_img{
	width:30%;
	height: auto;
}
div.box_poznajmy_txt{
	width:100%;
	margin-top:20px;
	height: auto;
	line-height: normal;
	color: #666666;
	font-size:12px;
}
div.box_kontakt_txt{
	width:100%;
	margin-top:5px;
	height: auto;
	line-height: 25px;
	color: #666666;
	font-size:15px;
	font-weight: bolder;
}
.wiecej {
	background-color: #dedede;
	padding: 3px;
	color: #666666;
	border:1px solid #c3c3c3; 
	-moz-border-radius: 5px;
}
.wiecej:hover{
	background-color: #ff5a00;
	padding: 3px;
	color: #666666;
	border:1px solid #ff5a00; 
	color: #ffffff;
	-moz-border-radius: 5px;
}
div.right_box_txt{
	width:100%;
	height: auto;
	color: #666666;
}
div.real{
    height: 210px;
    margin-right: 2%;
    width: 32%;
    margin-bottom:20px;
}

div.real_img{
	width:100%;
	height: 180px;
	margin-top:15px;
	text-align: center;
}
.real_img img {
	border:1px solid #cccccc;
	filter:alpha(opacity=70);
	opacity: 0.7;
	padding:2px;
	-moz-opacity:0.7;
}
.real_img img:hover {

	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

div.real_tyt{
	width:50%;
	height: auto;
	margin-top:10px;
	text-align: left;
	font-size: 12px;
	line-height:normal;
	color: #666666;
}
.real_tyt a{
	color:#86BDD9;
}


div.pager {
	width: 99%;
	height: auto;
	margin-top: 10px;
	font-size: 13px;
	text-align: right;
	color: #939393
}
div.pager a {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-icab-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	background-color: #0f8bab;
	padding: 1px 5px;1px 5px:;
	font-size: 13px;
	color: #FFF;
	margin-left: 5px
}
#hover, div.pager a:hover {
	background-color: #feae14;
	text-decoration: none;
}

div.foot_a{
	color: #525252;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    margin-left: 3%;
    width: 66%;
    margin-bottom:10px;
}
div.foot_b{
	color: #525252;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    width: 29%;
    margin-bottom:10px;
}
div.foot_b a{
	margin-left:5px;
	margin-right:5px;
}
