/*
	Marcin Krzemiński
	marcin@internetwizard.pl
	www.internetwizard.pl
*/
body {
	background: #fff url(../img/bg.png) 0 0 repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
a {
	color: #206812;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h2, h3, h4 {
	font-size: 18px;
	color: #002700;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}
p {
	padding-bottom: 15px;
}
p.bigger {
	font-size: 14px;
}
#main h3, #main h4 {
	background: url(../img/male-romby.jpg) 0 0 no-repeat;
	padding-left: 30px;
}
#main h4 {
	margin: 20px 0;
	border-top: 1px solid #99a999;
	padding-top: 10px;
	float: left;
	width: 100%;
	background-position: 0 10px;
	width: 580px;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
}
#header {
	width: 100%;
	background: url(../img/bg-top.png) top center no-repeat;
	height: 293px;
}
#header h1 {
	display: block;
	margin: 80px 0 0 66px;
	float: left;
}
#header ul {
	display: block;
	width: 100%;
	padding-top: 200px;
}
#header ul li {
	display: inline;
}
#header ul li a {
	text-indent: -9999px;
	float: left;
}
#header ul li a.kancelaria {
	background: url(../img/btn-kancelaria.png) 0 0 no-repeat;
	width: 104px;
	height: 23px;
	margin: 16px 0 0 68px;
}
#header ul li a.kancelaria:hover, #header ul li a.act1 {
	background-position: 0 -23px;
}
#header ul li a.uslugi {
	background: url(../img/btn-uslugi.png) 0 0 no-repeat;
	width: 60px;
	height: 16px;
	margin: 22px 0 0 48px;
	line-height: 16px;
}
#header ul li a.uslugi:hover, #header ul li a.act2 {
	background-position: 0 -16px;
}
#header ul li a.kontakt {
	background: url(../img/btn-kontakt.png) 0 0 no-repeat;
	width: 77px;
	height: 14px;
	margin: 24px 0 0 36px;
	line-height: 14px;
}
#header ul li a.kontakt:hover, #header ul li a.act3 {
	background-position: 0 -14px;
}
#breadcrumb {
	height: 40px;
	line-height: 40px;
	width: 920px;
	padding: 0 10px;
	font-size: 11px;
	border-bottom: 1px solid #99a999;
	margin-bottom: 20px;
}
#content {
	width: 940px;
	padding: 0 10px;

}
#sidebar {
	float: left;
	width: 270px;
	padding: 0 20px 143px 20px;
	background: url(../img/duze-romby.gif) bottom center no-repeat;
}
#main {
	float: left;
	width: 610px;
	background: url(../img/linia.png) 0 0 no-repeat;
	padding-left: 20px;
}
#main img {
	float: right;
	padding-left: 20px;
}
#main ul li {
	padding-bottom: 10px; 
	font-weight: bold;
}
#main ul li ul {
	margin-left: 10px;
}
#main ul li ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding: 0;
	font-weight: normal;
}
#main form p {
	display: block;
	border-bottom: 1px solid #e5e9e5;
	padding: 5px 0;
	float: left;
	width: 100%;
}
#main form p label {
	float: left;
	width: 120px;
	text-align: left;
	padding: 2px 0 0 0;
}
#main form p input {
	width: 250px;
	padding: 3px;
	font-size: 12px;
	float: left;
}
#main form p textarea {
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 250px;
	height: 150px;
	float: left;
}
#main form p span {
	float: left;
	padding-left: 5px;	
	font-style: italic;
	font-size: 11px;
}
#main form p .red {
	color: #f00;
	background: url(../img/error.png) 2px 2px no-repeat;
	padding-left: 22px;
	line-height: 19px;
	height: 19px;
}
#main form input.send {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0 0 120px;
}
#footer {
	width: 100%;
	float: left;
	margin-top: 20px;
	background: url(../img/bg-footer.jpg) 0 0 no-repeat;
	height: 127px;
	text-align: center;
	color: #809980;
	padding-top: 10px;
	margin-left: 10px;
}
#footer a {
	color: #809980;
	margin: 0 10px;
	padding: 0 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 30px 0 0 0;
	padding: 0;
	line-height: normal;
	font-size: 11px;
	color: #206812;
}
#footer p a {
	margin: 0;
	padding: 0;
}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}

.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}

.success a {color:#264409;}

