/* basics */

*
{
  margin: 0px;
	padding: 0px;
}

html
{
  min-height: 100%;
}

body
{
  font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0ffff;
}

/* structure */

#overall
{
	width: 900px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	position: relativ;
	border: 0px solid #000000;
}

#top
{
  width: 900px;
	height: 10px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #141414;
	position: relative;
	float: none
}

#main
{
	width: 900px;
	position: relative;
	float: none;
}

#bottom
{
 	width: 900px;
	height: 10px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #141414;
	position: relative;
	float: none;
}

#subbottom
{
  width: 900px;
  height: 10px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
	clear: left;
	float: none;
}

#header
{
  height: 200px;
	width: 900px;
	padding: 0px;
	background-color: #141414;
	position: relative;
}

#header img
{
  border: 0px solid #000000
}

#navi
{
  width: 900px;
  height: 40px;
	text-align: left;
	background-color: #141414;
	background-image: url(../images/normal.jpg);
	background-repeat: repeat;
	background-position: center;
	position: relative;
}

#navi a, #navi a:visited, #navi a:active
{
	font-size: 12px;
  color: #f0ffff;
	text-decoration: none;
	line-height: 40px;
	padding: 10px;
	margin: 0px;
}

#navi a:hover
{
  font-size: 12px;
  color: #a91515;
	text-decoration: none;
	line-height: 40px;
	padding: 10px;
  background-image: url(../images/hover.jpg); 
  background-repeat: repeat-x;
	background-position: center;
}

#navi ul, #navi li
{
	display: inline;
  list-style: none;
	padding: 5px;
}

#text
{
  width: 540px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	border: 0px outset #f0ffff;
  background-color: #f0ffff;
	float: left;
}

#text_total
{
  width: 730px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	border: 0px outset #f0ffff;
  background-color: #f0ffff;
	float: left;
}

#banner_right
{
  width: 130px;
	height: 600px;
  margin-top: 20px;
  margin-right: 10px;
	border: 0px outset #000000;
	background-color: #f0ffff;
	float: left;
}

#banner_right img
{
  width: 120px;
	border: 0px solid #000000;
}

#subnavi_infobox
{
  width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
  background-color: #f0ffff;
	float: left;
}

#subnavi
{
  width: 180px;
	background-color: #f0ffff;
	text-align: left;
	float: none;
}

#infobox
{
  width: 180px;
	background-color: #f0ffff;
	text-align: left;
	float: none;
}

#infobox ul
{
  display: block;
  list-style: none;
}

#infobox li
{
	border: 1px solid #141414;
}

#text h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
  margin-bottom: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text h3
{
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	padding-top: 5px;
	margin-bottom: 3px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text ul, #text li
{
  display: block;
	list-style: none;
}

#text_total h1
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text_total h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
  margin-bottom: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text_total ul
{
  display: block;
	list-style: none;
	margin-top: 10px;
}

#text_total li
{
	border: 0px outset #000000;
}

#subnavi a, #subnavi a:visited, #subnavi a:active
{
	line-height: 30px;
	padding-left: 8px;
	font-size: 10px;
  color: #f0ffff;
	text-decoration: none;
	display: block;
	background-image:url(../images/normal.jpg); 
  background-repeat:repeat-x;
  background-position: center;
}

#subnavi a:hover
{
	line-height: 30px;
	padding-left: 8px;
	font-size: 10px;
	color: #f0ffff;
	text-decoration: none;
	display: block;
	background-image:url(../images/hover_sub.gif); 
  background-repeat:repeat-x;
  background-position: center;
}

#subnavi ul
{
  display: block;
  list-style: none;
}

#subnavi li
{
	border: 1px solid #141414;
}

#text_right
{
  width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	border: 0px outset #000000;
  background-color: #f0ffff;
	float: left;
}

#text_right h2
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
  margin-bottom: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

#text_right ul
{
  display: block;
  list-style: none;
}

#text_right li
{

	border: 1px solid #141414;
}

/* classes */

.content
{
  margin: 0px;
	margin-top: 10px;
	padding: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	border: 1px solid #141414;
	border-left-width: 0px;
	border-top-width: 0px;
	color: #000000;
	background-color: #f0ffff;
	clear: left;
}

.headline
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	color: #141414;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

.link
{
  font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.link_norm
{
  color: #000000;
}

.link_nonbold
{
  font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.link_headline
{
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
  margin-bottom: 5px;
	color: #141414;
	text-decoration: none;
	border: 0px solid #000000;
  background-color: #f0ffff;
}

.link_archiv
{
  font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	color: #000000;
	text-decoration: none;
}

.first
{
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	text-align: justify;
	color: #000000;
  background-color: #dedede;
}

.second
{
	font-size: 11px;
	font-weight: normal;
	padding: 5px;
	text-align: justify;
	color: #000000;
  background-color: #f0ffff;
}

.bold
{
 	max-width: 500px;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
	text-align: left;
	color: #000000;
  text-decoration: none;
  background-color: #dedede;
}

.nonbold
{
 	max-width: 500px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 3px;
	text-align: left;
	color: #000000;
  background-color: #f0ffff;
}

.normal
{
	font-size: 11px;
	text-indent: 5px;
	margin-bottom: 5px;
	text-align: justify;
	color: #000000;
	background-color: #f0ffff;
	border: 0px outset #000000;
}

.einzug
{
	font-size: 11px;
	text-align: justify;
	color: #000000;
	margin-left: 20px;
	margin-right: 15px;
	margin-bottom: 5px;
	background-color: #f0ffff;
	border: 0px outset #000000;
}

.alone
{
	font-size: 11px;
	text-indent: 5px;
	text-align: justify;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 3px;
	background-color: #f0ffff;
	border: 0px outset #000000;
}

.liste
{
  width: 10px;
	height: 10px;
	border: 0px solid #000000;
	margin-right: 8px;
}

.count
{
  width: 8px;
	height: 6px;
	border: 0px solid #000000;
	margin-right: 2px;
}

.dollar
{
  width: 7px;
	height: 10px;
	border: 0px solid #000000;
	margin-right: 5px;
}

.banner
{
  width: 468px;
	height: 60px;
	border: 0px solid #000000;
	margin: 10px;
}

/* normal Table */

.tabbegin
{
  width: 500px;
	background-color: #f0ffff;
	border: 0px solid #141414;
}

.left
{
  width: 101px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.left_big
{
  width: 123px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.middle
{
  width: 195px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.middle_small
{
  width: 119px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.right
{
  width: 200px;
	background-color: #f0ffff;
  border: 1px solid #141414;
	float: left;
}

.right_small
{
  width: 134px;
	background-color: #f0ffff;
  border: 1px solid #141414;
	float: left;
}

.tabend
{
clear: left;
}

/* normal Table Lines */

.tabheader
{
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 0px;
	text-align: left;
  background-color: #dedede;
	border: 0px outset #000000;
}

.tablines
{
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 5px;
	padding-right: 0px;
	text-align: left;
  background-color: #f0ffff;
	border: 0px solid #000000;
	border-top-width: 1px;
}

.tablines_right
{
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 0px;
	padding-right: 50px;
	text-align: right;
  background-color: #f0ffff;
	border: 0px solid #000000;
	border-top-width: 1px;
}

/* Roulette-Tipps Tabelle */

.left_routip
{
  width: 81px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.middle_routip
{
  width: 51px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.middle2_routip
{
  width: 100px;
	background-color: #f0ffff;
	border: 1px solid #141414;
	border-right-width: 0px;
	float: left;
}

.right_routip
{
  width: 61px;
	background-color: #f0ffff;
  border: 1px solid #141414;
	float: left;
}

.tablines_rouright
{
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 0px;
	padding-right: 20px;
	text-align: right;
  background-color: #f0ffff;
	border: 0px solid #000000;
	border-top-width: 1px;
}

/* Casino Tabellen */

.left_casinos
{
  width: 155px;
	background-color: #f0ffff;
	border: 0px solid #141414;
	float: left;
}

.right_casinos
{
  width: 345px;
	background-color: #f0ffff;
  border: 0px solid #141414;
	float: left;
}

.tablines_left_casinos
{
  font-size: 11px;
	font-weight: bold;
	padding: 3px;
	text-align: left;
  background-color: #f0ffff;
	border: 1px solid #dedede;
}

.tablines_right_casinos
{
  font-size: 11px;
	font-weight: normal;
	padding: 3px;
	text-align: left;
  background-color: #dedede;
	border: 1px solid #f0ffff;
}

/* Untertabelle Casino */

.undertabbegin
{
  width: 480px;
	background-color: #f0ffff;
	border: 0px solid #141414;
}

.undertab_col_big
{
  width: 120px;
	background-color: #f0ffff;
	border: 0px solid #141414;
	float: left;
}

.undertab_col
{
  width: 90px;
	background-color: #f0ffff;
	border: 0px solid #141414;
	float: left;
}

.untertab_line
{
  font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 8px;
	text-align: left;
  background-color: #f0ffff;
	border: 1px solid #dedede;
}


