


 /*FILE[0]: mootools_slimbox.css */
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/mootools_slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/images/mootools_slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/images/mootools_slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/images/mootools_slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}




 /*FILE[1]: css.css */
/* xSHOWPNG: id=bg src=images/bg.png sizingMethod=image */ 
/* xSHOWPNG: selector=div.sectionPage src=images/sectionbg2.png sizingMethod=image */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

a img {
	border: 0px;
}

ol, ul {
	list-style: none;
}

p ul, p li {
	list-style: circle; 
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height:0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}

h1 {
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
}

h1 span {
	color: #0475ad;
}

h2 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 5px 0px 5px 0px;
}

h2 span {
	color: #0475ad;
}

#content p {
	padding: 5px 0px 5px 0px;
}

#content a,#content a:active, #content a:visited {
	text-decoration: none;
	color: #0475ad;
}

body {
	color: #595858;
	font: normal 1em Georgia, "Times New Roman", times;
	background-color: #ebebeb;
}

#wrapper {
	background-color: #ffffff;
}

.container {
	margin: 0 auto;
	width: 840px;
}

.left {
	position: relative;
	float: left;
	width: 240px;
}

.right {
	position: relative;
	float: left;
	width: 580px;
	padding: 0px 10px 0px 10px;
}

.left a.logo {
	display: block;
	margin: 0 auto;
	width: 173px;
}

#mainnav {
	margin: 0px auto;
	width: 173px;
	margin-top: 62px;
}

#mainnav li {
	height: 50px;
	border-bottom: 1px dashed #adadad;
}

#mainnav #last_menu {
	border-bottom: none;
}

#mainnav li a {
	height: 45px;
	display: block;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	
}

#mainnav li.selected a, #mainnav li a:hover {
	background-color: #f2f2f2;
}

#mainnav li a strong {
	display: block;
	color: #0475ad;
	font-size: 18px;
	line-height: 22px;
}

#mainnav li a span {
	display: block;
	color: #515050;
	font-size: 14px;
	line-height: 14px;
}

#acc_wrapper {
	background-image: url(/images/acc.jpg);
	width: 580px;
	height: 184px;
	padding: 12px 10px 10px 10px;
	margin-left: -10px;
	overflow: hidden;
}
#acc {
	display: block;
	height: 182px;
	width: 578px;
	overflow: hidden;
}

#acc li {
	border-left: 2px solid #FFFFFF;
	position: relative;
	float: left;
}

#content {
	margin-top: 8px;
}

#footer {
	background-image: url(/images/footer_bg.jpg);
}

#footer .left img {
	margin: 15px auto;
	display: block;
}

#footer p.menu {
	text-align: right;
	margin-top: 15px;
}

#footer p.menu a {
	text-decoration: none;
	color: #010101;
	font-size: 12px;
}

#footer p.copy {
	margin-top: 5px;
	text-align: right;
	font-size: 12px;
	color: #af5200;
}

#regulament_content p {
	font-size: 12px;
}

#regulament_content h2 {
	padding-left: 23px;
	background-image: url(/images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 24px;
	cursor: pointer;
}

#regulament_content h2.opened {
	background-image: url(/images/arrow_down.jpg);
}