/* Layout */

html { background: url('../../img/zielony/html.png') top left repeat-x #c9ffaf; }
body { background: url('../../img/zielony/body.png') bottom left repeat-x; color: #8a8a8a; }
a { color: #19680a; text-decoration: none; }
a:hover { text-decoration: none; }

#Header { background: url('../../img/zielony/header.jpg') top left no-repeat; }
#HeaderNazwa a { color: #257f09; }
#Content,#ContentFull { background: url('../../img/content.jpg') 300px 0px no-repeat #ffffff; }
#Footer, #Footer a { color: #ffffff; }

.LayoutRamka h1 { background: url('../../img/h1.png') top left repeat-x #fdd612; color: #6b6b6b; }

/* Menu */

#MenuGlowne li { background: url('../../img/zielony/menu_li.png') 50% 0px repeat-x #15600b; color: #ffffff; }
#MenuGlowne a { color: #ffffff; }
#MenuGlowne li a.active { background: url('../../img/zielony/menu_li_active.png') 10px 50% no-repeat; }

#MenuSonda { border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
.SondaWykres .Status { background-color: #e1ffdf; }
.SondaWykres .Status .Ilosc { background-color: #13890a; }

.Menu h1 { background: url('../../img/h1.png') top left repeat-x #fdd612; color: #6b6b6b; border-color: #ffffff; }
.Menu .BoxColor h1 { border-color: #247e09; }
.Menu p span { color: #949494; }
.Menu .Box1, .Menu .Box2 { background-color: #ffffff; }
.Menu .BoxColor .Box1, .Menu .BoxColor .Box2 { background: url('../../img/zielony/box2.png') top left repeat-x #17640a; }


#MenuKalendarz, #MenuKalendarz a { color: #ffffff; }
#MenuKalendarz .KalHead { background-color: #ffffff; color: #666666; }
#MenuKalendarz table td div.Now { background-color: #919191; }
#MenuKalendarz table td div.Nie { background-color: #387e29; }


/* Elementy */

#BreadCrumbs { color: #07648d; }
#PageOption, #PageOption a, #Info, #Info a { color: #ffffff; }

.Row { border-bottom: 1px solid #c9c9c9; }
.Row p.small em { color: #dbdbdb; }
.Row div.left_w120 { border-bottom: 1px solid #c9c9c9; }
.Col p { border-bottom: 1px solid #c9c9c9; }
.Navigation { border-bottom: 1px solid #c9c9c9; }
.ReklamaMenu, .ReklamaBottom, .ReklamaHomepage { background-color: #ffffff; }
.ContentAlert { border-bottom: 1px solid #c9c9c9; }

.submit
{
    border: 1px solid #257f09 !important;
    background: #257f09 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#257f09), to(#15600b)) !important;
    background: -webkit-linear-gradient(top, #257f09, #15600b) !important;
    background: -moz-linear-gradient(top, #257f09, #15600b) !important;
    background: -ms-linear-gradient(top, #257f09, #15600b) !important;
    background: -o-linear-gradient(top, #257f09, #15600b) !important;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 2px 7px;
}