/* 
    Document   : style
    Created on : 2010-06-13, 11:28:33
    Author     : Tomek
    Description:
        Purpose of the stylesheet follows.
*/
/*
@import url("fonts/Swiss 721 BT.ttf");
@import url("fonts/HATTEN_0.TTF");
*/
/*
@font-face {
	font-family: "Swis721 BT";
	src: url("http://79.190.57.206/fonts/Swiss 721 BT.ttf") format("truetype");
}

@font-face {
	font-family: "Haettenschweiler";
	src: url("http://79.190.57.206/fonts/HATTEN_0.TTF") format("truetype");
}*/

html, body {
    font-family: Verdana,Verdana,Helvetica,sans-serif;
    font-size: 10pt;
    background-color: #ffffff;
    margin: 0px;
}


#top {
    background-image: url("../images/topbg.png") ;
    background-repeat: repeat-x;
    text-transform: uppercase;
    font-size: 8pt;
    color: white;
    font-weight: bold;
}
#top_links {
    width: 812px;
    text-align: right;
    margin: 0 auto;
    line-height: 25px;
}
#top_links_print {
    display: none;
    visibility: hidden;
}
#top A:link, #top A:visited {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
#top A:active, #top A:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

#maincontainer {
    margin: 0 auto;
    width: 862px;
}

#menu {
    height: 31px;
    /*background-color: #fdf1d7;*/
    background-image: url("../images/hmenubg.png") ;
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    border:none;
}
#menu, x:-moz-any-link { /* target only Firefox, overriding the style above */
    margin-top: -3px;
}
#menu ul {
    float: left;            /*centering menu*/
    left: 50%;              /*centering menu*/
    position: relative;     /*centering menu*/
    
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li{
    float: left;            /*centering menu*/
    position: relative;     /*centering menu*/
    right: 50%;             /*centering menu*/
    
    min-width: 90px;
    display: inline-block;
    text-align: center;
    margin: 0;
    float:left;

    width:90px;
    height: 31px;
}
#menu li a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 7pt;
    font-weight: bold;
    color: #545454;

    width: 90px;
    height: 31px;

    padding: 0px 5px 0px 5px;
    display: table-cell;
    vertical-align: middle;
}

#ie-lt8 #menu li a{
    height: auto;
    display:block;
    margin: inherit;
    *clear: expression(style.marginTop = "" + (offsetHeight < parentNode.offsetHeight ? parseInt((parentNode.offsetHeight - offsetHeight) / 2) + "px" : "0"),style.clear = "none", 0);
}

#menu li a:hover, #menu li a:active, #menu li .current{
    text-decoration: none;
    color: #ffffff;
    background-image: url("../images/butbg.png") ;
    background-repeat: repeat-x;
}

#mainpage {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 9pt;
    color: #ffffff;

    width: 862px;
    height: 364px;

    margin: 0 auto;

    background-image: url("../images/mainbg.png");
    background-repeat: repeat-x;
}
#mainpage td {
    vertical-align: top;
}
#mainpage #left {
    padding: 30px;
    width: 60%;
}
#mainpage #right {
    padding: 20px;
    width: 40%;
}
#zajaw {
    padding: 10px;

    background-image: url("../images/zajawbg.png");
    background-repeat: repeat-x;
}

#mainpage h1 {
    font-family: Impact,Verdana,Arial,Helvetica,sans-serif;
    font-size: 15pt;
    font-weight: normal;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    margin: 0 0 20px 0;
}
#mainpage h2 {
    font-family: Verdana,Arial,Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #f3ca2d;
    margin: 0 0 15px 0;
    line-height: 15px;
}
#mainpage A:link, #mainpage A:visited {
    text-decoration: none;
    color: #f3ca2d;
}
#mainpage A:active, #mainpage A:hover {
    text-decoration: none;
    color: #fff;
}
#left img {
    border: 5px solid #ffffff;
    margin-right: 15px;
    float: left;

}
#zajaw img {
    border: 1px solid #ffffff;
    margin-right: 20px;
    float: left;

}

#newsletter {
    font-size: 7pt;

    padding: 5px 10px;

    background-image: url("../images/zajawbg.png");
    background-repeat: repeat-x;
    background-position: 0 35%;
}
#newsletter .text {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;

    height: 22px;
    width: 100px;

    background: #fba12e;

    border: 1px solid #fdf1d7;

    color: #ffffff;
}
#newsletter .button {
    display: inline-block;
    vertical-align: middle;

    height: 26px;

    background: #fba12e;

    border: 1px solid #fdf1d7;

    color: #ffffff;
}

#blocks{
    color: #545454;
    font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
#blocks img{
    border: 1px solid white;
}
#blocks h1 {
    color: #fba12e;
    font-family: Impact,Verdana,Arial,Helvetica,sans-serif;
    font-size: 10.5pt;
    font-weight: 100;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    margin: 10px 0 10px 0;
}
#blocks A:link, #blocks A:visited {
    text-decoration: none;
    color: #fba12e;
}
#blocks A:active, #blocks A:hover {
    text-decoration: none;
    color: #545454;
}
.block_left {
    width: 257px;
    height: 182px;
    
    background-color: #fdf1d7;

    margin: 10px 15px 0 0;
    padding: 5px 10px;
}
.block_center {
    width: 257px;
    height: 182px;

    background-color: #fdf1d7;

    margin: 10px 0 0 0;
    padding: 5px 10px;
}
.block_right {
    width: 257px;
    height: 182px;

    background-color: #fdf1d7;

    margin: 10px 0 0 15px;
    padding: 5px 10px;
}

#bottom {
    background-image: url("../images/footbg.png");
    font-weight: bold;
    font-size: 8pt;
    color: white;
    height: 121px;
    padding-top: 15px;
    margin-top: 15px;
}
#bottomtxt {
    width: 862px;
    text-align: left;
    margin: 0 auto;
    line-height: 12px;
}
#bottomtxtprint {
    display: none;
}
#bottom a:link, #bottom a:visited {
    color:#ffffff;
}
#bottom a:hover, #bottom a:active {
    color:#fba12e;
}
#branch {
    font-family: Arial,Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    color: #000;

    margin: 15px 0 0 0;

}
#branch h1 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14pt;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    margin: 0 0 5px 0;
    color: #EDD1BE;
}
#branch h2 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #EDD1BE;
}
#branch hr {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #F5E0D0;
}
#branch A:link, #branch A:visited {
    text-decoration: none;
    color: #fba12e;
}
#branch A:active, #branch A:hover {
    text-decoration: none;
    color: #fdf1d7;
}
#vmenu h1 {
    display: block;
    width: 200px;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 0 0;
    border-right: 10px solid #fdf1d7;
    border-bottom: 1px solid #fdf1d7;
    background-image: url("../images/butbg.png");
    background-repeat: repeat-x;
    color:#fff;
}
#vmenu{
    width: 210px;
    margin-right: 15px;
}

#vmenu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#vmenu li a{
    display: block;

    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fdf1d7;
    border-left: 0;

    width: 165px;
    height: 20px;
    padding: 4px 0 4px 45px;
    line-height: 20px;
    text-decoration: none;

    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
}
#vmenu li a:link, #vmenu li a:visited {
    color:#000;
}
#vmenu li a:hover, #vmenu li a:active {
    background-image: url("../images/butbg.png");
    background-repeat: repeat-x;
    color:#fff;
}

#vmenu ul li ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#vmenu li ul li a{
    display: block;

    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #fdf1d7;
    border-left: 0;

    width: 145px;
    height: 15px;
    padding: 4px 0 4px 65px;
    line-height: 15px;
    text-decoration: none;

    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 20px;
}
#vmenu li ul li a:link, #vmenu li ul li a:visited {
    color:#000;
}
#vmenu li ul li a:hover, #vmenu li ul li a:active {
    background-image: url("../images/butbg.png");
    background-repeat: repeat-x;
    color:#fff;
}

#print {
    display: inline-block;
    height: 16px;
    text-align: right;
    float: right;
    margin-top: 15px;
}

#print a{
    position: absolute;
    margin-left: -16px;
}

#print img{
    border: 0;
}

#adminmenu {
    display:block;
    background-color: #fdf1d7;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}
#msg {
    background-color: #fdf1d7;
    font-size: 8pt;
    line-height: 10px;
    display: inline-block;
    margin: 5px;
    padding: 5px;
    min-height: 10px;
    border: 1px solid #fba12e;
}
#msg img {
    vertical-align: middle;
}
.admin a:link, .admin a:visited {
    color:#fba12e;
}
.admin a:hover, .admin a:active {
    color:#ccc;
}
.admin label {
    display: inline-block;
    width: 120px;
    text-align: right;
}
.admin table {
    border: 1px solid #fdf1d7;
    border-collapse: collapse;
    margin-bottom: 5px;
}
.admin thead {
    font-weight: bold;
}

.admin td {
    border: 1px solid #fdf1d7;
    padding: 2px;
}
#attach hr {
    display: inline-block;
    float: right;
    margin: 10px 0 0 0;
    width: 80%;
    height: 1px;
    border: 0;
    background-color: #fdf1d7;
}
#artykuly, #galerie, #calendars {
    border-left: 10px solid #fdf1d7;
    padding-left: 20px;
}

.author {
    text-align: right;
}

.gallery {
    margin: 0 auto;
    text-align: center;
}
.left {
    float: left;
    margin-right: 5px;
}
.right {
    float: right;
    margin-left: 5px;
}
.none {
    float: none;
    clear: both;
}

.thumb {
    /*
    text-wrap: suppress;
    white-space: normal;*/
    max-width: 118px;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #fdf1d7;
    font-size: 7pt;
    text-align: center;
    padding: 9px;
    color: #000;
    float:none;
}

#odziez{
	margin-left: -250px;
	margin-top: 30px;
	color: #39610f;
	height: 20px;
}

#odziez a:link, #odziez a:visited {
	color: #39610f;
	text-decoration: none;
	cursor: default;
}

.mini {
    color: #fdf1d7;
    font-size: 7pt;
    text-transform: capitalize;
    line-height: 6px;
    display: block;
    margin-bottom: 5px;
}

.minihead {
    display: block;
    height: 55px;
}


#calendar {
    width: 100%;
}
#calendar td {
    background-position: 0 -1px;
    padding: 0;
}
#calendar table {
    border: 1px solid #fdf1d7;
    border-collapse: collapse;
    margin-bottom: 5px;
}
#calendar thead {
    font-weight: bold;
}
#calendar td {
    border: 1px solid #fdf1d7;

}
#menu-hide {
    width: 210px;
}
#show-content {
    width: 100%;
}
.event-box {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
    position: relative;
}
.event {
    margin: 2px;
    padding: 2px;
    font-size: 8pt;
    display: block;
    position: relative;
    background-color: #fdf1d7;
    border: 1px solid #fba12e;
}
.hour {
    margin: 0;
    padding: 0 2px;
    border: 0;
    display: block;
    position: relative;
    text-align: center;
    font-size: 7pt;
    color: #cad0d3;
}

input, textarea {
    margin: 2px;
    display: inline-block;
    border: 1px solid #fba12e;
    background-color: #fdf1d7;
    color: #333333;
}

textarea {
    width: 304px;
    height: 300px;
    margin-left: 125px;
}

.offerHead{
    margin: 0px;
    display: inline-block;
    border: 0px solid #fba12e;
    background-color: #fdf1d7;
    color: #333333;
    width:90%;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
}
.offerBody{
    margin: 0px;
    display: inline-block;
    border: 0px solid #516977;
    background-color: #ffffff;
    color: #333333;
    width:90%;
    font-size: 8pt;
    text-align: center;
}

.offer{
    border: 1px solid #fba12e;
    border-collapse: collapse;
    margin-bottom: 5px;
}

.offer thead {
    font-weight: bold;
    background-color: #fdf1d7;
}
.offer td {
    border: 1px solid #fba12e;
    padding: 2px;
    text-align: center;
}
