body {
	background-image: url(/layout/bg-2.jpg);
	background-repeat: repeat;
	background-color: black;
	margin: 0px;
	text-align: center;

	font-family: Arial,Verdana;
	font-size: 9px;
	color: #252525;

	
}

#trans_overlay {	
	height: 10px;
	
	position: relative; 
	margin-top: -600px; 
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#facebook_like {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}



table {
	empty-cells: show;
}
hr {
	color: Silver;
	background-color: Silver;
}
a {
	color: #8c7e2b;
	text-decoration: none;
}
a:hover {
	color: #c3ad3e;
}

a.no-effect, a.no-effect:hover {
	color: #252525;
}

p {
	margin: 5px;
	color: Black;
}

h1 {
	margin-left: 10px;
	font-size: 14pt;
	margin-bottom: 0px;
	margin-top: 10px;
}
h1 a, h1 a:hover {
	color: #252525;
	font-size: 13pt;
	font-size: 17px;
}
h2 {
	font-size: 13pt;
	font-size: 17px;
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 15px;
}

#tabs_content h2 {
	margin-top: 10px;
}
.ranking h2 {
	font-size: 13pt;
	font-size: 17px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 15px;	
}
h2.ranking {
	font-size: 9pt;
	margin: 0px;
	font-weight: bold;
	padding: 0px;
}

h3 {
	font-size: 12pt;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 15px;
}

h4 {
	font-size: 10pt;
	margin-top: 10px;
	font-weight: bold;
	margin-left: 20px;
}
#tabs_content h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 9pt;

}

h5 {
	/* Bemerkungen im Text z.B. Uebersetzungen */
	font-size: .8em;
	color: #959595 ;
	font-weight: 100;
	margin-left: 20px;
}

#site {
 /* 
 FF width+padding = 1024 
 IE width-padding < 1024 
 */
	margin: auto;
	padding: 6px;
	padding-top: 0px;
	text-align:left;
	background-image: url(/layout/nav/spac_bg.jpg);
	background-repeat: repeat-x;
	background-color: #eedf93;
}

#site {
	/* tanteks box-hack */
	width: auto;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 996px;
	height: auto;
}

#header {
	background-color: Black;
	background-color: transparent;
	width: 996px;
	height: 140px;
	/* background-image: url(/layout/header.jpg); */
	padding: 0px;
}
#header img {
	margin: 0px;
}
div#WRAP_poker_calc {
	height: 610px;
	margin: 0;
	padding: 0;
	margin-top: 0px;	
	padding-left: 3px;
	margin-bottom: -10px;
}

#nav {
	background-color: transparent;
	width: 180px;
	height:  auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav #spacer {
	position: relative;
	height: 12px;
	margin: 0px;
	padding: 0px;
}
img.nav_spacer {
	float:left;
}
#nav a {
	text-decoration: none;
	font-size: 10pt;
	color: black;
	background-color: #ffffe8;
}

#nav #menu a {
	/* erste Ebene */
	background-image: url(/layout/buttons/normal.jpg);
	width: 180px;
	height: 26px;	
	display: block;
	text-indent: 10px;
	line-height: 22px;	 /* sorgt dafuer, dass Text vertikal zentriert */	
}
#nav #menu a.open {
	background-image: url(/layout/buttons/open.jpg);	
	border-bottom: 1px solid white;
}
#nav #menu a.open:hover {
/* offene Navs aendern sich nicht */
	background-image: url(/layout/buttons/open.jpg);	
}
#nav #menu a:hover {
	background-image: url(/layout/buttons/normal_hover.jpg);	
}

#nav #sub_menu a {
	/* zweite Ebene */
	width: 180px;
	background-image: url(/layout/buttons/sub_verlauf.jpg);
	background-repeat: repeat;
	background-color: #e8e4ba;
	text-indent: 20px;
	display: block;	
	font-size: 9pt;
	height: 22px;
	line-height: 19px;
}
#nav #sub_menu a:hover {
	background-image: none;
}
#nav #sub_menu a.close, #nav #sub_menu a.close:hover {
	background-image: url(/layout/buttons/sub_normal.gif);
	background-color: #e8e4ba;
}
#nav #sub_menu a.open, #nav #sub_menu a.open:hover {
	background-image: url(/layout/buttons/sub_open.jpg);
	background-color: #e8e4ba;
	border-bottom: 0px;
	height: 19px;
}

#nav #sub_sub_menu a {
/* 3.Ebene */
	width: 180px;
	text-indent: 40px;
	font-size: 8pt;
	display: block;
	background-color: transparent;	
	background-image: none;
	height: 19px;
	line-height: 19px;
}
#nav #sub_sub_menu {
	background-image: url(/layout/buttons/sub_sub_verlauf.jpg);
	background-repeat: repeat;	
	border-bottom: 1px solid white;
	padding-bottom: 8px;
}
#nav #sub_sub_menu a, #nav #sub_sub_menu a:hover {
	background-image: none;
	background-color: transparent;
}

#main {
	/* width + margin-left + margin-right = 661px */
	background-color: transparent;
	width: 655px;
	height: auto;
	float: left;
	border: 0px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	overflow: hidden;
}

.widget {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px;

	border: 1px solid white;
	background-color: white;
}
.widget .w_header, #sidebar .w_header {
	height: 22px;
	background-image: url(/layout/nav/spac_headline.jpg);
	background-repeat: repeat-x;
	text-align:left;
	color: White;
	text-indent: 10px;
	line-height: 22px;
	font-size: 10pt;
	font-weight: 100;
	margin:0px;
	padding: 0px;
	text-transform: uppercase;
	
}

.widget .content {
	font-size: 9pt;
	margin: 0px;
	padding: 0px;

}
.widget a.widget_mehr {
	padding-left: 250px;
}
.content p.text, .content p {
	padding: 10px;
	padding-right: 15px;
	text-align: left;
	color: #252525;
}


span.aktuell {
	font-weight: bold;
	color: #695e21;
}
span.red {
	color: #b22222;
	font-weight: bold;
}
span.green {
	color: #228b22;
	font-weight: bold;
}

.ranking {
	border: 0px;
	font-size: 8pt;
}
.ranking td,th, tr {
	border-bottom: 1px dotted Silver;
}
table.table_box td,tr {
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	
}

.content p.foot, span.foot {
	text-align: center;
	color: gray;
	font-size: 8pt;
	padding:15px;
}
p.foot a {
	color: gray;
}
p.foot a:hover {
	color: gray;
}


#line_socialmedia img {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 2px;
    height: 20px;
    width: 20px;
}
.content img {
	margin: 10px;
	padding: 0px;
}
.flaggen img {
	margin:0px;
}


a.n_mehr {
	/*
	color: black;
	font-size: 8pt;
	*/
}

a.news_mehr {
	/* color: #252525; */
}
a.news_mehr:hover {
	/* color: #8c7e2b; */
}

#sidebar {
	background-color: transparent;
	width: 155px;
/*	height: 850px; */
	height: auto;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
}
#sidebar .w_header {
	border: 1px solid white;	
}
#sidebar .sites {
/* enthaelt IMG, Text und Links */
	width: 135px;
	background-color: white;
	margin: 0px;
	margin-bottom: 1px;
	padding: 10px;
	padding-bottom: 5px;	
	font-size: 8pt;
	height: auto;
	text-align: center;
}

/*.content p {
	text-align: left;
	padding-left: 30px;
	padding-right: 40px;
	padding-bottom: 0px;
	color: #252525;	
}*/
.sites p.text {
/* enthaelt den Text zu jeder Seite */
	text-align: left;
	padding-left: 5px;
	color: #252525;
}
.sites .links a {
/* die beiden unteren Links - Abstand ueber Width und Padding beeinflussbar */
	float: left;
	width: 50px;
	font-size: 8pt;
	padding-left: 8px;
	
}


#foot {
	clear: both;
}
#sidebar .sites div {
	font-size: 1px;
}

.rubrik {
	border: 1px solid Silver;
	background-image: url(/layout/bg/rubrik.jpg);
	background-repeat: repeat-x;	
	margin: 10px;
	clear:left;

}
.rubrik h3 {
	margin-bottom:0px;
}

.rubrik img {
	float:left;
	margin:5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.raquo {
	font-size:12pt;
	font-weight: bold;
}
.note {
	color: gray;
	font-size: 8pt;
}
div.tv_tag {
	width: 90%;
	margin-left:50px;
	border-bottom: 1px dotted Silver;
}

.turnier {
	margin: 20px;
	padding: 10px;
	text-align: left;
	border: 1px dotted Silver;
}

.turnier .t_status {
	padding: 10px;
	padding-right: 30px;
	font-size: 12pt;
	font-weight: bold;
	float: right;
	color: red;
}
.turnier .left {
	text-align: center;
	width: 250px;
	height: auto;
	font-size: 8pt;
	float:left;
	border-right: 1px dotted Silver;
	margin-right:30px;
}
.turnier .left td {
	vertical-align:top;
}
.turnier .right {
	width: 100%;
	margin: 20px;
}
#js_news_search {

}
#input.news {
	margin-bottom: 0px;
}
.pay_service img {
	margin: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding: 0px;	
}
.ie_ps_bewertung {
	/* notwendig fuer spezifische WIDTH fuer IE6 */
	width: 305px;
}
.ie_ps_bewertung2 {
	margin-left:44px;
}

.bm_icon img {
	width: 14px;
	height: 14px;
	border: 1px solid Silver;
	padding: 2px;
	margin-right: 0px;
}
#banner_code {
	text-align:center;
	margin: 0px;
	padding: 0px;
}
#autor {
	font-size: 8pt;
	text-align: right;
	color: #4a4a4a;
}

/* table for ICM */
#icm_table {
	margin-left: 20px;
	width: 80%;
}
#icm_table th {
	font-weight: bold;	
}
#icm_table th, #icm_table td {
	text-align: center;
}
#icm_table input {
	font-size: 9pt;
	font-family: Arial;
}
#icm_table input.icm, input.equity {
	height: 18px;
	padding-right: 3px;
	text-align: right;
}
#icm_table input.equity {
	font-weight: bold;
	border-color: white;
	border-style: solid;
}
#icm_table .totals_foot td {
	font-weight: bold;
	border-top: 1px dotted Silver;
	border-bottom: 1px dotted Silver;
}

pre {
	padding: 1em;
	margin: 0.35em 0 0.8em 0;
	border-left: 5px solid #404040;
	background: #FFFFD5;
	font-family: "Courier New", Courier, monospace;
}

.regeln_setzen {
	margin-right: 60px;
	margin-left: 40px;
	list-style-image: none;
	list-style: none;
}
ol.regeln_setzen {
	list-style: decimal;
}
.regeln_setzen li {
	margin-bottom: 10px;
}

.regeln_list {
	font-size: 8pt;
	padding-left: 10px;
}
.regeln_list ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0px;
}

.regeln_varianten ul {
	list-style: none;
	margin-left: 35px;
	padding-left: 0px;
}
.regeln_varianten ul li {
	margin-bottom: 3px;
	float: left; 
	width: 175px;	
}
