html, body {
	background-color:#f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#ffffff;
}

a {
	color:#865233;
	text-decoration: underline;
}

a:hover {
	color:#865233;
	text-decoration: none;
}

img {
	border: 0
}

ul {
	display: block;
	margin: 0;
	padding: 0;
}

li {
	list-style:none;
}
/*---------------------------------------------------------------------------*/
.alignLeft {
	text-align:left !important;
}
.alignRight {
	text-align:right !important;
}
.alignCenter {
	text-align:center !important;
}
.alignJustify {
	text-align:justify !important;
}

/*---*/

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/*---------------------------------------------------------------------------*/
#logo_position {
	display: none;
}

#menu_position {
	display:none;
}

#authFoot {
	font-size:xx-small;
	color:#888888;
	padding: 6px 10px 6px 10px;
	margin: 30px 20px 0 20px;
	border-top: #4f4f4f 1px dotted;
	clear:both;
}

.container_12, .container_16 {
	background: url('images/bgbody.jpg') repeat-y center;
}

.logo {
	background: url('images/bslogo2.jpg') no-repeat center;
	height: 353px;
}
.logo h1 {
	display: none;
}
/*==========================*/
div.element.menu.top_menu {
	background-color: #6b0a0a;
	clear: both;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.element.menu.top_menu li a {
	color: #ffffff;
	text-decoration:none;
	font-size: 20px;
	font-family: Verdana;
	font-weight: normal;
	letter-spacing: 2px;
}
.element.menu.top_menu li a:hover {
	color: #d40000;
}
.element.menu.top_menu ul, .element.menu.top_menu ul li {
	display: block;
	list-style: none;
}
.element.menu.top_menu ul li {
	float: left;
	padding: 15px 25px 15px 0px;
}

/*---------------------------------------------------------------------------*/
div.layout {
	padding: 0 15px 0 25px;
}

h2.std_layout_name {
	font-size:larger;
	font-style:normal;
	font-weight:bold;
	border-bottom: 1px dotted #ffffff;
	margin: 15px 0 15px 0;
	padding: 4px 0 4px 24px;
	background: url('images/name_pointer.png') no-repeat;
}

/*-----------------------------pageingbar-------------------------------------*/

div.pageingbar {
	margin: 15px 0;
	padding: 0 10px;
	text-align: center;
}

span.pageingbar_active_selector a {
	font-weight: bold;
	color: #6B0A0A;
}

/*------------------------system information------------------------------------*/
div.success {
	border: 1px solid #97d2e5;
	margin: 0 30px;
	padding: 10px 10px 10px 50px;
}

div.error {
	border: 1px solid #ab2c0c;
	margin: 0 30px;
	padding: 10px 10px 10px 50px;
}

/*-----------------------komentarze----------------------------------------------*/

li.comment_selector {
	padding: 0 0 0 10px;
	margin: 0 0 22px 10px;
	border-left: solid 4px #ff8040;
}

li.comment_selector div.title {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 5px 0 8px 0;
	border-bottom: dotted 1px #808080;
}

li.comment_selector div.title span.comment_date {
	font-weight:100;
	color:#ff8000;
	font-size:smaller;
}


li.no_comment_jet {
	text-align: center;
	margin-bottom: 20px;
}

