@charset "UTF-8";
/* CSS Document */


/********* GENERAL **********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003879;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0
}


/* BACKGROUND ILLUSTRATION */

body {
	background-image: url(../images/design/mainbackground.jpg);
}

body.start {
	background-image: url(../images/design/startBackground2.jpg);
}

body.play {
	background-image: url(../images/design/playBackground.jpg);
}

body.ranking {
	background-image: url(../images/design/rankingBackground.jpg);
}

body.community {
	background-image: url(../images/design/communityBackground.jpg);
}

body.tutorial {
	background-image: url(../images/design/tutorialBackground.jpg);
}

h1, h2, h3, h4 {
	margin-top: 0;
	color: #00274d;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 29px 0;
}


form {
	margin: 0;
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

a:focus {
	outline: none;
}

p {
	margin-top: 0;
}


/********** MAIN CONTAINER **********/

.mainContainer {
	position: absolute;
	left: 320px;
	top: 0px;
	width: 660px;
	padding: 108px 0 14px 0;
}


/********** META NAVI **********/

.metaNavi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}

.logo {
	width:189px;
	height:172px;
	background-image: url(../images/design/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 1px;
	left: -236px;
}

a.fbpage:link, a.fbpage:visited {
	width:122px;
	height:117px;
	background-image: url(../images/design/btn-fbpage.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 27px;
	left: -54px;
}

a.fbpage:hover, a.fbpage:active {
	background-image: url(../images/design/btn-fbpage-on.png);
}

.language {
	position: absolute;
	top: 10px;
	right: 510px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
	text-align: right;
}

.language img {
	margin-left: 10px;
	border: 0;
	vertical-align: bottom;

}

.metaNavi .login {
	height: 46px;
	position: absolute;
	left: 155px;
	top: 0;
	padding: 7px 0 0 34px;
}

.loginStatus {
	color: #FFFFFF;
	font-size: 11px;
	text-align: right;
	padding: 12px 64px 0 0;
	width: 311px;
}

.loginTexture {
	width: 375px;
	height: 46px;
	background-image: url(../images/design/loginBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.metaNavi .login .input {
	width: 130px;
	margin: 0 10px 0 0;
	color: #00274d;
	height: 16px;
}

.metaNavi .login .buttonGo {
	margin-top: -7px;
	margin-left: -10px;
	vertical-align: top;
}

.forgotPassword,
.logout {
	color: #FFFFFF;
	font-size: 11px;
	position: absolute;
	left: 539px;
	top: 10px;
	text-decoration: underline;
}

.buttonRegistration {
	width: 135px;
	height: 20px;
	background-image: url(../images/design/de/metaNaviRegistrationButton.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 522px;
	top: 43px;
	cursor: pointer;
}

.buttonRegistration:hover {
	background-image: url(../images/design/de/metaNaviRegistrationButtonHover.png);
}

.fConnectButtonArrow {
	position: absolute;
	left: 527px;
	top: 81px;
	background-image: url(../images/design/fConnectButtonArrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
}

.fConnectButton {
	position: absolute;
	left: 549px;
	top: 74px;
	cursor: pointer;
}


/********** MAIN NAVI **********/

.mainNavi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 66px;
	top: 63px;
}

.mainNavi li {
	margin: 0;
	padding: 0;
	float: left;
}

.mainNavi li a {
	background-position: left top;
	background-repeat: none;
	display: block;
	height: 37px;
}

.mainNavi .buttonPlay {
	width: 69px;
	background-image: url(../images/design/mainNaviPlay.png);
	margin-right: 1px;
}

.mainNavi .buttonPlay:hover,
.mainNavi .buttonPlaySelected {
	width: 69px;
	background-image: url(../images/design/mainNaviPlayHover.png);
}

.mainNavi .buttonTutorial {
	width: 101px;
	background-image: url(../images/design/mainNaviTutorial.png);
	margin-right: 1px;
}

.mainNavi .buttonTutorial:hover,
.mainNavi .buttonTutorialSelected {
	width: 101px;
	background-image: url(../images/design/mainNaviTutorialHover.png);
}

.mainNavi .buttonRanking {
	width: 101px;
	background-image: url(../images/design/mainNaviRanking.png);
}

.mainNavi .buttonRanking:hover,
.mainNavi .buttonRankingSelected {
	width: 101px;
	background-image: url(../images/design/mainNaviRankingHover.png);
}

.mainNavi .buttonCommunity {
	width: 129px;
	background-image: url(../images/design/mainNaviCommunity.png);
}

.mainNavi .buttonCommunity:hover,
.mainNavi .buttonCommunitySelected {
	width: 129px;
	background-image: url(../images/design/mainNaviCommunityHover.png);
}


/********** CONTENT AREA **********/

.contentWrapper {
	position: relative;
	margin: 0px 0 0 -24px;
	width: 452px;
	padding: 17px 37px 0 64px;
	z-index: 0;
	overflow: hidden;
}

.contentArea {
	position: relative;
	padding-bottom: 19px;
	z-index: 10;
	width: 100%;
}

.ranking .contentArea {
	height: 613px;
}

.rankingFriends .contentArea {
	height: 695px;
}

.friends .contentArea {
	height: 600px;
}

.fConnectBox {
	width: 456px;
	height: 57px;
	background-image: url(../images/design/fConnectBoxBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 17px -7px;
	padding-left: 7px;
	position: relative;
}

.fConnectBox .fConnectButton {
	position: absolute;
	left: 7px;
	top: 16px;
}

.fConnectBox .fConnectText {
	padding: 15px 0 0 152px;
	font-size: 12px;
	line-height: 14px;
}

.textureTop {
	width: 548px;
/*	height: 3300px;*/
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/design/textureTop.png);
	background-repeat: no-repeat;
	background-position: left top;
/*	background-color: #fff;*/
	z-index: 1;
}

.textureBottom1 {
	width: 527px;
	height: 158px;
	position: absolute;
	left: 26px;
	bottom: 0px;
	background-image: url(../images/design/textureBottom1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 2;
	font-size: 0;
	line-height: 0;
}

.textureBottom2 {
	width: 527px;
	height: 43px;
	background-image: url(../images/design/textureBottom2.png);
	background-position: left top;
	background-repeat: no-repeat;
}


/***** REGISTRATION SCREENS *****/

body.login .contentArea {
	height: 521px;
}

.registrationForm table {
	width: 100%;
}

.registrationForm td {
	vertical-align: middle;
	height: 30px;
}

.registrationForm .firstColumn {
	width: 152px;
}

.registrationForm .secondColumn {

}

.registration h2 {
	color: #00274d;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}


/* ERROR MESSAGES */

.registration ul.error {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 16px;
}

.registration .error h2 {
	color: #FF0000;
	margin-bottom: 2px;
}

.registration .error ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}


.registrationForm h3 {
	font-size: 16px;
	line-height: 19px;
	color: #00274d;
	margin: 0 0 10px 0;
}

.registrationForm .hint {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 6px;
}

.registrationForm .input {
	width: 230px;
	height: 16px;
	margin: 0 0 0px 0;
}

.registrationForm select {
	width: 236px;
} 

.registrationForm .street {
	width: 169px;
	margin-right: 4px;
}

.registrationForm .houseNumber {
	width: 51px;
}

.registrationForm .postcode {
	width: 57px;
	margin-right: 4px;
}

.registrationForm .city {
	width: 163px;
}

.registrationForm .checkbox {
	margin-right: 10px;
	padding: 0;
	background-color: red;
	line-height: 5px;
}

.registrationForm p {
	margin-bottom: 5px;
}

.registrationForm .buttonRegisterWrapper {
	width: 100%;
	text-align: center;
	margin-top: 22px;
}

.buttonRegister{
	width: 129px;
	height: 37px;
	text-align: center;
}

.buttonRegistrierenHover {

}

input.fieldError {
	border: 1px solid #FF0000;
}

label.fieldError {
	color: #FF0000;
}

.captcha {
	margin-bottom: 30px;
}


/* LOGIN */

body.login .loginButtonWrapper {
	float: left;
	margin: 20px 59px 0 70px;
}

body.login .registrationButtonWrapper {
	float: left;
	margin-top: 20px;
}


/***** RANKING SCREENS *****/

.ranking .textureTop {
	background-image: url(../images/design/textureTopRanking.png);
}

.subNavi {
	list-style-type: none;
	margin: -22px 0 0 -10px;
	padding: 0;
	background-image: url(../images/design/subNaviBackground.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 480px;
	height: 44px;
	position: absolute;
	z-index: 300;
}

.subNavi li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.subNavi li a, .subNavi li span {
	display: block;
	text-decoration: none;
	color: #00274d;
	font-size: 16px;
	font-weight: bold;
}

.subNavi li a:hover,
.subNavi li .selected {
	color: #FF0000;
}

.subNavi .button1 {
	padding: 13px 28px 13px 15px;
}

.subNavi .button2 {
/*	padding: 11px 29px 15px 46px;*/
	padding: 11px 29px 15px 20px;
}

.subNavi .button3 {
	padding: 14px 20px 12px 20px;
}

.subNavi .button4 {
	padding: 15px 10px 11px 7px;
}

.ranking .inviteFriendsArrow {
	position: absolute;
	width: 14px;
	height: 12px;
	background-image: url(../images/design/inviteFriendsArrowSmall.png);
	background-position: left top;
	background-repeat: no-repeat;
	left: 340px;
	top: 9px;
}

.ranking .inviteFriendsLink {
	position: absolute;
	width: 200px;
	left: 362px;
	top: 9px;
	color: #00274d;
	font-weight: bold;
}

.ranking a.inviteFriendsLink:hover {
	color: #FF0000;
}

/* TABS */

.tabs {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 510px;
	height: 430px;
	padding-top: 10px;
	position: absolute;
	left: -26px;
	top: 81px;
	z-index: 50;
}

.tab1Selected,
.tab2Selected,
.tab3Selected {
	background-position: left top;
	background-repeat: no-repeat;
}

.tab1Selected {
	background-image: url(../images/design/tab1SelectedBackground.gif);
}

.tab2Selected {
	background-image: url(../images/design/tab2SelectedBackground.gif);
}

.tab3Selected {
	background-image: url(../images/design/tab3SelectedBackground.gif);
}

.tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

.tabs li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	color: #00274D;
}

.tabs li a:hover {
	color: #FF0000;
}

.tab1Selected .tab1,
.tab2Selected .tab2,
.tab3Selected .tab3 {
	color: #FF0000;
}

.tab1 {
	padding: 13px 33px 7px 42px;
}

.tab2 {
	padding: 13px 13px 7px 4px;
}

.tab3 {
	padding: 13px 46px 7px 34px;
}

.timeFilter {
	position: absolute;
	right: -20px;
	top: 97px;
	z-index: 60;
}


/* RANKING */

.rankingTableTexture {
	background-image: url(../images/design/rankingTableBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 443px;
	height: 351px;
	position: absolute;
	left: 5px;
	top: 160px;
	z-index: 90;
}

.rankingFriends .rankingTableTexture {
	background-image: url(../images/design/rankingTableFriendsBackground.png);
	height: 531px;
}

.rankingTableWrapper {
	width: 431px;
	height: 329px;
	background-color: #A6C7E5;	
	overflow: auto;
	position: absolute;
	z-index: 200;
	border-top: 10px solid #A6C7E5;
	left: 11px;
	top: 166px;
}

.rankingTable {
	width: 100%;
}

.tableHeader {
	z-index: 100;
	position: absolute;
	left: 11px;
	top: 144px;
	width: 415px;
}

body .tableHeader td {
	border: none;
	font-weight: bold;
	color: #00274D;
	height: 21px;
}

.rankingTable td {
	height: 21px;
	vertical-align: middle;
	border-bottom: 1px solid #FFFFFF;
	font-size: 12px;
}

@-moz-document url-prefix() {  /* firefox hack */
	.rankingTable td { height: 22px; }
}

.rankingTable tr.odd td {
	background-color: #A8C7E5;
}

.rankingTable tr.even td {
	background-color: #BBD2EA;
}

.rankingTable tr.last td {
	border-bottom: none;
}

.rankingTable td.rank {
	padding-left: 18px;
	xtext-align: right;
	width: 51px;
}

.rankingTable td.country {
	width: 56px;
}

.rankingTable td.country img {
	vertical-align: middle;
}

.rankingFriends .rankingTable td.country img {
	vertical-align: baseline;
}

.rankingTable td.user {

}

.rankingTable td.total {
	font-weight: bold;
	text-align: right;
	padding-right: 28px;
}


.yourScore {
	position: absolute;
	left: 4px;
	top: 541px;
	background-image: url(../images/design/yourScoreBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 446px;
	height: 71px;
}

.yourScore h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 12px;
}

.yourScore .rankingTable {
	width: 415px;
	margin-left: 7px;
}

.yourScore .rankingTable td {
	font-weight: bold;
	border: none;
	padding-top: 4px;
}


/* RANKING FRIENDS */

.rankingFriends .rankingTableWrapper {
	width: 431px;
	height: 509px;
	background-color: #A6C7E5;	
	overflow: auto;
	position: absolute;
	z-index: 100;
	border-top: 10px solid #A6C7E5;
	left: 11px;
	top: 166px;
}

.rankingFriends .rankingTable td {
	height: 50px;
}

.rankingFriends .tableHeader td {
	height: 21px;
	font-size: 12px;
}

@-moz-document url-prefix() {  /* firefox hack */
	.rankingFriends .rankingTable td { height: 51px; }
	.rankingFriends .tableHeader td { height: 21px; }
}

.rankingFriends .rankingTable td.rank {
	font-size: 16px;
	font-weight: bold;
	width: 37px;
}

.rankingFriends .tableHeader td.rank {
	font-size: 12px;
}

.rankingTable td.avatar {
	width: 70px;
}

.rankingTable .avatar img {
	vertical-align: middle;
}

.rankingFriends .rankingTable td.user {
	width: 165px;
}


/****** COMMUNITY SCREENS *****/

.community .textureTop {
	height: 1000px;
	background-image: url(../images/design/textureTopCommunity.png);
}

.community .editProfileArrow {
	width: 14px;
	height: 12px;
	background-image: url(../images/design/editProfileArrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 361px;
	top: 10px;
}

.community h1 {
	margin-bottom: 22px;
}

.community .subNavi {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-image: none;
	left: 200px;
	top: 0;
	float: left;
}

.community .subNavi li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.community .subNavi li a {
	display: block;
	text-decoration: none;
	color: #00274d;
	font-size: 16px;
	font-weight: bold;
}

.community .subNavi li a:hover,
.community .subNavi li .selected {
	color: #FF0000;
}

.community .subNavi .button1 {
	padding: 6px 37px 13px 52px;
	font-size: 18px;
}

.community .subNavi .button2 {
	padding: 10px 29px 15px 18px;
	font-size: 11px;
}


/* CARD DECK */

.cardDeck {
	position: absolute;
	z-index: 500;
	left: 6px;
	top: 52px;
	height: 246px;
}

.cardDeckTexture {
	background-image: url(../images/design/cardBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 221px;
	height: 298px;
	position: absolute;
	left: -29px;
	top: -36px;
	z-index: -100;
}

.avatarLarge {
	width: 160px;
	height: 160px;
	border: 1px solid #CFCFCF;
	margin-bottom: 9px;
}

.cardDeck h2 {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
	width: 160px;
	word-wrap: break-word;
}

.cardDeck p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

.changeProfilePicture {
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: none;
	color: #00274d;
	font-weight: bold;
	font-size: 11px;
}

.changeProfilePicture:hover {
	color: #FF0000;
}


/* FRIENDS BANNER */

.inviteFriendsLink {
	position: absolute;
	left: -4px;
	top: 316px;
}

.inviteFriendsArrow {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/design/inviteFriendsArrow.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 26px;
	height: 18px;
}

.inviteFriendsLink a {
	color: #00274d;
	font-size: 12px;
	font-weight: bold;
	margin-left: 29px;
	line-height: 20px;
}

.inviteFriendsLink a:hover {
	color: #FF0000;
}

.friendsBanner {
	position: relative;
	width: 202px;
	height: 246px;
	float: left;
	margin: 304px 8px 0 -2px;
}

.friendsBannerTexture {
	width: 226px;
	height: 289px;
	background-image: url(../images/design/friendsBannerBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: -23px;
	top: -13px;
	z-index: -1;
}

.friendsBanner h2 {
	font-size: 14px;
	font-weight: bold;
}

.friendsBannerInvite,
.friendsBannerChallenge {
	height: 259px;
}

.friendsBanner3 {
	height: 276px;
}

.friendsBannerInvite1 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite1.png);
}
.friendsBannerInvite2 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite2.png);
}
.friendsBannerInvite3 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite3.png);
}
.friendsBannerInvite4 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite4.png);
}
.friendsBannerInvite5 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite5.png);
}
.friendsBannerInvite6 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite6.png);
}
.friendsBannerInvite7 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerInvite7.png);
}

.friendsBannerChallenge1 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerChallenge1.png);
}
.friendsBannerChallenge2 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerChallenge2.png);
}
.friendsBannerChallenge3 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerChallenge3.png);
}
.friendsBannerChallenge4 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerChallenge4.png);
}
.friendsBannerChallenge5 .friendsBannerTexture {
	background-image: url(../images/content/de/fConnectBannerChallenge5.png);
}

.friendsBanner .fConnectButtonWrapper {
	position: absolute;
	left: 35px;
	top: 188px;
	border: 3px solid #FFFFFF;
}

.friendsBanner .fConnectButton  {
	position: static;
}

.friendsBanner .challengeFriendsLink {
	display: block;
	cursor: pointer;
	width: 190px;
	height: 180px;
	position: absolute;
	left: -5px;
	top: 50px;
}

.friendsCounter {
	position: absolute;
	left: 3px;
	top: 30px;
	font-size: 11px;
	color: #00274d;
}

.friendsLink {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 11px;
	color: #00274d;

}

.friendsList {
	width: 176px;
	background-color: #FFFFFF;
	xposition: absolute;
	xleft: -6px;
	xtop: 47px;
	float: left;
	padding: 8px 9px 0px 9px;
	margin: 20px 0 30px -6px;
}

.friendsListRow {
	clear: left;
	float: left;
	margin-right: -50px;
	width: 189px;
	margin-bottom: 10px;
}

.lastRow {
	margin-bottom: 5px;
}

.friendsList a {
	color: #3B5998;
	display: block;
	width: 50px;
	word-wrap: break-word;
	float: left;
	font-size: 11px;
	line-height: 14px;
	margin: 0 13px 0px 0;
	width: 50px;
}

.friendsList a:hover {
	color: #FF0000;
}

.friendsList a img {
	margin-bottom: 3px;
}

.friendsBanner .friendsList li.lineBreak {
	clear: left;
	float: left;
}


/* USER DETAILS */

.userDetails {
	position: relative;
	color: #424242;
	padding-bottom: 21px;
	width: 243px;
	float: left;
	margin-bottom: 20px;
}

.userDetails table {
	width: 100%;
	margin-bottom: 25px;
}

.userDetails td {
	border-bottom: 1px solid #d5dae0;
	font-size: 11px;
	height: 20px;
}

.userDetails .firstColumn {
	font-weight: bold;
}

.userDetails h3 {
	color: #424242;
	font-size: 11px;
	margin-bottom: 7px;
}

.userDetails p {
	font-size: 11px;
	line-height: 17px;
	margin-bottom: 0;
}

.userDetailsTextureBottom {
	background-image: url(../images/design/textureBottomUserDeatils.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 258px;
	height: 5px;
	position: absolute;
	left: 0px;
	bottom: 0;
}


/* FRIENDS LIST */

.friends h1 {
	margin-bottom: 38px;
}

.friends h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 32px;
}

.friends .friendsH2Texture {
	width: 478px;
	height: 42px;
	background-image: url(../images/design/friendsH2Background.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: -14px;
	top: 47px;
	z-index: -1;
}

.friends .inviteFriendsLink {
	left: 326px;
	top: 57px;
}

.friends .friendsList {
	width: 470px;
	padding: 0;
	float: none;
	background-color: transparent;
}

.friends .friendsListRow {
	width: 470px;
	padding-left: 9px;
}

.friends .friendsList a {
	margin-right: 16px;
	color: #424242;
}

.friends .friendsList a:hover {
	color: #FF0000;
}	


/* EDIT PROFILE */

.editProfile h1 {
	margin-bottom: 36px;
}

.editProfile .registrationForm .day,
.editProfile .registrationForm .month,
.editProfile .registrationForm .year {
	width: 68px;
}

.editProfile .radio {
	margin-right: 7px;
}

.editProfile .radioDescription {
	margin-right: 20px;
}

.editProfile .hobbies {
	width: 296px;
	height: 132px;
	font-family: Arial, Helvetica, sans-serif;
}

td.hobbiesTableCell {
	vertical-align: top;
	padding-top: 8px;
}

.editProfile .registrationForm p {
	xmargin-bottom: 20px;
}

.cancelButtonWrapper {
	float: left;
	margin: 15px 59px 0 29px;
}

.saveProfileButtonWrapper {
	float: left;
	margin-top: 15px;
}

.cancelButton,
.safeProfileButton,
.closeProfileButton {
	width: 169px;
	height: 39px;
}


/* EDIT PROFILE CONFORMATION */

.editProfile h2 {
	margin-bottom: 33px;
}

.editProfile div.hobbies {
	height: auto;
}

.editProfile .closeProfileButtonWrapper {
	width: 100%;
	text-align: center;
	margin-top: 22px;
}


/***** PLAY *****/

.play .contentWrapper {
	overflow: visible;
	padding: 17px 0 0 0;
	z-index: -10;
}

.gameSelectionTexture {
	width: 982px;
	height: 772px;
	/*background-image: url(../images/design/gameSelectionBackground.png);*/
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: -369px;
	top: -51px;
}

.gameSelectionPlaceholder {
	position: absolute;
	left: -369px;
	top: -68px;
}


/***** START *****/

.textureRightHand {
	width: 130px;
	height: 260px;
	position: absolute;
	left: 142px;
	top: 764px;
	background-image: url(../images/design/rightHand.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1000;
}

.textureLeftHand {
	width: 185px;
	height: 170px;
	position: absolute;
	left: 672px;
	top: 560px;
	background-image: url(../images/design/leftHand.png);
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 1000;
}

.start .mainContainer {
	left: 120px;
	top: 0px;
	width: 660px;
}

.start .metaNavi {
	left: 200px;
}

.start .mainNavi {
	left: 266px;
	width: 420px;
}

.start .contentWrapper {
	position: relative;
	width: 476px;
	padding: 17px 29px 0 72px;
	overflow: hidden;
	left: 104px;
}

.start .textureBottom2 {
	position: relative;
	left: 108px
}

.start .flashBannerWrapper {
	position: relative;
	margin: 68px 0 28px 48px;
}

.start .flashBannerTexture {
	width: 707px;
	height: 429px;
	background-image: url(../images/design/flashBannerTexture.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: -32px;
	top: -35px;
	z-index: -1;
}

.start .flashBanner {
	width: 643px;
	height: 362px;
}

.start h1 {
	position: relative;
	left: -8px;
	margin-bottom: 41px;
	width: 432px;
}

.start h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	width: 432px;
	margin-top: 24px;
}

.start h3 {
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	margin-bottom: 18px;
	width: 432px;
}

.start p {
	font-size: 11px;
	line-height: 16px;
	color: #424242;
	margin-bottom: 15px;
	width: 432px;
}

.start p.hasSeperator {
	background-image: url(../images/design/newsSeperator.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 28px;
}

.start .newsImage {
	margin: 0 14px 22px 0;
}


/***** PRICES *****/

.prices .textureTop {
	background-image: url(../images/design/textureTopPrices.png);
}

.prices .subNavi {
	background-image: none;
	margin: 0;
	left: 173px;
	top: 0px;
}

.prices .subNavi li {
	margin: 0;
	padding: 0;
	float: none;
}

.prices .subNavi li a {
	font-size: 18px;
}

.prices .subNavi .button1 {
	position: absolute;	
	left: 29px;
	top: 0px;
	padding: 8px 15px 8px 30px;
	margin: 0;
}

.prices .subNavi .button2 {
	position: absolute;
	left: 181px;
	top: 2px;
	padding: 10px 40px 15px 40px;
	margin: 0;
}

.prices p {
	line-height: 18px;
	margin-bottom: 6px;
}

.prices .lead {
	color: #003970;
	margin-bottom: 24px;
	
}

.prices h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 1px;
}

.prices h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 18px;
}

.pricesImage {
	margin-bottom: 28px;
}

.prices p.hasSeparator {
	border-bottom: 1px solid #b3bbc7;
	padding-bottom: 7px;
}


/***** TUTORIAL *****/

.tutorial .mainContainer {
	position: absolute;
	left: 87px;
	top: 0px;
	width: 770px;
	padding: 140px 0 20px 0;
	z-index: -1;
}

.tutorial .metaNavi {
	position: absolute;
	left: 233px;
	top: 0;
	width: 100%;
}

.tutorial .language {
	right: 620px;
}

.tutorial .mainNavi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 299px;
	top: 63px;
}

.tutorial .tutorialBox {
	width: 770px;
	height: 534px;
	position: relative;
	margin-bottom: 16px;
}

.tutorial .tutorialTexture {
	width: 770px;
	height: 534px;
	background-image: url(../images/design/tutorialBackground.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.tutorial .contentWrapper {
	position: relative;
	margin: 0px 0 0 113px;
	width: 452px;
	padding: 17px 37px 0 64px;
	z-index: 0;
	overflow: hidden;
}

.tutorial .textureBottom2 {
	margin-left: 137px;
}

/* TUTORIAL TABS*/

.tutorial .tabs {
	width: 665px;
	height: 312px;
	xposition: absolute;
	left: 65px;
	top: 27px;
	padding: 13px 0 0 10px;
}

.tutorial .tab4Selected,
.tutorial .tab5Selected {
	background-position: left top;
	background-repeat: no-repeat;
}

.tutorial .tab1Selected {
	background-image: url(../images/design/tutorialTab1SelectedBackground.gif);
}

.tutorial .tab2Selected {
	background-image: url(../images/design/tutorialTab2SelectedBackground.gif);
}

.tutorial .tab3Selected {
	background-image: url(../images/design/tutorialTab3SelectedBackground.gif);
}

.tutorial .tab4Selected {
	background-image: url(../images/design/tutorialTab4SelectedBackground.gif);
}

.tutorial .tab5Selected {
	background-image: url(../images/design/tutorialTab5SelectedBackground.gif);
}

.tutorial .tabs li a {
	width: 131px;
	text-align: center;
	padding: 10px 0 10px 0;
}

.tutorial .tab4Selected .tab4,
.tutorial .tab5Selected .tab5 {
	color: #FF0000;
}


/* TUTORIAL ILLUSTRATION */

.tutorial .tutorialIllustration {
	width: 643px;
	height: 362px;
	position: absolute;
	z-index: 60;
	left: 106px;
	top: 89px;
}


/* TUTORIAL TEXT */

.tutorial p {
	line-height: 18px;
	margin-bottom: 24px;
}

.tutorial .lead {
	color: #003970;
	margin-bottom: 24px;
	
}

.tutorial h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 1px;
}

.tutorial h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1px;
	line-height: 18px;
}

.tutorialImage {
	margin-bottom: 28px;
}

.tutorial p.hasSeparator {
	border-bottom: 1px solid #b3bbc7;
	padding-bottom: 7px;
}


/***** TERMS *****/

.terms .contentArea {
	height: 521px;
}	

.terms h2 {
	font-size: 16px;
	margin-bottom: 1px;
}

.terms .contentArea p {
	line-height: 18px;
	margin-bottom: 18px;
	color: #00274d;
}


/********** SIDEBAR **********/

.sidebar {
	position: absolute;
	left: 837px;
	top: 116px;
}

.teaser {
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
}

.teaserRed {
	width: 162px;
	height: 200px;
	background-image: url(../images/content/de/tournamentTeaser.png);
}

.teaserBlue {
	width: 162px;
	height: 176px;
	background-image: url(../images/content/de/funTeaser.png);
	margin-top: -10px;
}

.sponsors {
	width: 123px;
	height: 201px;
	margin-top: 5px;
	padding: 53px 13px 0 12px;
	position: relative;
}

.sponsorsTexture {
	position: absolute;
	background-image: url(../images/content/de/sponsors.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 148px;
	height: 201px;
	left: 0;
	top: 0;
	z-index: -1;
}

.sponsors a {
	display: block;
}

.sponsors .sponsor1 {
	width: 123px;
	height: 36px;
}

.sponsors .sponsor2 {
	width: 123px;
	height: 48px;
}

.sponsors .sponsor3 {
	width: 123px;
	height: 50px;
}


/********* FOOTER **********/

.footer {
	font-size: 11px;
	color: #FFFFFF;
	margin: 5px 0 0 14px;
	text-align: center;
	width: 504px;
}

.start .footer {
	margin-left: 118px;
}

.tutorial .footer {
	margin-left: 151px;
}

.play .footer {
	position: absolute;
	top: 755px;
	left: -95px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover {
	text-decoration: underline;
}g