/* CSS pitroczny.pl */
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    color: #666;
    background-color: #fff;
}

a {
    color:#aa060f;
    text-decoration: none;
}
a:hover {
    color:#0f6ba1;
    text-decoration: none;;
}


#container
{
    /*min-width:800px;*/
    text-align:left;
    width: 900px;
    margin: 1em;
    background-color: #FFF;
    font-size: small;
    line-height: 1.4em;
}

/* ----------------------------------------- content part ----------------------------- */


.red {
    color: #aa060f;
}

.blue {
    color: #0A4A6F;
}

.black {
    color: #000000;
}

.mark {
    color:#aa060f;
    font-weight: bold;
}

#content
{
margin:0 283px 0 0;
padding-bottom:1em;
padding-top:1em;
}

#content .title { 
    font-family: Verdana, sans-serif;
    font-size: +1.2em;
    color:#000;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}

#content .text { 
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 1px;
    padding-left: 0;
    text-align: justify;
}

#content .vspacer {
    height: 15px;
    width: 480px;
    padding: 0;
    margin: 10px 0 10px 0;
}

#content .imgright {
    margin: 10px 0px 7px 7px; 
    float: right; 
    clear: none;
}

#content ol, #content ul { 
    text-align: justify;
}

#content li {
    margin-bottom: 7px;
}

#content .btn_wypelnij {
    margin-top: 5px;
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

#content .btn_wypelnij img {
    border-width: 0;
}


/* =========================================== header part ========================== */

#header
{
    height: 108px;
    background-color: #fff;
}

#banner
{
    height: 164px;
    background-image:  url(/pl/resources/images/banner_bg1px.gif);
    background-repeat: repeat-x;
}

#pitrocznyLogo {
    float:left;
    margin-top: 1em;
    margin-left: 4em;
}

#banner h1
{
    margin: 0;
    padding: .5em;
}

#bannerRightRound {
    height: 164px;
    width: 38px;
    background-image:url(/pl/resources/images/banner_right.gif);
    background-repeat:no-repeat;
    background-position: right top;
    float:right;    
    overflow: hidden;
}

#bannerPics {
    height: 164px;
    overflow: hidden;
    float: left;
position:relative;
}

#bannerLeftRound {
    height: 164px;
    width: 38px;
    background-image:url(/pl/resources/images/banner_left.gif);
    background-repeat:no-repeat;
    background-position: left;
    float:left;
}

/* ----------------------------------------- header part ----------------------------- */


#topMenu
{
    float:right;
    padding-top: 70px;
}

#topMenu .spacer {
    display: inline;
    height: 15px;
    width: 1px;
    background-image: url(/pl/resources/images/greySpacer1px.gif);
    background-repeat: repeat-y;
    background-position: center center;
    padding: 0 1px 0 1px;
    margin: 0 5px 0 5px;
}


#nav
{
    float: right;
    width: 270px;
    margin-left: 0px;
    padding-top: 1em;
}

#nav p { 
margin:0 0 7px;
}


/* ----------------------------------------- footer part ----------------------------- */

#footerMenu {
   clear: both;
   margin-top: 15px;
   margin-right: 10px;
   text-align: center;
   background-image: url(/pl/resources/images/greySpacer1px.gif);
   background-repeat: repeat-x;
   padding-top: 10px;
}

#footerMenu .spacer {
    display: inline;
    height: 15px;
    width: 1px;
    background-image: url(/pl/resources/images/greySpacer1px.gif);
    background-repeat: repeat-y;
    background-position: center center;
    padding: 0 1px 0 1px;
    margin: 0 5px 0 5px;
}

#footerLogo {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#footerLogo img {
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px;
}

/* footer nie uzywane */
#footer
{
    height: 72px;
    clear: left;
    margin-top:1em;
    background-image:  url(/pl/resources/images/foot_bg1px.gif);
    background-repeat: repeat-x;
}

#footerLeftRound {
    height: 72px;
    width: 30px;
    background-image:url(/pl/resources/images/foot_left.gif);
    background-repeat:no-repeat;
    background-position: left;
    float:left;
}

#footContent {
    margin-top:25px;
    width: 90%;
    font-size: .8em;
    text-align: center;
    float: left;
}

#footerRightRound {
    height: 72px;
    width: 30px;
    background-image:url(/pl/resources/images/foot_right.gif);
    background-repeat:no-repeat;
    background-position: right top;
    float:right;    
    overflow: hidden;
}




/* =========================================== box part ========================== */


/* -- male ramki po lewej -- */
.box270 {
    float: left;
    width: 270px;
    margin-left: 0px;
    margin-bottom: 7px;
    padding-bottom: 0;   
    /*padding-top: 1em;*/
    background-image: url(/pl/resources/images/boxBgBtm.gif);
    background-repeat: no-repeat;
    background-position: bottom;      
}

.box270 .boxTitle {
    background-image: url(/pl/resources/images/boxBgTop.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 35px;
    padding-left: 19px;
    padding-top: 15px;
    overflow: hidden;
    color: #aa060f;
    font-family: Verdana, sans-serif;
    font-size: 13pt;
}

.box270 .boxInfo{
    padding-bottom: 0;
    padding-left:15px;  
    padding-right:15px;
    padding-top: 0;
    font-size: 8pt;
    text-align: center;
}

.box270 .boxContent {
    padding-bottom: 10px;
    padding-left:15px;  
    padding-right:15px;
    padding-top: 10px;
}

.box270 .boxContent .boxForm{
    width: 100%;
    margin-bottom: 0;
}

.box270 .boxContent .boxForm .boxFormCenter {
    width: 100%;
    text-align: center;
}

.box270 .boxContent .boxForm .boxFormRight {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.box270 .boxContent .boxTxtInput {
    font-family: Tahoma, Verdana, sans-serif;
    font-size:11px;
    color: #666;
    padding:3px;
    margin-bottom: 12px;
    background-image: url(/pl/resources/images/boxBgInput.gif);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    width: 170px;

}

/* -- button wyslij i subskrybuj -- */
.box270 .boxContent #btn_send, .boxContactForm .boxContent #btn_send {
    background-image: url(/pl/resources/images/btn_send.gif);
    background-repeat: no-repeat;
    border-width: 0;
    width: 86px;
    height: 36px;
    padding: 0;
    margin: 0;
    cursor:pointer;
}

.box270 .boxContent #btn_send:hover, .boxContactForm .boxContent #btn_send:hover {
    background-image: url(/pl/resources/images/btn_send_hover.gif);
}

.box270 .boxContent #btn_subscribe {
    background-image: url(/pl/resources/images/btn_subscribe.gif);
    background-repeat: no-repeat;
    border-width: 0;
    width: 122px;
    height: 36px;
    padding: 0;
    cursor:pointer;
}

.box270 .boxContent #btn_subscribe:hover {
    background-image: url(/pl/resources/images/btn_subscribe_hover.gif);
}


/* -- formularz kontaktowy -- */

.boxContactForm {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 7px;
    padding-bottom: 0;
    float: left;
}

.boxContactForm .boxTitle {
    height: 35px;
    padding-left: 19px;
    padding-top: 15px;
    overflow: hidden;
    color: #aa060f;
    font-family: Verdana, sans-serif;
    font-size: 13pt;
}

.boxContactForm .boxInfo{
    padding-bottom: 0;
    padding-left:15px;  
    padding-right:15px;
    padding-top: 0;
    font-size: 8pt;
    text-align: center;
}

.boxContactForm .boxContent {
    padding: 15px;
}

.boxContactForm .boxForm{
    width: 100%;
}

.boxContactForm .boxFieldset{
    border: none;
}

.boxContactForm div.boxRowCenter{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
    overflow: hidden;
}

.boxContactForm .boxRowRight{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden;
}

.boxContactForm label{
    width: 100px;
    padding-right: 20px;
    display: block;
    float: left;
    text-align: right;
}

.boxContactForm .boxTxtInput {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #666;
    padding: 3px;
    margin: 0px;
    background-image: url(/pl/resources/images/boxBgInput.gif);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    width: 170px;
    display: block;
    float:left;
}

.boxContactForm .boxMessage {
    font-family: Tahoma, Verdana, sans-serif;
    font-size: 11px;
    color: #666;
    padding: 3px;
    margin:0px;
    background-image: url(/pl/resources/images/boxBgInput.gif);
    background-repeat: repeat-x;
    background-color: #F9F9F9;
    border: 1px solid #aaa;
    width: 170px;
    display: block;
    float:left;
}




/* -- duza ramka -- */
.box750 {
    width: 750px;
    margin-left: 0px;
    margin-bottom: 7px;
    padding-bottom: 0;   
    /*padding-top: 1em;*/
    background-image: url(/pl/resources/images/boxBgBtm750.gif);
    background-repeat: no-repeat;
    background-position: bottom;      
}

.box750 .boxTitle {
    background-image: url(/pl/resources/images/boxBgTop750.gif);
    background-repeat: no-repeat;
    background-position: top;
    height: 35px;
    padding-left: 19px;
    padding-top: 20px;
    overflow: hidden;
}

.box750 .boxContent {
    padding-bottom: 30px;
    padding-left: 50px;  
    padding-right: 50px;
    padding-top: 30px;
}
.info_home {
	padding: 10px;
	position: relative;
}
.uwaga {
float:left;
left:-20px;
position:relative;
top:0;
}
.ifirmalink {
display:block;
height:60px !important;
left:400px;
position:absolute;
top:20px;
width:200px !important;
cursor:pointer;
overflow:hidden;
}
.powerlink {
display:block;
height:60px !important;
left:400px;
position:absolute;
top:90px;
width:200px !important;
cursor:pointer;
overflow:hidden;
}
