body {
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
}
.nagl_lewy, .nagl_prawy {
    width: 50%;
    position: absolute;
    margin: 0;
    height: 340px;
}
.nagl_lewy {
    background: url('../images/tlo_lewe.jpg') repeat-x;
}
.nagl_prawy {
	left: 50%;
    background: url('../images/tlo_prawe.jpg') repeat-x;
}
.strona {
    margin-left: auto;
    margin-right: auto;
    width: 856px;
    text-align: left;
    display: table;
}
.logo, .menu, .nagl1, .nagl2, .kol_lewa, .kol_prawam .stopka {
    float: left;
    position: relative;
}
.logo {
    background: url('../images/logo.jpg');
    height: 107px;
    width: 358px;
}
.menu {
    background: url('../images/menu.jpg');
    height: 107px;
    width: 498px;
}
.menu img {
    margin-top: 10px;
    margin-left: 36px;
}
.nagl1 {
    background: url('../images/nagl1.jpg');
    width: 358px;
    height: 230px;
    text-align: justify;
    
}
.nagl1 p {
	padding: 80px 40px 0px 60px;
    color: #FFFFFF;	
}
.nagl2 {
    background: url('../images/nagl2.jpg');
    width: 498px;
    height: 230px;
}
.kontener {
	float: left;
    width: 100%;
    display: table;	
    position: relative;
}
.kol_lewa {
    width: 230px;
    height: 400px;
    display: table;
}
.kol_prawa {
    width: 606px;
	display: table;
	min-height: 400px;
}
.stopka {
    width: 100%;
    height: 30px;

}
.stopka p {
    text-align: right;
    font-weight: bold;
    font-size: 10px;
    margin-right: 50px;	
}
a:active, a:visited, a:link {
    color: #000000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
