/*
a:link {color: white; font-family: Tahoma; text-decoration: none; font-size: 10pt; font-weight: bold}
a:visited {color: white; font-family: Tahoma; text-decoration: none; font-size: 10pt; font-weight: bold}
a:active {color: white; font-family: Tahoma; text-decoration: none; font-size: 10pt; font-weight: bold}
a:hover {color: #296FCF; font-family: Tahoma; text-decoration: none; font-size: 10pt; font-weight: bold}

a.maile:link {color: white; font-family: Tahoma; text-decoration: none; font-size: 9pt; font-weight: bold}
a.maile:visited {color: white; font-family: Tahoma; text-decoration: none; font-size: 9pt; font-weight: bold}
a.maile:active {color: white; font-family: Tahoma; text-decoration: none; font-size: 9pt; font-weight: bold}
a.maile:hover {color: #296FCF; font-family: Tahoma; text-decoration: none; font-size: 9pt; font-weight: bold}
*/

#text {color: #949494; margin: 0 0 10px 0; padding: 0 }
#tabela {color: #999999; font-family: tahoma; font-weight: bold; font-size: 13px }
#logowanie {color: #999999; font-family: tahoma; font-weight: bold; font-size: 11px }

h2.teams {color: #ffffff; font-weight: bold; font-family: Tahoma}
#tresc {color: #949494; margin: 0 0 10px 0; padding: 0 }
#autor {color: #999999; font-size: 12px; font-family: Tahoma; font-weight: bold }
#wyniki {color: #FFFFFF; font-size: 10pt; font-family: Tahoma; display: block; text-align: center; font-weight: bold}
#kontakt {color: #FFFFFF; font-size: 10pt; font-family: Tahoma; display: block; text-align: left; font-weight: bold}
#klany {color: #FFFFFF; font-size: 10pt; font-family: Tahoma}
#klany2 {color: #296FCF; font-size: 10pt; font-family: Tahoma}

.fields {border-bottom:#a3a3a3 1px solid; border-top:#a3a3a3 1px solid; border-left:#a3a3a3 1px solid; border-right:#a3a3a3 1px solid; background-color: white; color: black; font-family: Arial; font-weight: none; font-size: 11px }
/*select {border-bottom:#a3a3a3 1px solid; border-top:#a3a3a3 1px solid; border-left:#a3a3a3 1px solid; border-right:#a3a3a3 1px solid; background-color: white; color: #ffffff; font-family: Arial; font-size: 11px }*/
textarea {border-bottom:#a3a3a3 1px solid; border-top:#a3a3a3 1px solid; border-left:#a3a3a3 1px solid; border-right:#a3a3a3 1px solid; background-color: white; color: black; font-family: Arial; font-weight: none; font-size: 11px  }

/* NOWE */
@charset "windows-1250";

* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body {
	background-color: #464646;
	background-image: url(images/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
	color: #949494;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

h1, form {
	margin: 0;
	padding: 0;
}

p {
	color: #949494;
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clearfix {
	clear: both;
}

.hidden {
	display: none;
	overflow: hidden;
}

#main {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 770px;
}

	/* --- gora --- */
	
	#top {
		background-image: url(images/top.jpg);
		background-repeat: no-repeat;
		height: 130px;
		margin: 0px;
		position: relative;
		width: 770px;
	}

		a#homelink {
			border: 0;
			display: block;
			height: 55px;
			left: 115px;
			position: absolute;
			top: 18px;
			width: 245px;
		}
		
			ul#menu {
				left: 117px;
				list-style-type: none;
				margin: 0;
				padding: 0;
				position: absolute;
				top: 83px;
			}
			
				ul#menu li {
					float: left;
					margin: 0;
				}

					ul#menu li a {
						border: 0;
						display: block;
						height: 25px;
					}

					ul#menu li a:hover {
						border-bottom: 4px solid #fa8b1a;
						height: 21px;
					}

						a#news {
							margin-right: 50px;
							width: 44px;
						}
						
						a#rules {
							margin-right: 46px;
							width: 48px;
						}
						
						a#signup {
							margin-right: 45px;
							width: 64px;
						}
						
						a#table {
							margin-right: 46px;
							width: 49px;
						}
						
						a#games {
							margin-right: 46px;
							width: 55px;
						}
						
						a#contact {
							width: 75px;
						}

		#options {
			border-bottom: 1px solid #1f1f1f;
			bottom: 0;
			color: #939292;
			font-size: 9px;
			left: 52px;
			padding: 0 0 3px 30px;
			position: absolute;
			width: 666px;
		}

			#options a {
				color: #939292;
				margin: 0 5px 0 5px;
			}
			
	/* --- panel po lewej --- */
			
	#left {
		background: url(images/separator.gif) 260px 10px no-repeat;
		color: #FFFFFF;
		float: left;
		height: 800px;
		padding: 0 35px 0 65px;
		width: 175px;
	}

		#left h3 {
			border-bottom: 1px solid #a3a3a3;
			color: #858484;
			font-size: 11px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 3px 0;
		}

		#left form * {
			font-size: 10px;
		}

			#left form select {
				clear: left;
				margin-bottom: 12px;
				width: 164px;
			}

			#left form input {
				clear: left;
				margin-bottom: 12px;
				width: 160px;
			}

			#left form .submit {
				clear: both;
				height: 17px;
				margin-left: 105px;
				width: 57px;
			}

		dl#raports {
			clear: both;
			margin: 0;
			padding: 0 0 0 5px;
			width: 170px;
		}

			dl#raports dt {
				display: block;
				font-size: 11px;
				font-weight: bold;
				float: left;
				line-height: 24px;
				margin: 0;
				vertical-align: middle;
				width: 20px;
			}

				dl#raports dt a {
					color: #a3a3a3;
				}

			dl#raports dd {
				border-left: 1px solid #c30000;
				clear: right;
				color: #555555;
				display: block;
				float: left;
				font-size: 10px;
				line-height: 12px;
				margin: 0 0 10px 0;
				padding: 0 0 0 5px;
				width: 140px;
			}

				dl#raports dd a{
					color: #555555;
				}

		#left a.morelink {
			color: #858484;
			float: right;
			margin-top: 5px;
		}

	/* --- tresc --- */

	#right {
		color: #FFFFFF;
		float: left;
		padding: 0 65px 0 20px;
		width: 410px;
	}

		#right h2 {
			color: #949494;
			font-family: "Times New Roman", Times, serif;
			font-size: 16px;
			font-weight: bold;
			margin: 16px 0 12px 0;
			padding: 0;
		}

		#right a:hover {
			color: #a3a3a3;
			font-size: 10px;
		}

		#right a:link {
			color: #a3a3a3;
			font-size: 10px;
		}

		#right a:visited {
			color: #a3a3a3;
			font-size: 10px;
		}

		#right a.nextprev {
			color: #a3a3a3;
			font-weight: bold;
			font-size: 10px;
		}

		#right h3.title {
/*			font-family: "Times New Roman", Times, serif;*/
			border-bottom: 1px solid #a3a3a3;
			color: #858484;
			font-size: 11px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 3px 0;
		}

		#right h3 {
			color: #858484;
			font-size: 11px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 3px 0;
		}

		#right #data {
			border-bottom: 1px solid #a3a3a3;
			color: #858484;
			font-size: 11px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 5px 0;
		}

		#right #data2 {
			color: #858484;
			font-size: 11px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 5px 0;
		}

		#right #text {
			color: #858484;
			font-size: 11px;
			font-weight: none;
			margin: 20px 0 12px 0;
			padding: 0 0 3px 0;
		}

		#right #autor {
			color: #858484;
			font-size: 10px;
			font-weight: none;
			margin: 20px 0 12px 0;
			padding: 0 0 0 10px;
		}

		#right #nextprev {
			color: #858484;
			font-size: 10px;
			font-weight: bold;
			margin: 20px 0 12px 0;
			padding: 0 0 0 10px;
		}
		
	/* --- dol --- */
	
	#footer {
		background: #464646 url(images/footer.gif) center top no-repeat;
		clear: both;
		color: #000000;
		height: 25px;
		margin: 0;
		padding: 30px 0 0 65px;
		width: 705px;
	}
