body{
    margin: 0;
    background-color: #357695;
    
}
#location{
    margin-top: -20px;
    text-align: left;
}
#kontener{
	width: 1004px;
	background-image: url('../img/bg.jpg');
    background-repeat: repeat-y;
    padding: 0;
	overflow: hidden;
    margin:0 auto;
    border: 0px;
    
    
}
#wrapper {
	margin: auto;
	text-align: center;
	width: 798px;
    background-color: #3d6774;
    
}
#logo {
	width: 798px;
    height: 217px;
    margin: auto;
    background-image: url('../img/logo.jpg');
    background-color: #000;
    
}
#naw {
	width: 798px;
    height: 41px;
    background-color: #000;
    top: 0px;
    position: relative;
    border: 0px;
    left: 0px;
}

#naw_1 {
	width: 186px;
    height: 41px;
    background-image: url('../img/menu1.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 1px;
    cursor: pointer;
}
#naw_2 {
	width: 173px;
    height: 41px;
    background-image: url('../img/menu2.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 186px;
    cursor: pointer;
}
#naw_3 {
	width: 153px;
    height: 41px;
    background-image: url('../img/menu3.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 357px;
    cursor: pointer;
}
#naw_4 {
	width: 138px;
    height: 41px;
    background-image: url('../img/menu4.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 506px;
    cursor: pointer;
}
#naw_5 {
	width: 155px;
    height: 41px;
    background-image: url('../img/menu5.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 643px;
    cursor: pointer;
}

#cont {
	width: 798px;
    height: 100%;
    background-color: #3d6774;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
}
#left {
    float: left;
	width: 187px;
    height: auto;
    min-height: 320px;

    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
    margin-left: 0px;
}
#right {
    float: right;
	width: 611px;
    height: auto;
    min-height: 488px;
    background-image  : url('../img/content.jpg');
    background-repeat: no-repeat;
    background-color: #18181a;
    position: relative;
    top: 0px;
    left: 0px;
    border: 0px;
    margin-right: 0px;
}
#stopka {
    margin      : auto;
    border      : none;
    
    width       : 798px;   /* zbedne */
    height: 22px;
    clear       : both;
    background-image  : url('../img/bottom.jpg');
    background-repeat: no-repeat;
}
#content{
    width: 600px;
    margin-left: 10px;
    margin-top:  40px;
    position: relative;
    display: none;
    font-family: verdana;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;    
    height: auto;
}
#content_hid{
    width: 600px;
    margin-left: 10px;
    margin-top:  40px;
    position: relative;

    font-family: verdana;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;    
    height: auto;
}
#u{
    width: 600px;
    height: 38px;
    background-image: url('../img/div_up.png');
    background-repeat: no-repeat;

}
#c{
    
    background-image: url('../img/div_bg.png');
    background-repeat: repeat-y;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    height: auto;
    
}
#d{
    width: 600px;
    height: 53px;
    background-image: url('../img/div_dn.png');
    background-repeat: no-repeat;
}
.cennik{
    width: 560px;
    border: 0px solid;
    border-color: #000000;
    margin-left: -5px;
}
.dotted{
    border-bottom: 1px dotted;
    border-color: #ffffff;
    width: 438px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
}
.price{
    border-bottom: 1px dotted;
    border-color: #ffffff;
    word-break: keep-words;
    font-size: 10px;
}
td.title{
    background-color: #000;
    font-size: 12px;
}
#index1{
    margin-top: -20px;
    margin-right: 15px;
    float: right;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}
#index2{
    margin-top: 80px;
    margin-right: -120px;
    float: right;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}
#index3{
    margin-top: 180px;
    margin-right: -120px;
    float: right;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}
#index4{
    margin-top: -20px;
    margin-left: 270px;
    float: none;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}
td.center{
    text-align: center;
}