/* 
    Document   : style
    Created on : 2012-11-30, 08:14:20
    Author     : Michał
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body{
    font-family: Tahoma,Geneva,sans-serif;
    background-image: url("images/tlo.png");
    background-repeat: repeat-x;
    margin: 0px;
    background-color: #454545;
}

.page{
padding: 0px;
height: 100%;
width: 960px;
margin: 0px auto;

}
.logo{

    background-image: url("images/logo.png"); 
    width: 386px;
    height: 86px;
    float: left;
}

.logo p{
    margin-top:75px;
    float: right;
    margin-right: 10px;
    font-size: 16px;
    font-family: cursive;
}

.data{
    float: right;
    color:#8e8c8c;
    text-align: right;
    font-size: 12px;
}
/* =menu -----------------------------------*/
.menu{
 background-image: url("images/tlo_menu.png"); 
 height: 50px;
 width: 574px;;
 margin-top: 50px;
 float: left;
}

.menu ul{
	font-size:14px;
	list-style:none;
}
.menu ul li{
	text-align:center;
        font-weight: bold;
        text-decoration: none;
	width:104px;
        height:45px;
	float:right;
        line-height:25px;
/*        margin-right: 5px;*/
}
.menu ul li a{
	display:block;
	text-decoration:none;
        color: #ffffff;
}

.menu ul li a:hover{
background-image: url("images/menu_select.png"); 
/*background-position: 0 2cm;*/
height: 45px;
font-size: 15px;
margin-top: -13px;
 line-height:50px;
}
#napis ul li a:hover{
    margin-top: 13px;
    color: red;
}
/* =slider -----------------------------------*/
/*#slideshow{
 height: 295px;
 width: 960px;;
 float: left;
 border-bottom: 6px solid black;
}*/
#s3slider {
    width: 960px; /* important to be same as image width */
    height: 295px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
    float: left;
    border-bottom: 6px solid black;
}
 
#s3sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: -15px; /* important */
    margin-left: -40px; /* important */
}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}
 
.s3sliderImage span {
    position: absolute; /* important */
    right: 0;
    font: 18px Tahoma,Geneva,sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 10px 13px;
/*    margin-bottom: 20px;*/
    width: 530px;
    height: 40px;
    background-color: #000;
    filter: alpha(opacity=670); /* here you can set the opacity of box with text */
    -moz-opacity: 0.6; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.6; /* here you can set the opacity of box with text */
    opacity: 0.6; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    bottom: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}
 
.clear {
    clear: both;
}

/* =center -----------------------------------*/
.center{
    background-color: #e3e7e3;
    width: 960px;
    height: auto;
    float: left;
}
.button{
    background-image: url("images/menu_boczne.png") ; 
    height: 100px;
    width: 397px;
    margin-top: 20px;
    margin-left: 5px;
    position: relative;
  
}

.button h1{
    padding-top: 7px;
    margin-left: 155px;
    font-size: 14px;

}
.button  a{
    text-decoration: none;
    display:block;
    color:black;
}
.button p{
    margin-top: -5px;
    text-align: left;
    margin-left: 155px;
    font-size: 12px;
}
.wiecej{
    font-size: 13px;
    position: absolute; bottom: 3px; right: 3px;
}

.wiecej a:hover{
    color:#1851a0;
/*    font-weight: bold;*/
/*    opacity:0.6;
    filter:alpha(opacity=80);  tylko ie8 i wcześniejszych */
/*        color:grey;*/
}
.wiecej a{
    text-decoration: none;
    display:block;
    color:black;
}
/* =kontakt -----------------------------------*/
.kontakt{
    background-image: url("images/tlo_kontakt.png") ; 
    height: 242px;
    width: 397px;
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 20px;
  
}
.kontakt img{
    font-size: 16px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
    
}
.kontakt h3{
    margin-top: 20px;
    margin-left: 40px;
    
    
}
/*.kontakt h4{
    margin-left: 50px;
    margin-bottom: 10px;
}*/
.kontakt h4{
    font-weight: bold;
    font-size: 17px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
  
}
.kontakt p{
    font-size: 14px;
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px; 
}

/* =srodek -----------------------------------*/
.srodek{
    height: auto;
    width: 563px;
    float: right;
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
}

.srodek h3{
    margin-left: 20px;
}
.srodek p{
    margin-left: 20px;
    margin-right: 10px;
}
.srodek h4{
     margin-left: 20px;
     margin-right: 10px;
}
.srodek ul li{
        margin-right: 10px;
}
.zdjecia{
    height: auto;
    width: 563px;
    float: right;
   
    font-size: 13px;
}
.zdjecia h3{
    margin-left: 20px;
}
.zdjecia img{
    margin-left: 40px;
    margin-bottom: 10px;
     border: 2px solid white;
}

.pomoc_kol{

    height: auto;
    float: left;
    width: 450px;
    text-align: justify;
    font-size: 13px;
    line-height: 17px;
}
.pomoc_kol h3{
    margin-left: 20px;
}
.pomoc_kol p{
    margin-left: 20px;
    margin-right: 10px;
}
.pomoc_kol h4{
     margin-left: 20px;
     margin-right: 10px;
}
/* =footer -----------------------------------*/
.footer{
    height: 100px;
    width: 960px;
    background-color: black;
    float: left;
}
.footer ul{
	font-size:10px;
	list-style:none;
}
.footer ul li{
        text-decoration: none;
	width:75px;
        height:35px;
	float:left;
}
.footer ul li a{
	display:block;
	text-decoration:none;
        color: #ffffff;
}
.footer ul li a:hover{
font-weight: bold;
font-size: 11px;
}
.footer p{
    font-size: 10px;
    color: #ffffff;
    text-align: center;
}
/* =footer -----------------------------------*/
.hasla{
    width: 960px;
    height: auto;
    float:left;
    background-color: #e3e7e3;
}
.hasla ul{
    margin-left: 20px;
    list-style-type:circle;
    float:left;
    padding: 5px 0 20px 6px;
    width: 180px;
}
.hasla ul li{
    font-size:12px;
    color:#8e8c8c;
}
/* =formularz-----------------------------------*/


.wyslij{
    background-image: url("images/wyslij.png") ; 
    margin-left: 40px;
    color: white;
    font-weight: bold;
}
.f_input {
    border: 1px solid #C5C5C5;
    float: right;
    height: 22px;
    width: 365px;
    margin-right: 50px;
}
.f_wiadomosc{
    margin-right: 50px;
    border: 1px solid #C5C5C5;
    float: right; 
    height: 200px;
    width: 365px;
}
.wyslij{
    margin-top:10px;
    margin-right: 60px;
    height: 30px;
    width: 90px;
    background: url("images/wyslij.png");
/*    background-color: #b9cad7;*/
/*   border: 1px solid #C5C5C5;*/
    float: right; 
}

.kon{
    font-size: 14px;
 
}
.error{
    color: red
}

.kontakt a {
    color: black;
    text-decoration: none;
}

.formularz_kontaktowy {
	min-height: 800px;
}