@CHARSET "UTF-8";

body {
	background: black url('../gfx/background.jpg') fixed no-repeat;
	background-position: top center;
	background-size: cover;	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
 
}

tr, td, div, p {
	font-family: "Times New Roman", Times, serif;
	color: #DDBEBC;
}

img {
	border: 0px;
}

hr {
	background: url('../gfx/odzielacz_tekstu.png') no-repeat;
	width: 343px;
	height: 86px;
	margin: 10px auto;
	border: 0px;
}
	
table {
	border-width: 0px;
	border-spacing: 0px;
}

h1 {
	color: lime;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 10px;
	color: white;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

/* ---------------- MAIN ---------------- */

div.main {
	position: relative;
	top: 0px;
	margin-top: 0px;
	background: transparent;
	border: 0px dotted red;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* ---------------- overlib ---------------- */

.overlibText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDBEBC;
	background: #A90304;
	padding: 2px;
}

div#overDiv {
  	filter:alpha(opacity=80);
 	opacity:0.80;
}

/* ---------------- linki ---------------- */

a:link, a:visited, .lnk {
	color: #DD3333;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 10px;
}

a:hover, .lnk:hover {
	color: white;
	/*background: black;*/ /*#000000;*/
	text-decoration: underline;
} 

/* ---------------- mainframe ---------------- */

div.mainframe {
	position: relative;
	width: 970px;
	/*height: 780px;*/
	background: transparent;
	margin-top: 10px;
	z-index: 1;
	border: 0px dotted yellow;
}


/* ---------------- logo ---------------- */

div.logo {
	position: relative;
	background: transparent;
	width: 100%;
	height: 170px;
	z-index: 1;
	border: 0px dotted yellow;
	clear: both;
}

img#bwlogo {
	position: absolute;
	left: 200px;
	top: 6px;
	cursor: pointer;
}

img#bwteam_logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 50;
}

div#interia_my {
	position: absolute !important; 
	left: 15px !important; 
	top: 70px !important; 
	margin: 0px !important; 
	padding: 0px !important;
	z-index: 1000;
}

div#interia_my div {
	margin: 0px !important; 
	padding: 0px !important;
	background: transparent !important;
}

img#jedenzpierwszych {
	position: absolute;
	left: 250px;
	top: 130px;
}

/* ---------------- top ---------------- */

div.top {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	overflow: hidden;
	width: 100%;
	height: 45px;
	z-index: 3;
	clear: both;
	border: 0px dotted lime;
}

	div.top-content {
		position: relative;
		width: auto;
		height: auto;
		z-index: 5;
		border: 0px dotted green;
		text-align: right;
	}
	
	div.top-options {
		position: relative;
		width: auto;
		margin-top: 4px;
		border: 0px dotted green;
		text-align: right;
		z-index: 500;
	}
	
	div.top-countries {
		position: absolute; 
		top: 0px; 
		left: 150px; 
		width: auto;
	}

.i_login {
	position: relative;
	outline: none;
}

.i_passwd {
	position: relative;
	margin-left: 3px;
}

.i_realm {
	position: relative;
	margin-left: 3px;
	width: 160px !important; 
}

.i_loginbtn {
	position: relative;
	width: 120px;
	margin-left: 8px !important;
	background: url('../gfx/zaloguj_button.png') repeat-x;
	border: 0px !important;
	height: 20px;
	color: lightgray;
}

.i_loginbtn:hover {
	background: url('../gfx/zaloguj_button_.png') repeat-x;
}


/* ---------------- menu ---------------- */

div.menu {
	position: relative;
    width: 100%;
	height: 75px;
    margin: 0px 0px;
	border: 0px dotted white;
	background: transparent;
	overflow: hidden;
	z-index: 22;
}

div.menubar {
	margin-top: 16px;
	height: 42px;
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	background: url('../gfx/menu_belka_px.png') repeat-x left center;
	z-index: 1;
}

ul.menu {
	position: absolute;
	top: 0px; left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	text-align: center;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 0px dotted white;
	z-index: 10;
	
}

ul.menu li {
	display: inline;
	white-space: nowrap;
	border: 0px;
	margin: 0px 5px;
	vertical-align: middle;
	z-index: 10;
}

ul.menu img {
	border: 0px;
}

a.menulink:link, a.menulink:visited {
	background: transparent;
	color: #663a3a;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 0px;
}

a.menulink:hover, span.menulink:hover {
	color: #842c2c;
	text-decoration: none;
	border: 0px;
} 

a.menulink img{
	z-index: 10;
}
	
span.menulink {
	color: #663a3a;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

/* ---------------- content ---------------- */

div#content1 {
	position: relative;
	margin-top: 10px;
	border: 0px dotted white;
	width: 100%;
	height: 350px;
	
}
	/* content 1 A */
	
	div#content1a {
		position: relative;
		float: left;
		width: 456px;
		height: 100%;
		border: 0px dotted blue;
	}
	
		div#content1a-frame {
			position: relative;
			width: 100%;
			height: 222px;
			/*background: url('../gfx/slider_grafiki/ob1.jpg') no-repeat;*/
		}
		
		div#content1a-desc {
			position: absolute;
			left: 0px; 
			bottom: 0px;
			height: 100px;
			width: 100%;
			border: 0px dotted red;
			background: url('../gfx/lewa_ramka_slidebar.png') no-repeat;
		}
		
		img#content1a-desc-bg {
			position: absolute;
			left: 0px; 
			bottom: 0px;
		}
		
		div#content1a-desc-top {
			position: relative;
			border: 0px dotted red;
			width: 90%;
			height: 65px;
			margin: 12px auto 0px auto;
			color: white;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			text-align: center;
			line-height: 150%;
		}
		
		div#content1a-desc-bottom {
			position: absolute;
			bottom: 3px; 
			right: 5px;
			border: 0px dotted green;
			width: 50%;
			height: 20px;
			margin-top: 1px;
			margin-right: 10px;
			padding-top: 3px;
			text-align: right;
		}
		
		div#content1a-desc-bottom img {
			border: 0px;
			margin-left: 10px;
			cursor: pointer;
		}
		
		div#grajzadarmo {
			margin-top: 20px;
			cursor: pointer;
		}
		
		div#grajzadarmo img {
			border: 0px;
		}

	/* content 1 B */
	
	div#content1b {
		position: relative;
		float: right;
		width: 503px;
		height: 100%;
		border: 0px dotted red;
		background: transparent;
	}
	
		#bwplay {
			margin-left: 0px;
			margin-top: 2px;
			z-index: 1;
		}
		
		#bwplay-b1 {
			position: absolute;
			top: -11px;
			right: -7px;
			z-index: 2;
		}

		#bwplay-b2 {
			position: absolute;
			bottom: 0px;
			left: 3px;
			z-index: 2;
		}


div#content2 {
	position: relative;
	margin-top: 10px;
	border: 0px dotted yellow;
	width: 100%;
	height: 150px;
}

	/* content 2 A */
	
	div#content2a {
		position: relative;
		float: left;
		width: 49%;
		height: 100%;
		border: 0px dotted blue;
		text-align: left;
	}
	
		div#gender {
			float: left;
			width: 50px;
			height: 100%;
			margin-left: 10px;
		}
		
		div#gender img {
			clear: both;
			cursor: pointer;
		}
		
		div#awatary-k, div#awatary-m {
			float: left;
			margin-left: 10px;
			margin-top: 25px;
		}
		
		div#awatary-k img, div#awatary-m img {
			cursor: pointer;
			margin-left: 20px;
		}
	
	/* content 2 B */
	
	div#content2b {
		position: relative;
		float: right;
		width: 49%;
		height: 100%;
		border: 0px dotted red;
		text-align: left;
	}
	
		div#gal-main {
			margin-top: 10px;
		}
		
		div#gal-left, div#gal-right {
			float: left;
			height: 90px;
			margin-right: 13px;
		}
		
		div#gal-right {
			float: left;
			height: 90px;
			margin-left: 13px;
		}
		
		div#gal-left img, div#gal-right img {
			cursor: pointer;
			margin-top: 30px;
		}

		div#gal-content {
			float: left;
			overflow: hidden;
			width: 380px;
			height: 90px;
		}
		
		div#gal-content img {
			float: none;
			cursor: pointer;
		}
		
		div#gal-slide {
			width: 380px !important;
		}
		
		div#gal-pager {
			float: left;
			width: auto;
			z-index: 500;
			height: 15px;
			margin-left: 20px;
			margin-top: -4px;
		}
		
		.cycle-pager {
		}
		
		.cycle-pager span {
		  color: #3f1f1d;
		  cursor: pointer;
		  display: inline-block;
		  font-family: arial;
		  font-size: 40px;
		  height: 16px;
		  width: 16px;
		}
		
		.cycle-pager span.cycle-pager-active {
  			color: #e06c6d;
		}
		
	/* end div#content2b */

div#content3 {
	position: relative;
	margin-top: 10px;
	border: 0px dotted green;
	width: 100%;
	height: 255px;
	overflow: hidden;
}

	/* content 3 A */

	div#content3a {
		position: relative;
		float: left;
		width: width: 600px;
		height: 100%;
		border: 0px dotted blue;
		margin-top: 15px;
	}
	
		div#content3a-text {
			position: relative;
			width: 586px;
			height: 194px;
			background: url('../gfx/ramka_dol.png') no-repeat;
			overflow: hidden;
		}
		
		div#content3a-text div {
			color: #e7e2e2;
			font-family: "Times New Roman", Times, serif;
			font-size: 21px;
			font-weight: bold;
			width: 560px;
			height: 150px;
			margin: 15px auto 0px auto;
			border: 0px dotted red;
			letter-spacing: 0.8px;
			line-height: 180%;
		}
		
		div#content3a-text a {
			font: inherit;
			font-size: 21px;
			text-decoration: none;
		}
		
		div#content3a-text a:hover {
			color: red;
		}
		
		div#content3a-menu {
			height: 30px;
			margin-top: 10px;
			border: 0px dotted gray;
		}
		
		ul#menu-mini {
			display: block;
			width: 100%;
			height: 100%;
			background: transparent;
			text-align: center;
			list-style: none;
			padding: 0px;
			border: 0px dotted white;
			z-index: 10;
			
		}
		
		ul#menu-mini li {
			display: inline;
			white-space: nowrap;
			border: 0px;
			margin: 0px 12px;
			vertical-align: middle;
			z-index: 10;
		}
		
		ul#menu-mini img {
			border: 0px;
		}

	/* content 3 B */
	
	div#content3b {
		position: relative;
		float: right;
		width: 320px;
		height: 100%;
		border: 0px dotted red;
	}
	
		div#fbdiv {
			position: relative; 
		}
	

div#loading {
	position: absolute;
	top: 56px;
	left: 0px;
	text-align: center;
	width: 100%;
	display: none;
	z-index: 100;
}

/* ---------------- overlayer ----------------- */

div#overlayer {
	position: absolute;
	width: 928px !important;
	height: 582px !important;
	z-index: 1000;
	background: url('../gfx/ramka_podstrony.png') no-repeat;
	/*overflow: hidden;*/
}

	div#mf_title {
		margin-top: 20px;
		height: 50px;
		border: 0px dotted yellow;
	}
	
	div#cimg {
		width: auto;
		float: right;
		margin-right: 30px;
	}
	
	div#cimg img { border: 0px; }
	
	div#ttl {
		width: auto;
		float: left;
		margin-left: 15px;
	}
	
	div#ttl img {
		margin-top: 15px;
		margin-left: 20px;
	}
	
	div#mf_content {
		margin: 10px;
		height: 460px;
		border: 0px dotted red;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px !important;
		overflow: hidden;
	}
	
	div.b-ajax-wrapper {
		height: 460px;
		width: inherit;
		font-family: inherit;
		margin: 10px;
		overflow: hidden;
	}
	
	div#mf_content p {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px !important;
	}
	

div#biglayer { 
	position: relative;
	width: auto; 
	height: auto; 
	border-radius: 10px; 
	box-shadow: 0 0 25px 5px #999999;
	display: none;
}

div#biglayer img { border-radius: 10px; }

div#biglayer .biglayerClose {
	border: 0px !important;
	border-radius: 0px !important;
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer;
}	

/* ---------------- gallery ------------------- */

div#gallery {
	text-align: center;
	overflow: hidden;
	position: relative;
	width: 850px;
	height: auto;
}

div#gallery img { max-height: 350px; cursor: pointer; border-radius: 10px; }

div#gallery-pager {
	position: absolute;
	bottom: 20px;
	left: 100px;
	height: 90px;
}

div#gallery-pager-cont {
	float: left;
	width: 630px;
	text-align: center;
	margin-top: 0px;
	height: inherit;
	overflow: hidden;
	margin-left: 13px;
}

div#gallery-pager-cont img {
	cursor: pointer;
}

div#gallery-left, div#gallery-right {
	float: left;
	height: inherit;
	margin-left: 13px;
}

div#gallery-left img, div#gallery-right img {
	cursor: pointer;
	margin-top: 30px;
}

/* ---------------- rasy ---------------------- */

div#raceDesc {
	width: 55%;
	float: left;
	height: 470px;
	border: 0px dotted white;
}

	div#raceText {
		font-size: 20px;
		font-family: "Times New Roman", Times, serif;
		line-height: 150%;
		height: 440px;
		width: auto;
		overflow: hidden;
	}
	
	div#raceNameImg {
		position: relative;
		height: 23px;
		width: auto;
		text-align: right;
		margin-right: 50px;
		
	}

div#racePic {
	position: relative;
	width: 44%;
	float: left;
	height: 460px;
	border: 0px dotted white;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	border-radius: 30px;
}

	img#raceGender-m {
		position: absolute;
		left: 10px;
		top: 0px;
		cursor: pointer;
		z-index: 1000;
	}
	
	img#raceGender-k {
		position: absolute;
		left: 50px;
		top: 0px;
		cursor: pointer;
		z-index: 1000;
	}

	div#raceMini-m, div#raceMini-k {
		position: absolute;
		top: 120px;
		right: 10px;
		width: 75px;
	}
	
	div#raceMini-m img, div#raceMini-k img {
		margin: 4px;
		cursor: pointer;
	}

/* ---------------- copyrights ---------------- */

div.copyright {
	position: relative;
	margin-top: 45px;
	margin-bottom: 15px;
	text-align: center;
	z-index: 50;
	width: 945px;
	clear: both;
	border: 0px dotted white;
}

div.copyright > a:link, div.copyright > a:visited, div.copyright > .lnk {
	font-size: 16px;
	font-weight: bold;
	color: #e15151;
	font-family: "Times New Roman", Times, serif;
}

div.copyright > a:hover {
	text-decoration: none;
	color: red;
}


div.copyright p {
	margin: 0px !important;
	padding: 0px !important;
}

table#authors td {
	padding: 10px;
	line-height: 150%;
}

div#devDetails {
	margin: 20px 50px 10px 50px; 
	padding: 20px; 
	border: 1px dashed #847474;
	line-height: 150%;
}

/* ---------------- regulamin -------------------------- */

#rulesContainer {
	line-height: 150%;
}

/* ---------------- intro ------------------------------ */

#introContainer {
	line-height: 150%;
}

/* ---------------- rejestracja ------------------------ */

#regContainer {
	line-height: 130%;
}

#regContainer a, #regContainer span.lnk, #sdiffContainer a {
	font-size: 14px;
}

#sdiffContainer {
	display: none;
}

/* ---------------- elementy formularzy ---------------- */

input, select, textarea, .combobox {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ab9d9d;
	background: transparent;
	width: 110px;
	border: 1px solid #D4BEC1 !important;
	outline: none;
  	filter:alpha(opacity=80);
 	opacity: 0.8;
}

.button {
	font-weight: bold;
	margin: 0px;
	padding: 1px 10px;
}

.inputbox {
	padding: 2px;
}

.inputbox:focus, .button:hover, .button:focus, .combobox:hover, .combobox:focus {
	color: white;
  	filter:alpha(opacity=100);
 	opacity:1.0;
}

.combobox {
	padding: 1px;
	margin: 0px;
	background: black !important;
}

.combobox > option {
	padding: 0px 5px;
	margin: 3px 0px;
	background: black;
}

/* ----------------------- inne ---------------------- */

.mCSB_draggerRail {
	background: #3f1f1d !important;
}

.mCSB_dragger_bar {
	background: #e06c6d !important;
}

.tblheader {
	background: url('../gfx/tblheader.png') repeat-x center;
}

.tblheader td {
	font-weight: bold;
	padding: 10px;
}




