/***************************************
* Allgemeine Definitionen
***************************************/

/* Vertikalen Scrollbalken erzwingen, um Springen zu verhindern */
html {
	overflow-y:scroll;
	}

body {
	margin:0;
	border:0;
	padding:0px 0px 18px 0px;
	background:#7d7d7d url(/img/bg.gif) repeat-x top left;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	text-align:center;
	}

/* Keine Standard-Formatierungen fuer Bilder und Formulare */
img, form {
	margin:0;
	border:0;
	padding:0;
	}

/* Keine Umrandung fuer Links und Formulare */
a, input, select, textarea {
	outline:0;
	}

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

a.Yellow {
	color:#fabf6a;
	}

a.BrightYellow {
	color:#E2C366;
	}

a:hover {
	text-decoration:underline;
	}


/* Diverse Elemente ausblenden */
hr, span.hidden {
	display:none;
	}

strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

div.Clear {
	margin:0;
	border:0;
	padding:0;
	width:0;
	height:0;
	clear:both;
	overflow:hidden;
	}

/* Umschliessender Container */
#Wrap {
	position:relative;
	margin:3px auto 0px auto;
	border:0;
	padding:0;
	width:760px;
	color:#fff;
	text-align:left;
	overflow:hidden;
	}

/***************************************
* Header
***************************************/

#Header {
	position:relative;
	margin:0;
	border:0;
	padding:0;
	width:760px;
	height:126px;
	text-align:left;
	overflow:hidden;
	}

/* Logo */
#Header #Logo {
	margin:0;
	border:0;
	padding:16px 0px 0px 0px;
	width:380px;
	height:79px;
	background:url(/img/bg_logo.gif);
	text-align:left;
	float:left;
	overflow:hidden;
	}

#Header #Logo h1 {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:278px;
	height:79px;
	text-align:left;
	overflow:hidden;
	}

#Header #Logo h1 a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:278px;
	height:79px;
	background:url(/img/logo.gif);
	text-align:left;
	overflow:hidden;
	}

/* Sprache */
#Header #Language {
	margin:0;
	border:0;
	padding:20px 10px 5px 0px;
	width:370px;
	height:18px;
	background:url(/img/bg_language.gif);
	text-align:right;
	float:right;
	overflow:hidden;
	}

#Header #Language ul {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:auto;
	height:18px;
	text-align:left;
	list-style:none;
	float:right;
	overflow:hidden;
	}

#Header #Language ul li {
	display:block;
	margin:0;
	border:0;
	padding:0px 0px 0px 6px;
	width:18px;
	height:18px;
	text-align:left;
	list-style:none;
	float:left;
	overflow:hidden;
	}

#Header #Language ul li a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:18px;
	height:18px;
	text-align:left;
	overflow:hidden;
	}

#Header #Language ul #En a {
	background:url(/img/lang_en.gif);
	}

#Header #Language ul #De a {
	background:url(/img/lang_de.gif);
	}

#Header #Language ul #Fr a {
	background:url(/img/lang_fr.gif);
	}

#Header #Language ul #Es a {
	background:url(/img/lang_es.gif);
	}

#Header #Language ul #Pt a {
	background:url(/img/flagge_PT.png);
	}

/* Navigation */
#Header #Navigation {
	margin:0;
	border:0;
	padding:2px 0px 1px 0px;
	width:760px;
	height:28px;
	background:url(/img/bg_nav.gif);
	text-align:left;
	clear:both;
	overflow:hidden;
	}

#Header #Navigation ul {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:760px;
	height:28px;
	text-align:left;
	list-style:none;
	overflow:hidden;
	}

#Header #Navigation ul li {
	display:block;
	margin:0;
	border:0;
	padding:0px 17px 0px 15px;
	width:auto;
	height:28px;
	background:url(/img/nav_sep.gif) no-repeat top right;
	font-size:12px;
	line-height:28px;
	text-align:left;
	list-style:none;
	float:left;
	overflow:hidden;
	}

#Header #Navigation ul li a {
	color:#fff;
	text-decoration:none;
	}

#Header #Navigation ul li a:hover {
	text-decoration:underline;
	}

#Header #Navigation ul li.Mail a {
	padding-right:20px;
	background:url(/img/nav_mail.gif) no-repeat center right;
	}

#Header #Navigation ul li.Mail span {
	margin-left:4px;
	}

/* User-Panel */
#Header #UserPanel {
	position:absolute;
	top:43px;
	right:0px;
	margin:0;
	border:0;
	padding:6px 10px 13px 81px;
	width:289px;
	height:33px;
	background:url(/img/bg_userpanel.gif);
	text-align:left;
	overflow:hidden;
	}

#Header #UserPanel #Buddies, #Header #UserPanel #Chips {
	margin:0;
	border:0;
	padding:0;
	width:212px;
	height:14px;
	line-height:14px;
	text-align:right;
	float:left;
	overflow:hidden;
	}

#Header #UserPanel #Chips {
	margin-top:5px;
	}

#Header #UserPanel #Buddies span {
	padding-left:14px;
	background:url(/img/icon_buddies.gif) no-repeat center left;
	}

#Header #UserPanel #Chips span {
	padding-left:16px;
	background:url(/img/icon_chips.gif) no-repeat center left;
	}

#Header #UserPanel #MoreBuddies, #Header #UserPanel #MoreChips {
	margin:0;
	border:0;
	padding:0;
	width:67px;
	height:14px;
	text-align:left;
	float:right;
	overflow:hidden;
	}

#Header #UserPanel #MoreChips {
	margin-top:5px;
	}

#Header #UserPanel #MoreBuddies a, #Header #UserPanel #MoreChips a {
	display:block;
	margin:0;
	border:0;
	padding:0;
	width:67px;
	height:14px;
	overflow:hidden;
	}




#Header #UserPanel #MoreBuddies a { /* Ausgelagert in index.htm wg multilanguage*/
	background:url(/img/button_more_buddies.gif);
	}

#Header #UserPanel #MoreChips a { /* Ausgelagert in index.htm wg multilanguage*/
	background:url(/img/button_more_chips.gif);
	}

#Header #UserPanel a {
	color:#fff;
	text-decoration:underline;
	}

#Header #UserPanel #LoginCheck {
	margin:-3px 0px 0px -4px !important;
	margin:-3px 0px 0px -2px;
	border:0;
	padding:0;
	font-size:10px;
	line-height:12px;
	float:left;
	}

#Header #UserPanel #LoginRemember {
	margin:0px 0px 0px 3px;
	border:0;
	padding:0;
	font-size:10px;
	line-height:12px;
	float:left;
	}

#Header #UserPanel #LoginForgot {
	margin:0px 0px 0px 32px;
	border:0;
	padding:0;
	font-size:10px;
	line-height:12px;
	float:left;
	white-space:nowrap;
	}

#Header #UserPanel #LoginUser {
	margin:0;
	border:0;
	padding:0;
	float:left;
	}

#Header #UserPanel #LoginPass {
	margin:0;
	border:0;
	padding:0px 0px 0px 5px;
	float:left;
	}

#Header #UserPanel #LoginButton {
	margin:0px 0px 0px 5px;
	border:0;
	padding:1px 0px 0px 0px;
	width:45px;
	height:16px;
	float:left;
	}

#Header #UserPanel #LoginForgot a {
	text-decoration:none;
	}

#Header #UserPanel #LoginForgot a:hover {
	text-decoration:underline;
	}

/***************************************
* Content Signup
***************************************/
#ContentSignup {
	position:relative;
	height:400px;
	background:#160504 url(/img/bg_signup.jpg) no-repeat;
	margin:0;
	}

#ContentSignup #TitleLeft {
	position:absolute;
	top:20px;
	left:26px;
	width:410px;
	height:55px;
	}

#ContentSignup #TitleRight {
	position:absolute;
	top:20px;
	left:437px;
	width:410px;
	height:55px;
	}

#ContentSignup #Formular {
	position:absolute;
	top:92px;
	right:26px;
	width:300px;
	height:150px;
	}

#ContentSignup #TutorialLink {
	position:absolute;
	right:28px;
	top:241px;
	width:240px;
	font-weight:bold;
	}

#ContentSignup #TutorialLink h1 {
	font-size:12px;
	margin:0 0 2px;
	}

#ContentSignup #Formular .Button {
	margin:0 0 0 100px;
	}

#ContentSignup #Formular .Text {
	margin:12px 0 0 100px;
	font-size:10px;
	}

#ContentSignup #Formular .Error {
	width:235px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	background:url(/img/bg_signup_error.gif) repeat-x;
	border:#d5271e 1px solid;
	float:right;
	margin-top:10px;
	}

.LabelSignup {
	float:left;
	width:90px;
	text-align:right;
	margin: 3px 6px 0 0;
	color:#c7c5c5;
}

.InputSignup {
	float:left;
	width:190px;
	font-size:11px;
	line-height:13px;
	padding: 2px;
	border:1px solid #d0d0cf;
	background:url(/img/bg_input_signup.gif);
	margin: 0 0 8px 0;
}

.InputSignup option {
	background: #FFF;
}

/***************************************
* Content
***************************************/

#Content {
	background:#130303 url(/img/bg_content.jpg);
	padding:0 0 14px 0;
	margin:0;
	overflow:hidden;
	}

#Content #ContentContainer {
	width:760px;
	height:596px;
	padding:0;
	overflow:hidden;
	}

#Content #ContentContainer h1	{
	margin:0;
	padding:0;
	font-size:11px;
	color:#e9dfd1;
	}

#Content #ContentContainer h2	{
	margin:0;
	padding:0;
	font-size:11px;
	color:#fff;
	}

.TitleBar {
	height:20px;
	overflow:hidden;
	color:#e9dfd1;
	padding:3px 8px 0 8px;
	line-height:16px;
	margin:0;
	background:#030303 url(/img/bg_titlebar.gif) repeat-x left top;
	}

.TitleBar h1,.TitleBar h2 {
	margin:0;
	padding:0;
	font-size:11px;
	color:#e9dfd1;
	}

.TitleBar .PosRight {
	float:right;
	}

/* Content: PlayNow */

#PlayNow {
	position:relative;
	margin-top:24px;
	width:340px;
	text-align:center;
	overflow:hidden;
	}

#PlayNow p {
	margin:3px 0px 0px 0px;
	color:#636363;
	font-weight:bold;
	}

/* Content: At this table */

#AtTable {
	margin:15px 0px 0px 0px;
	position:relative;
	width:340px;
	height:250px;
	}

#AtTable .ScrollLeft {
	position:absolute;
	top:39px;
	left:6px;
	width:8px;
	height:188px;
	}

#AtTable .ScrollRight {
	position:absolute;
	top:39px;
	right:10px;
	width:8px;
	height:188px;
	}

#AtTable #ContainerPlayer {
	width:300px;
	height:228px;
	padding:2px 0 0 0;
	margin:0 0 0 18px;
	background:#333333 url(/img/bg_containerplayer.gif);
	}

#AtTable #ContainerPlayer .Player {
	float:left;
	width:57px;
	height:90px;
	margin:14px 0 0 2px;
	text-align:center;
	overflow:hidden;
	}

#AtTable #ContainerPlayer .Player .Name {
	width:55px;
	height:21px;
	margin:3px 0 0 0;
	text-align:center;
	overflow:hidden;
	color:#9f9f9f;
	font-size:10px;
	line-height:10px;
	}

#AtTable #ContainerPlayer .Player .Money {
	width:55px;
	height:18px;
	margin:0;
	padding:0;
	text-align:center;
	overflow:hidden;
	color:#9f9f9f;
	font-size:10px;
	line-height:10px;
	white-space:nowrap;
	}

#AtTable #ContainerPlayer .Player .Name a,#AtTable #ContainerPlayer .Player .Money a {
	color:#e9dfd1;
	}

/* Content: Text Pages */

#Content #ContentContainerTextPage {
	height:570px;
	padding: 13px 9px 13px 9px;
	}

#Content #ContentContainerTextPage h1	{
	margin:0;
	padding:0;
	font-size:11px;
	color:#e9dfd1;
	}

#Content #ContentContainerTextPage h2	{
	margin:0;
	padding:0;
	font-size:11px;
	color:#fff;
	}

#Content #ContentContainerTextPage #BgTransparency {
	padding: 10px 12px 20px 12px;
	background:url(/img/bg_textpage.png) !important;
	background:none;
	filter:none !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_textpage.png', sizingMethod='scale');
	height: 516px;
	}

/***************************************
* Buddielist
***************************************/

#BuddieList {
	position:relative;
	background:#391716 url(/img/bg_buddielist.gif);
	margin: 0 9px 0 9px;
	height: 210px;
	}

#BuddieList .ScrollLeft {
	position:absolute;
	top:45px;
	left:6px;
	width:12px;
	height:69px;
	}

#BuddieList .ScrollRight {
	position:absolute;
	top:45px;
	left:599px;
	width:12px;
	height:69px;
	}

#BuddieList #Banner {
	position:absolute;
	top:28px;
	right:6px;
	width:115px;
	height:165px;
	overflow:hidden;
	}

#BuddieList #ContainerBuddies {
	position:absolute;
	top:23px;
	left:25px;
	width:567px;
	height:171px;
	padding:0 0 0 1px;
	overflow:hidden;
	background:#6f322f url(/img/bg_buddielistmemb.gif);
	}

#BuddieList #ContainerBuddies .Dotted {
	clear:left;
	height:20px;
	margin:0;
	padding:0;
	background:url(/img/bg_dotted.gif) repeat-x;
	}

#BuddieList #ContainerBuddies .Buddy,#BuddieList #ContainerBuddies .InviteFriends {
	float:left;
	width:80px;
	height:170px;
	background:#290605;
	margin:0 1px 0 0;
	overflow:hidden;
	}

#BuddieList #ContainerBuddies .Buddy .Number,#BuddieList #ContainerBuddies .InviteFriends .Number {
	height:14px;
	margin:5px 5px 3px 7px;
	}

#BuddieList #ContainerBuddies .Buddy .Status {
	float:left;
	padding: 4px 3px 0 1px;
	margin:0 0 0 0px;
	}

#BuddieList #ContainerBuddies .Buddy .Name {
	float:left;
	width:65px;
	height:15px;
	overflow:hidden;
	color:#fabf6a;
	font-weight:bold;
	margin: 0 0 4px 0;
	white-space: nowrap;
	}

#BuddieList #ContainerBuddies .Buddy .Avatar {
	clear:left;
	width:50px;
	height:50px;
	overflow:hidden;
	margin:0 0 0 15px;
	}

#BuddieList #ContainerBuddies .Buddy .Money {
	width:80px;
	margin:6px 0 0 2px;
	text-align:center;
	overflow:hidden;
	color:#fabf6a;
	white-space: nowrap;
	}

#BuddieList #ContainerBuddies .Buddy .Links {
	width:80px;
	margin:7px 1px 0 1px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	overflow:hidden;
	white-space: nowrap;
	}

#BuddieList #ContainerBuddies .Buddy .Links a {
	color:#fff;
	}

#BuddieList #ContainerBuddies .Buddy .Links a span {
	font-weight:normal;
	}


#BuddieList #ContainerBuddies .InviteFriends .Invite {
	text-align:center;
	width:80px;
	height:15px;
	overflow:hidden;
	color:#fabf6a;
	font-weight:bold;
	margin: 0 0 4px 0;
	white-space: nowrap;
	}

#BuddieList #ContainerBuddies .InviteFriends .Avatar {
	text-align:center;
	}

#BuddieList #ContainerBuddies .InviteFriends .Links {
	margin: 22px 0 0 0;
	text-align:center;
	}

/***************************************
* Footer
***************************************/

#Footer {
	margin:0;
	border:0;
	padding:10px 10px 0px 0px;
	width:750px;
	height:78px;
	background:url(/img/bg_footer.gif);
	text-align:left;
	overflow:hidden;
	}

#Footer #FooterLanguage {
	margin:0;
	border:0;
	padding:0;
	color:#fff;
	line-height:17px;
	text-align:right;
	}

#Footer #FooterNav {
	margin:0;
	border:0;
	padding:0;
	color:#fabf6a;
	line-height:17px;
	text-align:right;
	}

#Dim {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	border:0;
	padding:0;
	width:760px;
	height:600px;
	background:#000;
	opacity:0.71;
	filter:Alpha(opacity=71);
	overflow:hidden;
	}

#Overlay {
	position:absolute;
	top:80px;
	left:174px;
	margin:0;
	border:1px solid #501713;
	padding:15px;
	width:379px;
	background:#330C09;
	float:none;
	overflow:hidden;
	}

#Overlay a.Underlined {
	text-decoration:underline;
	}

#Overlay h2 {
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	}

#Overlay p.Title {
	margin:5px 0px 0px 0px;
	border-bottom:1px dotted #A8A8A8;
	padding-bottom:10px;
	font-size:11px;
	line-height:17px;
	}

#Overlay div.Line {
	margin:0;
	border:0;
	border-bottom:1px dotted #A8A8A8;
	padding:0;
	height:6px;
	overflow:hidden;
	}

#Overlay a.LayerClose {
	background:transparent url(/img/button_layerclose_red.gif) repeat scroll 0 0;
	display:block;
	height:20px;
	position:absolute;
	right:11px;
	top:10px;
	width:20px;
	}

#Overlay input {
	float:none;
	}

#Overlay p.Label {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:95px;
	height:19px;
	color:#C7C5C5;
	line-height:19px;
	text-align:right;
	float:left;
	}

#Overlay p.Field, #Overlay p.Info, #Overlay p.Info2, #Overlay p.Button {
	margin:15px 0px 0px 0px;
	border:0;
	padding:0;
	width:276px;
	height:19px;
	color:#C7C5C5;
	line-height:19px;
	text-align:left;
	float:right;
	}

#Overlay p.Field span {
	color:#C7C5C5;
	}

#Overlay p.Info, #Overlay p.Info2 {
	margin:5px 0px 0px 0px;
	}

#Overlay p.Field, #Overlay p.Info2 {
	color:#fff;
	}

#Overlay p.Field .InputSignup {
	font-size:11px;
	float:none;
	line-height:13px;
	padding: 2px;
	border:1px solid #d0d0cf;
	background:url(/img/bg_input_signup.gif);
	margin:0;
	}

#Overlay p.Field input {
	font-size:11px;
	}

#Overlay div.Buddies {
	margin:10px 0px 0px -15px;
	border:0;
	padding:0;
	width:394px;
	height:44px;
	overflow:hidden;
	}

#Overlay div.Buddies div.Buddie {
	margin:0;
	border:0;
	padding:0px 0px 0px 15px;
	width:44px;
	height:44px;
	float:left;
	overflow:hidden;
	}

#Overlay .Error {
	margin:3px 0px 0px 0px;
	border:1px solid #D5271E;
	padding:5px;
	background:#d7d7d7 url(/img/bg_error.gif) repeat-x bottom left;
	color:#000;
	}

#Overlay .Error p {
	margin:0;
	}

#Columns {
	margin:0;
	border:0;
	padding:0;
	width:760px;
	text-align:left;
	overflow:hidden;
	}

#Columns #ColumnLeft {
	margin:0;
	border:0;
	padding:0;
	width:420px;
	text-align:left;
	overflow:hidden;
	float:left;
	}

#Columns #ColumnRight {
	margin:0;
	border:0;
	padding:0;
	width:340px;
	text-align:left;
	overflow:hidden;
	float:right;
	}

#Welcome {
	margin:10px 0px 0px 10px;
	border:0;
	padding:5px;
	width:391px;
	height:72px;
	background:#2F1210;
	text-align:left;
	overflow:hidden;
	}

#Welcome p.Avatar {
	margin:0;
	float:left;
	}

#Welcome p.Avatar img {
	border:1px solid #724644;
	}

#Welcome .BoxLeft {
	margin-left:8px;
	width:160px;
	float:left;
	}

#Welcome .BoxLeft p {
	margin:10px 0px 0px 0px;
	}

#Welcome .BoxLeft p.Title {
	margin:0;
	font-size:12px;
	line-height:16px;
	}

#Welcome .BoxLeft span {
	color:#FABF6A;
	}

#Welcome .BoxRight {
	float:left;
	}

#Welcome .BoxRight p {
	margin:0;
	}

#Welcome .BoxRight p.Icon {
	margin:10px 10px 0px 0px;
	float:left;
	}

#Welcome .BoxRight p.Status {
	margin:13px 0px 0px 0px;
	white-space:nowrap;
	}