body {
	margin: 0px;
	background: black;
	color: #DDBEBC;
}

tr, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDBEBC;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DDBEBC;
	margin: 8px 0px;
	/*text-indent: 20px;*/
}

td {
	border: 0px solid;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
  	width: 100%;
}

table {
	border-width: 0px;
	border-spacing: 0px;
	font-size: 11px;
}

.overlibText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDBEBC;
	background: #A90304;
	padding: 2px;
}

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;
}

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;
}

a:hover, .lnk:hover {
	color: white;
	/*background: black;*/ /*#000000;*/
	text-decoration: underline;
} 

a.menulink:link, a.menulink:visited {
	background: transparent;
	color: #663a3a;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

a.menulink:hover, span.menulink:hover {
	color: #842c2c;
	text-decoration: underline;
} 

span.menulink {
	color: #663a3a;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

div.main {
	position: relative;
	top: 0px;
	margin-top: 0px;
	background: transparent;
}

/* main */
div.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url('gfx/logo.jpg') no-repeat top center;
	width: 945px;
	height: 190px;
	z-index: 1;
	border: 0px solid yellow;
}

div.top {
	/*display: none;*/
	position: absolute;
	left: 0px;
	top: 190px;
	background: transparent;
	width: 945px;
	height: 52px;
	z-index: 3;
	border: 0px solid red;
}

	div.top-content {
		position: relative;
		top: 4px;
		width: 566px;
		height: 30px;
		background: url('gfx/top.jpg') no-repeat center left;
		z-index: 5;
		border: 0px solid green;
	}
	
	div.top-options {
		position: relative;
		margin-top: 6px;
		border: 0px solid green;
	}

div.menu {
	position: relative;
    width: 200px;
    margin-top: 130px;
	z-index: 22;
	border: 0px solid white;
}

.menu-content {
	position: relative;
	left: 0px;
	top: 0px;
	/*margin-top: 200px;*/
	background: transparent;
}

ul.menu {
	position: relative;
	left: 0px;
	top: 0px;
	width: 162px;
	background: transparent;
	font-family: Tahoma;
	font-size: 11px;
	color: white;
	padding: 0px;
	text-align: center;
	list-style-type: none;
}

li.menu {
	position: relative;
	background: transparent;
	margin: 0;
	padding: 2px 0px 3px 0px;
	border: 0px;
}

div.mainframe {
	position: absolute;
	left: 0px;
	top: 206px;
	width: 935px;
	height: 530px;
	background: url('gfx/mainframe.jpg') no-repeat top left;
	z-index: 1;
	border: 0px solid yellow;
}

div.overlayer {
	position: relative;
	width: 945px;
	height: 454px;
	margin-top: 42px;
	background: url('gfx/mainframe_dark.jpg') no-repeat top left;
	z-index: 50;
}

div#in_fix {
	position: absolute; left: 0px; top: 0px; height: 30px; width: 100%; background: black;
}

div.mf_title {
	height: 44px;
}

div.mf_title div#ttl {
	padding-top: 10px;
	padding-left: 90px;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

div.mf_title div#cimg {
	float: right;
	padding-right: 10px;
	padding-top: 5px;
	/*cursor: pointer;*/
}

div.mf_title div#cimg:hover {
	color: white;
}

div.mf_title div#cimg span {
	font-weight: bold;
}

div.mf_title div#cimg img {
	padding-bottom: 10px;
	vertical-align: middle;
	border: 0px;
}

div.mf_title div#cimg a:link, div.mf_title div#cimg a:visited {
	color: #DDBEBC;
}

div.mf_title div#cimg a:hover {
	text-decoration: none;
	color: white;
}

div.mf_content {
	margin: 10px 0px;
	padding: 0px 20px;
	height: 390px;
	overflow: auto;
	text-align: justify;
}

div.copyright {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 8px;
	text-align: center;
	z-index: 500;
	width: 945px;
	border: 0px solid white;
}

div.copyright p {
	margin: 0px !important;
	padding: 0px !important;
}
div.copyright span {
	font-size: 10px;
	font-weight: normal;
}

img#bwteam_logo {
	position: absolute;
	top: 15px;
	right: 25px;
	z-index: 50;
}

div.countries {
	position: absolute; 
	bottom: 6px;
	right: 30px;
}

div.flashmenu {
	position: absolute;
	top: 60px;
	left: 350px;
	z-index: 10;
}

div#loading {
	position: absolute;
	top: 56px;
	left: 0px;
	text-align: center;
	width: 100%;
	display: none;
	z-index: 100;
}

hov:hover {
	background: black;
}

tr.tblheader {
	text-align: center;
	font-weight: bold;
	background: url('gfx/tblheader.jpg') repeat-x;
	height: 20px;
}

tr.tblheader td {
	color: white;
	padding: 1px 0px 8px 0px;
}

div.scrns img {
	border: 1px dotted #F49079;
}

table#authors {
	width: 100%;
	margin-top: 15px;
	text-align: left;
}

table#authors td {
	padding-bottom: 10px;
	vertical-align: top;
}

td.ah {
	text-align: right;
	font-weight: bold;
	padding-right: 15px;
	width: 50%;
	color: #F49090;
}

.even {
	background: #412626;
 	filter:alpha(opacity=80);
 	opacity:0.80;
}

/* elementy formularzy */

input, select, textarea, .combobox {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #ab9d9d;
	background: black;
	border: 0px solid red;
	width: 110px;
}

.button {
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

.inputbox {
	margin: 0px;
	padding: 1px;
}

.i_login {
	position: absolute;
	top: 8px;
	left: 10px;
}

.i_passwd {
	position: absolute;
	top: 8px;
	left: 133px;
}

.i_realm {
	position: absolute;
	top: 6px;
	left: 255px;
	width: 140px;
}

.i_loginbtn {
	position: absolute;
	top: 0px;
	left: 402px;
	background: url('gfx/top_login.jpg') no-repeat center center;
	width: 155px;
	height: 30px;
}

.inputbox:focus, .button:hover, .button:focus, .combobox:hover, .combobox:focus {
	color: #f49090;
}

.combobox {
	border: 1px solid white;
}

.combobox > option {
	padding: 1px 5px;
	background: black;
}

.error {
	color: #FF3300;
	font-weight: bold;
	/*text-decoration: blink;*/
}

/* inne */
form {
	margin: 0px;
 	padding: 0px;
}

a.movie_clip {
	display:block;
	width:479px;
	height:266px;
	border:1px solid #444444;
	text-decoration: none;
}
a.movie_clip:hover {
	border:1px solid #444444;
	text-decoration: none;
}

