/* ALLGEMEIN */
	body {
		font-family:verdana,arial,helvetica;
		font-size:11px;
		color:#000000;
		font-weight:normal;
	}

	/*h2 {
		margin-top: 0px;
	}*/

/* SCHRIFTARTEN */
	.smallbox
	{
		margin-bottom:30px;
		width: 100%;
		font-family:arial,verdana,helvetica;
	}
	.mediumbox
	{
		margin-bottom:30px;
		width: 100%;
		font-family:arial,verdana,helvetica;
	}

	/* Grau groß - Headline Boxen */
	.ps_boxhead {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/headbg.gif') repeat-x left top;
		height:22px;

		font-family:arial,verdana,helvetica;
		font-size:12px;
		color:#707173;
		font-weight:bold;
		padding-left:8px;
		padding-top:5px;
	}

	/* Gelb groß - Headline Boxen */
	.ps_boxhead_yellow {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/headbg_yellow.gif') repeat-x left top;
		height:22px;

		font-family:arial,verdana,helvetica;
		font-size:12px;
		color:#000000;
		font-weight:bold;
		padding-left:8px;
		padding-top:5px;
	}
	/* Hellgelb groß - Headline Boxen */
	.ps_warningbox_yellow {
		height:22px;
		width:510px;
		font-family:arial,verdana,helvetica;
		font-size:15px;
		color:#000000;
		font-weight:bold;
		padding-left:50px;
		padding-top:6px;
		border:1px solid #fff;
		background-color: #ffe491;
	}
	/* Headlines im Content z.B. News */
	.ps_contenthead {
		font-family:arial,verdana,helvetica;
		font-size:12px;
		color:#000;
		font-weight:bold;
	}

	/* normale Schrift bold */
	.ps_contentb {
		font-weight:bold;
	}

	/* Datum Uhrzeit - klein grau */
	.ps_datetime {
		font-family:arial,verdana,helvetica;
		font-size:10px;
		color:#9e9e9e;
		float: left;
		margin-bottom:0px;
		margin-top:-6px;
	}
	/* Datum Uhrzeit Zusatz für News Startseite */
	.newsdt {
		height:18px;
	}

	/* Rote Schrift Bold */

	.redtxt {
		color:#d50100;
		font-weight:bold;
		font-size:11px;
	}


/* LINKS */

	/* Textlink */
	a {

		/* font-size:11px; */
		font-size:inherit;
		color:#000;
		text-decoration:underlined;
	}
	a:hover {

		color:#000;
		text-decoration:none;
	}

	/* Textlink mit Pfeilkopf vorne */
	a.linkpfeil {
		background: url('http://static.pokerstrategycdn.com/front/images/pfeilk.gif') no-repeat left top;
		margin-left:4px;
		padding-left:7px;
		font-size:11px;
		color:#000;
		text-decoration:underlined;

	}
	a.linkpfeil:hover {
		background: url('http://static.pokerstrategycdn.com/front/images/pfeilk.gif') no-repeat left top;
		padding-left:7px;
		margin-left:4px;

		font-size:11px;
		color:#000;
		text-decoration:none;
	}

	/* Grauer Textlink */
	a.graylink {

		font-size:11px;
		color:#9e9e9e;
		text-decoration:underlined;
	}
	a.graylink:hover {

		font-size:11px;
		color:#9e9e9e;
		text-decoration:none;
	}

	/* Grauer Link mit Pfeilkopf vorne */
	a.glinkpfeilk {
		background: url('http://static.pokerstrategycdn.com/front/images/pfeilk.gif') no-repeat left top;
		padding-left:8px;

		font-size:11px;
		color:#9e9e9e;
		text-decoration:underlined;
	}
	a.glinkpfeilk:hover {
		background: url('http://static.pokerstrategycdn.com/front/images/pfeilk.gif') no-repeat left top;
		padding-left:8px;

		font-size:11px;
		color:#9e9e9e;
		text-decoration:none;
	}

	/* Grauer Link mit Pfeil vorne */
	a.glinkpfeil {
		background: url('http://static.pokerstrategycdn.com/front/images/pfeil.gif') no-repeat left top;
		padding-left:15px;
		margin-left:4px;
		font-size:11px;
		color:#9e9e9e;
		text-decoration:underlined;
	}
	a.glinkpfeil:hover {
		text-decoration:none;
	}

	/* Textlink mit Lupe vorne */
	a.lupelink {
		background: url('http://static.pokerstrategycdn.com/front/images/lupelink.gif') no-repeat left top;
		padding-left:17px;

		font-size:11px;
		color:#000;
		text-decoration:underlined;
		line-height:16px;
		border:0px solid red;
	}
	a.lupelink:hover {
		background: url('http://static.pokerstrategycdn.com/front/images/lupelink.gif') no-repeat left top;
		padding-left:17px;

		font-size:11px;
		color:#000;
		text-decoration:none;
		line-height:16px;
	}
	/* Textlink mit grünem Pfeilkopf vorne */
	a.linkgpfeil {
		background: url('http://static.pokerstrategycdn.com/front/images/gpfeil.gif') no-repeat left top;
		padding-left:15px;

		font-size:11px;
		color:#C70A0A;
		text-decoration:underlined;
		line-height:16px;
		border:0px solid red;
	}
	a.linkgpfeil:hover {
		background: url('http://static.pokerstrategycdn.com/front/images/gpfeil.gif') no-repeat left top;
		padding-left:15px;

		font-size:11px;
		color:red;
		text-decoration:none;
		line-height:16px;
	}

	a.redlink {
		color:#C70A0A;

	}
	a.redlink:hover {
		color:red;
	}

	a.redlinkxxl {
		color:#C70A0A;
		font-size:12px;
		font-weight:bold;

	}
	a.redlinkxxl:hover {
		color:red;
		font-size:12px;
		font-weight:bold;
	}

	/* Bold Textlink mit grünem Pfeilkopf vorne */
	a.blinkgpfeil {
		background: url('http://static.pokerstrategycdn.com/front/images/gpfeil.gif') no-repeat left top;
		padding-left:15px;

		font-size:12px;
		color:#C70A0A;
		text-decoration:underlined;
		line-height:20px;
		font-weight:bold;
		border:0px solid red;
	}
	a.blinkgpfeil:hover {
		background: url('http://static.pokerstrategycdn.com/front/images/gpfeil.gif') no-repeat left top;
		padding-left:15px;

		font-size:12px;
		color:red;
		font-weight:bold;
		text-decoration:none;
		line-height:20px;
	}


/* weiter geht's mit: BOXEN HINTERGRUND (-GRAFIKEN), Kategorisiert */


/* Statusbox */


	#status_bg {
		background: #f8f8f8 url('http://static.pokerstrategycdn.com/front/images/status_bg-f8f8f8.png') no-repeat -20px top;
		min-height:120px;
		margin: 0;
		padding: 5px 0 12px 10px;
	}


/* Freunde werben */


	#taf_bg {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/tafbg.jpg') no-repeat right top;
		width:179px;
		min-height:80px;
		margin-bottom:0px;
	}


/* T-Shirtcode */


		/* T-Shirtcode Headline (eigener Background wegen Überlappung der Grafik) */
		#shirt_head_bg {
			background: #fff url('http://static.pokerstrategycdn.com/front/images/shirt_head_bg.jpg') no-repeat right top;
			width:179px;
			height:27px;
			font-family:arial,verdana,helvetica;
			font-size:12px !important;
			color:#707173 !important;
			font-weight:bold;
		}

		/* T-Shirtcode */
		#shirt_bg {
			background: #fff url('http://static.pokerstrategycdn.com/front/images/shirt_bg.jpg') no-repeat right top;
			width:179px;
			min-height:50px;
			margin-bottom:0px;
		}


/* Quiz */


	#quiz_bg {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/quiz_bg.jpg') no-repeat right top;
		width:380px;
		min-height:36px;
		margin-bottom:0px;
	}


/* Promo-Auszahlung */


	#promo_bg {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/promo_bg.jpg') no-repeat right top;
		width:179px;
		min-height:90px;
		margin-bottom:0px;
	}


/* Community */


		/* Community Header (Grafik befindet sich über der Headline) */
		#com_head {
			background: #fff url('http://static.pokerstrategycdn.com/front/images/com_head.jpg') no-repeat right bottom;
			width:377px;
			height:34px;
			margin-top:-10px;
		}

		/* Community (Hintergrund) */
		#com_bg {
			background: #fff url('http://static.pokerstrategycdn.com/front/images/com_bg.jpg') no-repeat left top;
			width:377px;
			min-height:240px;
			padding: 10px 10px 10px 10px;
		}

		/* Community Bild 1  */
		#com_com1 {
			background: url('http://static.pokerstrategycdn.com/front/images/com_com1.gif') no-repeat left center;
			min-height:50px;
			margin: 20px 0 0 0;
			padding: 0 0 0 80px;
		}
		/* Community Bild 2  */
		#com_com2 {
			background: url('http://static.pokerstrategycdn.com/front/images/com_com2.gif') no-repeat left center;
			min-height:50px;
			margin: 20px 0 0 0;
			padding: 0 0 0 80px;
		}


/* POKER ROOMS TABELLE */


	/* Spalten - class für <td> bei einfachem <Table>-Design */
	.ptab {
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
		height:18px;
	}

	/* Hintergrundfarbe Reihe 1 */
	.newodd {
		background-color:#ededed;
	}

	/* Hintergrundfarbe Reihe 2 */
	.neweven {
		background-color:#f7f7f7;
	}

	/* Statusanzeige am Ende der Tabelle */
	.ptab_status {
		background: #fff url('http://static.pokerstrategycdn.com/front/images/ptab_status_bg.gif') repeat-x right bottom;
		height:19px;
		width:100%;
		padding-left:9px;
		font-weight:bold;
	}

	#leftCol {
		overflow: hidden;
		float: left;
		width: 180px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	#midCol {
		overflow: hidden;
		float: left;
		width: 380px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	#midCol_large {
		overflow: hidden;
		float: left;
		width: 572px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0px;
	}
	#rightCol {
		overflow: hidden;
		float: left;
		width: 380px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

	#rightCol_small
	{
		overflow: hidden;
		float: right;
		width: 180px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	#subRightCol {
		overflow: hidden;
		float: right;
		width: 179px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	#subLeftCol {
		overflow: hidden;
		float: left;
		width: 179px;
		padding: 0px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

/* BUTTONS */

#hellotext {
	font-size: 13px;
}
#status {
	padding: 0;
	margin: 0 15px 0 0;
}

#currTo {
	background:#FFFFFF url('http://static.pokerstrategycdn.com/front/images/fieldbg.gif') repeat-x scroll center top;
	border-color:#7C7C7C #C3C3C3 #DDDDDD;
	border-style:solid;
	border-width:1px;
}

#head {
	background:#FFFFFF url('http://static.pokerstrategycdn.com/front/images/pagetitleBack.jpg') repeat-x scroll center center;
	margin: 12px 0 0px 0;
	padding: 1px 0 1px 10px;
	color:#707173;
}

th {
 background-color:#ffffff;
 font-size:9px;
 font-weight:normal;
 color:#000;
 font-family:arial,verdana,helvetica;
 height:30px;
 border:0px;
}

ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:5px 0;
}
ul li.arrow {
background:transparent url('http://static.pokerstrategycdn.com/front/images/arrow.gif') no-repeat scroll left 2px;
display:block;
padding-left:15px;
}
li.arrow2 {
background:url('http://static.pokerstrategycdn.com/front/images/arrow.gif') no-repeat scroll left 4px transparent;
line-height:15px;
padding:4px 0 5px 15px;
}
ul li.arrow3 {
background:transparent url('http://static.pokerstrategycdn.com/front/images/arrow3.gif') no-repeat scroll left 0px;
display:block;

padding-left:8px;
}
ul li.pfeil {
background:transparent url('http://static.pokerstrategycdn.com/front/images/pfeil.gif') no-repeat scroll left 2px;
display:block;
padding-left:15px;
}

.ps_button {
        height: 19px;
        font-family:arial,Verdana,sans;
        font-size:11px;
        color: #000000;
        background-color: #FFFFFF;
        border-top:1px solid #c3c3c3;
        border-left:1px solid  #c3c3c3;
        border-bottom:1px solid  #c3c3c3;
        border-right:1px solid  #c3c3c3;
        background-image: url('http://static.pokerstrategycdn.com/front/images/button_bg.gif');
        cursor: pointer;
}

.p_space {
	height:8px;
	margin-bottom:8px;
	padding:0px;
	width:100%;
	border:1px solid red;
}

.forwardlbox {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/pfeilbox.gif') no-repeat left top;
	height:21px;
	width:21px;
	position:relative;
	left:0px;
	top:0px;
	border:0px solid green;
	margin-left:147px;
	margin-top:-18px;
}

.forwardlbox2 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/pfeilbox.gif') no-repeat left top;
	height:21px;
	width:21px;
	position:relative;
	right:0px;
	top:0px;
	border:0px solid green;
	margin-left:352px;
	margin-top:-18px;
}

.comteasbox1 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/comteas1.jpg') no-repeat left top;
	float:left;
	width:81px;
	height:59px;
	margin-bottom:8px;
}
.comteasbox2 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/comteas2.jpg') no-repeat left top;
	float:left;
	width:81px;
	height:59px;
}
.comteasbox0 {
	float:left;
	width:170px;
	margin-bottom:3px;
}
.comteasbox0 ul {
	margin:0px;
	padding:0px;
}
.comteasbox0 h5 {
	margin:0px;
	padding:0px;
}

/* BONUSSEITE */


.anbieter_rbox {
	width:698px;
	min-height:102px;
	float:left;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-top:1px solid #dfdede;
border-right:1px solid #dfdede;
}
.anbieter_rbox2 {
	width:698px;
/*	min-height:170px; */
	float:left;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-right:1px solid #dfdede;

}
.anbieter_rbox_firstrow {
	width:698px;
	min-height:102px;
	float:left;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-right:1px solid #dfdede;

}

/* IE6 Hacks START */
* html .anbieter_rbox {
	width:678px;
}
* html .anbieter_rbox2 {
	width:678px;
}
/* IE6 Hacks ENDE */

.anbieter_lbox {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/platform_bonusbg.jpg') no-repeat scroll right top;
	width:261px;
	min-height:102px;
	float:right;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-top:1px solid #dfdede;
	border-right:1px solid #dfdede;
	overflow:hidden;
}
.anbieter_lbox2 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/platform_bonusbg.jpg') no-repeat scroll right top;
	width:261px;
	min-height:102px;
	float:right;
	color:#000;
	font-weight:normal;
	font-size:11px;
	border-right:1px solid #dfdede;
	overflow:hidden;
}
.anbieter_toplbox {
	width:261px;
	height:102px;
	float:right;
	padding-left:0px;
	background-color:#8f8f8f;
	height:16px !important;
	border-bottom:4px solid #d4d4d4;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

.anbieter_topbar {
	height:26px !important;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}
.anbieter_topshadow {
	height:26px;
}
.anbieter_splitbox1 {
	width:30%;
	float:left;
	padding-left:10px;
}
.anbieter_splitbox2 {
	width:45%;
	float:left;
	padding-left:10px;
}
.anbieter_splitbox3 {
	width:20%;
	float:left;
	padding-left:10px;
	padding-top:20px;
}

.anbieter_headbox {
	width:95%;
	float:left;
	padding-left:10px;
	margin-top:-1px;
}
.anbieter_spacer {
	clear:both;
	height:10px;
	width:100%;
}
h2 {
	color:#8f8f8f;
	font-weight:bold;
	font-size:17px;
	margin:10px 0 10px 0;
	display:block;
	clear:both;
}
hr {
	height:1px;
	background-color:#eaeaea;
	margin:7px 0 10px 0;
	padding:0px !important;
	margin:10px;
}
.normhr {
	height:1px;
	background-color:#eaeaea;
	margin:7px 0 10px 0;
	padding:0px !important;
	margin:10px 0 10px 0;
}
.sidehr {
	height:1px;
	background-color:#eaeaea;
	margin:7px 0 10px 0;
	padding:0px !important;
	margin-top:10px;
	margin-bottom:10px;
}
.anbieter_cont {
	border-top:0px !important;
}
.anbieter_cont {
	border-top:0px !important;
}
.anbieter_haken {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/anbieter_haken.gif') no-repeat left top;
	padding-left:18px;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000;
	display:block;
	line-height:16px;
	text-align:left;
}
/* blauer haken */
.anbieter_bhakendetail {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/anbieter_bhaken.gif') no-repeat left top;
	padding-left:18px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000;
	display:block;
	line-height:16px;
	text-align:left;
}

/* roter pfeilkopf */
.liste_rotpfeilkopf {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/auflistung_roter_pfeil.gif') no-repeat left 3px;
	padding-left:11px;
	font-family:arial,verdana,helvetica;
	font-size:12px;
	margin:2px 0 2px 0;
	color:#000;
	display:block;
	line-height:16px;
	text-align:left;
}

.anbieter_bhaken {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/anbieter_bhaken.gif') no-repeat left top;
	padding-left:18px;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000;
	display:block;
	line-height:16px;
	text-align:left;
}
.anbieter_greenpfeillink {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/anbieter_haken.gif') no-repeat left top;
	padding-left:18px;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	color:#000;

	line-height:20px;
}
.platformcontent {
	padding-top:5px;
}
.centercontent {
	text-align:center;
	text-position:center;
}
.codeoverview {
	font-size:15px;
	font-weight:bold;
	padding-left:8px;
}
.codegray {
	position:relative;
	font-size:11px;
	color:#808080;
	margin:7px 0 7px 0;
}

.menu a span.tafreiter1 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}
.menu a span.tafreiter2 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}
.menu a span.tafreiter3 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}

.menu a.active span.tafreiter1 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter_w0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}
.menu a.active span.tafreiter2 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter_w0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}
.menu a.active span.tafreiter3 {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/tafreiter_w0.gif') no-repeat scroll 0 0;
	padding-left:21px;
}

.green_down_button {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/greenbuttonbg.gif') no-repeat left top;
	position:relative;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	height:34px;
	width:163px;
	margin-left:8px;
	#margin-left:0px;
	padding-top:4px;
	text-align:center;
}
.green_down_button a {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:13px;
}
.green_down_button a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:13px;

}
.green_small {
	font-size:9px;
	font-weight:normal;
}
a.boldlink {

	font-weight:bold;
	color:#C70A0A;
}

a.boldlink:hover {

	font-weight:bold;
	color:red;
}

.formsubmit {
	border:1px solid #000;
	background-color:#cccccc;
	font-size:10px;
	margin-top:4px;
}
.ticketbox {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/ticketbg.jpg') no-repeat right top;
}
.sublinetxt {
	font-family:arial,verdana,helvetica;
	font-size:15px;
	color:#8f8f8f;
	text-decoration:underlined;
	line-height:16px;
	font-weight:bold;
}
.headlinetxt {
	font-family:arial,verdana,helvetica;
	font-size:14px;
	color:#000;
	text-decoration:underlined;
	line-height:16px;
	font-weight:bold;
	margin-bottom:4px;
}
.anbieterinfos1 {
	margin:5px 0px 5px 8px;
	#margin:9px 0px 9px 5px;
	width:28%;
	float:left;
	clear:both;
}
.anbieterinfos2 {
	margin:5px 0px 5px 0px;
	width:65%;
	float:left;
}
.anbieterbox1 {
	width:62%;
	float:left;
	border-right:1px solid #ededee;
	margin-top:4px;
}
.anbieterbox2 {
	width:37%;
	float:left;
	text-align:center;
	margin-top:9px;
}
.bonusphrase {
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.bonusboxbg {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/bonusboxbg.jpg') no-repeat right top;
	padding:10px 0 0 10px;
}
.bonuscode {
	font-size:11px;
	color:#8f8f8f;
}
.ps_boxhead_anbieter1 {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/headbg.gif') repeat-x left top;
	height:22px;
	font-family:arial,verdana,helvetica;
	font-size:12px !important;
	color:#707173 !important;
	font-weight:bold;
	padding-top:5px !important;
	float:left;
	width:31%;
	padding-left:0px !important;
}
.ps_boxhead_anbieter2 {
	background: #fff url('http://static.pokerstrategycdn.com/front/images/headbg.gif') repeat-x left top;
	height:22px;
	font-family:arial,verdana,helvetica;
	font-size:12px !important;
	color:#707173 !important;
	font-weight:bold;
	padding-top:5px !important;
	float:left;
	width:69%;
	padding-left:0px !important;
}

#fullBody2
{
	line-height: 140%;
}

.pagetitle {
background:transparent url('http://static.pokerstrategycdn.com/front/images/pagetitleBack.jpg') repeat scroll 0 0;
	color:#7F7F75;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	height:41px;
	line-height:41px;
	padding:0 20px 0 8px;
}

.pagetitle h2 {
	color:#7F7F75;
	clear:both;
	display:inline;
	float:left;
	font-size:16px;
	line-height:1.3em;
	margin-top:0.8em;
	text-decoration:none;
}

h2, h2 a {
	color:#000;
	font-size:16px;
	line-height:1.3em;
	margin:0.2em 0.2em 0.2em 0;
	text-decoration:none;
}


#platformtitle
{
	float: left;
}

#platformtabs
{
	float: left;
	padding: 8px 0 0 30px;
}

.headsubtxt a {
	background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_span.png') no-repeat scroll right top;
	color:#000000 !important;
	display:inline-block;

	font-family:arial,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:21px;
	line-height:normal;
	margin-right:3px;
	padding-right:6px;
	text-decoration:none;
	z-index:2;
}
.headsubtxt a.active {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_span.jpg') no-repeat scroll right top;
font-weight:bold;
height:22px;
}
/* Platforms - Overview */
.headsubtxt a.tab span.platforms_ {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_plattform.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_ {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_plattform.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* Platforms - Download */
.headsubtxt a span.platforms_download {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_downloads.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_download {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_downloads.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* Platforms - Getting Started */
.headsubtxt a  span.platforms_getting-started {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_started.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_getting-started {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_started.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* Platforms - About Free $50 */
.headsubtxt a span.platforms_free50 {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_aboutfree.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_free50 {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_aboutfree.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* Platforms - VIP-/Bonus Info */
.headsubtxt a span.platforms_bonus {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_vipbonusinfo.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_bonus {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_vipbonusinfo.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* Platforms - Instructions */
.headsubtxt a span.platforms_instructions {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_instructions.png') no-repeat scroll 0 0;
padding-left:27px;
}
.headsubtxt a.active span.platforms_instructions {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_instructions.png') no-repeat scroll 0 0;
padding-left:27px;
}

.headsubtxt a span {
display:block;
line-height:9px;
padding:7px 0 5px 9px;
}
.headsubtxt a.active span {
padding:7px 0 6px 9px;
}



/* JOB Section */
.menu a {
-x-system-font:none;
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_span.png') no-repeat scroll right top;
color:#000000 !important;
display:block;
float:left;
font-family:arial,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
height:21px;
line-height:normal;
margin-right:3px;
padding-right:6px;
text-decoration:none;
z-index:2;
}
.menu a.active {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_span.jpg') no-repeat scroll right top;
font-weight:bold;
height:22px;
}
/* JOB Section */
.menu a span.platforms_ {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_plattform.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_ {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_plattform.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span.platforms_download {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_downloads.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_download {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_downloads.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span.platforms_getting-started {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_started.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_getting-started {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_started.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span.platforms_free50 {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_aboutfree.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_free50 {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_aboutfree.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span.platforms_bonus {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_vipbonusinfo.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_bonus {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_vipbonusinfo.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span.platforms_instructions {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_grey_instructions.png') no-repeat scroll 0 0;
padding-left:27px;
}
.menu a.active span.platforms_instructions {
background:transparent url('http://static.pokerstrategycdn.com/front/images/bg_tab_instructions.png') no-repeat scroll 0 0;
padding-left:27px;
}
/* JOB Section */
.menu a span {
display:block;
line-height:9px;
padding:7px 0 5px 9px;
}
.menu a.active span {
padding:7px 0 6px 9px;
}




.ps_articlebody {
background:transparent url('http://static.pokerstrategycdn.com/front/images/plattformdetailbg.jpg') repeat-x scroll left top;
padding:0 8px 0 8px;
}
.ps_downloadbody {
padding:0 8px 0 8px;
}
.ps_besonderheiten_box {
width:100%;
margin-top:20px;
margin-bottom:20px;
border-top:1px solid #d0d0d0;
border-bottom:1px solid #d0d0d0;
text-align:left;
padding:4px 0 4px 0;
}
.ps_bonuscodebox {
font-weight:bolder;
font-family:tahoma;
margin-top:0px;
font-size:17px;
margin-bottom:24px;
margin-top:12px;
width:100%;
line-height:18px;
}

.ps_bonuscodebox strong {
color:#d6002d;
}

.rightboxborder {
border:1px solid #d0d0d0;
padding: 2px 8px 2px 8px;
margin-top:-2px;
}

.indicators
{
	width: 24px;
	height: 24px;
	background: url('http://static.pokerstrategycdn.com/front/images/icons/indicators.gif');
	display: inline-block;
}

.indicators.valid
{
	background-position: 0 -24px;

}

.indicators.pending
{
	background-position: 0 -110px;
}

.indicators.invalid
{
	background-position: 0 -78px;
}

.homewidget-progress-bar
{
    position: absolute;
    margin: 2px 0 2px 1px;
    height: 7px;
}

.homewidget-progress-background
{
    position: absolute;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 9px;
    border: 1px #9e9e9e solid;
}

.homewidget-progress-base
{
    background-color: #e5e5e5;
}

.homewidget-progress-ok
{
    background-color: #7dc231;
}

.homewidget-progress-warning
{
    background-color: #FFDE00;
}

.gemstonelist-table
{
    width: 100%
}

.gemstonelist-table th
{
    font-weight: bold;
    font-size: 11px;
    background-color: #f7f7f7;
    padding: 3px;
    height: auto;
    border-top: solid 1px #fff;
}

.gemstonelist-table .firstline td
{
    border: 0px;
}

.gemstonelist-table td
{
    padding: 3px;
    border-top: dashed 1px #d3d3d3;
}

.gemstonelist-table .gemstonelist-table-firstcol
{
    padding-left: 8px;
}

div.gemstoneslist-links
{
    padding: 12px 0 8px 0;
}

.gemstoneslist-links a
{
    padding-left: 8px;
    display: block;
}
