html, body {
	width:100%;
  	height:100%;
	font-family:Verdana, Arial;
	font-size:12px;
	margin:0px;
	padding:0px;
}

img {
	border:0px;
}

input {
	font-family:verdana, arial;
}

input[type="button"], input[type="submit"] {
	cursor:pointer;
} 

a {
	text-decoration:none;
}

.porcjowanie {
}

.porcjowanie a {
	padding:5px;
	border:solid 1px #efefef;
	color:#111;
}
.porcjowanie_duzy {
	font-size:17px;
	background:#efefef;
}

.gwiazdka {
	font-size:15px;
	color:red;
}

#main_div
{
	position:relative;
	width:981px;
	border-left:solid 1px #efefef;
	border-right:solid 1px #efefef;
	margin:auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#top_div {
	height:191px;
	position:relative;
}

#accessories_div{
	position:absolute;
	right:10px;
	top:100px;
	color:#b2b2b2; 
	font-size:10px;
	z-index:70;
}

#language_bar {
	background:url(/template/img/input_language.png) no-repeat;
	width:165px;
	height:29px;
	float:left;
	cursor:pointer;
	margin-right:10px;
	position:relative;
}

#search_bar {
	background:url(/template/img/input_search.png) no-repeat;
	width:255px;
	height:29px;
	float:left;
	position:relative;
}

#search_input {
	position:absolute;
	top:2px;
	left:6px;
	font-size:10px;
	border:0px;
	width:212px;
	height:21px;
	background:url(/template/img/input_search_bg.png) repeat-x;
	color:#b2b2b2; 
}

#search_flag {
position:absolute;
top:6px;
left:8px;
}

.search_flag {
	border:solid 1px #dedede;
}

#language_bar:hover #language_options {
	display:block;
	border:solid 1px #cecece;
}

#language_options {
	display:none;
}

#language_options ul {
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:30px;
	background:#fdfcfc;
}

#language_options ul li a {
	color:#b2b2b2;
	text-decoration:none;
	display:block;
	padding:5px 8px;
}

#language_options ul li a:hover {
	color:black;
	background:#efefef;
}

#search_text {
position:absolute;
top:6px;
left:40px;	
}

#search_submit {
	position:absolute;
	right:0px;
	top:0px;
}


#axis_div {
	height:96px;
	background:url(/template/img/axis_bg.png) repeat-x;

}

.axis {
	float:left;
	width:140px;
}

#axis_1:hover {
	background:url(/template/img/axis_hover_1.png) no-repeat;
}
#axis_2:hover {
	background:url(/template/img/axis_hover_2.png) no-repeat;
}
#axis_4:hover {
	background:url(/template/img/axis_hover_4.png) no-repeat;
}
#axis_8:hover {
	background:url(/template/img/axis_hover_8.png) no-repeat;
}
#axis_16:hover {
	background:url(/template/img/axis_hover_16.png) no-repeat;
	background-position:1px 0px;
}
#axis_32:hover {
	background:url(/template/img/axis_hover_32.png) no-repeat;
	background-position:1px 0px;
}
#axis_64:hover {
	background:url(/template/img/axis_hover_64.png) no-repeat;
	background-position:1px 0px;
}

#menu_div {
	height:34px;
	position:relative;
	z-index:60;
}

#menu_div a {
display:block;
text-decoration:none;
padding:7px;
font-size:14px;
}

#menu_div ul {
	list-style:none;
	padding:0px;
	margin:0px;
	clear:both;
}

#menu_div .level0 li {
	display:block;
	float:left;
	margin:0px 3px;
	position:relative;
	z-index:60;
	}
	
#menu_div .level0 li:hover .level1 {
	display:block;
	}
	
#menu_div .level1 {
	position:absolute;
	top:27px;
	left:0px;
	padding-top:6px;
	display:none;
	z-index:0;
	}
	
#menu_div .level1 li {
	display:block;
	margin:0px;
	position:static;
	min-width:180px;
	border:solid 1px #222222;
	border-top:0px;
	}

#content_div {
	margin-top:10px;
	padding:5px;
	padding-bottom:135px;
	position:relative;
}

#content_left {
width:740px;
float:left;
}

#content_right {
float:right;
}

#footer_div {
clear:both;
position:absolute;
left:0px;
bottom:85px;
width:100%;
padding:5px 0px;
font-size:11px;
text-align:right;
}

#eplatnosci {
position:absolute;
left:0px;
bottom:10px;
width:100%;
font-size:11px;
color:gray;
}

.wsparcie_item {
	float:left;
	margin:8px 12px;
}

.alert {
	border:solid 1px red; background:#FFEBE6; border-radius: 10px; padding:7px; text-align:center; margin:5px;
}

.inform {
	border:solid 1px green; background:#F5FFE0; border-radius: 10px; padding:7px; text-align:center; margin:5px;
}

.warning {
	border:solid 1px #E68A00; background:#FFF5CC; border-radius: 10px; padding:7px; text-align:center; margin:5px;
}


.box {
	width:200px;
	margin-bottom:10px;
	margin-left:10px;
	border:solid 1px #eeeeee;
	border-radius:10px;
	padding:5px;
	background:white;
	box-shadow:1px 1px 3px #666;
	margin-right:5px;
	font-size:11px;
	overflow:hidden;
}

.box .header {
	margin-bottom:5px;
	border-radius:5px;
	background-position:bottom left;
	padding:3px;
	text-align:center;
	font-size:14px;
	height:20px;
	overflow:hidden;
}

.news {
	margin-bottom:15px;
}

.news_title {
	border-radius:10px;
	background:#efefef;
	padding:8px;
	font-size:14px;
}

.news_title a {
	color:#000;
}

.news_content {
	padding:5px;
	color:#333333;
}

.news_footer {
font-size:10px;
color:gray;
}

.news_more {
	text-align:right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
	margin:auto;
}

.right {
	text-align:right;
}

.fulltable {
	margin:auto;
	border-collapse:collapse;
}

.fulltable th, .fulltable td {
	padding:4px;
	border:solid 1px gray;
}

.fulltable th {
	background:#efefef;
}

.edytor {
	border-radius: 10px;
	border:solid 1px #cdcdcd;
	margin-bottom:5px;
}

.edytor .con {
	padding:10px;
	display:none;
}

.edytor .visible {
	display:block;
}

.wersja_jezykowa {
	border-radius: 10px;
	font-weight:bold;
	padding:5px;
	border-bottom:solid 1px #dedede;
	background:#efefef;
}

.page_content {
		
}

h1.page_header {
	font-size:18px;
}

h1.h16
{
	font-size:16px;
}

h3.h13 {
	font-size:13px;
}

.small {
	font-size:9px;
}

.smaller {
	font-size:11px;
}

.gray {
	color:gray;
	font-size:10px;
}

.folder_main {
	padding:10px 0px;
	display:none;
}

.folder_main table {
	width:100%;
}

#folder_main {
	position:relative;
}

#folder_content {
	padding-left:160px;
}

#folder_left {
	float:left;
	z-index:2;
	width:150px;
	}
	
.folder_trigger {
	background:#efefef;
	margin-top:10px;
	margin-right:1px;
	padding:6px;
	cursor:pointer;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:solid 1px #dedede;
	float:left;
	text-align:center;
	font-size:11px;
}

.folder_trigger2 {
	margin-top:1px;
	cursor:pointer;
	padding:3px;
	font-size:11px;
	}
	
.a_menu {
border-radius:10px;
border:solid 1px #dedede;
padding:8px;
margin-bottom:5px;
background:white;
}

.a_menu_hidden {
	background:#efefef;
	color:gray;
}

.a_menu_child {
	margin-left:50px;
}

.a_menu_opt {
	float:right;
}

#a_menu_level0 {
	padding:15px;
	background:#EBFFFF;
	margin-bottom:5px;
	border-radius:10px;
	color:#66CCFF;
	text-align:center;
}

#ajax_overlay {
background:url(/template/img/px.png);
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
display:none;
z-index:90;
}

#ajax_window {
	margin:auto;
	width:800px;
	margin-top:50px;
	margin-bottom:50px;
	border:solid 1px gray;
	background:white;
	position:relative;
	box-shadow:1px 1px 2px #666;
}

#ajax_content {
	padding:10px;
	position:relative;
}
#ajax_close {
	position:absolute;
	right:5px;
	top:5px;
	z-index:91;
}

.gallery_item {
	margin-bottom:10px; 
}

.gallery_front_photo, .gallery_photo {
	text-align:center;	
	float:left;
	padding:10px;
	border-radius:10px;
	border:solid 1px gray;
	background:white;
	width:120px;
	height:90px;
}

.gallery_front_photo img, .gallery_photo img {
	border:solid 1px #dedede;
	max-height:90px;
	overflow:hidden;
}

.gallery_description {
	float:left;
	width:560px;
	margin-left:10px;
	padding:10px;
	border-bottom:dotted 1px gray;
}

.gallery_description .small {
	color:gray;
}

.gallery_description .gallery_title {
	font-size:17px;
	display:block;
	color:#444444;
}

.gallery_description .gallery_date {
color:gray;
font-size:11px;
display:block;
padding:5px 0px;
	}
	
.gallery_photo {
	margin:3px;
}

.gallery_movie {
	margin:10px auto;
	width:640px;
}

#tabChanger {
	border-bottom:solid 1px gray;
	margin-bottom:10px;
}

#tabChanger .tab {
	float:left;
	margin-right:5px;
	border:solid 1px gray;
	border-bottom:0;
	background:#efefef;
	text-align:center;
	width:150px;
	padding:6px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	cursor:pointer;
}

#tabChanger .tab:hover {
	background:white;
}

#gallery_overlay {
background:url(/template/img/px_dark.png);
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:100;
display:none;
}

#gallery_window {
margin:auto;
margin-top:30px;
padding:10px;
border-radius:10px;
background:white;
border:solid 1px gray;
width:200px;
position:relative;
}

#gallery_close {
	position:absolute;
	right:10px;
	top:10px;
	z-index:102;
}

#gallery_content {
	text-align:center;
	}

#gallery_prev, #gallery_next {
	position:absolute;
	top:0px;
	width:100px;
	text-align:center;
	width:20%;
	height:100%;
	cursor:pointer;
	z-index:101;
	background:url(/template/img/px.png) no-repeat;
}

#gallery_prev {
	left:0px;
}

#gallery_next {
	right:0px;
}

#gallery_next:hover
{
	background:url(/template/img/go-next64.png) no-repeat;
	background-position:center center;
}

#gallery_prev:hover
{
	background:url(/template/img/go-previous64.png) no-repeat;
	background-position:center center;
}

.search_result {
	border-bottom: dotted 1px gray;
	padding:5px;
	margin-bottom:10px;
}

.search_result_header {
	font-size:14px;
}

.media_item {
		border-bottom: dotted 1px gray;
	padding:5px;
	margin-bottom:10px;
}

.media_title {
	font-size:15px;
}

.media_date {
	color:gray;
	margin:5px 0px;
}

.media_files {
	padding:4px;
}

.media_photo {
	display:block;
	float:left;
	padding:10px;
	border-radius:10px;
	border:solid 1px gray;
	background:white;
	margin:3px;
}

.docs_item {
	margin-bottom:20px;
}

.docs_title {
	font-size:15px;
}

.docs_date {
	color:gray;
}

.docs_item .small {
	display:block;
}

.docs_item ul {
	margin: 5px 5px;
	padding-left:60px;
}

.cena_alo {
	font-size:17px;
	font-weight:bold;
	color:orange;
	text-shadow:1px 1px black;
}

.termin_alo {
	font-size:12px;
	font-weight:bold;
	color:green;
	}

.alo {
	margin-bottom:30px;
	color:gray;
}

.miejsc_alo {
	font-weight:bold;
	color:#0066FF;
	}

.alo_content {
	font-size:12px;
	color:#444;
}

.alo_content .gallery_photo {
	margin:5px;
}

.alo_rezerwacja, .alo_rezerwacja2 {
	display:block;
	float:right;
	padding:6px 10px;
	border:solid 1px #eee;
	border-radius: 5px;
	margin-top:15px;
	background:url(/template/img/axis_b_8.png) repeat-x;
	color:#444;
	font-size:15px;
	text-shadow:1px 1px white;
	box-shadow:1px 1px 2px #666;
}

.alo_rezerwacja2 {
	background:url(/template/img/axis_b_16.png) repeat-x;
	color:white;
	text-shadow:1px 1px black;
}
	
#alo_searchBox {
background:#efefef;
padding:4px 8px;
border-radius:10px;
margin-bottom:20px;
}

.alo_searchItem {
	background:white;
	float:left;
	border:solid 1px gray;
	border-radius:5px;
	padding:4px;
	font-size:11px;
	margin-right:5px;
	position:relative;
	width:200px;
	cursor:pointer;
	color:gray;
}
.alo_trigger {
	float:left;
	width:33%;
}

.alo_trigger .header {
	font-size:14px;
	}

.alo_trigger ul {
	padding-left:20px;
}

.alo_searchOptions {
	position:absolute;
	top:22px;
	left:0px;
	display:none;
	width:300px;
	background:white;
	border:solid 1px gray;
	border-radius:5px;
	z-index:10;
	padding:4px;
}

.alo_searchItem:hover .alo_searchOptions {
	display:block;
}

#alo_submit {
	text-align:right;
	margin:10px;
}

#alo_header {
	padding:5px 0px;
	font-weight:bold;
	color:gray;
}
.alo_uzupelnij {
	float:right;
	padding:5px 5px;
	border:solid 1px #eee;
	border-radius: 5px;
	background:url(/template/img/axis_b_8.png) repeat-x;
	color:#444;
	font-size:11px;
	text-shadow:1px 1px white;
	box-shadow:1px 1px 2px #666;
	width:160px;
}

#selectUczestnik, #selectUczestnik option {
	font-size:16px;
}

#selectUczestnik {
	padding:5px;
}
	
.eplatnosci_button {
	border:solid 1px #eee;
	border-radius: 5px;
	padding:6px;
	font-size:14px;
	background:url(/template/img/axis_b_8.png) repeat-x;
	text-shadow:1px 1px white;
	box-shadow:1px 1px 2px #666;
	cursor:pointer;
}

.eplatnosci_kwota {
	font-size:18px;
	padding:4px;
	text-align:right;
	color:green;
}

.forum-wpis {
	padding:4px;
	border:solid 1px #aaa;
	box-shadow:1px 1px 3px #ddd;
	margin-bottom:15px;
	border-radius:3px;
}

.forum-wpis span {
	color:gray;
	font-size:1.1em;
}

.forum-wpis p {
	padding:3px;
}

.one {
	background:#F0FAFF;
}
	
.two {
	background: white;
}