html * {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width:100%;
	font: normal normal 16px/18px Georgia, Helvetica, sans-serif; 
	color: #000;
	background: #000 url(i/tlo.jpg) top center no-repeat;
	margin: 0 auto;

}
input, textarea {
	background: #fff; 
	border: 1px solid #444;
}
a {
	color: #fff;
	text-decoration: ;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
img {
	border: 0;
}
img.logo {float: left;}
#wrapper {
	margin: 0 auto;
	display: block;
	background: #000 url(i/tlo.jpg) top center no-repeat;
	width: 990px;
	
}
#wrapper div#header {
	float: left;
	margin: 0 auto;
	height: 132px;
}
#wrapper div#menu {
width: 990px;
	float: left;
	height: 132px;
}
#wrapper div#content {
	width: 990px;
	padding-top: 60px;
	margin: 0 auto;
	overflow: visible;
	min-height: 400px;
	float: left;
}
#content div#leftC {
	width: 560px;
	float: left;
	color: #fff;
	padding-left: 80px;
	padding-top: 10px;
	min-height: 400px;
	overflow: visible;
}
#content div#rightC {
	width: 280px;
	float: right;
	min-height: 400px;
	overflow: auto;
	padding-right: 20px;
}
#rightC img {margin-bottom: 25px; }
ul#nav {
	height: 49px;
	width: 420px;
	float: right;
	padding-right: 170px;
}
ul#nav li {
	list-style-type: none;
	float: left;
}
li a.witamy {
	display: block;
	background: transparent url(i/menu-witam.jpg) 0 0 no-repeat;
	height: 49px;
	width: 123px;
}
li a.witamy:hover {
	height: 49px;
	background: transparent url(i/menu-witam.jpg) 0 -49px no-repeat;
}

li a.galeria {
	display: block;
	background: transparent url(i/menu-galeria.jpg) 0 0 no-repeat;
	height: 49px;
	width: 186px;
}
li a.galeria:hover {
	height: 49px;
	background: transparent url(i/menu-galeria.jpg) 0 -49px no-repeat;
}
li a.kontakt {
	display: block;
	background: transparent url(i/menu-kontakt.jpg) 0 0 no-repeat;
	height: 49px;
	width: 111px;
}
li a.kontakt:hover {
	width: 111px;
	background: transparent url(i/menu-kontakt.jpg) 0 -49px no-repeat;
}
#wrapper div#foot {
	width: 990px;
	margin: 0 auto;
	height: 123px;
	float: left;

}
#wrapper div#footer {
	width: 570px;
	margin: 0 auto;
	height: 40px;
	background: transparent url(i/stopka.gif) 0 0 no-repeat;
	float: left;
	margin-left: 80px;
	padding-top: 20px;
	font-size: 12px;
	color: #c2c2c2;
}
#wrapper div#footer2 {
width: 300px;
	margin: 0 auto;
	height: 40px;
	padding-top: 5px;
	float: right;
	text-align: right;
	padding-right: 40px;
	
}
p {
	padding: 15px 10px 5px 5px;
	text-align: justify;
}
#realizacja {
	
	float: right;
	color: #c2c2c2;
	font-size: 10px;
}
#realizacja a {
	color: #ccc;
	text-decoration: none;
}
#realizacja a:hover {
	color: #ccc;
	text-decoration: underline;
}

/*formularz kont.*/
.contact_form {padding: 10px 0 2px 3px;}
.error {
	color: #c00;
}
div.contact_form form,
div.contact_form table,
div.contact_form td,
div.contact_form th    { margin: 0; padding: 5px; }

div.contact_form table { border-collapse: collapse; }
div.contact_form th    { padding: 0 10px 3px 10px; vertical-align: top; text-align: left; }
div.contact_form td    { padding: 0 0 3px 0; }

div.contact_form em
{
  font-style:  normal;
  font-weight: 900;
  color: #004080;
  padding-left: 10px;
}
div.contact_form em.error, div.contact_form form em
{
  color: #f00;
}

div.contact_form div.error { margin-bottom: 15px; }