html, body {
background: #F1EEEE;
color: #000;
margin: 0;
padding: 0;
font-family: tahoma;
}
h1{
text-align: center;
padding-top: 200px;
font-size: 70px;
color: #fff;
text-shadow: #F1EEEE 0.1em 0.2em 0.1em;
}
h2{
font-size: 30px;
color: #fff;
text-align: center;
}
#all{
width: 100%;
margin: auto;
}
#top{
height: 303px;
background: url('../ing/top.png');
}
#menu{
height: 40px;
background: #B8C5FB;
margin: auto;
text-align: center;
padding-bottom: 3px;
}
#menu a{
display: inline-block;
width: 220px;
background: #fff;
height: 33px;
text-decoration: none;
color: #000;
font-size: 27px;
margin-top: 7px;
border-left: 10px solid #59679F;
}
#menu a:hover{
background:#EFF2FF;
color: #000;
border-left: 10px solid #AF2B49;
text-shadow: #6F6F6F 0.1em 0.2em 0.1em;
}
#content{
height: auto;
background: #B8C5FB;
margin: 0px auto 0px auto;
}
p{
padding: 20px 30px 20px 30px;
font-family: tahoma;
font-size: 16px;
font-weight: bold;
}
p.srodek{
text-align: center;
}


ul{
font-family: tahoma;
font-size: 16px;
font-weight: bold;
padding-bottom: 0px;
}
#foot{
height: auto;
background: #B8C5FB;
padding: 10px 20px 10px 20px ;
text-align: center;
color: #000;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}

#foot a{
color: #000;
text-decoration: none;
font-family: tahoma;
font-size: 12px;
font-weight: bold;
}

#foot a:hover{
color: #fff;
text-shadow: #000 0.1em 0.2em 0.1em;
}
