body, html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
}

body {
	min-width:900px;
}

#container {
	background:#fff;
	margin:0 auto;
	width:900px;
}

#wrap {
	border:0 solid #E2E2E2; 
	border-width:0 1px;
}

/* zaokraglone rogi: http://www.cssplay.co.uk/boxes/snazzy.html */
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #E2E2E2; border-right:1px solid #E2E2E2;}
.xb1 {margin:0 5px; background:#E2E2E2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

#header {
	padding-top: 6px;
}

#nav-left-border {
	background: #D6D6D6 url("../img/left-selected.jpg") no-repeat top left;
	float: left;
	width: 15px;
	height: 33px;
}

#nav-right-border {
	background: #D6D6D6 url("../img/right-selected.jpg") no-repeat top right;
	float: left;
	width: 15px;
	height: 33px;
}

.empty-border {
	float: left;
	width: 15px;
	height: 33px;
}

#nav {
	color: #000;
	border: 1px solid #ccc;
}

#nav a.selected {
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

#nav div.selected {
	float: left;
	font-weight: bold;
	background-color: #000;
	/*width: 100px;*/
	height: 23px;
	padding-top: 10px;
}

#nav div.not-selected {
	float: left;
	color: #000;
	/*width: 100px;*/
	height: 23px;
	padding-top: 10px;
}

a.selected {
	color: red;
	text-decoration:none;
}

#nav a {
	color: #000;
	text-decoration:none;
}

#nav a:hover {
	text-decoration: underline;
}

#nav-footer {
	background: #000;
	width:100%;
	height: 20px;
}

div.clear{
	clear:both;
}

#nav-content {
	background: #D6D6D6 url("../img/bg_menu.gif") repeat-x top center;
	/*padding: 7px 8px 7px 8px;*/
	text-align: center;
}

/*
#nav-links {
	margin: 0 auto;
}*/

#main {
	color:#666;
	padding-bottom: 35px;
}

#admin-main {
	color:#000;
	background: #fff url("../img/menu-shadow.gif") no-repeat top right;
	width:100%;
	padding-bottom: 35px;
}

#main-content {
	padding: 10px 20px 10px 20px;
}
#sidebar {
	background:#fff;
	float:left;
	width:342px;
	padding-bottom: 35px;
}

#sidebar-content {
	margin-left: 20px;
	margin-right: 20px;
	padding:10px;
	background:#F3F3F3;
	text-align: center;
}

.clear {
	clear:both;
}

#footer {
	background:#fff;
	clear:both;
	text-align:center;
	padding-top: 20px;
}

/*------------------------*/
#logo {
	float:left;
	/*background: url("../img/logo.gif") no-repeat center center;*/
	width: 200px;
	text-align: center;
	padding-top: 15px;
}

#top {
	float:left;
	width: 380px;
}

#top_flash {
	float:right;
	padding: 5px 5px 5px 5px;
	width: 300px; /* szerokosc bannera 300px */
}

#toper {
	background: #000 url("../img/bg_topper.gif") repeat-x top center;
	padding: 5px 0 5px 0;
	margin: 2px 0 15px 0;
	color: #fff;
	width:100%;
}

#toper #toper-content {
	width: 900px;
	margin:0 auto;
}

#toper #left {
	float: left;
	padding-left: 30px;
}

#toper #right {
	float: right;
	padding-right: 30px;
	font-size: 10px;
}

#toper img {
	vertical-align: middle;
}

/* #toper #right img {
	 IE PNG Fix v1.0 RC4: http://www.twinhelix.com/css/iepngfix/ 
	behavior: url("/cnt/js/iepngfix/iepngfix.htc");
	behavior: url("/js/iepngfix/iepngfix.htc");
}*/

#toper a {
	color: #fff;
	text-decoration: none;
}

#toper a:hover {
	color: #fff;
	text-decoration: underline;;
}

#top div {
	padding-top: 40px;
}

#top #haslo {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	
}

#top #haslo .feature {
	color: #79D206;
}

img {
	border:0px;
}

img.middle {
	vertical-align: middle;
}

div.hr {
	height: 5px;
	font-size: 0px; /* IE hack */
	background-color: #737373;
}

#footer_top {
	padding: 8px;
}

#footer_bottom {
	color: #bbb;
	padding: 8px;
}

#footer_top a {
	color: #666;
	text-decoration:none;
}

#footer_top a:hover {
	text-decoration: underline;
}

#footer_top span.menu-line {
	color: #666;
	padding: 0 12px 0 12px; 
}

#footer_bottom a{
	color: #bbb;
	text-decoration:underline;
}

#footer_bottom a:hover{
	text-decoration: underline;
}

span.menu-line-footer {
	color: #aaa;
	padding: 0 2px 0 2px; 
}

#main-content a {
	/*color:#666;*/
	color:#575757;
	text-decoration: underline;
}

#main-nav {
	color:#777;
	font-weight: bold;
	font-size: 11px;
}

#main-nav a {
	color:#777;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

#main-nav a:hover {
	color:#777;
	font-weight: bold;
	font-size: 11px;
	text-decoration:underline;
}

#main-content .title {
	/*color:#333399;*/
	color: #75AB0B;
	font-weight: bold;
	font-size: 14px;
}

#main-content a.title {
	/*color:#333399;*/
	color: #75AB0B;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

#main-content a.title:hover {
	/*color:#333399;*/
	color: #75AB0B;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

#main-content h2
{
	color:#333399;
	font-weight: bold;
	font-size: 18px;
}

#sidebar-menu {
	text-align:left;
}

#sidebar-menu ul
{
	list-style-type: none;
	padding: 3px 0px 3px 20px;
	margin: 0;
}

#sidebar-menu li
{
	padding: 2px 0px 2px 0px;
}

#sidebar-menu li li
{
	padding: 0;
}

#sidebar-menu li li li
{
	padding: 0px 0px 0px 0px;
}

#sidebar-menu .icon1
{
	background: url("../img/li1.gif") no-repeat left center;
	padding-left: 20px;
}

#sidebar-menu .icon2
{
	background: url("../img/li2.gif") no-repeat left center;
	padding-left: 10px;
}

#sidebar-menu {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color:#333;
}

#sidebar-menu a{
	color:#333;
	text-decoration: none;
}

#sidebar-menu a:hover{
	text-decoration: underline;
}

img.wydarzenia_thumb {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 25px;
}

p {margin: 0; padding: 0;}

.c {
	text-align:center;
}

.l {
	text-align:left;
}

.float_left {
	float:left;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 14px;
}

.done {
	color: green;
	font-weight: bold;
	font-size: 14px;
}

.red {
	color: red;
}

.nav_next {
	font-size:9px;
	font-weight:bold;
	padding: 0 5px 0 5px;
}

/* stronicowanie */
p.pagination
{
	padding:0;
	margin:0;
	text-align:center;
}

#error-main {
	color:#666;
	text-align:center;
	padding-bottom: 35px;
}

#error-main h1 {
	font-size: 25px;
	color: #00349A;
}

img.point {
	vertical-align: middle;
	margin-right: 5px;
}

div.title_header {
	float:left;
	height: 41px;
	font-size: 18px;
	font-weight: bold;
	background: #fff url("../img/bg-title.gif") no-repeat top right;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
}

div.header {
	font-size: 17px;
	font-weight: bold;
}

span.header_first_letter {
	color: #75AB0B;
}

span.header_body {
	color: #838383;
}

.archwum {
	padding-top: 10px;
	padding-left: 10px;
	float:left;
}

#left_menu_oferta {
	float: left;
	width: 230px;
}

#right_menu_oferta {
	float: left;
	width: 600px;
	padding-left: 10px;
}

#left_menu_portfolio {
	float: left;
	width: 600px;
	padding-left: 10px;
}

#right_menu_portfolio {
	float: right;
	width: 190px;
	padding-right: 10px;
	padding-left: 40px;
}

table.main_site, table.rekomendacje, table.artykuly-newsy {
	border: 0;
}

table.main_site td {
	width: 280px;
	vertical-align: top;
}

table.rekomendacje td {
	vertical-align: top;
}

input.zatwierdz
{
	background-color: transparent;
	cursor: pointer; 
	width: 71px; 
	height: 21px;
	border: 0;  
	background-image: url(../img/zatwierdz.jpg);
}

input.wyczysc
{
	background-color: transparent;
	cursor: pointer; 
	width: 71px; 
	height: 23px;
	border: 0;  
	background-image: url(../img/wyczysc.jpg);
}