body,h1,h2,h3,h4,h5,h6,form,img,span,div,ul,li,p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body{
    background-color:#2B3137;
    background-image:url("../img/bg.gif");
    background-position:center top;
    background-repeat:repeat-x;
    margin-bottom:10px;
    padding-bottom:10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
}

#header{
    height: 65px;
    background: url("../img/menu2.png") no-repeat;

    text-align: left;
    color: #FFFFFF;
    width: 900px;
    margin: 15px auto 0 auto;
}

#ha{
    font-size: 35px;
    font-style: italic;
    margin: 14px 0 0 40px;
    float: left;
}

#oferta{ 
    margin: 15px 30px 0 0;
    float: right;
}

#header img{
    float: right;
    filter: Alpha(Opacity=50, Style=2);
}

#top-menu{
    position: relative;
    top: 20px;
    left: -10px;
    color: #EEEEEE;
    height:65px;
    text-align: right;
}

#top-menu div{
    float: right;
    height: 33px;
    padding: 10px 10px 0 10px;
    margin: 25px 5px 0 0;
}

#pasek{
    background: #2f3235;
    width: 894px;
    margin: 0 auto;
    border-left: solid 1px;
    border-right: solid 1px;
    height: 5px;
}

#content{
    margin: 0 auto;
    width: 894px;
    min-height: 500px;
}

#left{
    float: left;
    margin-top: 10px;
}

#menu{
    font-size: 12px;
    margin: 10px;
    width: 170px;
    background:#464646;
    padding-top: 5px;
    padding-bottom: 40px;

}

#menu-title{
    background: url("../img/moduletable_dark.png") no-repeat;
    width: 193px;
    height: 50px;
    margin-top: 10px;
    margin-left: -43px;
    padding-top: 30px;
    padding-right: 20px;
    color: #FFFFFF;
    text-align: right;
    font-size: 12pt;
    font-variant: small-caps;
    font-weight: bold;
}

#promo{
    font-size: 12px;
    margin: 10px;
    width: 140px;
    border: solid 1px;
    background: #181b1f;
}

#left ul, li{
    list-style: none;
    text-align: left;
    padding-left: 10px;
}
#left ul{
    margin-bottom: 50px;
}

#left li{
    padding: 4px 0 3px 20px;
    border-bottom-color: #181818;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    background: url("../img/mainmenu_dark_orange.png") no-repeat;

}

#menu a:hover{
    padding: 4px 0;
    background: #2b3137;
    color: #CECECE;
    text-decoration:none;
}

#menu a:visited, a:link{
    padding: 4px 0;
    color: #CECECE;
    text-decoration:none;
}

#body{
    margin-top: 20px;
    margin-right: 0px;
    float: right;
    width: 670px;
    min-height: 500px;
    background: #000000;
    border: #000000;
}
h2 {
    text-align: left;
    margin: 40px 0 0 25px;
    font-size: 16px;
    color: #f04005;
}
#body p{
    margin: 50px;
    text-align: left;
    color: white;
}


.ui-tabs-selected{
    background: #000000;

}

small{
    color: #A4A4A4;
}