﻿#info{
    margin-top: 2px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: red;
    color: white;
    text-align: center;
}

/*Ustawienia ogólne*/
body, html
{
    margin: 0px;
    background-color: #3a3a3a;
    font-family: Helvetica, Arial, sans-serif;
    height: 100%;
}

body{
    top: 0px;
   min-height:100%;
   position:relative;
}

div
{
    display: block;
    zoom:1;
}

#wrap{
    min-height: 100%;
    min-width: 100%;
    
}

a:link,a:visited,a:hover,a:active 
{text-decoration:none;}

header{
    height: 100%; /*wysokość baner + belka*/
    width: 100%;
    position:relative;
    left: 0px;
    overflow: visible;
}

#logo{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(58,58,58,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(58,58,58,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(58,58,58,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(58,58,58,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(58,58,58,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(58,58,58,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#3a3a3a',GradientType=0 );
        position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    height: 200px;
    width: 288px;
    border-bottom-left-radius: 130px;
}

.logo_tlo{
    background-color: #FFFFFF;
        position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    height: 190px;
    width: 278px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 20px;
}

.logo{
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

div.main{
    width: 998px;
    margin: auto;
    padding-bottom: 150px;
    position: relative;
    top: 0px;
    min-height: 100%;
    margin-top: 2px;
}

div.main p:first-child,  div.main h1:first-child{
        margin-top: 0px;
}

#tresc, #tresc2{
    background-color: #FFFFFF;
    float: right;
    text-align: justify;
    padding: 20px;
}

#tresc{width: 788px;}
#tresc2{width: 958px;}

/*

a.nawi:link,a.nawi:visited 
{
font-weight:bold;
line-height: 35px;
font-size: 16px;
}

#nawi
{
    font-family: Tahoma;
    text-align: right;
    padding-top:  2px;
    padding-left: 0px;

}
a.menu:link,a.menu:visited
{
    line-height: 35px;
padding-right: 5px;
}
    */

#footer{
    margin-top: -150px;
    background-color:#1e1e1e;
    height: 150px;
    clear: both;
    width: 100%;
    left: auto;
}

#bot{
    text-align: center;
    width: 754px;
    margin: auto;
}
ul.foot{
    padding: 10px 5px 0px 5px;
    display: inline-block;
    float: left;
    height: 120px;
    width: 140px;
    border-right:  1px solid black;
}

ul.foot:nth-child(2){
    border-right: 0px;
}

li.foot:first-child{
    font-weight:bold; 
    font-size: 11px;
}
ul.foot:nth-child(5){
    border-right:  0px;
    margin-right: 0px;
}
ul.foot, li.foot{
    line-height: 15px;
    list-style-type:none;
    font-size: 9px;
}

a.two:link,a.two:visited,a.two:hover,a.two:active
{
    color:#808080;
}

a.two:hover,a.two:active
{
    text-decoration: underline;
}

/*Galeria*/
p.img{
    clear:both;
    font-size: 15px;
    font: Arial;
    text-align:center;
    line-height: 5px;
}

a.img, a.img2{
    font-size: 10px;
    color: #FFFFFF;
}

div.img
{
    text-align:center;
    background-color: #3a3a3a;
    margin:10px;
    border:1px solid #000000;
    height:200px;
    width:217px;
    float:left;
    overflow: hidden;
}
img.small
{
  height:163px;
  width:217px;
  overflow: hidden;
}

ul.home{
    margin-top: 2px;
}

li.home{
    display: inline-block;   
    width: 248px;
    height: 200px;
    background-color: #fff;
    float: left;
    margin: 0px 2px 2px 0px;
}

li.home:nth-child(4), li.home:nth-child(8){
    margin-right: 0px;
}

div.menu{
    margin-right: 2px;
    width: 168px;
    float: left;
}

div.menu #menu li{
    line-height: 30px;
    text-align: left;
}

/*
div.menu #menu li a:link,div.menu #menu li a:visited
{
color:#FFFFFF;
float:right;
-webkit-transition-property:background;
-webkit-transition-duration:1s;
-webkit-transition-timing-function:linear;
-webkit-transition-delay:0s;
transition-property:background;
transition-duration:1s;
transition-timing-function:linear;
transition-delay:0s;
padding-right: 5px;
margin-bottom: 2px;
display:block;
font-weight: bold;
}
div.menu #menu li a:link, div.menu #menu li a:visited {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00000), color-stop(100%,#00000));
    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -ms-linear-gradient(top,  #000000 0%,#000000 100%);
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    width: 162px;
    line-height: 35px;
    font-weight: bold;
}
div.menu #menu li.selected ul li a:link, div.menu #menu li.selected ul li a:visited {
 font-weight: normal;
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00000), color-stop(100%,#00000));
    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,1));
    background: -ms-linear-gradient(top,  #000000 0%,#00000 100%);
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000',GradientType=0 );
    width: 150px;
    line-height: 20px;
}
div.menu #menu li a:hover, div.menu #menu li a:active, div.menu #menu li.selected ul li a:hover, div.menu #menu li.selected ul li a:active
{
    background-color: #000000;
    text-decoration: none;
}*/



.konkurs{
    background: -webkit-linear-gradient(left, rgba(255,150,66,1), rgba(0,0,0,0));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#ff9642), color-stop(0%,#00000));
    background: -moz-linear-gradient(right, rgba(255,150,66,1), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(255,150,66,1), rgba(0,0,0,0));
    background: -ms-linear-gradient(top,  #ff9642 100%,#00000 0%);
    background: linear-gradient(to right, rgba(255,150,66,1), rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9642', endColorstr='#000000',GradientType=0 );
    width: 162px;
    line-height: 35px;
    font-weight: bold;
}

.konkurs:hover
{
    background-color: #ff9642;
    text-decoration: none;
}


#menu li a:link, #menu li a:visited
{
color:#FFFFFF;
float:right;
-webkit-transition-property:background;
-webkit-transition-duration:1s;
-webkit-transition-timing-function:linear;
-webkit-transition-delay:0s;
transition-property:background;
transition-duration:1s;
transition-timing-function:linear;
transition-delay:0s;
padding-left: 5px;
margin-bottom: 2px;
display:block;
font-weight: bold;
}
#menu li a:link, #menu li a:visited {
    background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#00000), color-stop(0%,#00000));
    background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -ms-linear-gradient(top,  #000000 100%,#000000 0%);
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
    width: 162px;
    line-height: 35px;
    font-weight: bold;
}
#menu li.selected ul li a:link, #menu li.selected ul li a:visited {
 font-weight: normal;
    background: -webkit-linear-gradient(left, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#00000), color-stop(0%,#00000));
    background: -moz-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(0,0,0,1), rgba(0,0,0,0));
    background: -ms-linear-gradient(top,  #000000 100%,#00000 0%);
    background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000',GradientType=0 );
    width: 150px;
    line-height: 20px;
}
#menu li a:hover, div.menu #menu li a:active, #menu li.selected ul li a:hover, #menu li.selected ul li a:active
{
    background-color: #000000;
    text-decoration: none;
}


form.login *{
    display: block;
    line-height: 25px;
}

form.login label{
}

form.login input{
    background-color: #808080;
    color: #FFF;
}

form.login input[type=submit]{
    min-width: 150px;
    float: right;

}

p.tekst{
    margin-top: 10px;
}

ul.tekst{
    list-style-type: circle;
    margin-top: 0px;
    margin-left: 30px;
}

ul.tekst li{
    margin-bottom: 5px;
}

ul.tekst li:last-child{
    margin-bottom: 0px;
}

img.obraz{
    border: 1px solid #3a3a3a;
    width:400px; 
    float: right;
     margin: 10px;
}

#tresc h2{
    margin-top: 0px;
    margin-bottom: 0px;
}

#banery{
    margin:auto;
    width: 786px;
}

#banery div{
    display: inline-block;
    width: 81px;
    height: 50px;
    margin-right: 50px;
    margin-left: 0px;
    background-color: #ff6a00;
}
#banery div:last-child{
    margin-right: 0px;
}