body
{
  background-color:#fff;
  background-image:url(../images/bgbody.jpg);
  background-position:top;
  background-repeat: repeat-x;
  font-family: 'Trebuchet MS','Arial', 'Verdana';
  font-size:14px;
  text-align:center;
  margin:0;
  padding:0;
}

#content
{
  width:830px;
  height:auto;
  padding:0;
  margin:0px auto;
  text-align:center;
  overflow:auto;
  position:relative;
  background:#fff;
}

#header
{
  width:auto;
  height:200px;
  margin:0;
  padding:0px 79px;
  color:#fff;
  background:#fff url(../images/header.jpg) no-repeat;
  text-align:left;
  cursor:pointer;
}
#header img { border:0; }

#logo
{
  width:auto;
  height:168px;
}
#logo_txt
{
  position:absolute;
  top:50px;
  left:430px;
}
#menu_left
{
  float:left;
  width:140px;
  border-left:#BABCBD dotted 1px;
  border-right:#BABCBD dotted 1px;
}
#menu
{
  height:auto;
  padding:13px 22px;  
  background:#FFF url(../images/menu.jpg) repeat-x;
  font-size:14px;
  font-weight:bold;
  text-align:right;
  color:#BABCBD;
  border-bottom:#BABCBD dotted 2px;
  position:relative;
}



.menu_left_item
{
  background: url(../images/bgmenu_left.jpg) repeat-x;
  height:28px;
  font-weight:bold;
  vertical-align:left;
  padding-top:2px;
  margin:1px 0px;
  cursor:pointer;
}

.menu_left_subitem
{
  border-bottom:1px dotted #e0e0e0;
  padding:2px 0px;
}
.menu_left_subitem a {color:#000;text-decoration:none;}
.menu_left_subitema:hover {color:#000;text-decoration:none;}
#wrapper
{
  height:auto;
  width:620px;
  float:right;
  margin:0px auto;
  padding:15px 25px 40px 25px;
  text-align:justify;
  border-left:#BABCBD dotted 1px;
  border-right:#BABCBD dotted 1px;
}

#footer
{
  height:auto;
  background:#ededed url(../images/footer.jpg) repeat-x;
  color:#AAAAAB;
  padding:15px 80px 40px 80px;
  border-top:#8E9090 dotted   2px;
  text-align:left;
}

input
{
  border:1px solid #D2D2D2;
  background:#F9F9FC;
}

#CalculatorForm input[type="text"]
{
  width:50px;
}

textarea
{
  width:300px;
  height:100px;
  border:1px solid #D2D2D2;
  background:#F9F9FC;
}

select
{
  border:1px solid #D2D2D2;
  background:#F9F9FC;
}

#wrapper a {color:#263853;}
#wrapper a:hover {color:#7497D6;}
#footer a {color:#A3A1BF;}
#footer a:hover {color:#616190;}
.menu_item a {color:#000; text-decoration:none;}
.menu_item a:hover {color:#8AB5E0; text-decoration:none;}

.BadValue
{
  border:1px solid #CC0000;
  background:#FF9191;
  width:300px;
  padding:20px 10px;
  text-align:center;
  margin:10px auto; 
}

.loans
{
  overflow:auto;
  position:relative;
}

.loans div
{

  padding:10px;
  margin:10px auto;
  width:45%;
  height:240px;
  border-bottom:5px dotted #E2E3E6;
  border-top:5px dotted #E2E3E6;
}

.loans h1
{
  text-align:center;
  font-size:22px;
}
 
.loans_left
{
  float:left;
}

.loans_right
{
  float:right;
}

#contact
{
  width:90%;
  height:auto;
}


table .input_text
{
  text-align:right;
  padding-right:10px;
}

.Conditions 
{
  font-size:12px;
  color:#898886;
  width:400px;
}

#load
{
  width:auto;
  text-align:center;
  font-size:18px;
}

.SentOK
{
  color:#00d700;
  text-align:center;
}
.address, .address2
{
  float:left;
}
.address2
{
  margin-left:50px;
}

.clear
{
  clear:both;
}
.simulate
{
  border:1px solid #797979;
  background:#f7f7f7;
  text-align:center;
}
.simulate td
{
  border-bottom:1px dotted #b7b7b7;
}
.simulate .td_title
{
  background:#d7d7d7;
  font-weight:bold; 
}
.numbers {
     list-style-type: decimal;
}

.credit_list {
     list-style-type: disc;
}
.fundusz{
    width:100%;
    border-collapse:collapse;
    padding:4px;
}
.fundusz td {
    border:1px solid #000;
}
.fundusz .odd {
    background:#dff8ff;
}
.#ccff33kwota{
    text-align:right;
}
.fundusz .wynik{
    font-size:16px;
    color:#cc0000;
    font-weight:bold;
    text-align:right;
}
.red{
    text-align:center;
    float:right;
    font-size:18px;
    font-weight:bold;
}
.red a{
    color:#ff0000 !important;
    text-decoration:none;
}
.red a:hover{
    color:#cc0000 !important;
    text-decoration:underline;
}
