

/* ****** MAIN CSS ******** */

body {
    background: url('../gfx/background.jpg');
    background-repeat: repeat;
    overflow: auto;
    font-family: Arial;
    padding:0;
    margin:0;
    text-align:left;
    font-size: 16px;
}

a {
    text-decoration:none;
    color: #202020;
}

a img {
    border:none;
}

a:hover, .active {
    color:#c6aa74 !important;
    text-decoration:none;
}

p, ul {
    font-size: 0.8em;
    line-height: 22px;
}

ul li {
    list-style: disc;
    margin-left: 20px;
}

strong {
    font-weight: bold;
}

.bg_wrapper {
    position: absolute;
    width: 100%;
    top:70px;
}

.top_bg {
    width: 1020px;
    height: 200px;
    margin: 0 auto;
}

.top_image {
    height: 200px;
}

.glowna {
    height: 300px;
}

h1, h2, h3 {
    font-family: 'Arial';
    text-transform: uppercase;
}



h1 {
    color: #c6aa74;
    font-size: 1.25em;
}

h2 {
    color:#202020;
    font-size: 0.75em;
}

h2:first-letter {
    font-size: 0.9em;
}

h3 {
    color: #202020;
    font-size: 0.8em;
}

h3:first-letter {
    font-size:0.9em;
}
hr {
    height: 1px;
    border: 1px solid #202020;
    border-width: 1px 0 0 0;
}

.read_more {
    background: url(../gfx/read_more_arrow.png) no-repeat left;
    padding: 0 0 0 10px;
    font-family: "Arial";
    font-size: 0.55em;
    text-transform: uppercase;
    color: #202020;
    position: absolute;
    bottom: 15px;
    right:15px;
}

/** HEAD SECTION **************/

#menu {
       height:70px;
}

#menu a {
    padding:30px 0 0 0;
    font-family: Arial;
    font-size:0.75em;
    margin-right:90px;
    text-transform:uppercase;
    color: #202020;
    display: inline-block;
}

#menu a:first-letter {
    font-size: 1.3em;
}

#menu a.active {
    color:#c6aa74 !important;
    text-decoration:none;
}

#niezbedne_item {
    margin-right: 240px !important;
}


#kontakt_item {
    margin-right:0 !important;
}

.logo {
    position: absolute;
    top: 14px;
    left: 420px;
    background: url(../gfx/logo.png);
    width: 120px;
    height: 100px;
    text-indent:-9999px;
}

.stripe_wrapper {
    width: 100%;
    display:block;
}

.small_stripe {
    width: 20px;
    background: #000;
    height: 1px;
    margin: 0 auto;
}


/* MAIN */

#orzel_box {
    position: relative;

}

#orzel_box, #info_box {
    height: 190px;
}

#info_box {
     text-align:center;
     padding-top:20px;
 }
 
#info_box {
    height:190px;
}

#info_box .stripe_wrapper {
   margin-top:22px;
   margin-bottom:10px;
} 
 


.main_hr {
    margin-top: 47px;
}

.orzel {
    position: absolute;
    top: 28px;
    left: 170px;
}

.main_box {
    border: #202020 solid;
    border-width: 1px 0 4px 0;
    padding:54px 0 20px 10px;
    overflow:hidden;
    height:210px;
    margin:0 0 100px 0;
    position: relative;
}

.main_box p {
    margin-top:20px;
    font-size:0.8em;
    line-height:18px;
}

.sub_box {
    border: #202020 solid;
    border-width: 1px 0 0px 0;
    padding:54px 0 20px 0px;

    margin:58px 0 0 0;
}

.sub_orzel {
    text-align:center;
}

.sub_orzel .orzel {
    top:165px;
    left:0px;
}

#kontakt .sub_orzel .orzel {
    top:125px;
    left:0px;
}

.border_grid {
    border: #202020 solid;
    border-width: 4px 0 0 0;
    margin-bottom: 88px;
}

/*** NIEZBEDNE DOKUMENTY **/

#niezbedne_dokumenty .sub_box {
    text-align: left !important;
}

#niezbedne_dokumenty ul {
    margin:30px 0 0 0;
}

#niezbedne_dokumenty ul li {
    list-style-image: url(../gfx/read_more_arrow.png);
    padding: 0 0 0 3px;
    color: #202020;
    font-family: Arial;
    text-transform: uppercase;
    font-size:0.8em;
    margin:0 0 14px 20px;
    line-height:16px;
}

#niezbedne_dokumenty ul li a {
    color: #202020;
}

#niezbedne_dokumenty ul li a.active {
     color:#c6aa74;
}

#right_side {
    padding-left:20px;
}

blockquote {
    padding: 15px;
}

/** OPLATY **/

#oplaty_notarialne .orzel {
    top: 250px;
}

/** KONTAKT *****/

.map_wrapper {
    padding: 2px;
    background: #FFF;
    border: 1px #7b7b7c solid;
    width:680px;
    height: 220px;
}

#map {
    width:680px;
    height: 220px;
}

#kontakt .orzel {
    top:250px;
}


#kontakt_wrap .small_stripe {
    margin: 0;
}

#kontakt_wrap {
    margin: 15px 0;
}


/* FOOTER ***/

#footer {
    height: 38px;
    border: #202020 solid;
    border-width: 1px 0 1px 0;
    width: 1020px;
    margin-left: -40px;
}

#footer_menu {
    float: right;
    padding-right: 45px;
}

#footer_menu a {
    line-height: 38px;
    font-size: 0.75em;
    text-align: right;
    display: inline-block;
    color:#202020;
    margin-left:62px;
}

.second_footer {
    border: #202020 solid;
    border-width: 4px 0 0px 0;
    margin-top:4px;
    width: 1020px;
    margin-left: -40px;
}

.footer_info {
    text-align: center;
    font-size:0.75em;
    padding:20px 0 15px 0;
}

.dwg_info {
    font-family: 'Arial';
    text-transform: uppercase;
    font-size: 0.7em;
    color: #202020;
    text-align: center;
    width: 1020px;
    padding:13px 0 50px 0;
}

.dwg_info a {
    color: #202020;
}