@charset "utf-8";
body {
    background: #558711;
    font-family: tahoma;
    font-size: 13px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#top1 {
    background-image: url(../img/baner.jpg);
    width: 1000px;
    height: 417px;
}
#menu1 {
    background-image: url(../img/menu_bg.jpg);
    width: 1000px;
    height: 64px;
}
#menu1 ul{
    padding-left: 0px;
    margin: 0px;
    list-style: none;
    padding-top: 32px;
}
#menu1 ul li{
    font-size: 14px;
    color: #fff;
    font-family: tahoma;
    text-decoration: none;
    font-weight: bold;
    display: inline;
}
#menu1 a{
    background: url(../img/kropka.png)no-repeat;
    background-position: left center;
    color: #fff;
    text-decoration: none;
    padding: 0 25px 0 22px;
}
#menu1 a:hover{
    color: #91d7ff;
}
#content1_podstrona {
    width: 960px;
    margin: 20px;
    height: auto;
    float: left;
}
#content1_podstrona a img{
    border: 2px solid #ffcb29;
    text-decoration: none;
}
#content1_podstrona a{
   color: #ffcb29;
    text-decoration: none;
}
#content1_podstrona a:hover{
   color: #ffcb29;
    text-decoration: none;
    font-weight: bold;
}
#content1 {
    width: 960px;
    margin: 20px;
    height: auto;
    float: left;
}
#content1 a img{
    border: none;
    text-decoration: none;
}
#content2 {
    background-color: #e5ebef;
    width: 1000px;
    margin: 0px;
    height: auto;
    float: left;
}
#content2 a img{
    border: none;
    text-decoration: none;
}
.content2_in {
    width: 960px;
    margin: 20px;
    height: auto;
    float: left;
}
.cl{
    clear: both;
}
#stopka{
    background-image: url(../img/stopka_bg.jpg);
    height: 70px;
    width: 1000px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
}

.menu_stopka{
    text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    color: #ccc;
    float: left;
}
.menu_stopka ul{

}
.menu_stopka ul li{
    display: inline;
    padding: 0 8px 0 8px;
}
.menu_stopka a{
    text-decoration: none;
    font-family: calibri, tahoma;
    font-size: 12px;
    color: #e4e4e4;
}
.menu_stopka a:hover{
    text-decoration: underline;
    font-family: calibri, tahoma;
    font-size: 12px;
}
.licznik {
    padding-top: 25px;
    padding-left: 30px;
    color:#ccc;
    float: left;
}
.netdata{
    padding-top: 25px;
    padding-right: 30px;
    color:#333;
    float: right;
}
.netdata a{
    text-decoration: none;
    font-family: tahoma;
    font-size: 10px;
    color: #ccc;
}
.netdata a:hover{
    color:#fff;
    font-family: tahoma;
    font-size: 10px;
}



#article {
    font-family: tahoma;
    font-size: 13px;
    color: #fff;
}
#article p{
    padding-top: 10px;
    margin: 0;
}
#article .article_title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-family: tahoma;
}

#article img{
    float: left;
    margin: 10px;
}

#article_options {
   /** border: solid 0.5px #bda98c;**/
    padding: 10px 10px 10px 10px;
    width: 960px;


}
#article_options  .article_options_in img{
    border: 0;
    text-align: right;
    float: right;
    padding-left: 3px;
}

h1{
    font-size: 26px;
    color: #fff;
    font-family: tahoma;
    font-weight: normal;
    margin: 0;
}
h2{
    font-size: 20px;
    color: #fff;
    font-family: tahoma;
}
#galeria {
    margin-top: 10px;
    margin-left: 30px;
}
#galeria img{
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    margin: 3px;
}