@import url(http://db.onlinewebfonts.com/c/613892614aeefcecf1bba73e5289766d?family=ReklameScriptW00-Bold);
@font-face 
{
    font-family: "ReklameScriptW00-Bold";
    src: url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.eot");
    src: url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/613892614aeefcecf1bba73e5289766d.svg#ReklameScriptW00-Bold") format("svg");
}
body 
{ 
        font-family: 'cambria', "Times New Roman", 'Sans-serif', 'Comic Sans MS', 'Verdana';
	letter-spacing:0;
        margin: 0;
	color:#ffffff;
	background:#efefef url(../img/bg.jpg);
        background-size: 100% 110%;
        background-attachment: fixed;
	-webkit-font-smoothing: subpixel-antialiased;
}

#main
{
    width: 990px;
    background: red;
    margin: 0 auto;
}

#lewy
{
    width: 290px;
    background: #1c1c1c;
    float: left;
    overflow: hidden;
    text-align: center;
}

#rezerwazje
{
    width: 270px;
    margin: 0 auto;
    border: 1px solid grey;
    text-align: center;
}
#menu
{
    width: 700px;
    float: right;
    margin-top: 40px;
    overflow: hidden;
}

#menu ul, ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul {
    float: left;
    
}

#menu ul li {
    width: 140px;
    float: left;
    padding: 0 0px 0 0px;
    
}

#menu ul a:link, ul a:visited 
{  
    height: 45px;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 18px;
    color: #ffffff;
    padding: 20px 0 0 0;
}

#menu ul a:hover {
    color: gray;
    background: url(../img/menu_hover.png) repeat-x;
}

#tresc
{
    width: 630px;
    float: right;
    overflow: hidden;
    margin: 30px 25px 0 25px;
    padding: 10px;
    background: #1c1c1c;
    color: #ffffff;
}