* {
   margin: 0;
   padding: 0;
   border: 0;
  }

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
}
h1{
    font-size:20px;
    margin: 15px 0px;
}

h2{
    font-size:18px;
}

h3 {
    font-size:14px;
}

h4 {
    font-size:12px;
}

h5 {
    font-size:10px;
}

h6 {
    font-size:70%;
}


a:link, a:visited{
    color: #000;
}

a:hover{
    color: #ffedc7;
}

a:active{
    color: #000;
}

body {
     font-family: Verdana, Tahoma;
     font-size: small;
     font-style: normal;
     text-align: center;
     background-color: #F7A967;
     color: black;
     margin: 0;
     padding: 0;
}
  
div#page {
    display: block;
    height: 670px;
    width: 970px;
    margin: auto;
    margin-top: 0;
    background-color: transparent;
}

div#top {
     width: 970px;
     height: 190px;
     margin: 0 auto;
     background-color: #904a17;
}

div#t_left {
     float: left;
     width: 101px;
     height: 190px;
     margin: 0 auto;
     background: transparent url('../images/btleft.jpg') no-repeat;
}

div#t_middle {
     float: left;
     width: 645px;
     height: 190px;
     margin: 0 auto;
     background: transparent;
}

div#t_right {
     float: left;
     width: 224px;
     height: 190px;
     margin: 0 auto;
     background: transparent url('../images/btright.jpg') no-repeat;
}

div#t_m_top {
     width: 645px;
     height: 53px;
     margin: 0 auto;
     background: transparent url('../images/bttop.jpg') no-repeat;
}

div#t_m_content {
     width: 645px;
     height: 100px;
     margin: 0 auto;
     background: transparent url('../images/btcontent.jpg') repeat-x;

}

div#t_menu {
     width: 645px;
     height: 37px;
     margin: 0 auto;
     background: #540e02 url('../images/bmenu.jpg') repeat-x;
}

div#middle {
     width: 970px;
     height: 363px;
     margin: 0 auto;
     background: #e2ad6b url('../images/bmiddle.jpg') no-repeat;
     text-align:left;
}

div#bottom {
    margin: auto;
    width: 970px;
    height: 117px;
    background: transparent url('../images/bbottom.jpg') no-repeat;
}

div#footer {
    clear: both;
    margin: auto;
    width: 970px;
    background-color: transparent;
    font-size: x-small;
}

/* ZAWARTOSC */
div#top_content {
     width: 645px;
     height: 95px;
     margin: 0 auto;
     background: transparent;
     text-align:left;
     font-size:11px;
     overflow: auto;
}

div#content {
    background-color: transparent;
    width: 457px;
    height: 363px;
    margin-left:90px;
    padding:0 16px;
    text-align:left;
    font-size: 12px;
    overflow: auto;
    overflow-x:hidden;
}

div#content p{
    text-indent: 30px;
    margin-bottom:8px;
    text-align:justify;
}

div#content ul, div#content ol{
    margin-left: 30px;
    }
div#content ul{
    list-style-image: url('../images/list_marker.gif');

 }
div#bottom p.title{
    text-align:left;
    margin-left: 110px;
    padding-top: 14px;
    font-family: "Myriad Web Pro", Verdana, Tahoma;
    font-size: 34px;
    font-weight: bold;
}

table.cover {
    width: 447px;
}

table.cover td{
    padding-bottom: 15px;
    vertical-align: top;
}

table.kalendarium th, table.kalendarium td {
    vertical-align: top;
    padding-bottom: 10px;
    }
    
table.kalendarium th{
    width: 55px;
}

table.konwencja td:first-child {
width: 60px;
}
table.konwencja td{
    vertical-align: top;
}
div#content p.toTop, .toTop {
    text-align:right;
}

a.toTop, h2 a {
        text-decoration:none;
}

.onlyLeft{
    float:left;
}

div.photoWrapper {
    float: left;
    display: table;
    width: 137px;
    height: 157px;
    background: transparent url('../images/bg_slajdy.png') no-repeat;
    border:0px none;
    margin: 5px;
}


a.photo {
    display: table-cell;
    width: 137px;
    height: 157px;
    padding: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 10px;
    vertical-align: middle;
    overflow: hidden;
}

a.photo:hover {
    color: black;
}


/* MENU */
div#t_menu ul{
    float: left;
    list-style: none;
}

div#t_menu ul li {
  display: inline;
}

div#t_menu ul li a
{
    float: left;
    line-height:36px;
    margin-left: 0px;
    padding-left: 35px;
    background: transparent url('../images/btn_down.jpg') no-repeat 5px;
    color: #ffedc7;
    font-family: Verdana, Tahoma;
    font-size: 22px;
    text-decoration: none;
}

div#t_menu ul li a:hover, div#t_menu ul li a#active, div#t_menu ul li a:active{
   background: transparent url('../images/btn_up.jpg') no-repeat 5px;
   color: #ffe5d2;
   
}
div#t_menu ul li a#mhome{
    padding-left: 0;
    margin-left:0;
    background: transparent none;
}

div#t_menu ul li a#mhome:hover{
    background: transparent none;
}

