/* CSS Document */
body { 
	margin: 0px 0 0 0px;
   	padding: 0px;
   	text-align: center;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	background: #003333 url(imgs/back.jpg) left top repeat;
	min-width:800px;
   	min-height:600px;
    }
div, p, table, tr, th, td { 
	vertical-align:top;
    }
input, textarea {
	font-size:12px;
}
div {
	text-align:left;
}
p {
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	border:0;
}
a:hover {
	color: #555555;
	text-decoration:underline;
}
h1 {
	color: #9CE1F8;
	font: 18px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 5px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #781C38;
	font: 15px "Century Gothic", Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 0px;
	margin: 0;
}
h2 a {
	text-decoration: underline;
	color: #993300;
}
h2 a:hover {
	text-decoration: underline;
	color: #ff0000;
}
h3 {
	color:#781C38;
	font: 13px Arial, Helvetica, sans-serif;
	display: block;
	margin: 0; 
	padding: 4px 0px 4px 0px;
	font-weight:bold;
}
h3 a {
	text-decoration: none;
	color: #009900;
}
h3 a:hover {
	text-decoration: underline;
	color: #009900;
}
h4 {
	color:#555555;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0;
	font-weight:bold;
}
h5 {
	color:#555555;
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 4px 0px 4px 0px;
	margin: 0;
	font-weight:bold;
}
/**********   struktura strony  ***********/
html, body  {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#page_cont {
	height: 100%;
	width: 100%;
	background: url(imgs/pc_back.jpg) left bottom repeat-x;
	margin: 0;
	padding: 0;
}
#main_cont {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-299px;/* half elements height*/
	margin-left:-400px;/* half elements width*/
	width:800px;
	height:628px;
	overflow:none;/* allow content to scroll inside element */
	text-align:left;
}
#main {
    margin: 0 auto;
    width:800px;
	height:628px;
}
#mtab {
	width:800px;
	text-align: center;
	height:598px;
}
#mtab_dn {
	width:800px;
	height:30px;
	text-align: center;
}
#mtab_dn p {
	color:#999999;
	text-align: center;
	font-weight:10px;
	padding:3px;
	margin:0;
}
#mtab_dn a {
	color:#999999;
}
div.content { 
	clear:both;  
    padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;
    width:938px;
}

#game {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:598px;
	background:#0C88B0;
}
#bottom{
	height:18px; 
	padding:0;
	text-align:right; font-size: 11px;
	background: #781C38;
}

/************************************/
/************************************/
#cont {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:598px;
	background:#0C88B0;
}
.logo_cont {
	text-align:center; 
	padding-top:100px; 
	color:#ffffff;
	}
.info_cont {
	text-align:left; 
	padding-top:20px; 
	color:#ffffff;
	margin:0 30px 0 30px;
}
.info_cont h1 {
	color: #9CE1F8;
	border-bottom:1px solid #0E9AC9;
}

.info_cont_left {
	float:left;
	margin:10px 0 0 0;
}
.info_cont_right {
	float:right;
	margin:10px 0 0 0;
	width:470px;
}
.form_cont {
	background:url(imgs/form_dn.jpg) left bottom no-repeat;
	width:470px;
}
.form_cont_inner {
	background:url(imgs/form_up.jpg) left top no-repeat;
}
.bottom_info {
	text-align:center;
	margin-top:4px;
	color:#94E4FE;
	height:30px;
}

.bottom_info a {
	color:#94E4FE;
	text-decoration:underline;
}

.bottom_info a:hover {
	color:#94E4FE;
	text-decoration:underline;
}
.form_table {
	width:435px;
	margin:40px 15px 40px 15px;
}
.form_table td {
	text-align:left;
	height:30px;
}
.form_input, .form_select {
	color:#095B77;
	width:200px;
	
}
.res_div {
	background:#0C88B0 url(imgs/res_div_dn.gif) left bottom no-repeat;
	width:425px;
	display:none;
} 
.res_div_inner {
	background:url(imgs/res_div_up.gif) left top no-repeat;
}
a.downl_link  {
	color:#94E4FE;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
