/*uklad glowny dla wszytkich stron*/
*{
margin:0px;
padding:0px;
}
#all{
background:#FBF0A8;
height:935px;
padding-top:10px;
}
#main{
position:relative;
width:1000px;
margin:0px auto 0px auto;
background:#1D1AB2;
height:783px;
}
#header{
position:relative;
background: url(image/header.jpg) no-repeat;
height:250px;
}
#menu{
position:relative;
background: url(image/menu3.png) no-repeat;
height:350px;
width:200px;
padding-top:70px;
padding-left:60px; 
margin-bottom:200px;
float:left;
}
#center{
position:relative;
width:690px;
height:430px;
margin-left:275px;
margin-top:50px;
}
#bottom{
position:relative;
width:1000px;
text-align:center;
background:#1D1AB2;
}
#footer{
position:relative;
width:1000px;
background: url(image/tlo_dol.png) no-repeat;
height:23px;
padding-top:20px;
text-align: center;
}
#menu ul li{
font-size: 150%;
font-weight: bold;
Color:#FF0000;
background: none;
list-style-type:none;
}


/* uklad glowny tekstu */
#menu ul li a{
line-height:200%;
text-decoration:none;
}
#bottom a{
color:#FFFFFF;
text-decoration:none;
}
.white{
color:#FFFFFF;
text-decoration:none;
}
.invisible{
opacity: 0;
font-size: 8px;
}
#center p:first-letter{
padding-left: 20px;
}
#center .podzial{
margin-top: 20px;
}
#center p{
font-size: 125%;
font-weight:bold;
}
