body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 10.5pt;
    font-family: 'Palatino Linotype', Arial, 'Times New Roman', Georgia, Garamond, serif;
    color:#4e443b;
    background:url(../graphic/presentation/images/bg.jpg) repeat-x #e3ddcf;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

p { margin: 0 0 1em; }

.container {
    width: 992px;
    margin: 0 auto;
    padding:0;
	position:relative;
}
#pozwolenie {
	position:absolute;
	top:90px;
	z-index:1000;
	left:-110px;
}

.container_top {
    width: 992px;
    height:91px;
    margin: 0;
    float:left;
    background:url(../graphic/presentation/images/top.jpg) no-repeat;
}

.container_logo {
    display: inline;
    float: left;
    width: 400px;
    height: 90px;
    margin-left: 35px;
    font-size: 0;
}

.container_banner {
    display: inline;
    float: left;
    position: relative;
    z-index: 1;
    width: 992px;
    height: 484px;
    background: url('../graphic/presentation/images/banner.jpg') no-repeat 50% 0 transparent;
}

#view_switcher {
    position: absolute;
    z-index: 20;
    top: 20px;
    right: 40px;
    width: 95px;
    height: 73px;
    background: url('../graphic/presentation/images/2d-3d-buttons.png') no-repeat 0 0 transparent;
    cursor: pointer;
}
#view_switcher.view_2d { background-position: 0 0; }
#view_switcher.view_2d:hover { background-position: 100% 100%; }
#view_switcher.view_3d { background-position: 100% 0; }
#view_switcher.view_3d:hover { background-position: 0 100%; }

.leafs {
    position: absolute;
    z-index: 12;
}
.leafs.top {
    top: 0;
    right: 74px;
    width: 114px;
    height: 41px;
    background: url('../graphic/presentation/images/leafs.png') no-repeat 0 0 transparent;
}
.leafs.bottom {
    bottom: 78px;
    left: 38px;
    width: 25px;
    height: 7px;
    background: url('../graphic/presentation/images/leafs.png') no-repeat -60px -79px transparent;
}
.leafs.menu_top {
    top: -233px;
    right: 25px;
    width: 60px;
    height: 33px;
    background: url('../graphic/presentation/images/leafs.png') no-repeat 0 -53px transparent;
}
.leafs.menu_left {
    top: -200px;
    right: 277px;
    width: 16px;
    height: 45px;
    background: url('../graphic/presentation/images/leafs.png') no-repeat -98px -41px transparent;
}
.leafs.date {
    bottom: 20px;
    left: 20px;
    color: #fff;
	font-weight: bold;
}

.main_nav {
    position: relative;
    z-index: 10;
    width: 100%;
    font-size: 15px;
}
.main_nav_body {
    overflow: hidden;
    position: absolute;
    z-index: 11;
    top: -200px;
    right: 22px;
    width: 255px;
    height: 218px;
    background: url('../graphic/presentation/images/main-nav-body.jpg') repeat-y 0 100% transparent;
}
.main_nav ul {
    margin: 0;
    padding: 50px 0 0;
    background: url('../graphic/presentation/images/main-nav-top.jpg') no-repeat 0 0 transparent;
    list-style: none;
}
.main_nav, .main_nav a {
    color: #61703e;
    font-weight: bold;
    text-decoration: none;
}
.main_nav li {
    overflow: hidden;
    margin: 1px 0;
    padding: 0 25px;
    line-height: 1.25;
}
.main_nav a { padding-left: 27px; }
.main_nav li.current a, .main_nav a:hover {
    background: url('../graphic/presentation/images/main-nav-element-symbol.gif') no-repeat 0 50% transparent;
    color: #4f453c;
}

.container_flash, .banner .slides {
    width: 100%;
    height: 100%;
}

.banner, .banner .slides {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 21px 0 20px;
}
.banner .slides {
    overflow: hidden;
    width: 950px;
    height: 406px;
    background: #E3DDCF;
}
.banner .prev, .banner .next {
    width: 40px;
    height: 44px;
    position: absolute;
    z-index: 15;
    top: 203px;
    background: url('../graphic/presentation/images/banner-icons.png') no-repeat 0 0 transparent;
    font-size: 0;
    cursor: pointer;
}
.banner .prev { left: 13px; }
.banner .next {
    right: 13px;
    background-position: 0 -44px;
}
.banner .controllers {
    display: none;
    padding: 10px 0;
    text-align: center;
}
.banner .controllers a {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    background: url('../graphic/presentation/images/banner-icons.png') no-repeat 0 -88px transparent;
    font-size: 0;
}
.banner .controllers a.activeSlide,
.banner .controllers a:hover { background-position: -11px -88px; }

.banner .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.container_site1 {
    width: 992px;
    float:left;
    background:url(../graphic/presentation/images/bg_site1.jpg) repeat-y;
}

.container_site2 {
    width: 992px;
    float:left;
    background:url(../graphic/presentation/images/bg_site2.jpg) no-repeat top;
}

.container_footer {
    width: 952px;
    height:45px;
    float:left;
    background:url(../graphic/presentation/images/footer.jpg) no-repeat;
    padding-right:40px;
    padding-top:45px;
    text-align:right;
    font-size:9pt;
}
.container_footer .link_brown
{
    display:none;
}

.bg_column1 {
    width:600px;
    float:left;
    display:inline;
    padding-left:80px;
    padding-right:60px;
}

.bg_column2 {
    width:212px;
    float:right;
    display:inline;
    padding-right:40px;
    padding-top:35px;
}

.link_green {
    color:#63713f;
    text-decoration:none;
}

.link_green2 {
    color:#63713f;
    text-decoration:underline;
    font-size:8pt;
}

.link_green3 {
    color:#63713f;
    text-decoration:underline;
}

.link_brown {
    color:#4e443b;
    text-decoration:underline;
}

.topic {
    width:600px;
    height:34px;
    float:left;
    border:none;
}

.topic2 {
    color:#697646;
    font-size:16pt;
    text-decoration:none;
}

.topic3 {
    color:#4e443b;
    font-size:14pt;
    text-decoration:none;
} 

.topic4 {
    color:#4e443b;
    font-size:10pt;
    text-decoration:none;
    font-weight:bold;
} 

.topic5 {
    color:#697646;
    font-size:13pt;
    text-decoration:none;
    font-weight:bold;
}

.text1 {
    width:600px;
    float:left;
    text-align:justify;
    padding-top:10px;
}
.text1.line {
    padding: 0 0 30px;
    border-top: 1px solid #c1ac99;
}
.text1.line.first { border: 0; }

.text2 {
    width:250px;
    float:left;
    padding-right:50px;
    display:inline;
    padding-top:10px;
}

.text3 {
    width:300px;
    float:left;
    display:inline;
    padding-top:10px;
}

.text4 {
    width:250px;
    float:left;
    padding-top:5px;
}

.text5 {
    width:300px;
    float:left;
    padding-top:5px;
}

.text6 {
    text-align:right;
}

.text7 {
    width:212px;
    float:left;
    font-size:9pt;
    padding-bottom: 5px;
}

.text8 {
    width:106px;
    float:left;
    display:inline;
}

.text9 {
    text-align:center;
}

.text10 {
    width:212px;
    text-align:center;
}

.text11 {
    color:#a68c62;
    font-size:7pt;
}


.text12 {
    width:600px;
    float:left;
    text-align:center;
    margin-top: 10px;
}

.text13 {
    width:300px;
    float:left;
    display:inline;
    font-size:10pt;
    background:url(../graphic/presentation/images/kreska_prawa.gif) repeat-y right top;
}

.text14 {
    width:250px;
    padding-left:50px;
    float:left;
    display:inline;
}

.text15 {
    width:250px;
    float:left;
}

.text16 {
    width:600px;
    /*float:left;*/
    padding-top:10px;
}

.text17 {
    width:300px;
    float:left;
    display:inline;
}

.text18 {
    width:170px;
    float:left;
    text-align:center;
    margin-top:20px;
    padding-right:30px;
}

.text19 {
    width:166px;
    float:left;
    text-align:center;
    padding-top:20px;
}

.pole1 {
    width: 90px;
    background:#efe5d1;
    border:1px solid #b59c80;
    padding:2px;
    font-family:Arial, 'Times New Roman', Georgia, Garamond, serif;
    font-size: 9pt;
    color:#483b2d;
    margin-top:3px;
}

.pole2 {
    width:206px;
    background:#efe5d1;
    border:1px solid #b59c80;
    padding:2px;
    font-family:Arial, 'Times New Roman', Georgia, Garamond, serif;
    font-size: 9pt;
    color:#483b2d;
    margin-top:3px;
}

.pole3 {
    width:60px;
    background:#efe5d1;
    border:1px solid #b59c80;
    padding:2px;
    font-family:Arial, 'Times New Roman', Georgia, Garamond, serif;
    font-size: 9pt;
    color:#483b2d;
    margin-top:3px;
}

.pole4 {
    margin-top:3px;
}

.pole5 {
    width:244px;
    background:#e7d7bd;
    border:1px solid #b59c80;
    padding:2px;
    font-family:Arial, 'Times New Roman', Georgia, Garamond, serif;
    font-size: 9pt;
    color:#483b2d;
    margin-top:3px;
}

.pole6 {
    width:244px;
    height:130px;
    background:#e7d7bd;
    border:1px solid #b59c80;
    padding:2px;
    font-family:Arial, 'Times New Roman', Georgia, Garamond, serif;
    font-size: 9pt;
    color:#483b2d;
    margin-top:3px;
}

.img1 {
    border:2px solid #dfcbaa;
    float:right;
    margin-left:20px;
    margin-bottom:5px;
}

.img2 {
    border:2px solid #dfcbaa;
}

.img3 {
    border:2px solid #dfcbaa;
    float:left;
    margin-right:20px;
    margin-bottom:5px;
    margin-top:5px;
}

.dot1 {
    width:285px;
    float:left;
    padding-left:15px;
    padding-bottom:7px;
    background: url(../graphic/presentation/images/dot1.gif) no-repeat 0 20px transparent;
    font-size:9pt;
}
.dot1.normal {
    float: none;
    width: auto;
    font-size: 11pt;
}
.dot1.line {
    padding-top: 20px;
    border-top: 1px solid #c1ac99;
}
.dot1.line.first { border: 0; }

.free {
    margin:0;
    padding:0;
    border:none;
}

.bold {
    font-weight:bold;
}

.green {
    color:#697646;
    font-size:10pt;
}

.small {
    font-size:10pt;
}

.small2 {
    font-size:8pt;
}

.small3 {
    font-size:8pt;
    text-align:justify;
    color:#9e8670;
}

.miesz_menu {
    width:593px;
    /*float:left;*/
    padding:0px;
    font-size:8pt;
    color:#483b2d;
    padding-bottom:10px;
}

.miesz_menu a{
    font-size:8pt;
    color:#483b2d;
    text-decoration: none;
}

.miesz_jasne {
    width:593px;
    /* float:left;*/
    padding-top:3px;
    padding-bottom:3px;
    background:#ede3cf;
    text-decoration:none;
    font-size:8pt;
    color:#483b2d;
    cursor:pointer;
} 

.miesz_jasne:hover {
    background:#c0cf75;
    text-decoration:none;
    font-size:8pt;
    color:#483b2d
} 

.miesz_ciemne {
    width:593px;
    /*float:left;*/
    padding-top:3px;
    padding-bottom:3px;
    background:#e8d9c1;
    text-decoration:none;
    font-size:8pt;
    color:#483b2d;
    cursor:pointer;
} 

.miesz_ciemne:hover {
    background:#c0cf75;
    text-decoration:none;
    font-size:8pt;
    color:#483b2d
}
.miesz_jasne td, .miesz_ciemne td{
    padding:3px 15px 3px 0;
    margin:0;
}	


.kreska {
    background:url(../graphic/presentation/images/kreska2.gif) repeat-y top right;
    height:35px;
    padding-right:10px;
}

.miesz1 {
    width:83px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz2 {
    width:53px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz3 {
    width:53px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz4 {
    width:58px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz5 {
    width:63px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz6 {
    width:58px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz7 {
    width:53px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz8 {
    width:68px;
    padding:2px; 
    float:left;
    display:inline;
}

.miesz9 {
    width:85px;
}

.goodsites1 {
    color:#86ab36;
    font-size:8pt;
    text-decoration:none;
}

.goodsites2 {
    color:#ffae00;
    font-size:8pt;
    text-decoration:none;
}

.goodsites3 {
    color:#404040;
    font-size:8pt;
    text-decoration:none;
}

.link_free {
    text-decoration:none;
}

.google_map_links {
    text-align: center;
}

.google_map_links img{
    width: 10px;
    height: 10px;
    vertical-align: middle;
    padding: 3px;
    border: 0;
}

.google_map_links a {
    text-decoration: none;
    font-size: 10px;
    color: #4E443B;
}

