Body {
	margin: 0;
	background-color: #B7C5CE;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
a img {
	border: 0;
}
.left {
	float: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center !important;
}

/* Header styles */

#header {
	width: 100%;
	height: 80px;
	background: url(/img/header-bg.jpg) repeat-x;
}
#header a {
	margin-left: 20px;
	margin-top: 3px;
}
#menu {
	width: 100%;
	height: 47px;
	background: url(/img/menu-bg.jpg) repeat-x;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	text-align: center;
}
#menu li a:link, #menu li a:active, #menu li a:visited {
	width: 120px;
	height: 27px;
	padding-top: 20px;
	display: block;
	text-decoration: none;
	color: #333;
	margin-left: 10px;
	margin-right: 10px;
	background: url(/img/menu-a-bg.jpg) no-repeat right;
}
#menu li a:hover {
	font-weight: bold;
}
#menu li a.act {
	padding-top: 17px;
	height: 30px;
	background: url(/img/menu-a-bg-act.jpg) no-repeat;
}

/* Body styles */

#body {
	width: 960px;
	background: #fff;
	float: left;
	padding: 10px 10px 0 10px;
}
#left-menu {
	float: left;
	width: 387px;
	height: 266px;
	background: url(/img/left-menu-bg.jpg) no-repeat;
}
#mid-logo {
	float: left;
	width: 323px;
	height: 265px;
	background: url(/img/mid-logo-bg.jpg) no-repeat center;
}
.left-box {
	width: 348px;
	padding: 5px 25px 15px 14px;
}
.left-line {
	background: url(/img/left-line.jpg) no-repeat bottom center;
}
.left-box img {
	float: left;
	margin-right: 10px;
}
.left-box p, #right-box p {
	margin: 3px 0 5px 0;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.left-box a:link, .left-box a:active, .left-box a:visited {
	color: #dfdfdf;
	text-decoration: underline;
	background: url(/img/a-bg.jpg) no-repeat right center;
	padding-right: 15px;
	margin-right: 29px;
}
.left-box a:hover {
	text-decoration: none;
}
#right-box {
	float: left;
	width: 230px;
	height: 266px;
	background: url(/img/right-box-bg.jpg) no-repeat;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
}
#right-box ul {
	list-style-type: square;
	color: #CFCFCF;
	padding-left: 15px;
	margin: 0;
}
#right-box ul li {
	margin-top: 7px;
	margin-bottom: 7px;
}
#right-box a:link, #right-box a:active, #right-box a:visited {
	text-decoration: none;
	color: #EFEFEF;
}
#right-box a:hover {
	text-decoration: underline;
}


/* Content styles */

#content {
	width: 940px;
	padding: 0 10px 20px 10px;
	float: left;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #367E7D;
	border-bottom: 1px solid #B7C5CE;
	padding-bottom: 1px;
}
#content p {
	line-height: 18px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
p.indent {
	text-indent: 35px;
}
#content a:link, #content a:active, #content a:visited {
	color: #278dbb;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content ul {
	list-style-type: square;
}
#content ul li {
	line-height: 18px;
}
#content ol li {
	line-height: 18px;
}
.map {
	float: left;
	margin-left: 20px;
	width: 400px;
	height: 400px;
}
#map {
	width: 400px;
	height: 350px;
	border: 1px solid #8f8f8f;	
}
#kontakt label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}
#kontakt input, #kontakt textarea {
	float: left;
	margin-bottom: 3px;
	margin-right: 3px;
}
#kontakt br {
	clear: both;
}
.text {
	border: 1px solid #B7C5CE;
}
#rejestracja1 label, #rejestracja2 label {
	float: left;
	width: 265px;
	text-align: right;
	padding-right: 10px;
	margin-top: 4px;
}
#rejestracja1 input, #rejestracja1 textarea, #rejestracja1 select, #rejestracja2 input, #rejestracja2 textarea, #rejestracja2 select {
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
}
#rejestracja1 br, #rejestracja2 br  {
	clear: both;
}
p.error {
	color: #f00;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #6F6F6F;
}
.oferta {
	border-bottom: 1px dotted #B7C5CE;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.oferta i {
	color: #7F7F7F;
}
.oferta p {
	font-size: 10px;
	line-height: 125% !important;
}
.oferta-table {
	width: 100%;
}
.oferta-table td {
	padding: 5px 0 5px 0;
}
.line {
	width: 100%;
	height: 1px;
	background-color: #B7C5CE;
}
p.result {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
	text-align: center !important;
}
#index td {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

/* Admin styles */

#admin-menu {
	width: 180px;
	float: left;
}
#admin-content {
	width: 740px;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	float: left;
}
#admin-content h1 {
	margin: 0;
	border-bottom: 1px solid #B7C5CE;
}
#admin-content h1 input {
	float: right;
	margin-top: -20px;
}
#login-form {
	margin-top: 80px;
	margin-bottom: 80px;
}
#login-form label {
	float: left;
	display: block;
	width: 60px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
#login-form input.text {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
#login-form br {
	clear: both;
}
#admin-menu a:link, #admin-menu a:active, #admin-menu a:visited, #admin-content a:link, #admin-content a:active, #admin-content a:visited {
	color: #278dbb;
	text-decoration: underline;
}
#admin-menu a:hover, #admin-content a:hover {
	text-decoration: none;
}
#admin-menu ul {
	list-style-type: square;
}
#admin-oferty {
	width: 100%;
}
#admin-oferty thead td {
	background-color: #B7C5CE;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#admin-oferty td.c {
	text-align: center;
}
#admin-oferty tr.sel {
	background-color: #eaeaea;
}
#admin-oferty tr.red {
	color: #f00;
}
#admin-oferty tr.grey {
	color: #AFAFAF;
}
#oferta-form {
	margin-top: 10px;
}
#oferta-form label {
	float: left;
	display: block;
	width: 200px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
}
#oferta-form .text {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
#oferta-form br {
	clear: both;
}
.error {
	color: #f00;
	font-weight: bold;
	font-size: 10px;
}
.err {
	border: 1px solid #f00;
}

/* Footer styles */

#footer {
	float: left;
	padding: 10px;
	width: 960px;
	color: #57717F;
	font-size: 10px;
	background: url(/img/footer-bg.jpg) repeat-x top;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #363545;
	text-decoration: none;
	font-size: 10px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer div.left {
	float: left;
	width: 665px;
}
#footer div.right {
	float: left;
	width: 295px;
	text-align: right;
}