*{
	margin: 0;
	padding: 0;
    font-family: Tahoma;
    font-size: 12px;
    color: #FFF;
}
body{
	background-color: #000;
}
body > div{
	width: 800px;
	margin: 0 auto;
	display: table;
}
img{
	border: none;
}
#logotype{
	width: 220px;
	float: left;
}
#main_menu{
	width:580px;
	float: left;
	display: table;
	margin-top: 40px;
}
#main_menu a,#main_menu div{
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#main_menu > div{
	width: 20%;
	float: left;
	text-align: center;
	background-image: url(/img/bkg-main-menu.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_menu div{
	color: #8DA93D;
}
#main_menu a{
	color: #FFF;
}
.line{
	width: 800px;
	height: 10px;
	background-image: url(/img/line.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#submenu{
	text-align: center;
	display: table;
}
#submenu a{
	margin: 0 15px;
	font-size: 18px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}
#submenu a.active{
	color: #8DA93D;
}
#footer{
	text-align: center;
	color: #666;
    font-size: 11px;
    font-family:Arial;
    text-align: center;
    margin-top:10px;
}
#content img{
	margin-top: 10px;
}
h1{
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px 0;
	color: #8DA93D;
}
h2{
	font-size: 16px;
	margin: 10px 0;
	color: #FFF;
}
h3{
	color:#8DA93D;
	margin: 0;
	font-size:14px;
}
p{
	text-align: justify;
	margin: 10px 0 20px 0;
}
.rightimg{
	margin-left: 20px !important;
	float: right;
}
.leftimg{
	margin-right: 10px !important;
	float: left;
}
.centerimg{
	text-align: center;
	margin: 10px 0;
}
fieldset{
	width: 75%;
	margin: 10px auto;
	border: none;
}
legend{
	font-weight: bold;
	color:#FFF;
	font-size: 18px;
	margin-bottom: 20px;
}
label {
    display: block;
}
input,textarea,select{
	background-color:#FFF;
	border: 1px solid #666;
	padding: 5px;
	color: #000;
	margin: 10px 0;
}
option{
	color:#000;
}
input[type="submit"]{
	width: auto !important;
	background-color: #8DA93D;
	cursor:pointer;
	font-weight: bold;
}
label.error { 
	float: none;
	clear:both; 
	color: #F00; 
	font-weight:bold;
	margin-bottom: 10px;
}
ul{
	width: 90%;
	margin: 10px auto;
}
li{
	margin: 10px;
}
.clear{
	float:none;
	clear:both;
	margin: 5px 0;
}
#left {
	width: 800px;
	height: 40px;
	overflow: hidden;
	border: none;
	padding: 0px;
	clear:both;
}
#left img {
	height: 40px;
	margin: 0px;
	border: 0px;
	clear:both;
}
#lobby{
	width: 100%;
	display:table;
	margin: 10px 0;
}
#lobby>div{
	width: 160px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}
#lobby div img{
	margin: 0 !important;
}
#lobby div div{
	width: 108px;
	margin: 0 26px;
	display:table;
}
#lobby div div div{
	width: 36px;
	float: left;
	margin: 0;
	background-repeat: no-repeat;
    cursor: pointer;
    height: 34px;
}
#lobby div div div:link {
    background-position: 0 0;
}
#lobby div div div:hover {
    background-position: 0 -33px;
}
#lobby div div div:active {
    background-position: 0 -66px;
}
#lobby div div div[title="9lines"]{
	background-image:url(/img/buttons/btn_9lines.png);
}
#lobby div div div[title="15lines"]{
	background-image:url(/img/buttons/btn_15lines.png);
}
#lobby div div div[title="21lines"]{
	background-image:url(/img/buttons/btn_21lines.png);
}
#lobby div div div[title="1hand"]{
	background-image:url(/img/buttons/btn_1hand.png);
}
#lobby div div div[title="4hands"]{
	background-image:url(/img/buttons/btn_4hands.png);
}
#lobby div div div[title="10hands"]{
	background-image:url(/img/buttons/btn_10hands.png);
}
#lobby div div div[title="1 to 5"],#lobby div div div[title="1 to 10"]{
	background-image:url(/img/buttons/btn_lowlimit.png);
	width: 54px !important;
}
#lobby div div div[title="5 to 20"],#lobby div div div[title="10 to 20"]{
	background-image:url(/img/buttons/btn_highlimit.png);
	width: 54px !important;
}
#lobby div div div[title="play"]{
	background-image:url(/img/buttons/btn_play.png);
	width: 108px !important;
}
