﻿@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #85bee5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
}
h1 {
	color: #D1560A;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 25px;
}
h2 {
	color: #9C8E4E;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 23px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: left;
}
h3 {
	color: #D1560A;
	font-size: 1.2em;
	text-align: left;
}
h4 {
	color: #9C8E4E;
	font-size: 1.1em;
	margin-bottom: 10px;
}


a, a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus {
	color: #000;
}
a:active {
	color: #000;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 880px;
	background-image: url(images/logoWR.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#topDiv {
	background-color: #ddd;
}
#headerwrapper {
	background-color: #FFFFFF;
	background-image: url(images/head-wrap-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
#search {
	width: 170px;
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	display: block;
}
#searchbox {
	background-color: #DADACF;
	border: 1px solid #083F54;
	font-size: 11px;
	font-weight: bold;
	color: #868768;
	padding-right: 2px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	height: 18px;
	padding-top: 4px;
}
#go {
	float: right;
}
#topimage {
	float: right;
}
#header {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: 25px 37px;
    top 40px;
	text-align: left;
}
#navwrapper {
	background-color: #f48f35;
}
#nav {
	height: 35px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	width: 880px;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: right;
	margin-right: 10px;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background-color:#004159;
	text-decoration: none;
}
#leftColumn {
	float: left;
	padding: 15px 0px 10px 0px;
	width: 202px;
	line-height: 1.4;
	color: #FFF;
}
#leftColumn h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/top-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 39px;
	padding-left: 18px;
	text-transform: uppercase;
}
#leftColumn h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-image: url(images/sub-menu-title.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 37px;
	padding-left: 20px;
	text-transform: uppercase;
}
#leftColumn h5 {
	background-image: url(images/li-dot.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
}

#leftColumn ul {
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-left: 15px;
}
#leftColumn ul li {
	background-image: url(images/li-dot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}


#leftColumn ul ul {
	padding-left: 5px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#leftColumn ul ul li {
	background-image: url(images/li-sub-dots.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 5px;
}
#leftColumn a, #leftColumn a:link {
	color: #FFF;
	font-size: 1em;
	display: block;
	text-decoration: none;
}
#leftColumn ul ul li a {
	font-weight: normal;
}
#leftColumn a:hover      {
	background-color: #004159;
	text-decoration: none;
}
#rightColumn {
	float: right;
	padding: 8px 20px 20px 10px;
	width: 162px;
}
#rightColumn a:link, #rightColumn a:visited, #rightColumn a:active {
	color: #D1560A;
}
#rightColumn a:hover {
	color: #004059;
	text-decoration: none;
}
#rightColumn h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 15px;
	line-height: 22px;
	margin-bottom: 10px;
}
#rightColumn h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #004159;
	letter-spacing: -1px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D7C8;
	padding-bottom: 3px;
	line-height: 22px;
}
#rightColumn h3 strong {
	font-size: 21px;
	font-weight: bold;
}
#rightColumn p {
	margin-top: 8px;
	margin-bottom: 0px;
}
#rightColumn ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#rightColumn .bullet a:after {
	content: url(images/bullet.gif);
}
#person {
	float: left;
	width: 100%;
}
#person_vip {
	background-color: #FDE1C8;
	float: left;
	width: 100%;
}
#person_vip h3 {
	font-size: 1.3em;
	font-weight: bold;
}
#person_vip h4 {
	font-size: 1.2em;
}
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 220px;
	color: #D7D7CC;
	height: 71px;
	line-height: 16px;
	font-size: 0.9em;
}
#footer-right {
	float: right;
	width: 275px;
	text-align: right;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:hover {
	color: #BCBCA9;
}
#credit {
	text-align: center;
	padding: 0px 0px 8px 220px;
	;
	font-size: 10px;
	color: #525340;
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #525340;
	font-weight: normal;
}
#contentWrapper {
	background-image: url(images/content-faux-column.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 100%;
	clear: left;
}

#content {
	margin: 0px 20px 0 220px;
	padding: 20px 0px 30px 0px;
	line-height: 1.4;
	color: #000;
	text-align: justify;
	font-size: 0.9em;
	display: block;
}
#content table tbody tr td {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#content #frmRejestracja fieldset {
	margin: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #729e91;
	border-left-color: #729e91;
	background-color: #FDE1C8;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content #frmRejestracja fieldset legend {
	margin-top: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FDE1C8;
}

#content #frmRejestracja input:focus    , #content #frmRejestracja textarea:focus, #content #frmRejestracja select:focus{
	border: 2px solid #F00;
}
#content #frmRejestracja input {
	margin-top: 5px;
	margin-bottom: 0px;
}
#clubNo  h2{
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	font-size: 1.2em;

}
.middle_text {
	font-style: italic;
	text-align: center;
}
.bullet {
}
.clearFloat {
	clear: both;
	display: block;
}


.sidebardk {
	color: #FFF;
	border: 1px solid #FFF;
	padding: 6px;
	background-color: #4A9FD9;
	text-align: center;
	font-size: 0.9em;
	margin-right: 5px;
	margin-left: 10px;
}


/* do powiąkszanai zdjęcia
#interface1 {
	z-index:1;
}

#loader_container {
    text-align:center;
    position:absolute;
    top:40%;
    width:100%}

#loader {
	font-family:Tahoma, Helvetica, sans;
	font-size:10px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px 0 16px 0;
	margin:0 auto;
	display:block;
	width:135px;
	border:1px solid #6A6A6A;
	text-align:left;
	z-index:255;
}

#progress {
	height:5px;
	font-size:1px;
	width:1px;
	position:relative;
	top:1px;
	left:10px;
	background-color:#9D9D94
}

#loader_bg {
	background-color:#EBEBE4;
	position:relative;
	top:8px;left:8px;height:7px;
	width:113px;font-size:1px
}

.border_preview{
	z-index:100;
	position:absolute; 
	background: #fff;
	border: 1px solid #444;
}

.preview_temp_load {
	vertical-align:middle;
	text-align:center;
	padding: 10px;
}
.preview_temp_load img{	
	vertical-align:middle;
	text-align:center;
}

.title_h2 {
 padding:12px 0 0 18px;
}*/

