body {
    background-color: whitesmoke;
    font-family: 'Lato', sans-serif;
    color:black;

}

div#container
{
    width: 100%;
    /*height: 1200px;*/
    float: left;
    padding-top: 100px;

}

div#title_bar {
    position: fixed;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(270deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,128,43,1)), color-stop(82%, rgba(0,128,43,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(180deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00802b', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */ 
    width: 100%;
    height: 85px;
    text-align: center;
    padding-top: -2px;
}

h1#title {
    letter-spacing: 2px;
    font-weight: 900;
    text-shadow: 3px 3px 5px rgba(150, 150, 150, 1);
    
}

div.menu-main {
    width: 44%;
    /*background-color: red;*/
    float: left;
    margin-left: 4%;
    margin-top: 4%;
    font-size: 30px;
    padding-right: 30px;
    text-align: right;
    padding-top: 18px;
    color: white;
    text-shadow: -1px -1px white, 1px 1px #333;
    
    
}

div#footer {
  position: fixed;
    width: 100%;
    height: 85px;
    background: -moz-linear-gradient(90deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(18%, rgba(0,128,43,1)), color-stop(100%, rgba(0,128,43,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* ie10+ */
    background: linear-gradient(0deg, rgba(0,128,43,1) 0%, rgba(0,128,43,1) 82%, rgba(255,255,255,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#00802b',GradientType=0 ); /* ie6-9 */ 
    text-align: center;
    padding-top: 24px;
    bottom: 0;
    left: 0;
    z-index: 100;

}

div#menu_group {
  
    width: 100%;
    height: 900px;
    


}
div.dodatek
{
    width: 70%;
    background-color: #999999;
    margin: auto;
    height: auto;
    border-radius: 8px;
    padding: 5px 5px 5px 5px;
    padding-bottom: 80px;
    margin-bottom: 40px;
}
div.dodatek_foto
{
    float: left;

}
div#Opis
{
   
    margin: 5px 5px 5px 5px;
    margin-left: 400px;
    padding-left: 10px;
    text-align: justify;
}
#dowiedzs
{
    float: right;
}
.foto1a
{
    
    width: 24%;
    float: left;
}
.foto2a
{
   
    width: 24%;
    float: left;
}
.napis_naglowek
{
    margin-top: 30px;
   width: 48%;
    float: left;
    font-size: 40px;
    text-align: center;
}
.naglowek
{
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    height: 850px;
    text-align: center;
}
#content
{
    margin-top: 20px;
    margin-top: 20px;
    height: 500px;
    width: 70%;
    float: left;
    padding-right: 50px;
    text-align: justify;
    margin-left: 20px;
    
}

#settings
{
    margin-top: 20px;
    height: 500px;
    width: 20%;
    float: left;
    padding-right: 20px;
    margin-top: -500px;
    
}
table
{
    padding: 3px 3px 3px 3px;
}
td
{
    margin-bottom: 10px;
}

