* { padding: 0; margin: 0; }
body {
 font-family: Tahoma, Helvetica, sans-serif;
 font-size: 12px;
//background-color: #41C2E9;
background-color: #29bbf8;
 color: black;
}

table,td {
 font-family:arial;
 font-size:12px;
}

a:link {color: #ffffff; text-decoration:none; font-weight: bold;}
a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a:hover {color: #ffffff; text-decoration:none; font-weight: bold;}
a:active {color: #ffffff; text-decoration: none; font-weight: bold;}

img{
 border: none;
}
#wrapper { 
 margin: 0 auto;
 padding: 0;
 width: 846px;
}
#top {
 height: 284px;
}
#user_panel {
 width: 246px;
 color: #370303;
 margin-top: -5px;
}
ul.user_panel {
 font-weight: bold;
}
ul.menu {
list-style: none;
}
li.menu {
 padding-top: 5px;
}
#menu_top {
width: 600px;
height: 82px;
background-image: url(images/bg_menu.gif);
padding-top: 6px;
margin-left: 17px;
}
#left{
 width: 246px;
 z-index:2;
 position: absolute;
}
#right{
 width: 600px;
 z-index:1;
 position: absolute; 
 margin-left: 228px;
}
#menu{ 
 background-image: url(images/bg_menu2.gif);
 width: 246px;
 text-align: center;
 padding: 25px 0 0px 0;
}
#content{
 width: 585px;
 background-image: url(images/bg_content.gif);
 padding-left: 31px;
}
.clear {
 clear: both;
}

#game-wrapper { 
 margin: 0 auto;
 padding: 0;
 width: 519px;
}
#game-content {
 background-image: url(images/strefa_gier/bg.gif);
 width: 519px;
 height:700px;
}
#game-left {
width: 290px;
float: left;
}
#game-right {
width: 179px;
float: left;
}

input, select, textarea {
	background-color : #FBFBFB;
	border-left : 1px #759F02 solid;
	border-top : 1px #759F02 solid;
	border-right : 1px #C2DE31 solid;
	border-bottom : 1px #C2DE31 solid;
	color : #763E0C;

	/*
	border-left : 1px #BE4F05 solid;
	border-top : 1px #BE4F05 solid;
	border-right : 1px #E9BC8B solid;
	border-bottom : 1px #E9BC8B solid;
	color : #763E0C;
	*\

	font : 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}