/***** Global Settings *****/
 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
background-color: #ffffff;
/**font:100%/1.25 arial, helvetica, sans-serif;**/
font-family: arial, helvetica, sans-serif;
font-size: 12px;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
/**padding:30px 0 25px 0;**/
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
color:#0E3782;

padding-left: 10px;
padding-right: 10px;
text-align:center;
padding:15px 0 15px 0;
}
 
h2 {
padding:30px 0px 15px 0px;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;

FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #003399;
padding-left: 10px;
padding-right: 10px;
}
 
h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}
 
p, ul, ol {
margin:0;
padding:0 0 18px 0;
line-height: 16px;

padding-left: 10px;
padding-right: 10px;
}
 
ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

li.type01 {
	margin-bottom: 10px;
}

padding-right: 20px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration: underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }

.text-center-bold   {
font-weight: bold; 
text-align:center; 
color:#000066;
}
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Formatting *****/

p {
	text-align:justify;
}
p.p_taller {
	line-height: 22px;
}

#container{
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 756px;
	background-color: #f6f6f6;
	
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	border: 0px solid #ffffff;
}

.left_column{
	width: 170px;
	float: left;
	margin-top: 20px;
	
}
.middle_column{
	width: 416px;
	float: left;
	background-color: #ffffff;
}
.right_right_column{
	width: 170px;
	float: right;
}
.right_part{
	width: 586px;
	float: right;
}
.right_content{
	width: 586px;
	float: right;
}

p.right_p{
	font-size: 11px;
	color:#666666;
	text-align:left;
}
.right_copy{
	margin-top: 7px;
}


#header{
	width: 756px;
	border: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 360px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}




#footer{
	width: 756px;
	height: 78px;
	background-image: url(http://www.kredyt-mieszkaniowy.net/img/footer_bg.gif);
	background-repeat: repeat-x;
}
#footer_logo{
	float:left;
	width: 273px;
}
#footer_nav{
	float:right;
	width: 480px;
	margin-top: 15px;
	text-align: center;
	line-height: 20px;
}
#footer_info{
	margin-left: 12px;
}




.menu_link{
	display:block;
	width: 153px;
	margin-bottom: 1px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-size: 11px;
	
	background-color:#f8f8f8;
	background-image: url(img/menu_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left;
	
	
	text-decoration: none;
	
    border-bottom: 1px dotted #9f9f9f;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;

   /* padding:4px 0px 0px 1.4em;*/

    margin:0px 0px 0px 0px;
}

a.menu_link:link {
	color: #000000;
	text-decoration: none;
}

a.menu_link:visited {
	color: #000000;
	text-decoration: none;
}

a.menu_link:hover {
	background-color: #e9e9e9;
	color: #000000;
	text-decoration: none;
}


.menu_bottom_link{
	font-size: 11px;
	
	
}

a.menu_bottom_link:link {
	color: #64788b;
	/*text-decoration:underline;*/
}

a.menu_bottom_link:visited {
	color: #64788b;
	/*text-decoration:underline;*/
}

a.menu_bottom_link:hover {
	color: #64788b;
	/*text-decoration:underline;*/
}

img.pic_upper_right {
	padding-top: 20px;
}

img.pic_middle_right {
	padding-top: 68px;
}

h3{
	display:block;
	width: 170px;
	background-color:#9c9c9c;
	color:#FFFFFF;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 12px;
	
}

ul li {
	list-style-type: disc;
}

li {
	margin-bottom: 5px;
}

/** Form table **/

*.form_table {
	margin-right: 23px;
}

*.form_td_left {
	width: 150px;
	text-align: right;
	padding: 4px 8px 4px 0px;
}

*.form_td_right {
	text-align: left;
	padding: 4px 0px 4px 0px;
}

div.side-banner { text-align: center; margin-top: 20px; }

div.partner_logo {
	width: 170px;
	padding: 10px 0px 10px 0px;
	background-color:#FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



div.partner_form_1 {
	width: 420px;
	margin: 0px 0px 0px 85px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: dotted;
	border-top-width: 1px;
	background-color:#FFFFFF;
}

div.partner_form {
	width: 420px;
	margin: 0px 0px 0px 85px;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-color:#FFFFFF;
}
div.partner_logo2 {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	margin: 0;
	text-align: center;
}

div.form_button {
	float: left;
	width: 100px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}






p.text-form {
	width: 148px;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 3px 5px 3px 5px; 
	line-height: 12px;
}
p.text-form-h1 {
	width: 148px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #003399;
	margin: 0;
	padding: 3px 5px 3px 5px; 
	line-height: 12px;
}
p.text-form-h2 {
	width: 148px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	color: #003399;
	margin: 0;
	padding: 3px 5px 3px 5px; 
	line-height: 12px;
}

div.newsletter {
	width: 162px;
	background-color: #ffffff;
	padding-bottom: 0px;
	margin-left: 0px;
	
	border-color: #999999;
	border-style: solid;
	border-width: 4px;
}

input.type01 {
	width: 90px;
}
