html{

    background-color: #003210;
    background-image: url("../../images/index/shadow_bg.gif");
    background-position: top center;
    background-repeat: repeat-y;
}

body{
    padding:0;
    margin:0;
    background-image: url("../../images/index/bg.jpg");
    background-position: top center;
    background-repeat: repeat-x;
}

a{
    color: #bc741f;
}
#corner{
    padding:0;
    margin:0;
    background-image: url("../../images/index/corner_bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
}

#root {
    display: block;
    width: 990px;
    margin: 0 auto;
}


#topContainter{
    height: 232px;
    width: 990px;
}


#logoCont{
    float: left;
    width: 237px;
    height: 232px;
}

#logoCont img, #contentLeftContainer img{
    display: block;
    margin:0;
    border:0;
}

#topAnimation{
    height: 232px;
    background-color: #fff;
    width: 753px;
    float: left;
    position: relative;
}

#topPath{
    position: absolute;
    bottom: 5px;
    left: 10px;
    color: #053e15;
    font-family: Georgia, Verdana, Tahoma;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    width: 730px;
}

#contentContainer{
    background-image: url("../../images/index/cont_bg.gif");
    background-repeat: repeat-y;
    background-position: top left;
}

#contentLeftContainer{
    float: left;
    width: 237px;
}

#contentRightContainer{
    float: right;
    width: 730px;
    padding: 5px 10px;
    font-family: times;
    color: #003210;
    font-size: 14px;
}

#topPath .activated{
    color: #28812e;
}

.clearBoth{
    clear: both;
}

#contentLeftContainer ul{
    display: block;
    padding:7px 0;
    margin:0;
}

#contentLeftContainer li{
    display: block;
    _height: 25px;
    line-height: 25px;
    list-style: none;
    background-image: url("../../images/index/green_dot.gif");
    background-repeat: no-repeat;
    background-position: 25px 9px;
    padding-left: 45px;
    position: relative;
}

.corner{
    position: absolute;
    width: 22px;
    left: -22px;
    height: 100%;
    background-color: #fff;
}

.corner img{
    position: absolute;
    bottom: -17px;
    display: block;
    padding:0;
    margin:0;
}

#contentLeftContainer li.active{
    background-color: #fff;
    background-image: url("../../images/index/white_dot.gif");

}

#contentLeftContainer li a{
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    font-family: Verdana;
    text-decoration: none;
}

#contentLeftContainer li.active a{
    color: #003210;
}

h1{
    padding:0 0 15px 0;
    margin:0;
    display: block;
    font-size: 25px;
    font-family: Arial;
    color: #3ea639;
}

h1 a{
    text-decoration: none;
    color: #3ea639;
}

#contentRightContainer {
    font-family: Times;
    color: #003210;
    font-size: 14px;
}

.colorOrange{
    color: #bc741f !important;
}

#aboutRightImages{
    float: right;
    width: 355px;
}

#aboutRightImages img{
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

.newsContainer h2{
    padding:0;
    margin:0;
    font-size: 20px;
    color: #18702a;

}

.newsContainer a{
    text-decoration: none;
    
}

.newsContainer{
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

form{
    display: inline;
    padding:0;
    margin:0;
}

#mapImage{
    float: right;
}

#form{
    width: 550px;
    margin: 0 auto;
}

#form .left{
    float: left;
    width: 150px;
}

#form .right{
    width: 390px;
    float: right;
}


#form input, textarea, select{
    width: 99%;
}


#form textarea{
    height: 100px;
}
#form .submit{
    width: 100px;
}

.colorRed{
    color: red;
}

#mapkaPunktow{
    float: right;
}

#galleryImages{
    float: right;
    width: 480px;
}
#galleryImages img{
    border: 1px solid #a7a9ac;
    margin-right: 5px;
    width: 130px;
    height: 100px;

}

#galleryCategories{
    float: left;
    width: 230px;
}

#galleryCategories a{
    color: #000;
    text-decoration: none;
}

#subMenu{
    float: right;
    width: 350px;
    padding-left: 10px;
    margin-left: 10px;
}