@charset "utf-8";
/* CSS Document */
body
{
	background-color:#000;
	margin:0px;
	background-position:top;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.wrapper
{
	height:620px;
	margin:180px auto 0;
	width:985px;
}
.txt_right
{
	float:right;
	width:420px;
}
.txt2
{
	margin-top:25px;
}
.txt3
{
	margin-top:28px;
	width:412px;
	height:104px;
	background-image:url(../images/txt3.png);
	cursor:pointer;
	background-repeat:no-repeat;
}
.txt3:hover
{
	background-image:url(../images/txt3_selected.png);	
}
.txt_watch
{
	margin-top:10px;
	width:395px;
	height:48px;
	background-image:url(../images/watchevent.png);
	cursor:pointer;
	background-repeat:no-repeat;
}
.txt_watch:hover
{
	background-image:url(../images/watchevent_selected.png);	
}
.player
{
	height:266px;
	margin-left:0;
	margin-top:0;
	width:476px;
	/*background-image:url(../images/player.png);*/
}
#mediaspace
{
	margin-left:5px;
	margin-top:5px;
	float:left;
}
.counter
{
	margin-left:70px;
	margin-top:45px;
}
.bottom_line
{
	margin-left:150px;
	margin-top:55px;
	float:left;
}
.bottom_line_item1
{
	background-image:url(../images/bottom_line1.jpg);
	background-repeat:no-repeat;
	width:372px;
	height:35px;
	float:left;
}
.bottom_line_item2
{
	background-image:url(../images/bottom_line2.jpg);
	background-repeat:no-repeat;
	width:298px;
	height:35px;
	cursor:pointer;
	float:left;
}
.bottom_line_item2:hover
{
	background-image:url(../images/bottom_line2_selected.jpg);
}
.footer_line
{
	height:100px;
	margin:auto;
	width:970px;
	margin-top:-20px;
	border-bottom:#fff solid 1px;
}

.footer
{
background-color:#000000;
	height:100px;
	margin:20px auto;
	width:790px;
}
.btn
{
	float:left;
	margin-left:45px;
	margin-top:15px;
	height:20px;
	cursor:pointer;
}
.btn_faq
{
	background-image:url(../images/btn_faq.jpg);
	width:54px;
}
.btn_faq:hover
{
	background-image:url(../images/btn_faq_selected.jpg);
}

.btn_overview
{
	background-image:url(../images/btn_overview.jpg);
	width:93px;
}
.btn_overview:hover
{
	background-image:url(../images/btn_overview_selected.jpg);
}

.btn_matchmaking
{
	background-image:url(../images/btn_matchmaking.jpg);
	width:127px;
}
.btn_matchmaking:hover
{
	background-image:url(../images/btn_matchmaking_selected.jpg);
}

.btn_howtowatch
{
	background-image:url(../images/btn_howtowatch.jpg);
	width:123px;
}
.btn_howtowatch:hover
{
	background-image:url(../images/btn_howtowatch_selected.jpg);
}

.btn_itsshowtime
{
	background-image:url(../images/btn_itsshowtime.jpg);
	width:123px;
}
.btn_itsshowtime:hover
{
	background-image:url(../images/btn_itsshowtime_selected.jpg);
}
        
.bottom
{
	margin-top:0px;
}

.registerform
{
	float:left;
	margin-left:240px;
	color:#FFF;
}
.formfield
{
	width:240px;
	height:23px;
	border:none;
	/*background: url('../images/input.png') no-repeat;*/
	
}
.formfield1
{
	width:159px;
	height:23px;
	border:none;
	background: url('../images/input1.png') no-repeat;
	
}
.formfield2
{
	width:99px;
	height:23px;
	border:none;
	background: url('../images/input2.png') no-repeat;
	
}
.formfield3
{
	width:209px;
	height:48px;
	border:none;
	background: url('../images/input3.png') no-repeat;
	
}
.submit_btn
{
	background-image:url("../images/getfreeticket.png");
	width:199px;
	height:104px;
	cursor:pointer;
	margin-left: -30px;
}
.howtowatch
{
	margin-left:110px;
	float:left;
	height:190px;
}
.howtowatch_register
{
	float:right;
}
.matchmaking_txt
{
	margin-left:120px;
	float:left;
}
.matchmaking_register
{
	float:right;
margin-right:80px;
}
.worldtitle
{
	left:50%;
	margin-left:-65px;
	margin-top:70px;
	position:absolute;
	z-index:2;
}
.faq_img
{
	margin-left:120px;
	float:left;
}
.faqlist
{
	float:left;
	margin-left:120px;
	width:640px;
	margin-top:15px;
}
.question
{
	color:#fff;
	float:left;
	clear:both;
	cursor:pointer;
	font-weight:bold;
	font-size:14px;
}
.question:hover
{
	color:#c7100c;
}
.answer
{
	color:#fff;
	float:left;
	clear:both;
	margin-bottom:20px;
	margin-top:5px;
	font-size:13px;
}
.faq_sendquestion
{
	float:left;
	width:600px;
	margin-left:120px;
	margin-top:20px;
	color:#FFF;
	font-weight:bold;
}
.faq_submit
{
	background-image:url(../images/faq_submit.jpg);
	width:82px;
	height:20px;
	float:left;
	clear:both;
}
.faq_submit:hover
{
	background-image:url(../images/faq_submit_selected.jpg);
}
.loginform
{
	color:#fff;
	margin-left:300px;
	height:280px;
	width:390px;
}
.loginfield
{
	width:300px;
}
.logoutlink, .logoutlink:visited, .logoutlink:active
{
	color:#FFF;
	text-decoration:none;
}
.logoutlink:hover
{
	color:#FFF;
	text-decoration:underline;
}
