/* CSS Document */

body, table, div {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a:link, a:active, a:visited {
	color: #1453df;
	text-decoration: none;
}

a:hover {
	color: #1453df;
	text-decoration: underline;
}

body {
	color: #000;
	background-color: #efefef;
	background-image: url(../img/bg-shade.gif);
	background-repeat: repeat-y;
	background-position: 1004px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top {
	width: 1004px;
	height: 249px;
	background-image: url(../img/top.jpg);
	background-repeat:no-repeat;
	float: left;
	clear: both;
}

#top_bg {
	width: 1004px;
	height: 34px;
	background-image: url(../img/top-bg.gif);
	background-repeat: repeat-x;
	float: left;
	clear: both;	
}

#main_container {
	width: 984px;
	background-color: #FFF;
	float: left;
	clear: both;
	padding: 10px;
}

#left_content {
	float: left;
	width: 230px;
}

#right_content {
	float: right;
	width: 230px;
}

#main_content {
	width: 504px;
	margin: 10px;
	float: left;
	line-height: 18px;
}

.menu_left {
	width: 230px;
	float: left;
	clear: left;
}

.menu_right {
	width: 230px;
	float: right;
	clear: right;
}

.menu_bg-top {
	width: 230px;
	height: 25px;
	background-image: url(../img/menu-bg-top.png);
	background-repeat: no-repeat;
}

.menu_bg {
	width: 150px;
	background-image: url(../img/menu-bg.png);
	background-repeat: repeat-y;
	padding: 5px 40px 5px 40px;
	font-size: 12px;
	line-height: 16px;
}

.menu_bg-bottom {
	width: 230px;
	height: 25px;
	background-image: url(../img/menu-bg-bottom.png);
	background-repeat: no-repeat;
}

.menu_bg p {
	margin: 0 0 10px 0;
	padding: 0;
}

.menu_punktor {
	color: #bad808;
	font-size: 13px;
	font-weight: bold;
	margin-left: -13px;
}

.menu_bg a:link {
	color: #1453df;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.menu_bg a:visited {
	color: #1453df;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.menu_bg a:active {
	color: #1453df;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
}

.menu_bg a:hover {
	color: #1453df;
	text-decoration: none;
	border-bottom: 1px solid #1453df;
}

.block-logos {
	width: 230px;
	float:left;
	text-align: center;
}

.img_logos {
	margin: 20px;
}

.content_header {
	border-top: 1px solid #dddddd;
	padding-top: 2px;
	height: 40px;
}

.span_content_header-right {
	font-size: 11px;
	color: #bbbbbb;
	float: right;
}

.span_content_header-left {
	font-size: 11px;
	color: #bbbbbb;
	float: left;
}

.img_header {
	margin-left: -8px;
	display: block;
}

.td_wyroznij {
	background-color: #f2f8ff;
}

.komentarze {
	font-size: 11px;
}

.span_red {
  color: #FF0000;
}

.span_green {
  color: #009900;
}

h1 {
	font-size:16px;
	font-weight: bold;
	display: inline;
	margin: 0 0 25px 0;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	display: inline;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;			/* #a3bf00; */
}

.div_blok_historii {
	clear: both;
	display: inline-block;
	border-bottom: 2px solid #bad808;
	padding-bottom: 10px;
}

.autor_naglowka {
	color: #000;
	float:left;
}

.data_naglowka {
	color: #000;
	float: right;
}

.lista_historii {
	margin: 15px;
}

.blok_komentarze {
	margin: 30px 0 0 0;
}

#footer_top {
	float:left;
	clear: both;
	width: 944px;
	height: 80px;
	padding: 30px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-color: #1453df;
	text-align: center;
	color: #FFFFFF;
}

#footer_bottom {
	float: left;
	clear: both;
	width: 974px;
	height: 23px;
	font-size: 12px;
	padding: 15px;
	background-color: #FFFFFF;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
}

/*------- admin ------*/
.admin_textarea {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.page_content {
	clear: both;
	text-align: left;
	margin-top: 20px;
	overflow:hidden;
	font-size: 13px;
	line-height: 25px;
}

a.page:link, a.page:active, a.page:visited {
	margin: 1px;
	padding: 2px;
	font-weight: bold;
	color: #a2bd00;
	border: 1px solid #fff;
	background-color: #fff;
	text-decoration: none;
}
a.page:hover {
	padding: 2px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #7d991a;
	background-color: #8eae1d;
	text-decoration: none;
}
span.page_active {
	margin: 1px;
	padding: 2px 5px;
	font-weight: bold;
	color: #a2bd00;
	border: 1px solid #7d991a;
	background-color: #f9ffd9;
}