body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(images/background.gif) repeat-x center top;
	background-color: #54AC4E;
}

div {
	margin: 0px;
	padding: 0px;
	clear: both;
}

img.top {
	vertical-align:top
}

a:link,  a:visited, a:hover, a:active {
	text-decoration: none;
	}
	
a.current:hover, a.current:active, a.current:visited  {
	display:inline;
	text-decoration: none;
	color: #fff;
	/*padding: 20px;*/
	/*background-image: url(images/podswietlenie.png);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
}

.link_bottom A:link {text-decoration: none; color: #FFFFFF;}
.link_bottom A:visited {text-decoration: none; color: #FFFFFF;}
.link_bottom A:active {text-decoration: none; color: #FFFFFF;}
.link_bottom A:hover {text-decoration: none; color: #FFFFFF;}



#top{
	width: 833px;
	height: 65px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9px;
}
	
	
#menu {
	z-index: 2;
	width: 833px;
	height: 294px;
	position: relative;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}


#main{
	z-index: 1;
	width: 833px;
	background-image: url(images/main_background.png);
	position: relative;
	margin-top: 10px;
	padding-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 8px;
}


#bottom {
	width: 833px;
	height: 54px;
	margin-top: 8px;
	margin-bottom: 11px;
	padding: 0px;
	background: url(images/bottom.png) no-repeat center bottom;
	color: white;
	font-size: 10px ;
	margin-left: auto;
	margin-right: auto;
	position: relative;
 }
/* menu */

ul.makeMenu a:active, ul.makeMenu a:hover {
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	}			

ul.makeMenu a:link, ul.makeMenu a:visited {
	text-decoration: none;
	color: #fff;
}


ul.makeMenu, ul.makeMenu ul {
	display:inline;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
	height: 22px;
	padding-left: 0px;           /* stops the usual indent from ul */
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px; 	/* Opera 7 final's margin and margin-box model cause problems */
	float: left;
}
ul.makeMenu li {
  	float: left;
	display: inline;
	clear: both;
  list-style-type: bold;       /* removes the bullet points */
  margin: 0px;  /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
  width: 125px;                                the lack of offset makes these appear normal, but it will make a difference                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  margin-left: 24px;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -80px;                    /* position slightly lower than the parent menu item */
  left: 125px;				   /* this must not be more than the width of the parent block, or the mouse will have to move off the element to move between blocks, and the menu will close */
  margin: 0px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;  /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
								the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu div.hover:hover {background: url(images/podswietlenie.png);}
/*ul.makeMenu li a.current {background: url(images/podswietlenie.png);}*/
ul.makeMenu li.hovered:hover {background: url(images/podswietlenie.png);}
ul.makeMenu li a.current2 {  color: #fff; display: block; width: 100%; text-decoration: none; margin: 0px;}
ul.makeMenu li.dzieci { background: url(images/tlo_podswietlenie.png); line-height: 10px; width: 332px; color: #fff; display: block; text-decoration: none; margin: 0px; padding: 5px; text-align: left; font-size: 9px; float: left; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; font-weight: normal;}
ul.makeMenu li.dzieci:hover { background: url(images/tlo_podswietlenie_hover.png);}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #fff;}
ul.makeMenu li:hover > a { color: #fff; text-decoration: none;} /* supports links in branch headings - should not be display: block; */
/* koniec menu */

table.form {
	width: 660px;
	padding: 0;
}
table.form td {
	padding-bottom: 7px;
	padding: 5px;
}
table.form tr {
	background-color: #EAFFEA
}
table.form td.label {
	width: 400px;
}
table.form td.form {
	width: 260px;
}
textarea {
	color: #000000;
	border: solid 1px grey;
	background: #ffffff;
	padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 5px;
   padding-right: 1px;
	font-weight:normal;
	font-size:10px;
	font-family:"Verdana";
 	width: 250px;
 	height: 150px;
	text-align: left;
 }
input {
	color: #000000;
	border: solid 1px grey;
	background: #ffffff;
	padding-top: 1px;
   padding-bottom: 1px;
   padding-left: 5px;
   padding-right: 1px;
	font-weight:normal;
	font-size:10px;
	font-family:"Verdana";
	width: 250px;
	text-align: left;
 }
 input.radio {
	width: 15px;
 }
 input.submit {
	background-color: #00EC00;
 }
 input.submit A:hover {
 	color: red;
 }
input.submit {
	width: 160px;
	height: 25px;
	text-align:center;
	margin: 0 3px 0 3px;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	background: none;
	border: solid 1px grey;
	padding-bottom: 5px
}
 label {
	padding-right: 5px;
	font-weight: normal;
 }
#form {
	width: 95%;
	margin: auto;
	padding: auto;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
span.validform {
	color: red;
	font-weight: bold;
	font-size: 10px;
}