body {
	color: #424040;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/bg.gif);
}
#top{
	width:799px;
	height:315px;
	margin:0 auto;
	background-image:url(images/top.jpg);
}
#menu{
	width:799px;
	height: 50px;
	margin:0 auto;
	}
.menu1, .menu2, .menu3, .menu4, .menu5, .menu6{
    height: 50px;
    display: block;
	 float:left;
    }
.menu1{
    width: 142px;
    background: url(images/menu_1.gif) 0 0 no-repeat;
    }
.menu2{
    width: 132px;
    background: url(images/menu_2.gif) 0 0 no-repeat;
    }
.menu3{
    width: 136px;
    background: url(images/menu_3.gif) 0 0 no-repeat;
    }
.menu4{
    width: 134px;
    background: url(images/menu_4.gif) 0 0 no-repeat;
    }
.menu5{
    width: 129px;
    background: url(images/menu_5.gif) 0 0 no-repeat;
    }     
.menu6{
    width: 126px;
    background: url(images/menu_6.gif) 0 0 no-repeat;
    }      
.menu1:hover, .menu2:hover, .menu3:hover, .menu4:hover, .menu5:hover, .menu6:hover{
	 background-position: 0 -50px;
	 }
#body{
	width:799px;
	background-color:white;
	overflow:hidden;
	margin: 0 auto;
	}
.body_left{
	padding-top:20px;
	padding-left:30px;
	padding-bottom:20px;
	width:224px;
	float:left;
	}
.body_left_title{
	color:#e20026;
	font-weight:bold;
	text-decoration:none;
	}
.body_left_title:hover{
	text-decoration:underline;
	}
.body_left_top, .body_left_top_2{
	width:222px;
	height:80px;
	overflow:hidden;
	border-bottom-width: 1px;
   border-bottom-color: #67bfa6;
   border-bottom-style: dashed;
	padding-top:13px;
	padding-bottom:10px;
	}
.body_left_top_2{
	float:left;
	margin-left:20px;
	}
.body_left_img{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
	}
.body_left_stats{
	font-size:8px;
	color:#7c8477;
	}
.body_left_top_cat{
	width:222px;
	
	overflow:hidden;
	border-bottom-width: 1px;
   border-bottom-color: #67bfa6;
   border-bottom-style: dashed;
	padding-top:3px;
	padding-bottom:3px;
	}
.body_right{
	padding-top:20px;
	padding-left:30px;
	padding-bottom:20px;
	width:492px;
	padding-right:22px;
	overflow:hidden;
	float:right;
	}
.body_center{
	padding-top:20px;
	text-align:center;
	padding-left:30px;
	padding-bottom:20px;
	width:730px;
	padding-right:22px;
	overflow:hidden;
	margin: 0 auto;
	}
.body_right_top_adv{
	margin:0 auto;
	text-align:center;
	padding-bottom:20px;
	}
.body_right_top{
	height:110px;
	width:110px;
	float:left;
	padding-top:10px;
	}
.pod_body{
	width:746px;
	overflow:hidden;
	margin: 0 auto;
	clear:both;
	}
.body_right_nag, .body_right_nag_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top:5px;
	height:31px;
	width:490px;
	color:white;
	text-align:center;
	font-weight:bold;
	margin:0 auto;
	background-image:url(images/img7.gif);
}
.body_right_nag_2 {
	width:224px;
	background-image:url(images/img7.gif);
}
.kat_link{
	color:white;
	text-decoration: none;
	}
.kat_link:hover{
	text-decoration:underline;
	}
.game_opis{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom-width: 1px;
   border-bottom-color: #760004;
   border-bottom-style: dashed;
   width:100%;
   }
.game_nota{
	width:70px;
	margin-top:10px;
	color:white;
	padding-top:18px;
	height:55px;
	text-align:center;
	background-image:url(images/ocena.gif);
	font-weight:bold; font-style:verdana;
	font-size:30px;
	}
.game_koments{
	width:746px;
	height: auto;
	border-bottom-width: 1px;
   border-bottom-color: #760004;
   margin:15px;
   border-bottom-style: dashed;
	}
.games_links{
	width:600px;
	height: auto;
	border-width: 1px;
	font-size:9px;
	margin: 0 auto;
   border-color: #760004;
   border-style: solid;
	}
.games_link{
	color:#760004;
	text-decoration: none;
	font-weight:bold;
	}
.games_link:hover{
	text-decoration:underline;
	}
.form{
	text-decoration: none;
	border-width: 1px;
	font-size: 11px;
   background-color:white;
   border-color: #760004;
   border-style: solid;
}008000

/* paging */
div.pagingContainer {
    padding: 10px 0;
    display: block;
    clear: both;
    font: 80%/2.0 arial, helvetica, sans-serif;
    text-align: center;
    border-top: 1px solid #333;
}

ul.paging {
    display: block;
    clear: both;
    float: none;
    list-style-type: none;
    margin-top: 20px;
}

ul.paging li {
    display: inline;
}

ul.paging li.noBorder {
    margin-top: 3px;
}

ul.paging li a {
    margin: 0 5px;
    padding: 5px;
    border: 1px solid #333;
    background-color: #000;
}

ul.paging li a:hover {
    color: #fff;
    border: 1px solid #09f;
}

ul.paging li.currentPage a {
    color: #fff;
    font-weight: bold;
    border: 1px solid #09f;
}

#pager{
margin: 10px 0px;
display: block;
text-align: center; 
} 

#pager b
{
padding: 4px;
border: 1px #FFC300 solid;
background: #79BC20;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}

#pager a, #pager a:visited
{
padding: 4px;
border: 1px #FFC300 solid;
background: #FFFFFF;
font-weight: bold;
text-decoration: none;
color: #79BC20;
}

#pager a:hover
{
padding: 4px;
border: 1px #FFC300 solid;
background: #79BC20;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}
a.menu-dzial { padding-left: 3px; border-left: 7px solid; border-left-color: #ccc; font-size: 9pt; color:#656565; font-family: Verdana, Tahoma; text-decoration: none; }

a.menu-dzial:hover { padding-left: 3px; border-left: 7px solid; border-left-color: #890106; font-size: 9pt; color:#656565; font-family: Verdana, Tahoma;text-decoration: underline; }
.hr_menu { margin: 0 auto; margin-top:3px; margin-bottom: 3px; width: 160px; height: 1px;}
.menu_link { width: 170px; text-align: left; margin-left: 5px;}

.gry{
	color:#424040;
	font-weight:bold;
	text-decoration:none;
	}
.gry:hover{
	text-decoration:underline;
	}

img{
	border:0;
	}