/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
    margin: 20px 0 0 0;
    padding: 0;
    background: #FFFFFF url(images/img01.jpg);
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;

}

h1, h2, h3 {
    margin: 0;
    font-weight: normal;
    color: #AD1112;
}

h1 {
    font-size: 197%;
}

h2 {
    font-size: 167%;
}

h3 {
    font-size: 100%;
    font-weight: bold;
}

p, ol, ul {
    line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote {
    margin: 0;
    padding-left: 20px;
    font-style: italic;
}

blockquote * {
    line-height: normal;
}

a {
    color: #AD1112;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

img.left {
    float: left;
    margin: 0 15px 0 0;
}

img.right {
    float: right;
    margin: 0 0 0 15px;
}

hr {
    display: none;
}


.red_gradient,.boxed_red730 h2.title,.boxed_red960 h2.title
{ /* fallback */
    background-color: #d61d1b;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d61d1b), to(#8b0607));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #8b0607, #d61d1b);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #8b0607, #d61d1b); 
    /* IE 10 */
    background: -ms-linear-gradient(top, #8b0607, #d61d1b);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #8b0607, #d61d1b);
}

.boxed_blue960 h2.title{
    /* fallback */
    background-color: #09629b;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09629b), to(#3ca5e8));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #3ca5e8, #09629b);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #3ca5e8, #09629b);
    /* IE 10 */
    background: -ms-linear-gradient(top, #3ca5e8, #09629b);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #3ca5e8, #09629b);
}


.boxed_green960 h2.title{
    /* fallback */
    background-color: #729d0b;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#729d0b), to(#b5e83c));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #b5e83c, #729d0b);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #b5e83c, #729d0b);
    /* IE 10 */
    background: -ms-linear-gradient(top, #b5e83c, #729d0b);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #b5e83c, #729d0b);
}


.rounded
{
    border:2px solid #FFF;
    border-radius: 10px;    
    -moz-border-radius:10px;    
}
.menu_rounded
{
    border-radius: 0 0 10px 10px;
    -moz-border-radius:0  0 10px 10px;
}
/* Header */

#header {
    width: 1200px;
    height: 140px;
    margin: 0 auto 10px;
}

/* Logo */

#logo {
    float: left;
    width: 250px;
    height: 130px;
    position: relative;
    /*background: #AD1011 url(images/img03.jpg);*/
}

#logo h1, #logo h2 {
    margin: 0;
    text-transform: lowercase;
    text-align: center;
    font-weight: normal;
}

#logo #logo_site {
    width:250px;
    height:130px;
    position: relative;
    top: 0;
    background: url(images/MiniLogo2.png) no-repeat;
    background-position: 50% 50%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* ... but also 5, 6, 7 */
    filter: alpha(opacity=50);

    /* Older than Firefox 0.9 */
    -moz-opacity:0.5;

    /* Safari 1.x (pre WebKit!) */
    -khtml-opacity: 0.5;
    opacity:0.5;

}

#logo h1 {
    /*  padding: 140px 0 0 0;
      background: url(images/MiniLogo.png) no-repeat 50% 15px !important;
      background: url(images/MiniLogo.JPG) no-repeat 50% 15px;*/
    padding: 0px 0 0 10px;
    position: absolute; top:0;
    background-position: 50% 30%;

    font-size: 20px;
}

#logo h1 div {

    padding-top:60px;
    padding-bottom:10px;
    padding-right: 5px;
    text-transform:none;
    font-size: 24px;
    text-align:center;
    text-shadow:1px 1px 3px #000;
}

#logo h2 {
    font-size: 18px;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF;
}

/* Menu */

#menu {
    float: right;
    width: 930px;
    height: 130px;
    padding: 0;
    margin-bottom: 5px;
    background-color: #FFF;
}

#menu ul {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    background: #AD1011 url(images/img05.jpg) repeat-x;
    /* border-left: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF;
    */  list-style: none;
}

#menu li {
    display: inline;
}

#menu a {
    text-shadow: 1px 1px 3px #000;
    display: block;
    float: left;
    height: 32px;
    padding: 8px 10px 0 13px;
    background: url(images/img06.gif) no-repeat;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a.first {
    background-image: none;
}

/* Page */

#page {
    width: 1200px;
    margin: 0 auto;
}
/* Right colon*/
#right_colon
{
    float:right;
    width:164px;
    clear:right;
}
.right_grabo{
    border-radius:0 10px 10px 0px;
    -moz-border-radius:0 10px 10px 0px;
    border: 2px solid #fff;
    border-left: 0px;
}
/* Content */

#content,#content2 {
    float: right;
    width: 730px;

    padding: 10px 18px;
    background: #FFFFFF ;
    border-radius:10px 0px 0px 10px;
    -moz-border-radius:10px 0px 0px 10px;
    margin-bottom:10px;
    border: 2px solid #fff;
}
.content_height_580{
    min-height: 580px;
}

.GoogleMaps #content
{
    width: 995px;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 254px;
    /* padding-top: 10px;*/
    margin-right: 10px;
}

#sidebar a {
    color: #3699E4;
}

#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-size: 92%;
}

#sidebar ul li {
    padding: 5px 14px;
    background: url(images/img13.gif) no-repeat 0px 12px;
    border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
    border: none;
}

#sidebar ul li h2 {
    margin: 0;
    font-size: 100%;
}

#sidebar ul li h3 {
    margin: 0;
    font-size: 92%;
}

#sidebar ul li p {
    margin: 0;
}

.boxed {
    margin-bottom: 10px;
    background: #000000 url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #5EB2ED url(images/img08.jpg) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.boxed .content {
    padding: 15px;
    background: url(images/img09.gif) repeat-x;
}

/* Search */

#search {
}

#search form {
    margin: 0;
    padding: 0;
}

#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#search p {
    margin: 0;
    font-size: 85%;
}

#searchinput {
    float: right;
    width: 174px;
    padding: 2px 5px;
    background: #EFEFEF url(images/img11.gif) repeat-x;
    border: 1px solid #FFFFFF;
    font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.logininput {
    float: right;
    width: 100px;
    padding: 2px 5px;
    background: #EFEFEF url(images/img11.gif) repeat-x;
    border: 1px solid #FFFFFF;
    font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#searchsubmit {
    float: right;
    margin-top: 5px;
    background: #AD1112 url(images/img12.gif) repeat-x;
    border: none;
    font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

/* Footer */

#footer {
    height: 100px;
}

#footer p {
    margin: 0;
    line-height: normal;
    font-size: 85%;
    color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
}
.gallery_top
{
    width:1000px; height:15px; background: url(images/gallery_top.jpg);
    font-size:0px;
}
.gallery_bottom
{
    width:1000px; height:15px; background: url(images/gallery_bottom.jpg);
    float:left; font-size:0px;
}
.forum_top
{
    width:1000px; height:15px; background: url(images/forum_top.jpg);
    font-size:0px;
}
.forum_bottom
{
    width:1000px; height:15px; background: url(images/forum_bottom.jpg);
    float:left; font-size:0px;
}
#results{
    padding:0; margin:0;
    height:1500px;
    width:1000px;
    float:left;
}
/* red boxed 960 */
.boxed_red960 {
    margin-bottom: 10px;
    border:3px solid #8E0708;

    width: 980px;
    background-color:#FFFFFF;
    border-radius:14px;
    -moz-border-radius: 14px;

}
.ukazanie .boxed_red960
{
    width: 400px;
    float: right;

}
.ukazanie .boxed_red730
{
    float:left;
}

.ukazanie .boxed_red960 .content {text-align: left;padding: 14px 15px; }

.boxed_red960 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    /*background: #099b13 url(images/img08_960g.png) no-repeat;*/
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius:10px 10px 0px 0px ;
    -moz-border-radius: 10px 10px 0px 0px ;
}

.boxed_red960 .content {
    padding: 15px;
    border-top:0px;
    text-align:center;
}
/* green boxed 960*/
.boxed_green960 {
    margin-bottom: 10px;
    border:3px solid #729d0b;
    margin-left:20px;
    width: 960px;
    background-color:#FFFFFF;
    border-radius:14px;
    -moz-border-radius: 14px;

}

.boxed_green960 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    /*background: #099b13 url(images/img08_960g.png) no-repeat;*/
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius:10px 10px 0px 0px ;
    -moz-border-radius: 10px 10px 0px 0px ;
}

.boxed_green960 .content {
    padding: 15px;
    border-top:0px;
    text-align:center;
}


/* blue boxed 960*/
.boxed_blue960 {
    margin-bottom: 10px;
    margin-left:20px;
    width: 960px;
    background-color:#FFFFFF;
    border:3px solid #09629B;
    border-radius:14px;
    -moz-border-radius: 14px;
}

.boxed_blue960 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius:10px 10px 0px 0px ;
    -moz-border-radius: 10px 10px 0px 0px ;
}

.boxed_blue960 .content {
    padding: 15px;
    border-top:0px;
    text-align:center;

}
#sidebar #search{ width:220px;}


/* red boxed 730*/
.boxed_red730 {
    margin-bottom: 10px;
    width: 730px;
    background-color:#FFFFFF;
    border: 3px solid #8e0708;
    border-radius: 14px;
    -moz-border-radius:14px;
}

.boxed_red730 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
}

.boxed_red730 .content {
    padding: 15px;
    /* border:3px solid #8e0708;*/
    border-top:0px;
}


/* red boxed 710*/
.boxed_red710 {
    margin-bottom: 10px;
    width: 710px;
    background-color:#FFFFFF;
}

.boxed_red710 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #5EB2ED url(images/img08_710r.png) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.boxed_red710 .content {
    padding: 15px;
    border:3px solid #8e0708;
    border-top:0px;
}


/* red boxed 355*/
.boxed_red355 {
    margin-bottom: 10px;
    width: 355px;
    background-color:#FFFFFF;
}

.boxed_red355 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #5EB2ED url(images/img08_355r.png) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.boxed_red355 .content {
    padding: 15px;
    border:3px solid #8e0708;
    border-top:0px;
}

/* red boxed 335*/
.boxed_red335 {
    margin-bottom: 10px;
    width: 335px;
    background-color:#FFFFFF;
}

.boxed_red335 .title {
    height: 30px;
    margin: 0;
    padding: 10px 0 0 10px;
    background: #5EB2ED url(images/img08r.png) no-repeat;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.boxed_red335 .content {
    padding: 15px;
    border:3px solid #8e0708;
    border-top:0px;
}

.left {float:left;}
.right {float:right;}


.groovybutton {
    width:auto;
    font-size:16px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    background:black url(images/blockdefault.gif) center center repeat-x;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
}

a.groovybutton
{
    width:35px;
    font-size:20px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#FFFFFF;

    background:black url(images/blockdefault.gif) center center repeat-x;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    float:left;
    height:26px !important;
    margin:0;

}

a.groovybutton:hover
{
    background: transparent url(images/blockactive.gif) center center repeat-x;

}
input.groovybutton-Karta
{
    font-size:16px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    height:26px;
    background:black url(images/blockdefault.gif) center center repeat-x;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
}
input.groovybutton-Karta:hover
{
    background: transparent url(images/blockactive.gif) center center repeat-x;
}


div.MapArea { width:500px; height:500px; margin:0; padding:0;   }
div.Map2Kletki { width: 500px; height: 250px; margin:0; padding:0;  float:left; }
div.MapKletka { width:250px;width:250px; margin:0; padding:0; float:left;   }

.A13 {
    background-image:url(images/karta.png);
    height:580px;
    width:580px;
}


#content .boxed_green960 td,#content .boxed_blue960 td  {vertical-align:top;}
#content .boxed_blue960  table h2 { color:#025b8e; font-size:120%;font-weight:bold;}
#content .boxed_blue960  table h3 { color:#1089cf; font-size:90%;}
#content .boxed_green960 table h2 { color:#40a924; font-size:120%;font-weight:bold;}
#content .boxed_green960 table h3 { color:#2ed900; font-size:90%;}
td.tdhead
{
    background-color:#FFFFFF;
    border:1px solid black;
    text-align:center;
    font-size: 100%;
    font-weight: bold;
}
td.svetlosivo
{
    background-color:#e9e9e9;
    border:1px solid black;
    text-align:center;
    font-weight: bold;
}
td.tamnosivo
{
    background-color:#b9b9b9;
    border:1px solid black;
    text-align:center;
    font-weight: bold;
}
a.activebutton
{
    width:40px;
    font-size:20px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    background:black url(images/blockgreen.gif) center center repeat-x;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    float:left;
    height:26px !important;
    margin:0;
}
a.inactivebutton
{
    width:40px;
    font-size:20px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    color:#FFFFFF;
    background:black url(images/blockactive.gif) center center repeat-x;
    border-style:solid;
    border-color:#DDDDDD;
    border-width:1px;
    padding:5px 10px;
    text-align:center;
    text-decoration:none;
    float:left;
    height:26px !important;
    margin:0;
}
.tdbold
{font-weight:bold;}
.firma
{
    color:#FFFFFF;
    display:block;
    float:left;
    font-size:16px;
    font-weight:bold;

    padding:10px 10px 0 10px;
    text-decoration:none;
}
td.field01{background-color:#c61819;}
td.field02{background-color:#8f090a;}
td.field01, td.field02
{
    padding-left:10px;
    color:#FFF;
    font-weight:bold;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
td.field01right
{
    text-align:right;
    padding:0 10px 0 0;
    width: 110px;
}

.roundDivs
{
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:70%;
    background-color: #F5171b;
    border: 3px solid #c61819;
    padding: 5px;
}
td.field01 a, td.field02 a
{
    color:#FFF;
    font-weight:bold;
    text-decoration:none;
}
.roundDivs2
{
    width:47%;
}
.vehicle
{
    width:142px;
    height: 124px;
    padding:5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#9f9f9f;
    color:#153b5f;
    margin: 8px 0 0 9px;
    float:left;
    font-weight:bold;
    border:2px solid;
    font-size: 11px;
}
.vehicle img
{
    border: 2px solid #a8192d;
    margin: 4px;
}

.vehicleAll
{
    width:95%;
    padding:5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color:#9f9f9f;
    color:#153b5f;
    margin: 8px 0 0 9px;
    float:left;
    font-weight:bold;
    border:2px solid;
}
.vehicleAll img
{
    border: 2px solid #a8192d;
    float:left;
    margin: 4px;
    margin-right:6px;
}

.vehicles
{
    width:120px;
    height: 110px;
    padding:0px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 8px 0 0 9px;
    float:left;

}
.vehicles img {padding:0px;}

@font-face {
    font-family: jQueryClock;
    font-weight: bold;
    src: url('Bleeding_Cowboys.ttf');
}
#jqueryClockVal{font-family: jQueryClock;width:182px;
 text-shadow:1px 1px 3px #000000;               height:70px; float:right; border:0px; padding:10px; color:#FFF;text-align: center; font-size:60px;border-radius:0px; border-top-right-radius:10px;-moz-border-top-right-radius:10px;
}

#DatePicker,#demo11{border: 0px; padding:2px; color: #DD0000; }
.boxed_335_left{width: 335px;float:left;}
.boxed_335_right{width: 335px;float:right;}
