#menu {
list-style-type: none;
}

#menu ul {
list-style-type: none;
}

#menu li 
{
		float: left;
		height: 36px;
}

#menu li li 
{  
    float: none; 
		height: 22px;
		padding-top: 5px;
		width: 260px;
	  background-color: gray;
		margin: 0px 0px 0px -20px;
		border: 1px solid black;
		border-top: 0px;
}

#menu li li:hover
{  
	  background-color: #5a5a5a;
}

#menu li a 
{
display: block;
width: auto;
text-align: left;
color: white;
text-decoration: none;
}

#menu li a:hover 
{
color: white;
text-decoration: none;
}

#menu li ul 
{
		position: absolute;
		height: 0px;
		overflow:hidden;
		
}

#menu li:hover ul 
{
     height:200px
}




#container
{
    background-color: white;
    width: 798px;
    margin: 0 auto;
    border: 1px solid white;
    z-index: 1;
    height: 100%;
    overflow: auto;
    background-repeat: repeat-y;

}

img
{
    border: 0px;
}

#zawartosc
{
    text-align: justify;
    padding-top: 15px;
    padding-left: 320px;
    padding-right: 20px;
    padding-bottom: 15px;
    color: #0A0A0A;
}

#footer
{
    height: 120px;
    background-color: #ffffff;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    clear: both;
}

#belka
{
    height: 276px;
    float: left;
    width: 300px;
    background-image: url('images/tlo.jpg');
    background-color: #808080;
    vertical-align: top;
    text-align: justify;
}



a.link_white
{
        text-decoration: none;
        color: #ffffff;

}

a.link_white:hover
{
        text-decoration: underline;
        font-weight: bold;
        color: #ffffff;

}

a.link_black
{
        text-decoration: none;
        color: #000000;

}

a.link_black:hover
{
        text-decoration: underline;
        font-weight: bold;
        color: #000000;

}

.news
{
    font-family: verdana;
    font-size: 12px;
}

body,td,th
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

body
{
	background-color: #808080;
	margin-top: 0px;
	margin-bottom: 0px;
}

.stopka
{
	font-family: Arial;
	text-decoration: none;
	font-size: 10px;
	color: #383838;
	font-weight: normal;
	padding-top: 10px;
}

.style2
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	line-height: 18px;
	font-weight: normal;
}

.style3
{
        color: #333333;
	font-weight: normal;
}

.style4
{
        color: #333333
}

.lewa_belka
{
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
        text-align: justify;
        padding: 18px;
}

.realizacje
{
	font-size: 12px; 
	padding-top: 40px; 
	font-weight: bold; 
	padding-left: 20px;
}

h1
{
		font-size: 16px;
		padding-bottom: 20px;
}
