/* ------------------------------------------------ GLOBAL ----- */
body {
	background:  #aeaeae;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
}

a:link, a:visited, a:active {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

* {
	margin: 0;
	padding:0;
	border: 0;
}

/* ------------------------------------------------ DESIGN ----- */
#flash_top {
	margin: 0 auto;
	width: 962px;
	height: 171px;
	background: url(/assets/flash_top.png);
}

#all_holder {
	width: 100%;
	background: url(/assets/background.png) top repeat-x #fff;
}
.content_holder {
	margin: 0 auto;
	width: 977px;
}

#main_left {
	margin: 0 5px 0 10px;
	width: 640px;
	float: left;
}

.sztuczny {
	clear: both;
}

#main_right {
	margin: 0 5px 0 0;
	width: 292px;
	float: right;
	padding-top: 25px;
}
#left_menu {
	float: left;
	width: 181px;
	margin: 25px 20px 0 0;
	padding-left:12px;

}

#right_content {
	float: right;
	width: 710px;
	border: 1px solid #666;
	padding: 15px;
	background: #fff;
	text-align: justify;
}

#footer {
	width: 100%;
	height: 65px;
	background: url(/assets/footer_background.png)
}

.bottom_menu {
	padding: 10px 0 10px 0;
	text-align: right;
	width: 962px;
	margin: 0 auto;
}

.szukaj {
	float:left;
	padding-left: 7px;
}
/* ------------------------------------------------ CLASS ELEMENTS ----- */


.title {
	text-transform: uppercase;
	height: 18px;
	float: right;
	text-align: center;
	color: #3F3F3F;
	padding: 0 10px 0 10px;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 3px solid #3F3F3F;
	margin-bottom: 5px;
}

li {
	list-style:none;
	margin: 3px 0 3px 0;
	padding-left: 15px;
	margin-left:10px;
	border-left: 1px solid #ddd;
	height:15px;
	background: url(/assets/arrow.jpg) left no-repeat;
}

hr {
	height: 1px;  background-color:  #777; border:0;
	width: 100%;
	margin: 20px 0 20px 0;
}

.distinct {
	color: #c40c32;
}

.center {
	text-align: center;
	display:block;
}

h1 {
	font-size: 13px;
	color: #c40c32;
	text-decoration:underline;
	font-weight:normal;
	margin:10px;
}

p {
	padding-left: 10px;
}


/*------TABLE------*/
table {
	border:0;
}
.table_left {
	width: 250px;
	text-align: right;
	font-size:11px;
	padding-right: 10px;
}

.table_right {
	width: 500px;
	text-align:left;
}

.table_input {
	width: 350px;
	height: 18px;
	border: 1px solid #777;
	
}

select {
	width:350px;
}



/* ----- NEWS ----- */

.news_item {
	clear: both;
	border: 1px solid #000;
	background: url(/assets/news_background.png) bottom repeat-x #fff;
	margin-bottom: 5px;
	height: 87px;
}

.news_date {
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding-top: 25px;
	float: left;
	width: 110px;
	height: 62px;
	margin-left: 3px;
	background: url(/assets/news_date.png) top repeat-x #c30c31;
}
.news_content {
	float: left;
	padding: 3px 3px 3px 5px;
	width: 511px;
}

.news_title {
	color: #c30c31;
}



/* ----- NEWSLETTER ----- */

.newsletter {
	clear:both;
	border: 1px solid #000;
	background: url(/assets/newsletter_background.png) bottom repeat-x #fff;
	margin-bottom: 5px;
	height: 80px;
}
.newsletter_date {
	font-size: 13px;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	float: right;
	width: 110px;
	height: 50px;
	margin-right: 3px;
	background: url(/assets/news_date.png) top repeat-x #c30c31;
}

.newsletter_content {
	float: right;
	padding-top: 10px;
	width: 330px;
	margin-right: 20px;
	text-align: right;	
}

.main_input {
	border: 1px solid #555;
	width: 140px;
	height: 16px;
	margin: 5px 0 0 0; 
	color: #555;
	font-size:11px;
}
.submit {
	background: #b10822;
	padding: 2px;
	border: 0;
	width: 60px;
	color: #fff;
	height:18px;
}

.newsletter_inputs {
	float: right;
	width: 150px;
	height: 80px;
}


.edit_items {
  border-collapse: collapse;
}
  .edit_items th, 
  .edit_items td {
    vertical-align: top;
    color: #484848;
    padding: 4px;
  }
  
  .edit_items th {
    text-align: right;
  }
  
  .edit_items td {
    text-align: left;
  }
  
  .edit_items input, 
  .edit_items textarea {
    width: 467px;
    height: 25px;
    border: 1px solid #B0B0B0;
    background: #f0f0f0;
  }
  
  .edit_items textarea {
    height: 75px;
  }

  /* stopka stabill i 24registry */
#footer_links {
	padding-top: 32px;
}  
	#footer_links a {
	  
	}
  
  
  