@charset "UTF-8";
/* CSS Document */

body{
    margin:0px;
    padding:0px;
	  background-color: #5fab01;
   	background-image: url("http://boldrew.pl/images/_bg.jpg");
  	background-repeat: repeat-x;
  	font-size: 12px;
	  font-family: Arial, Helvetica, sans-serif;
	  color:#525252;
    }
    
form {
	 margin:0;
}   
	
.site{
   width: 1200px;
   margin: 0 auto;
   text-align:left;
   position: relative;
}

.content{
   width:100%;align:center;float:left;padding-bottom:15px;
}

.foot{
   float:left;
   width: 100%;
   margin: 0 auto;
   position: relative;
   border-top: 1px solid #f3ffce;
   padding-top:14px;
   padding-bottom:14px;
   color:#f3ffce;
   font-size: 11px;
   
}


   

.index_bg_l{
background-image: url(http://boldrew.pl/images/_bg_l.jpg);background-repeat: no-repeat;
background-position: top right;
}

.index_bg_r{
background-image: url(http://boldrew.pl/images/_bg_r.jpg);background-repeat: no-repeat;

}

    

label{
      width: 30px;
      padding-top:3px;
      float: left;
      margin-right: 0.5em;
      display: block
}



h1 {
   display: inline;
   font-size:14px;
   color: #5e5e5e;
   font-weight: none;
   FONT-FAMILY: Arial, sans-serif;
   font-variant: small-caps;
}



h2 {
   display: inline;
   font-size:10px;
   color: #ffffff;
   font-weight: none;
   FONT-FAMILY: Arial, sans-serif;
}


h3 {
   display: inline;
   font-size:11px;
   color: #5e5e5e;
   font-weight: none;
   FONT-FAMILY: Arial, sans-serif;
   font-variant: small-caps;
}


.inp_{
	background: #f9f9f9;
	border: 1px solid #e2e2e2;
	font-size:12px;
}


.inp_r{
	background: #ffffff;
	border: 1px solid #e2e2e2;
	font-size:11px;
	width:150px;
	margin:2px;
}



.top_table{
      font-family: Arial;
      font-size: 10pt;
      color:#FFFFFF;
      height:25px;
      background-color:#A7A7A7;

   }

A.t1:Visited,
A.t1:Link {
          color: #535353;
          font-family: Arial, sans-serif;
          font-weight:none;
          text-decoration: underline;
          font-size: 12px;
}

A.t1:Hover {
          color: #787878;
}


A.t2:Visited,
A.t2:Link {
          color: #ffffff;
          font-family: Arial, sans-serif;
          font-weight:none;
          text-decoration: none;
          font-size: 12px;
}

A.t2:Hover {
          color: #ffffff;
}



div.bottom_b a:visited,
div.bottom_b a:link,
div.bottom_b a:active {

     color: #595959;
     font-size: 12px;
     text-decoration: none;
     font-weight: normal;
     font-family: Arial, Helvetica, sans-serif;
     margin-left:10px;
     margin-right:10px;
}

div.bottom_b a:hover {

     text-decoration: underline;
     
}