body, html { background: url('../images/bg.jpg') repeat-x; font-family: "Trebuchet MS", "Verdana", "Tahoma"; }

a { text-decoration: none; }
#flower { background: url('../images/flower.jpg') no-repeat;  width: 1066px; height: 784px; }
#content { background: url('../images/content.png') no-repeat; width: 760px; height: 704px; padding: 15px; margin: 0px auto; margin-top: -760px } 
#text { margin: 0 auto; width: 640px; padding: 15px; font-size: 12px; color: #333; clear: both; }
#text h1 { color: #15619D; font-weight: bold; font-size: 22px; font-style:italic; margin-top: 20px; margin-bottom: 40px; }
#text p { margin-bottom:20px; line-height: 18px; }
#text a { color: #15619D; font-weight: bold; }

.success { color: green; font-weight: bold; margin-top:100px; }
p {clear:both;}
dl { clear: both; margin-bottom:10px; clear:both; }
dd { float: left; width: 300px; }
dt { float: left; width: 200px; }

form { margin-top: 30px;  }

label { font-weight: bold; }
input[type=text] { width: 300px; padding: 2px 4px; margin-bottom: 10px }
textarea {width: 300px; padding: 2px 4px; height: 100px; margin-bottom: 10px }
input[type=submit] { padding: 2px 4px; background: #fff; }

#topbar { width: 760px; clear: both; }
#topbar #logo { background: url('../images/logo.png'); width: 192px; height: 57px; margin: 20px 0px 0px 6px; float: left; }
#topbar #menu { width: 500px; float: left; margin: 26px 0px 0px 62px; background: url('../images/spacer.png') no-repeat bottom left; padding-bottom: 5px }
#topbar #menu ul li a { text-indent:-9999px; display: block; float: left; width: 150px; height: 30px; margin-left: -20px; }

#topbar #menu ul li a.sg { background: url('../images/menu/strona-glowna.png') no-repeat top center; width: 150px; height: 20px; }
#topbar #menu ul li a.sg:hover { background: url('../images/menu/_strona-glowna.png') no-repeat top center; }
#topbar #menu ul li a.sg.active { background: url('../images/menu/_strona-glowna.png') no-repeat top center; }

#topbar #menu ul li a.int { background: url('../images/menu/intencje.png') no-repeat top center; width: 150px; height: 20px; }
#topbar #menu ul li a.int:hover { background: url('../images/menu/_intencje.png') no-repeat top center; }
#topbar #menu ul li a.int.active { background: url('../images/menu/_intencje.png') no-repeat top center; }

#topbar #menu ul li a.dol { background: url('../images/menu/dolacz.png') no-repeat top center; width: 150px; height: 20px; }
#topbar #menu ul li a.dol:hover { background: url('../images/menu/_dolacz.png') no-repeat top center; }
#topbar #menu ul li a.dol.active { background: url('../images/menu/_dolacz.png') no-repeat top center; }

#topbar #menu ul li a.mis { background: url('../images/menu/misja.png') no-repeat top center; width: 70px; height: 20px; }
#topbar #menu ul li a.mis:hover { background: url('../images/menu/_misja.png') no-repeat top center; }
#topbar #menu ul li a.mis.active { background: url('../images/menu/_misja.png') no-repeat top center; }

#topbar #submenu .zapytaj { background: url('../images/zapytaj-dowiedz-sie.png') no-repeat top center; display: block; width: 154px; height: 25px; float: left; margin: 15px 10px 0px 198px; }
#topbar #submenu .naczympolega { background: url('../images/na-czym-polega.png') no-repeat top center; display: block; width: 118px; height: 23px; float: left; margin-top: 15px; }

#info { width: 760px; clear: both; padding-top: 20px; }
#info #day { width: 570px; float: left; height: 49px; }
#info #quote { width: 169px; height: 49px; background: url('../images/quote2.png') no-repeat top center; float: left; }

.logo { margin: 20px auto; width: 640px; }


form input[type="text"],form input[type="password"] {
   width: 233px;
   height: 21px;
   padding: 0 5px;
   background: url('../images/b_input.png') 0 0 no-repeat;
   color: #000;
   font-family: arial;
   font-size: 11px;
   border:0px;
}
form textarea{
   width: 233px;
   padding: 5px;
   background: url('../images/b_textarea.png') 0 0 no-repeat;
   color: #000;
   font-family: arial;
   font-size: 11px;
   margin-bottom:10px;
   height: 150px;
   margin-left:-4px;
   border:0px;
}

form input[type=submit]  {
   width: 96px;
   height: 22px;
   margin-top: 16px;
   background: url('../images/b_submit.png') 0 0 no-repeat #fff;
   color: #000;
   font-family: arial;
   font-size: 11px;
   font-weight: bold;
   cursor: pointer;
   float: right;
   border:0px;
}