@charset "utf-8";
/* Subpages changes */

#top_logo {
	width: 302px;
}
/* Containers & main elements */

#left_col_short {
	width:303px;
	float:left;
	overflow:hidden;
}
#right_col_long {
	width:477px;
	float:left;
}
#top_right {
	display:block;
	position:absolute;
	width:114px;
	top:0;
	left:303px;
}
#top_back_btn {
	display:block;
	width:132px;
	height:114px;
	background:url(../img/dokumenty_powrot_03.png) no-repeat;
	position:absolute;
	text-indent:-9000px;
}
#top_back_btn:hover {
	opacity:0;
}
#top_back_btnAct {
	display:block;
	width:132px;
	height:114px;
	background:url(../img/dokumenty_powrot_05.png) no-repeat;
	position:absolute;
	text-indent:-9000px;
}
/* Static banners */

.static_banner_t02 {
	position: relative;
	width: 303px;
	height: 582px;
	display: block;
}
.static_banner_t02 .banner_cover {
	display:block;
	width:303px;
	height:179px;
	border-top:solid 1px #FFFFFF;
	background:#01a6cf;
}
.banner_heading {
	bottom: 45px;
}
.static_banner_t02 h2 {
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	margin: 0;
}

/* Text and content formating */

#contant_con {
	border-top: solid 1px #dbdbda;
	padding:18px 18px 18px 24px;
}

.content {
	height:258px;
}

.scrollSmall{
height:155px;
}

p.bodytext{
	margin: 0 0 5px 0;
	line-height: 16px;
	font-size: 12px;
}
.clearfix{
	float: none;
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
}



#contant_con h1 {
	margin:10px 0;
	font-weight: 400;
}
#contant_con h2 {
	margin: 10px 0 0 0;
	font-weight: 400;
	font-size: 13px;
	color: #01a6cf;
}

#contant_con img{
	border: solid 1px #e1e1e0;
	padding: 3px;
	margin: 14px 10px 6px 0;
}

.imgClean{
	border:none !important;
	padding:0 !important;
}

.fleft{
float:left !important;
}

/* gfx */

#contant_con hr {
	width:477px;
	margin: 30px 0 30px -24px;
	background:#dbdbda;
	height:1px;
	border:none;
}

/* Contact form */

.contact_form{
	width:435px;
	margin:20px 0;
}

.form_col{
	width:217px;
	float:left;
}

*::-webkit-input-placeholder {
  color: #FFFFFF;
}
*:-moz-placeholder {
  color: #FFFFFF;
}
*:-ms-input-placeholder { /* IE10+ */
  color: #FFFFFF;
}

.contact_form input, .contact_form textarea {
	border: none;
	background-color: #959595;
	width: 190px;
	font-size: 10px;
	font-family: Tahoma, Arial, sans;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 13px;
}

.contact_form textarea{
	height:90px;
}

.contact_form #submit {
	display: block;
	float: right;
	cursor: pointer;
	background: none;
	text-decoration: underline;
	color: #04a9d2;
	width: auto;
	padding: 7px 14px;
	margin: 0;
}


