
html, body {
	font: 11px/1.3em Tahoma, Helvetica, sans-serif;
	background-image: url(./../images/bgclub.gif);
	background-repeat: repeat-x;
	background-color: #212121;
	margin:0px;
	padding:0px;
}

#main {
	background: url(./../images/bg_main2.jpg) repeat-y;
	background-color: #FFF;
	margin: auto;
	width: 680px;
}

#content {
	padding-top: 0px;
}	

#left {
	width: 160px;
	float: left;
	padding-top: 39px;
	padding-left: 19px;
	padding-right: 13px;
}

#right {
	width: 461px;
	float: left;
	padding-top: 39px;
	padding-left: 13px;
	padding-right: 14px;
}

#menu {
	width: 172px;
	height: 64px;
	padding-left: 289px;
	padding-top: 6px;
}	

.clear {
	width: 0px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	clear: both;
}

span.title {
	font-weight: bold;
	color: #404040;
	background: url(./../images/folder.gif) no-repeat 0 50%;
	padding-left: 14px;
	padding-bottom: 1px;
}

.right {
	text-align: right;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 15px;
	padding-top: 10px;
}

ul.error {
	list-style: none;
	margin: 0;
	padding: 10px 0px 10px 0px;
}

ul.error li {
    background: url(./../images/square.gif) no-repeat 0 50%;
	padding-left: 10px;
}	

li {
	margin: 0 0 0px 0px;
	padding: 0px 0 2px 0px;
}

li.parent_id {
	margin: 0 0 0px 0px;
	padding: 0px 0 2px 10px;
}

ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li.menu {
	display: inline;
	margin: 0 0 0px 0px;
	padding: 0px 5px 0px 0px;
}

li.v {
	display: inline;
	margin: 0 0 0px 0px;
	padding: 0px 5px 2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	margin: 0;
	padding: 0;
	font-size:18px;
}

h2 {
	background: url(./../images/01.jpg) no-repeat;
	height: 56px;
}

input {
	font-size: 11px;
	border: 1px solid #D3D3D3;
	padding-left: 2px;
 	color: #5E5E5E; 
	background-color: #FFF;
}

input.left {
	width: 145px;
}

textarea {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5E5E5E; 
	border: 1px solid #D3D3D3;
	width: 350px;
	padding-left: 2px; 

}

li.parent_id a {
	color: #0078FF; 
	text-decoration: line-through;
}

li.parent_id a:hover { 
	color: #5E5E5E;
	text-decoration: line-through;
}

a:link, a:visited, a:active {
	color: #ffffff; 
	text-decoration: none;
}

a:hover { 
	color: #7bc7e6;
	text-decoration: underline;
}

a.date:link, a.date:visited, a.date:active {
	color: #0076C1; 
	text-decoration: none;
	background: url(./../images/bullet_comments.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.date:hover { 
	color: #5E5E5E; 
	text-decoration: underline;
	background: url(./../images/bullet_comments.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.comments:link, a.comments:visited, a.comments:active {
	color: #0076C1; 
	text-decoration: none;
	background: url(./../images/bullet_saysomething.gif) no-repeat 0 50%;
	padding-left: 14px;
}

a.comments:hover { 
	color: #5E5E5E; 
	text-decoration: underline;
	background: url(./../images/bullet_saysomething.gif) no-repeat 0 50%;
	padding-left: 14px;
}

.engine {
	padding-top: 15px;
	padding-left: 19px;
	padding-bottom: 5px;
}

.quote {
	color: #5E5E5E;
	margin: auto;
	background-color: #FFF;
	padding: 4px;
	border: 1px solid #D3D3D3;
	width: 90%;
}

.category {
	padding-bottom: 4px;
	border-bottom: 1px dotted #D3D3D3;
	text-align: right;
}

.author {
	background: url(./../images/bullet_author.gif) no-repeat 0 50%;
	padding-left: 14px;
	color: #8F8F88;
}

img {
	border: 0px;
}

.imgmain {
	border: 3px;
	border-color:#FFFFFF;
	border-style:solid;
	}

dl {
	margin: 0 0px 14px 0px;
}

dt {
	font-weight: bold;
	background-color: #FFF;
	padding: 3px;
}

dd {
	border-bottom: 1px solid #F0F0F0;
	background: url('./../images/arrow_blue.gif') no-repeat 0 4px;
	margin: 3px 0px 5px 10px;
	padding: 0 0 3px 13px;
}

.search {
	background-color: #FE0000;
	color: #FFF;
	font-weight: bold;
}

.code {
	color: #000;
	padding: 2px;
	font: 12px/1.3em Courier, Tahoma, Helvetica, sans-serif;
	border-left: 1px solid #EEEEEE;
	padding-left: 10px;
	margin-left: 25px;
}

code {
	padding: 2px;
	font: 12px/1.3em Courier, Verdana, Helvetica, sans-serif;
}

.line {
	display: block;
	border-bottom: 1px dotted #D3D3D3;
	margin-top: 5px;
	margin-bottom: 5px;
}

#image {
	margin: 4px auto;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #D8D8D8;
	text-align: center;
	width: 80%;	
}

.href {
	color: #000;
	font-size: 14pt;
	font-family: Arial;

}

.pageTitle {
	color: #ffffff;
	font-size: 14px;
	font-family: Georiga;
	font-weight:bold;
}

.Headerdata {
	color: #7bc8e6;
	font-size: 14px;
	font-family: Georiga;
	font-weight:bold;
}

.Headerdataa {
	color: #7bc8e6;
	font-size: 11px;
	font-family: Georiga;
	font-weight:bold;
}

.obrazek {
margin:20px;
	border: 3px;
	border-color:#FFFFFF;
	border-style:solid;
}

.obrazekmain {
	border: 2px;
	border-color:#FFFFFF;
	border-style:solid;
}


.counter {
	color: #F8F8F8;
}

li.parent {
    font-weight: bold;
}

li.child {
    font-weight: normal;
}

.center {
    text-align: center;
} 
.ed_button {
  margin-right: 3px;
}
.helpline {
    width:100%; 
    border: 0px; 
    padding: 0px;
    color: #ACACAC;
}

.day {
	background-color: #F1F1EF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	vertical-align: middle;
	text-align: center;	
}

.day_hit {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_current {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_current_hit {
	background-color: #FFFFFF; 		
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	color: #FF4200;
	vertical-align: middle;
	text-align: center;	
}

.day_hit a:link, .day_hit a:active, .day_hit a:visited,
.week a:link,.week a:active,.week a:visited {
	font-size: 10px;
	color: #0076C1;
}

.day_current_hit a:link, .day_current_hit a:active, .day_current_hit a:visited {
    font-size: 10px;
	color: #FF4200;
	text-decoration: underline;
}

.week {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;	
	height: 20px;
	width: 30px;	
	font-size: 10px;
	vertical-align: middle;
	text-align: center;	
	background-color: #D0D0D0; 		
	font-weight: bold;
}

.month {
    text-align: right;
}



.centertab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../images/bgclub2.gif);
	background-repeat: repeat;
	max-width:705px;
}

.bgtop {
	background-image: url(../images/bgclubtop.gif);
	background-repeat: repeat;
}
.coctail {
	background-image: url(../images/club_28.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 195px;
	height: 398px;
}

.lewymar {
	background-image: url(../images/club_29.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 112px;
	height: 197px;
}
.club1 {
	background-image: url(../images/club_01.jpg);
	background-repeat: no-repeat;
	height: 59px;
	width: 935px;
}
.club2 {
	background-image: url(../images/club_03.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 67px;
}
.club3 {
	background-image: url(../images/club_06.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 150px;
}
.club4 {
	background-image: url(../images/club_04.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 808px;
}
.club5 {
	background-image: url(../images/club_05.jpg);
	background-repeat: no-repeat;
	height: 205px;
	width: 60px;
}
.club6 {
	background-image: url(../images/club_12.jpg);
	background-repeat: repeat;
	height: 115px;
	width: 163px;
}
.club7 {
	background-image: url(../images/club_08.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 63px;
}
.club8 {
	background-image: url(../images/club_10.jpg);
	background-repeat: no-repeat;
	height: 115px;
	width: 59px;
}
.club9 {
	background-image: url(../images/club_20.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 344px;
}
.club10 {
	background-image: url(../images/club_21.jpg);
	background-repeat: no-repeat;
	height: 14px;
	width: 348px;
}
.club11 {
	background-image: url(../images/club_22.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 807px;
}
.club12 {
	background-image: url(../images/club_14.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 82px;
}
.club14 {
	background-image: url(../images/club_30.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 82px;
}
.club15 {
	background-image: url(../images/club_34.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 551px;
	color:#999999;
}
.club16 {
	background-image: url(../images/club_31.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 551px;
}
.club17 {
	background-image: url(../images/club_32.jpg);
	background-repeat: no-repeat;
	height: 84px;
	width: 71px;
}
.club18 {
	background-image: url(../images/club_33.jpg);
	background-repeat: no-repeat;
	height: 86px;
	width: 1px;
}


.club13 {
	background-image: url(../images/club_19.jpg);
	background-repeat: no-repeat;
	height: 48px;
	width: 89px;
}

.leftsidebg {
	background-image: url(../images/club_24.jpg);
	background-repeat: repeat-y;
	background-color: #212121;
	width:112px;
}

.rightsidebg {
	background-image: url(../images/club_26.jpg);
	background-repeat: repeat-y;
	background-position:left;
	background-color: #212121;
	width:57px;
}

.lewa {
	background-image: url(./../images/lewa.gif);
	background-repeat: repeat-y;
	width:26px;
	height:100%;
}

.prawa {
	background-image: url(./../images/prawa.gif);
	background-repeat: repeat-y;
	width:26px;
	height:100%;
}

.gora {
	background-image: url(./../images/gora.gif);
	background-repeat: repeat-x;
		background-position:top;
 
	height:28px;
}

.dol {
	background-image: url(./../images/dol.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:28px;
}

.srodek {
	background-image: url(./../images/srodek.gif);
	background-repeat: repeat;
}

.rogi {
	width:26px;
	height:28px;
}