/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2014-06-17, 12:33:46
    Author     : Mateusz
*/
html, body {
	//background-color: #f0f0f0;
        background-image: url(img/bg.jpg);
        background-repeat: repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
        font-family: Verdana;
}
#top {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
        background-color: #fff;
}

#NAGLOWEK {
	background-color: #f0f0f0;
}




#MENU {
	width: 100%;
        height: 44px;
	float: left;
	overflow: hidden;
	background-color: #152635;
        color: #fff;
        font-size: 17px;
        
}

#TRESC {
	width: 590px;
        padding:55px 20px 30px 30px;
	float: left;
	overflow: hidden;
        text-align: left;
	background-color: #fff;
        color: #152635;
        font-size: 14px;
}
#TRESCKONTAKT {
	width: 480px;
        padding:80px 20px 60px 90px;
	float: left;
	overflow: hidden;
        text-align: left;
	background-color: #fff;
        color: #152635;
        font-size: 14px;
        
}

#TRESCPRAWA{
	width: 248px;
	float: left;
	overflow: hidden;
	background-color: #fff;
        color: #152635;
        margin: 80px 30px 30px 30px;
        padding: 0px;
        border-style: solid;
        border-width: 6px;
        border-color: #f0f0f0;
        font-size: 15px;
        
}

#TRESCPRAWAKONTAKT{
	width: 360px;
	float: left;
	overflow: hidden;
	background-color: #fff;
        color: #152635;
        margin: 70px 30px 30px 30px;
        padding: 0px;
        border-style: solid;
        border-width: 6px;
        border-color: #f0f0f0;
        
}
#CARDS {
	clear: both;
	width: 100%;
        padding: 0px 0px 10px 0px;
	background-color: #fff;
        color: #152635;
        font-size: 11px;
        
}
#STOPKA {
	clear: both;
	width: 100%;
        padding: 6px 0px 6px 0px;
	background-color: #152635;
        color: #fff;
        font-size: 11px;
        
}

ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	float : left;
}

ul a:link, ul a:visited  {
	text-decoration: none;
	display: block;
	width: 120px;
	text-align: center;
	background-color: #152635;
	color: #fff;
	
	padding: 12px 35px 12px 35px;
}
ul a:hover{
	background-color: #ed8600;
}