/************************ layout *************************/


a{
	zoom:1;
}
 

html{
	background: #000 none fixed no-repeat center top;
	/*background-image: url(../imgs/back_teaser.jpg);*/
	background-position: center top;
	min-width: 940px;
}
body,
select,
input,
button{
	color: #fff;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
}

#wrapper{
	margin-top: 140px;
	position: relative;
	/*margin-top: 165px;*/
	z-index: 5;
	padding-top: 86px;
	background: url(../imgs/bar.png) repeat-x center top;
	_background: url(../imgs/bar.jpg) repeat-x center 9px;/*ie6 hat keine schatten*/
}
.games #wrapper{
	margin-top: 400px;
	
}
#contentWrapper{
	width:940px;
	margin: auto;
	position:relative;

}


#headerWrapper{
	height: 162px;
	left:0;
	top: -140px;
	width: 100%;
	/*overflow: hidden;*/
	position: absolute;
	background: url(../imgs/top.png) repeat-x center top;
	background-image: url(../imgs/top.jpg);
	z-index:10;
}
.games #headerWrapper{
	top: -400px;
}
.fixed #headerWrapper{
	top:-400px;
	top:0;
	position: fixed;
	_position: absolute;
	_top: expression(parseInt(document.documentElement.scrollTop)-parseInt(document.getElementById('wrapper').currentStyle.marginTop)+'px');
}

#header{
	width: 940px;
	margin: auto;
	position:relative;
	z-index: 12;
}

#header h1{
	margin: 0 auto;
	height:153px;
	background: url(../imgs/logo.jpg) no-repeat center top;
	width: 940px;

}
#header h1 a{
	display: block;
	height: 153px;
	width: 350px;
	margin: auto;
	color: #FFCD3A;
}
#headerWrapper h2{ 
	margin: 0;
	height: 9px;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	background: url(../imgs/topShadow.png);
	_background: transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xsl_gamebase/_1100ad/imgs/topShadow.png', sizingMethod='scale');
/*	_width:  expression(parseInt(document.documentElement.clientWidth)+'px');
*/
z-index:11;
_zoom:1;

}
#header h1 span,
#header h2,
#headerWrapper h2 span{
	display: none;
}


#container,
#footer{
	width: 939px;
	margin-left: auto;
	margin-right: auto;
}



#container{
	background: url(../imgs/contentBack_small.jpg) repeat-y center bottom;
	margin-bottom: 256px;
	padding-bottom: 1px;
}
#main{
	min-height: 185px;
	position:relative;
	padding: 20px 20px 15px;
	margin-bottom: -256px;
	padding-bottom: 50px;
	overflow: hidden;
	width: 900px;
	background: url(../imgs/contentEnd.png) no-repeat center bottom;
	/*_height: 185px;*/
	_background-image: url(../imgs/contentEnd.gif);
	_position: relative;/*braucht der ie6 wegen höhe und hintergrundbild*/
	_zoom:1;
}

/* angepasst wegen ladezeit 
#container{
	margin-bottom:0;
	background: transparent;
}
#main{
	margin-bottom: 0;
	background: url(../imgs/contentBack_small.jpg) bottom center repeat-y;
	
}*/



#footer{
margin-bottom: 25px;
position:relative;
top: -35px;

}


#footer p{
	padding: 0 25px;
	margin: 0;
	text-align: right;

}

/************* small ****************************/
body.small {
	padding: 0;
	margin: 0;
}
.small #wrapper{
	margin: 10px;
	padding: 10px;
	background: url(../imgs/contentBack_small.jpg) top center;

}

.small #main{
	padding: 0;
	width: auto;
	position: static;
	background: transparent;
}



/**************** nav ********************/

#nav{
	position: absolute;
	width: 893px;
	height:77px;
	background: url(../imgs/nav.jpg) no-repeat;
	top: -77px;
	left: 25px;



}

#nav ul{
	margin: 0;
	margin-top: 19px;
	margin-left: 80px;
}
#nav li{
	list-style-type: none;
	display: inline;
}
#nav a{
	float:left;
	margin:0 20px 0 40px;
	text-decoration: none;
	color: #FFCD3A;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
}

#nav a .span{
	display: block;
	_display: inline;
	height: 21px;
	padding:9px 5px 0 10px;
	margin-right: 10px;
	cursor: pointer;
/*	_line-height: 32px;*/
	zoom:1;
}


#nav li.active a,
#nav a:hover,
#nav a:focus{
	color: #FFCD3A;
	background: url(../imgs/navButton.gif) right top no-repeat;
}
#nav li.active a .span,
#nav a:hover .span,
#nav a:focus .span{
	background: url(../imgs/navButton.gif) left top no-repeat;
}


/************** contBox ********************/
.contBox{
	margin: 0 5px 10px;
	/*opera - killt den effekt im ie
	background-color: #000;*/
	background-color: rgba(0,0,0,.4);/*safari,firefox*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);/*ie*/
	zoom:1;

	overflow:hidden;
}





#topLine,
.contBox h2,
.contBox h3,
.contBox h4,
.contBox h5,
.contBox h6{
	background: url(../imgs/contBar.jpg) repeat-x left top;
	padding: 27px 15px 0;

	color: #ffcd3a;
	/*text-transform: uppercase;*/
	font-size: 123%;
	font-size: 16px;
	margin: 0 0 1em;
}

#topLine span,
.contBox h2 span,
.contBox h3 span,
.contBox h4 span,
.contBox h5 span,
.contBox h6 span{
	padding: 5px 0 0;
	*padding: 0;
}

.contBox h2 a,
.contBox h3 a,
.contBox h4 a,
.contBox h5 a,
.contBox h6 a{
	display: block;
}


#footer a,
.contBox a,
#status a/*,
.contBox h2 a,
.contBox h3 a,
.contBox h4 a,
.contBox h5 a,
.contBox h6 a*/{
	color: #ffcd3a;
	text-decoration: none;
}

#footer a,
.contBox a,
#staus a/*,
.contBox h2 a span,
.contBox h3 a span,
.contBox h4 a span,
.contBox h5 a span,
.contBox h6 a span*/{
	background: url(../imgs/contLine.jpg) no-repeat left bottom;
}

#footer a:hover,
.contBox a:hover,
#status a:hover/*,
.contBox h2 a:hover span,
.contBox h3 a:hover span,
.contBox h4 a:hover span,
.contBox h5 a:hover span,
.contBox h6 a:hover span*/{
/*	background-image: none;*/
	background-position: -227px 0;
}



.contBox .container{
	background: url(../imgs/contBar.jpg) repeat-x left bottom;
	padding: 0 15px 15px;
	margin: 0;
	/*macht probleme beim teaser*/
/*	overflow:hidden;*/
	/*zoom:1;*/
}
.ranking .contBox .container{
	padding: 0;
}

/********************** listTable, listTable *********************/

.listTable,
.formTable{
	border: #333 solid;
	border-width: 1px 0 0;
	width: 100%;
	background: #C19363;
	color:#333;
}

.listTable td,
.listTable th,
.formTable td,
.formTable th{
	border: 1px #D3AB75 solid;
	border-width: 0 0 1px;
}

.listTable .light,
.formTable .light{
	background: #E9C89B;
}
.listTable .dark,
.formTable .dark{
	background: #DAB481;
}

.listTable a,
.listTable a:hover,
.formTable a,
formTable a:hover {
	color:#000;
	}

/*#status .formTable label {
	color:#fff;
}*/







/***************** form ************************/
.inputNames{
	text-align: right;
	width: 150px;
}
.ffCheckbox,
.ffRadio{
	float: right;
	clear: right;
}/*

x.ffInput{
	width: 150px;
	color: #a2a2a2;
	border: 0;
	height:20px;
	line-height:20px;
	padding: 0 10px;
	background: transparent url(../imgs/ffInput.gif) no-repeat left top;
}*/

.ffInput{
	width: 150px;
	color: #a2a2a2;
	color: #444444;
	border: 0;
	height:20px;
	line-height:20px;
	background: #fff url(../imgs/ffInputDefault.gif) repeat-x left top;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
textarea{
	background: #fff url(../imgs/ffInputDefault.gif) repeat-x left top;

}
textarea,
select{
	width: 150px;
	color: #444444;
	border: 0;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
select{
width: 170px;
padding-right: 0;
}



.formError .ffInput{
	background: #ffd1cc url(../imgs/ffInputError.gif) repeat-x left top;
	color: #4d3836;
}
.formOk .ffInput{
	background: #e1ffcc url(../imgs/ffInputOk.gif) repeat-x left top;
	color: #3f4d36;
}


/*für den ie6, der macht die hintergrundbilder falsch*/
/*
.wrapInput{
	background: transparent url(../imgs/ffInput.gif) no-repeat left top;
	display: block;
	width: 170px;
}
.wrapInput .ffInput{
	background: transparent;
}
*/


.ffInput.focus,
.ffInput:focus{
	color: #000;
}
.inputDescription{
	color: #333;
}
	#newsletterDescription {
		color: #fff;
	}

.signonHelpers{
	margin-left: 170px;
}
.formButton{
	background: url(../imgs/buttonSmall.gif) no-repeat;
	width:117px;
	height: 23px;
	color:#333;
	border: 0;
	cursor: pointer;
	line-height: 23px;
	white-space: nowrap;
}
.opera .formButton{
	padding-top: 5px;
}

/*

inputElements


formButton fbSubmit

formField ffInput ffSelect ffTextarea*/

/*
@media print{
	.ffInput,
	.wrapInput .ffInput{
		border: 1px #ccc inset;
		background: #fff;
	}
}
*/
/***************** error... *****************/
#error,
#tip,
#formError,
#formOk{
	padding:0 9px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	filter: none;
	border-width:1px;
	border-style: solid;
	z-index:1;
	position:relative;
}


#error h2,
#error h3,
#tip h2,
#tip h3,
#formError h2,
#formError h3,
#formOk h2,
#formOk h3{
	background-image: none;
	border-bottom: 1px solid;
	line-height:25px;
	margin-top:12px;
	padding:3px 0 5px 35px;
}

#error span,
#tip span,
#formError span,
#formOk span{
	padding: 0;
}

#error .container,
#tip .container,
#formError .container,
#formOk .container{
	padding: 0;
	background-image: none;
}


#error a,
#tip a,
#formError a,
#formOk a{
	text-decoration: underline;
	background: transparent;
}
#error a:hover,
#tip a:hover,
#formError a:hover,
#formOk a:hover{
	text-decoration: none;
}


#error .next,
#tip .next,
#formError .next,
#formOk .next{
	text-align:right;
	font-weight: bold;
	margin-top: -10px;
}

/***************/

#formError,
#error{
	background:#FFEDEB url(../imgs/infoBadge_error.gif) no-repeat 8px 7px;
	border-color: #FFCEC7;
}
 
#formError h3,
#error h3{
	color:#A81600;
}

#formError .container,
#error .container,
#formError a,
#error a{
	color:#380700;
}

/***************/

#tip{
	background: #fff7d4 url(../imgs/infoBadge_tip.gif) no-repeat 8px 7px;	
	border-color:#ffe573;
}
#tip h2,
#tip h3{
	color: #856c00;
}
#tip .container,
#tip a{
	color: #5e4d00;
}
/****************/

#formOk{
	background: #f0ffe5 url(../imgs/infoBadge_ok.gif) no-repeat 8px 7px;	
	border-color:#c7f5a5;
}
#formOk h2,
#formOk h3{
	color: #3e8f00;
}
#formOk .container,
#formOk a{
	color: #1c4000;
}





/***************** mediabox *********************/
#media{
	background: url(../imgs/media.gif);
	width: 319px;
	height: 269px;
	padding: 46px 16px 16px;
	filter: none;
}
#media .container{
	background: #000;
	padding:0;
	width: 100%;
	height: 100%;
}


/******************* status *************************/





#status{
	background: url(../imgs/status.jpg);
	width:268px;
	height:98px;
	z-index:15;
	position: absolute;

}


#contentWrapper #status{
	left: 50%;
	margin-left: 200px;
	top:-431px;
}

#headerWrapper #status{
right:0;
top:55px;
}
/*
.fixed #contentWrapper #status{
	top:55px;
	position: fixed;
	_position: absolute;
	_top: expression(55+parseInt(document.documentElement.scrollTop)-parseInt(document.getElementById('wrapper').currentStyle.marginTop)-parseInt(document.getElementById('wrapper').currentStyle.paddingTop)+'px');

}

.fixed #headerWrapper #status{

}
*/






#status .formTable,
#status .formTable .light,
#status .formTable .dark,
#status .formTable td{
	background: transparent;
	border: 0;
	margin:0;
	width: auto;
}
#status .container{
	margin-left: 18px;
	margin-top: 25px;
	
}


#status .formTable td{
	padding: 1px;
}
#status .ffInput{
	width: 80px;
	/*background-image: url(../imgs/ffInputStatus.gif);*/
}
/*
#status .wrapInput{
	width: 91px;
	background-image: url(../imgs/ffInputStatus.gif);
}
#status .wrapInput .ffInput{
	background: transparent;
}*/

#status a, #status p{
	font-size: 11px;
}




/****************** languages ********************/

#header #languages {
	position:absolute;
	top:95px;
	left:50px;
	overflow:hidden;
	height:20px;
	cursor:pointer;
	}
#languages p {
	width:150px;
	background:url(../imgs/langbacktop.gif) no-repeat;
	margin:0;
	line-height:20px;
	width:138px;
	height:20px;
	position:relative;
	padding-left:25px;
	z-index:2;
	}

#languages ul {
	margin:-1px 0px 0;
	background:url(../imgs/langback.gif) bottom left no-repeat;
	padding:5px 0;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	width:138px;
	}
	
#languages li {
	list-style-type:none;
	margin:0;
	padding: 0 25px;
	display:block;
	line-height:20px;
	}
	
#languages span {
	padding-left:3px;
	}
	
#languages a{
	color: #fff;
	text-decoration: none;
}

/*
#languages{
	display: none;
}

#header #languages{
	background: url(../imgs/langBack.gif) left bottom no-repeat;
	width: 138px;
	position:absolute;
	display: block;
	z-index: 12;
	top: 95px;
	left: 50px;
	cursor: pointer;
	height: 20px;
	overflow: hidden;
	_zoom:1;
	
}

#languages ul{
	margin:0;
	position:absolute;
	left:0;
	bottom:5px;
	z-index: 12;
}

#languages p{
	background: url(../imgs/langBackTop.gif) left top no-repeat;
	position:relative;
	z-index:13;
	
}

#languages p,
#languages li{
	margin:0;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
}


#languages a{
	color: #fff;
	text-decoration: none;
}


#languages img{
	margin-right: 5px;
	vertical-align: -2px;
}





#languages{
	display: none;
}


#header #languages{
	background: url(../imgs/langBack.gif) left bottom no-repeat;
	width: 138px;
	position:absolute;
	display: block;
	z-index: 11;
	top: 100px;
	height: 20px;
	left: 25px;
	overflow: hidden;
}


#header #languages:hover{
	height: 100px;
}

#languages ul{
	margin: 0;
	position:absolute;
	left:0;
	bottom:0;
}

#languages p{

}


#languages li,
#languages p{
	list-style-type: none;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	margin: 0;
}
#languages a{
	color: #fff;
	text-decoration: none;
}

*/






/********************** teaser ***********************/

#teaser{
	position: absolute;
	left: 25px;
	top: -310px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	zoom:1;
	padding: 10px;
}
#teaser h2{
	color: #FFCD3A;
	text-transform: inherit;
	font-size: 200%;
	font-size: 26px;
	margin: 0;
	_margin: 16px 0 0;
	padding: 0;
	background: transparent;
}
#teaser .container{
	background: transparent;
	padding: 0;
	font-size: 15px;

	
}
#teaser button, button.btn_cont, 
#partnerAgb button{
	width:206px;
	height:42px;
	border:0;
	background: url(../imgs/buttonBig.gif);
	font-size: 150%;
	font-size: 23px;
	color:#333;
	/*text-transform:uppercase;*/
	font-weight: bold;
	cursor: pointer;
	line-height: 43px;
}
.fr #teaser button {
	width: 250px;
	background: url(../imgs/buttonBig_fr.gif);
}
button.btn_cont {
	float: right;
	margin-bottom: 10px;
}
#teaser button .span{
	background: url(../imgs/pointerRight.gif) no-repeat left center;
	padding-left: 17px;

}
.opera #teaser button{
	padding-top: 10px;
}







/********************** ship *************************/
#teaserImg{
	left: 50%;
	margin-left:-270px;/*
	width:750px;
	height:192px;*/
	width:0;
	height:0;
	position: fixed;/*
	top: 195px;*/
	top:260px;
	_position: absolute;
	_top: expression(parseInt(document.documentElement.scrollTop)+260+'px');
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/xsl_gamebase/_1100ad/imgs/teaser.png', sizingMethod='scale');
}
/*MUSS 2X HIER STEHEN
#teaserImg.morphTeaser,
.morphTeaser{
	width: 750px;
	height: 192px;
	top:195px;
	_top: expression(parseInt(document.documentElement.scrollTop)+195+'px');
}
*/

/*
.morphShip{
	width: 750px;
	height: 192px;
	top:195px;
	_top: expression(parseInt(document.documentElement.scrollTop)+195+'px');
}*/









/****************** testlayout **********************************/
#test1{
	float:left;
	width: 300px;
	display: inline;
	_margin-right: -3px;

}
#test2{
	margin-left: 315px;
	_margin-left: 312px;
	_zoom: 1;
}
#test3,
#error{
	clear: left;
}

#test3{
	width: 529px;
	display: inline;
	float: left;
	width: 530px;
	_margin-right: -3px;
}
#media{
	margin-top: -10px;
	margin-left: 544px;
	
	_margin-left: 541px;
	_zoom:1;
	
}






/***********************/

/**************** gametwist balken *************/
#wrapper{
	margin-top: 165px;
}
.games #wrapper{
	margin-top: 425px;
}
#gtBar{
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	overflow: hidden;
	background: url(../imgs/gtBarDark.gif);
	z-index: 100;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	_position:absolute;
	_top: expression(parseInt(document.documentElement.scrollTop)-parseInt(document.getElementById('wrapper').currentStyle.marginTop)+'px');
	
}

#gtBar .logo{
	margin: 0;
	padding-left: 5px;
	padding-right: 10px;
	background: url(../imgs/gtBarLight.gif);
	margin-right: 5px;
	float: left;
	
	}	
#gtBar .logo span{
	display: none;
}
#gtBar .logo a{
	background: url(../imgs/gtBarLogo.gif);
	display: block;
	width:105px;
	height:25px;
	color: #fff;

}
#gtBar .info{
	margin: 0;
	float: right;
	padding-right: 5px;
	display: inline;
	padding-left: 10px;
	background: url(../imgs/gtBarLight.gif);
	margin-left: 5px;
}
#gtBarTicker{
	background: url(../imgs/gtBarDark.gif);
}




/*************************************************/


/************************** login,register,passrecover ********************/

#passRecover,
#register,
#login,
#settingsPassword,
#settingsPersonal,
#news,
#story,
.story .level,
#rankingExt,
.continue {
	float:left;
	width:530px;
	display: inline;
	_margin-right: -3px;
}


#media{
	margin-top:-30px;
	z-index:1;
}
/***************************** content ********************************************/
.story #media{
		position: absolute;
		top: 0;
		right: 20px;
		margin-top: -10px;
}
.story .level{
	/*width: 440px;*/
	width:530px;
	_margin-right: 5px;
}

.continue{
	width: 470px;
	_margin-right: 5px;
	position: relative
}

.continue .container {
	overflow: hidden;
	_zoom: 1
}

.story .level .container{
	overflow: hidden;
	_zoom:1;
}


.story .level .screen, .continue .screen{
	zoom:0;
	margin: 0 10px 10px 0;
	float: left;
	background: transparent;
	cursor: pointer;
	/*padding-left: 1px;*/
	border: 1px #333 solid;
	background: #000;
}

.story .level .theScreenshot, .continue .screen .theScreenshot{
	float: left;
	opacity: 0.9;
	filter: Alpha(opacity=90);
}

.story .level .screen:hover{
	border-color: #444;
}
.story .level .screen:hover .theScreenshot, , .continue .screen:hover .theScreenshot{
	opacity: 1;
	filter: Alpha(opacity=100);
}



.story .level .reflected{
	display: block;
	float: none;




}



#confirmGtc iframe{
	height: 400px;
}

#confirmGtc .container{
	overflow:hidden;
	_zoom:1;
}

#confirmGtc .buttonWrapper{
	float:right;
	overflow:hidden;
	_zoom:1;
	padding-top: 10px;
}


#confirmGtc .buttonWrapper a.formButton{
	float:left;
	padding: 7px;
	margin: 5px;
	background: #444;
	border: 1px #555 outset;
	width: auto;
	height: auto;
	line-height: 20px;
}

#confirmGtc .buttonWrapper a.fbFatLong{
	background: #555;
	border-color: #666;
}
#confirmGtc .buttonWrapper a.formButton:hover{
	border: 1px #FFCD3A solid;
}



/*
.story .level .theScreenshot{
	display: block;
	width: 152px;
	padding-left: 1px;
}


.story .level .screen{
	zoom:0;	
	margin: 0 10px 10px 0;
	float:left;
	background: transparent;
}

.story .level img{
	border: 1px #333 solid !important;
	position:relative;
	left: -1px;
}





.story a{
	
}
*/






#birthday_day,
#birthday_month,
#birthday_year{
	width: auto;
}

#rankingList td {
	vertical-align: top;
}

.ranking_pos {
	 width: 30px;
}

.ranking_name {
	 width: 200px;
}

.ranking_highscore,#thHighscore {
	text-align: right;
}

.ranking_last {
	width: 300px;
}

#status p {
	width: 200px;
	margin-left: 3px;
	background: rgba(0, 0, 0, 0.4);
	position: relative;
	padding: 4px 13px 6px;
	text-align: right;
}

#status p a, #status p {
	line-height: 14px;
}

#status p a:hover {
	text-decoration: underline;
}

tr.active td, tr.active td *, #rankingExtList li.active a{
	font-weight: bold;
}

tr.active td {
	background-color: #444
}

#ranking table, .pageingTable {
	width: 100%
}

.pageingTable td, #ranking td {
	border: 0
}

.pageingTable .second, #pageingTableCount {
	text-align: center;
}

.pageingTable .deactivated {
	visibility: hidden;
}

.pageingTablePrev .pageingLinks {
	padding: 2px 2px 2px 0;
	margin-right: 5px;
}

.pageingTableNext .pageingLinks {
	padding: 2px 0 2px 2px;
	margin-left: 5px;
}

#rankingExtList {
	margin-left: 544px;
	_margin-left: 541px;
	width: 351px;
}

#send2 span {
	display: none;
}

#rankingExt #nick {
	position: relative;
	left: 29px;
	padding: 0 10px;
}

#send3 {
	position: relative;
	left: 0;
	top: 3px;
}

.opera #rankingExtList {
	margin-left: 0;
}

#qLogin label {
	color: #fff;
}

#qLogin label.overTxtDiv {
	width: 80px;
	color: #a2a2a2;
	color: #444444;
	border: 0;
	background: #fff url(../imgs/ffInputDefault.gif) repeat-x left top;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-top: -2px;
	margin-left: -4px;
}

.scroller, .scroller a {
	color: #FFF;
	font-weight: bold;
}

object {
	outline:none;/*ff 3 dotted OL um die swf verhindern*/
}

#basket {
	width:350px;
	float:right;
}

#basket td+td {
	text-align:right
}

#lastPlayed {
	float: right
}

#partnerAgb .iframeContainer{
	width:860px;
	margin:0 auto 15px;
}
.iframeContainer iframe,
#agbFrame{
	background-image: url(../imgs/background_light.jpg);
}
#partnerAgb .buttonWrapper{
	text-align:right;
}
#partnerAgb .buttonWrapper a{
	float:left;
}

