body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 11px;
    text-align: center;
    color: #787878;
}

html, body, #wrapper, h1 {
    margin: 0;
    padding: 0;
}

th, td {
    font-size: 12px;
}

img { border: 0; }

a {
    color: #525d8c;
}

#wrapper {
    margin: auto;
    text-align: left;
    width: 800px;
    position: relative;
}

#wrapper h1{
    width: 554px;
    background-color: #f2aa2e;
}

.center {
    text-align: center;
}

.adsenseTop {
    position: absolute;
    top: 350px;
    left: -336px;
    width: 336px;
    height: 280px;
}

.adtaily {
    position: absolute;
    top: 0;
    left: 800px;
    width: 220px;
}

#wrapper h1{
    z-index: 999;
}

h1, h2, h3 {
    font-size: 14px;
}

h1 {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

h2 {
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    padding: 4px 0 0 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 10px;
}

.left {
    float: left;
    margin: -1px 5px 0px 0px;
}

.readmore {
    text-align: right;
}

#main {
    padding-top: 116px;
    position: relative;
    font-size: 12px;
    color: #333333;
}

#main .inner {
    position: relative;
    margin: 0 10px;
}

#main h2{
    margin-top:1px;
    background: #026caf;
    color: white;
    font-size: 14px;
    padding: 3px 18px;

}

#main h3{
    font-size: 14px;
}

#packagesheader {
    position: absolute;
    top: 0px;
    left: 448px;
    z-index: 999;
    text-align: center;
    background: #aaaaaa;
}

#packagesheader div{
    float: left;
    width: 108px;
    background: white;
    text-align: center;
    padding: 4px;
    margin-left: 1px;
    margin-bottom:1px;
}

#packagesheader div#selected{
    background: #ffc1bd;
}

#packagesheader a{
    font-weight: bold;
    text-decoration: none;
}

#packagesheader h2{
    background: #434779;
    color: white;
    text-align: right;
    width: 322px;
    height: 17px;
    font-size: 13px;
    padding: 2px 15px;
    margin-bottom:1px;
}

#footer {
    clear: both;
    background: #333;
    color: white;
    padding: 7px 15px;
}

#footer a {
    color: white;
}

.red {
    color: red;
}

.blue {
    color: #4165af;
}

.green {

    color: #598e1e;
}

/* Tabela */
.t_list {
    width: auto;
    padding: 5px 25px 15px 25px;
    text-decoration:none;
}

.t_list table {
    border: 1px #69f solid;
    border-collapse: collapse;
    font-size: 0.9em;
    text-align: center;
}


.t_list table td{
    padding: 4px;
    border-bottom: 1px solid #69f;
    border-left: 1px solid #69f;
}

.t_list table tr.odd td {
    background-color: #f1f3ff;
}

.t_list table a, .t_list table a:visited {
    text-decoration: none;
    font-weight: normal;
    color:#000;
}

.t_list table a:hover {
    text-decoration: underline;
}

.t_list table tr.highlight td {
    background-color: #dfeafd;              
}

/* komórka tabeli pełniąca rolę nagłówka ale nie pierwszego rzędu */
.t_list table td.h2 {
    font-weight: bold;
}

.t_list table td.h2 a {
    text-decoration: underline;
} 

.polityka {
    text-align: left;
    margin: 0 200px;
}

tr:hover {
    background-color: #dfeafd;              
}



@media (max-width: 1200px) {
    .adsenseTop {
        position: relative;
        text-align:center;
        top: 0px;
        left: 0px;
        width: 98%;
        height: 280px;
        padding:10px;
    }
}

@media (max-width: 800px) {
    #booking, #packages, #packagesheader {
        display:none;
    }

    body {
        font-size: 14px;
    }

    a {
        padding: 5px;
        font-size: 115%;
    }

    li {
        padding: 7px;
    }

    #wrapper h1{
        position: relative;
        width: 98%;
        background-color: #f2aa2e;
    }

    #wrapper {
        margin: auto;
        width: 98%;
        position: relative;
    }

    #nav {
        position: relative;
        top: 0px;
        left: 0px;
        width: 98%;
    }

    #nav ul{
        background-color: #fff;
    }

    #nav a{
        font-size: 14px;
        padding: 15px;
        background-color: #8dc445;
        color:#000;
        margin: 3px;
    }
    
    #nav li {
        display: inline; 
        padding:0; 
    }
    
    #main {
        padding-top: 5px;
        width: 98%;
        position: relative;
    }

    #main h2{
         width: 95%;
    }

    #main img {
        display:none;
    }

    .t_list table tr td, .t_list table tr th{
        font-size: 120%;
    }

}

