h1 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	/*padding-bottom: 4px;
	border-bottom: 1px #767676 dashed;*/
	
}

.preload {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1px;
	height: 1px;
}

#top_menu {
	height: 45px;
	z-index: 2000;
	position: absolute;
	top: 15px;
}

#return {
	width: 120px;
	height: 84px;
	cursor: pointer;
	z-index: 666666666;
	position: absolute;
	display: none;
}

.link_img {
	cursor: pointer;
}

#main_content {
	z-index: 100;
	width: 768px;
	background-color: #B6B6B6;
	background-image: url('../img/bg.jpg');
	background-repeat: no-repeat;
	padding-top: 163px;
	margin-bottom: 100px;
}

#header_container {
	width: 767px;
	height: 85px;
}

#content_container {
	padding: 30px 45px;
	text-align: left;
	line-height: 24px;
}

.news {
	margin-bottom: 15px;
	padding:4px;
}

.news_short_content {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.news_long_content {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

.more {
	text-align: right; margin-top: 5px; margin-bottom: 5px;
}

.paging {
	margin-top: 10px;
	text-align: center
	width: 100%;
}

.disabled {
	display: inline;
	text-decoration: underline;
	color: gray;
}

.page_prev {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/page_left.png') no-repeat;
}

.page_prev_disabled {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/page_left.png') no-repeat;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.page_next {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/page_right.png') no-repeat;
}

.page_next_disabled {
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/page_right.png') no-repeat;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

.current {
	/*display: inline-block;
	text-decoration: none;
	font-weight: bold;
	width: 20px;
	height: 20px;
	color: white;
	background: url('../img/page_current.png') no-repeat;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;*/
	font-weight: bold;
	text-decoration: underline;
}

.perf {
	cursor: pointer;
	text-align: center;
	display: block;
}

.perf_photo {
	width: 90px;
	height: 90px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid black;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
}

.perf_photo_loading {
	width: 90px;
	height: 90px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('../img/loading.gif');
	background-color: black;
	border: 1px solid black;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
}

.photo_thumbnail {
	width: 118px;
	height: 118px;
	display: inline-block;
	border: 1px solid black;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin: 17px;
}

#events {
	width: 100%; 
	background: red; 
	position: fixed; 
	bottom: 0px; 
	left: 0px;
	z-index: 300;
}

#events_content {
	width: 1000px;
	background: black;
	font-size: 10px;
	color: white;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 300;
}

#events_content a {
	color: white;
}

#event_text {
	text-align: left;
	color: white;
}

#volume_reg {
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 10;
}

#bubble {
	height: 480px;
	width: 640px;
	background: black;
	position: absolute;
	top: -160px;
	left: 130px;
	border: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	z-index: 666670;
	color: white;
}

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

/* nowa jazda, wiecej doznan, wiecej emocji! */
#floating_intro {
	/*background: red;*/
	position: absolute;
	z-index: 666666;
	width: 640px;
	height: 480px;
}

#floating_intro_inner {
	z-index: 666667;
	width: 640px;
	height: 480px;
}

#loading_background {
	width: 142px;
	height: 120px;
	background: url('../img/loading_bg.gif') no-repeat;
}

.tab {
	background: url('../img/tab_top.png') no-repeat top center;
	width:167px;
	padding-top: 10px;
	margin-left: 5px; margin-right: 5px;
	
}

.tab_active {
	background: url('../img/tab_top.png') no-repeat top center;
	width:167px;
	padding-top: 10px;
	margin-left: 5px; margin-right: 5px;
}

.tab_content {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.tab_content a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	vertical-align: top;
	width: 165px;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

.tab_content a:hover {
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: top;
	vertical-align: middle;
	width: 165px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

.tab_selected {
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.tab_selected a {
	display: block;
	height: 24px;
	line-height: 24px;
	text-align: top;
	vertical-align: middle;
	width: 165px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

.tab_content_with_id a {
	text-decoration: none;
}

.tab_content_with_id a:hover {
	text-decoration: underline;
}


