@CHARSET "UTF-8";

body{
	padding: 0;
	margin: 0;
}

form{
	padding:0;
	margin: 0;	
}

img{
	border: 0;
}

#whole_page_container{
	width: 100%;
	clear: both;
	margin: auto;
	text-align: center;
	font-family: Tahoma, Trebuchet MS, Verdana;
	
	font-size: 0;
}

#page_content_container{
	width: 948px;
	clear: both;
	margin: auto;
}

#banner_container{
	width: 100%;
	height: 252px;
	clear: both;
	margin: auto;
	overflow: hidden;
	margin: auto;
}

#main_content{
	width: 610px;
	float: left;
	padding-top: 20px;
	padding-bottom: 40px;
	padding-left: 35px;
	margin: auto;
	font-family: Tahoma, Trebuchet MS, Verdana;
	color: #707072;
	font-size: 12px;
	text-align: left;
	
	line-height: 20px;
}

#footer{
	width: 100%;
	height: 67px;
	clear: both;
	margin: auto;
	background-image: url("../layout/footer.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

.page_title{
	color: #1f8dac;
	font-size: 25px;
	font-family: Times;
	font-style: italic;
	width: 100%;
	clear: both;
}

.break{
	width: 100%;
	clear: both;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 14px;
	background-image: url("../layout/break.jpg");
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0;
}

.box_one{
	width: 605px;
	clear: both;
	background-image: url("../layout/box_1.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.box_one_content{
	width: 585px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	clear: both;
	margin: auto;
	background-image: url("../layout/box_2.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.box_title{
	color: #ee7f01;
	font-size: 20px;
	font-family: Times;
	font-style: italic;
	width: 100%;
	clear: both;
	height: 34px;
	padding-top: 13px;
}

.box_list{
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
	text-align: left;
}

.box_list li{
	list-style-image: url("../layout/list.gif");
	list-style-position: outside;
	color: #1f8dac;
	font-size: 13px;
	margin-top: 17px;
	margin-bottom: 13px;
	margin-left: 20px;
}

#right_container{
	width: 285px;
	float: right;
	margin: auto;
	padding-top: 18px;
}


.right_box_back_0{
	background-image: url("../layout/box_0.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 195px;
}

.right_box_back_1{
	background-image: url("../layout/box_3.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 195px;
}

.right_box_back_2{
	background-image: url("../layout/box_4.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	height: 175px;
}

.right_box_back_3{
	background-image: url("../layout/box_5.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}

.right_box{
	width: 266px;
	margin: auto;
	clear: both;
	float: right;
	padding-left: 15px;
	font-size: 12px;
}

.right_box_title{
	color: #ee7f01;
	font-size: 14px;
	font-weight: bold;
	font-family: Times;
	font-style: italic;	
	text-align: left;
	width: 100%;
	clear: both;
	padding-top: 7px;
	padding-bottom: 10px;
}

.right_title_link:link{
	color: #ee7f01;
	font-size: 14px;
	font-weight: bold;
	font-family: Times;
	font-style: italic;	
	text-decoration: none;
}

.right_title_link:visited{
	color: #ee7f01;
	font-size: 14px;
	font-weight: bold;
	font-family: Times;
	font-style: italic;	
	text-decoration: none;
}

.right_title_link:hover{
	color: #ee7f01;
	font-size: 14px;
	font-weight: bold;
	font-family: Times;
	font-style: italic;	
	text-decoration: underline;
}


.right_box_content_short{
	float: left;
	clear: both;
	color: #868789;
	font-size: 12px;
	text-align: left;
	width: 140px;
	line-height: 20px;
}

.right_box_content_short_bluer{
	float: left;
	clear: both;
	color: #00214f;
	font-size: 12px;
	text-align: left;
	width: 155px;
	line-height: 20px;
}

.right_box_content{
	float: left;
	clear: both;
	color: #868789;
	font-size: 12px;
	text-align: left;
	width: 100%;
	line-height: 20px;
}

.right_box_content p{
	padding: 0;
	margin: 0;
}

.break_dot_line{
	float: right;
	width: 100%;
	clear: both;
	height: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	background-image: url("../layout/break_dot_line");
	background-repeat: no-repeat;
	background-position: center;
}

.gray_link:link{
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
}

.gray_link:visited{
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
}

.gray_link:hover{
	color: #3a3a3a;
	text-decoration: underline;
	font-weight: bold;
}


.gray_link_standard:link{
	color: #868789;
	text-decoration: underline;
}

.gray_link_standard:visited{
	color: #868789;
	text-decoration: underline;
}

.gray_link_standard:hover{
	color: #868789;
	text-decoration: underline;
}


.link_pages{
	width: 100%;
	clear: both;
	margin: auto;
	margin-top: 15px;
	color: #1f8dac;
	font-size: 14px;
	font-family: Tahoma, Trebuchet MS, Verdana;
	text-align: left;
	font-style: italic;
	font-weight: bold;	
}

.link_pages a:link{
	color: #1f8dac;
	text-decoration: underline;
	font-style: italic;	
	font-weight: bold;
}

.link_pages a:visited{
	color: #1f8dac;
	text-decoration: underline;
	font-style: italic;	
	font-weight: bold;
}

.link_pages .current_link:link{
	color: #ee7f01;
	font-weight: bold;
}

.link_pages .current_link:visited{
	color: #ee7f01;
	font-weight: bold;
}

.gray_title_smaller{
	/*color: #707072;*/
	color: black;
	font-size: 15px;
	text-align: left;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	font-style: italic;
	
	text-decoration: underline;
}


.gray_title_smaller_center{
	/*color: #707072;*/
	color: black;
	font-size: 15px;
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 10px;
	padding-bottom: 3px;
	font-style: italic;
	
	text-decoration: underline;
}

#contact_form{
	width: 480px;
	margin: auto;
	margin-left: 12px;
	clear: both;
	color: #707072;
}

#contact_form .contact_line{
	width: 150px;
	float: left;
	font-size: 14px;
	padding-top: 2px;
}

#contact_form .contact_input{
	width: 320px;
	height: 20px;
	border: 1px solid #e7e7e7;
	color: #585858;
	float: left;
}

#contact_form .question_area{
	width: 320px;
	height: 250px;
	border: 1px solid #e7e7e7;
	float: left;
}

#contact_form .form_break{
	width: 100%;
	clear: both;
	font-size: 0;
	height: 5px;
	padding: 0;
	margin: 0;
}

.send_button{
	width: 80px;
	height: 23px;
	background-image: url("../layout/submit.jpg");
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	cursor: pointer;
}

.cancel_button{
	width: 65px;
	height: 23px;
	background-image: url("../layout/cancel.jpg");
	background-repeat: no-repeat;
	border: 0;
	margin: 0;
	cursor: pointer;
}

.shorter_input{
	border: 1px solid #636363;
	width: 50px;	
}

.ankieta_input{
	border: 1px solid #636363;
	width: 200px;	
}

.inne_informacje_klient{
	width: 200px;
	height: 100px;
	border: 1px solid #636363;
}

.red_fields{
	color: #f30000;
	font-size: 12px;
	font-weight: bold;
}

.clear_right{
	width: 100%;
	clear: both; 
	text-align: right;
}

.clear_center{
	width: 100%;
	clear: both;
	text-align: center;
}

.other_title_name{
	color: #1F8DAC;
	font-weight: bold;
	font-family: Times;
	font-style: italic;
	font-size: 13px;
	text-decoration: underline;
}

#contact_maps{
	width: 605px;
	height: 605px;
	clear: both;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}


#footer_content{
	width: 948px;
	margin: auto;
	height: 20px;
	font-size: 10px;
	padding-top: 15px;
	text-align: center;
}


#footer_content a{
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.show-element{
text-aling:left;
background: url("../images/ar_down.png")  0% 50% no-repeat;
padding:5px 0px 5px 34px;
cursor:pointer;
font-size:17px;
}



.topadvert{
background: url("../images/oferbg1.jpg")  top left no-repeat;
height:365px;
padding:10px;
margin-left:-35px;
}
.topadvert h1{
color:#e46e1c;
padding:5px 10px;
font-weight:normal;
}

.topadvert h3{
padding:30px 10px;
color:#4a8dac;
}

.topadvert .advertinfo{
width:67%;
float:right;
color:#4a8dac;
font-size:13px;
}
.topadvert .adverttit{
margin-bottom:20px;
color:#4a8dac;
font-size:13px;
}
