
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, cite, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, input, button, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0;
   _border: 0;
   _outline: 0;
}

body {
   background-color: #ffffff;
   color: #555555;
   font-family: Arial;
   text-align: center;
}

body a:visited {
   outline: none;
}

a {
   color: #26709E;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

#poligon {
   width: 1000px;
   margin: 0 auto;
   text-align: left;
}

span, img, input {
   vertical-align: middle;
   border: none;
   margin: 0;
   padding: 0;
}

/*================================================ Radius, Shadow, Rotate =================================================*/

.radius_a {
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -khtml-border-radius: 5px;
}

.radius_b {
   border-bottom-right-radius: 2px;
   -moz-border-radius-bottomright: 2px;
   -webkit-border-bottom-right-radius: 2px;
   -khtml-border-bottom-right-radius: 2px;
}

.miniradius {
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   -khtml-border-radius: 4px;
   
   border-bottom-right-radius: 0px;
   -moz-border-radius-bottomright: 0px;
   -webkit-border-bottom-right-radius: 0px;
   -khtml-border-bottom-right-radius: 0px;
   
   /*border-bottom-left-radius: 0px;
   -moz-border-radius-bottomleft: 0px;
   -webkit-border-bottom-left-radius: 0px;
   -khtml-border-bottom-left-radius: 0px;*/
}

/*.shadow {
   -moz-box-shadow: 5px 5px 7px #bbbbbb;
   -webkit-box-shadow: 5px 5px 7px #bbbbbb;
   box-shadow: 5px 5px 7px #bbbbbb;
   -khtml-box-shadow: 5px 5px 7px #bbbbbb;
   filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbbbbb, direction=135, Strength=4);
}*/

.shadow {
   -moz-box-shadow: 5px 5px 7px #bbbbbb;
   -webkit-box-shadow: 5px 5px 7px #bbbbbb;
   box-shadow: 5px 5px 7px #bbbbbb;
   -khtml-box-shadow: 5px 5px 7px #bbbbbb;
}

.shadownoie {
   -moz-box-shadow: 5px 5px 7px #bbbbbb;
   -webkit-box-shadow: 5px 5px 7px #bbbbbb;
   box-shadow: 5px 5px 7px #bbbbbb;
   -khtml-box-shadow: 5px 5px 7px #bbbbbb;
}

.rotate {
   writing-mode: tb-rl;
   /*filter: flipv fliph;
   filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.33);*/
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -o-transform: rotate(90deg);
}

/*==================================================== Przyciski ==========================================================*/

.red_pusher {
   display: inline-block;
   border: 1px solid #999999;
   padding: 1px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: 0px 0px 5px black;
}

.red_pusher span {
   display: inline-block;
   background: transparent url( gfx/rgr.jpg ) top left repeat-x;
   padding: 2px 10px 3px 10px;
   font-weight: 700;
   cursor: pointer;
}

.red_pusher:hover {
   color: #ff0000;
   border: 1px solid #ffffff;
   text-decoration: none;
}

.blue_pusher {
   display: inline-block;
   border: 1px solid #999999;
   padding: 1px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: 0px 0px 5px black;
}

.blue_pusher span {
   display: inline-block;
   background: transparent url( gfx/bgr.jpg ) top left repeat-x;
   padding: 2px 10px 3px 10px;
   font-weight: 700;
   cursor: pointer;
}

.blue_pusher:hover {
   color: #00ffff;
   border: 1px solid #ffffff;
   text-decoration: none;
}

.green_pusher {
   display: inline-block;
   border: 1px solid #999999;
   padding: 1px;
   text-decoration: none;
   color: #ffffff;
   text-shadow: 0px 0px 5px black;
}

.green_pusher span {
   display: inline-block;
   background: transparent url( gfx/gr.jpg ) top left repeat-x;
   padding: 2px 10px 3px 10px;
   font-weight: 700;
   cursor: pointer;
}

.green_pusher:hover {
   color: #00ff00;
   border: 1px solid #ffffff;
   text-decoration: none;
}

/*=========================================== Formularz rejestracyjny =====================================================*/

.formtip {
   display: none;
   position: absolute; 
   top: -15px;
   left: 460px;
   width: 260px;
   text-align: left;
   font-family: Arial;
   font-size: 12px;
   padding: 7px;
   border: 1px solid #dddddd;
   background-color: #fffbe5;
   overflow: hidden;
}

/*=========================================================================================================================*/

#header {
   background: #505050 url( gfx/gry3.jpg ) repeat-x;
   text-align: left;
   padding: 0 160px 0 30px !important;
   padding: 0 120px 0 30px;
   color: white;
   height: 100px;
   position: relative;
   min-width: 780px;
   white-space: nowrap;
}

#pgtitle {
   font-family: Georgia;
   color: red;
   border-bottom: 4px dotted #999999;
   margin-bottom: 6px;
}

#kalendar {
   background: transparent url( gfx/kalendar2.gif ) top left no-repeat;
   padding-top: 25px;
   overflow: hidden;
   width: 65px;
   height: 90px;
}

/*=================================================== Prawy panel =========================================================*/

.title_normal {
   background: transparent url( gfx/bgr.jpg ) top left repeat-x;
   color: white;
   font-weight: bold;
   text-align: center;
   padding: 3px 5px 4px 5px;
   text-shadow: 2px 2px 3px #555555;
}

.title_user_log {
   background: transparent url( gfx/gry.jpg ) top left repeat-x;
   color: white;
   font-weight: bold;
   text-align: center;
   padding: 3px 5px 4px 5px;
   text-shadow: 2px 2px 3px #555555;
}

/*================================================== Pola tytułowe postów =================================================*/
.tit1 {
   background: white url( gfx/ulg.jpg ) top left repeat-x;
   position: absolute;
   margin: -11px 0 0 20px !important;
   margin: -11px 0 0 10px;
   padding: 2px 10px 2px 10px;
   max-width: 600px;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   color: #666666;
   overflow: hidden;
   white-space: nowrap;
}
.tit2 {
   background: white url( gfx/uly.jpg ) top left repeat-x;
   position: absolute;
   margin: -11px 0 0 20px !important;
   margin: -11px 0 0 10px;
   padding: 2px 10px 2px 10px;
   max-width: 600px;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   color: #666666;
   overflow: hidden;
   white-space: nowrap;
}
.tit3 {
   background: white url( gfx/sil.jpg ) top left repeat-x;
   position: absolute;
   margin: -11px 0 0 20px !important;
   margin: -11px 0 0 10px;
   padding: 2px 10px 2px 10px;
   max-width: 600px;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   color: #666666;
   overflow: hidden;
   white-space: nowrap;
}
.tit4 {
   background: white url( gfx/sil2.jpg ) top left repeat-x;
   position: absolute;
   margin: -11px 0 0 20px !important;
   margin: -11px 0 0 10px;
   padding: 2px 10px 2px 10px;
   max-width: 600px;
   font-size: 13px;
   font-family: Verdana;
   font-weight: bold;
   color: #666666;
   overflow: hidden;
   white-space: nowrap;
}

.mnw {
   width:expression(document.body.clientWidth < (200/12) * parseInt(document.body.currentStyle.fontSize)?"30em":"auto" );
}

/*=========================================================================================================================*/
/*==================================================== Footer =============================================================*/

#footer {
   background: #a0a040 url( gfx/oliv.jpg ) top left repeat-x;
   height: 100px;
   margin-top: 100px;
   padding: 10px 20px 20px 20px;
   border-top: 1px solid #888833;
   color: white;
   font-size: 12px;
   text-align: left;
}

/*=========================================================================================================================*/

body {
   visibility: visible;
}
