* {
   margin: 0;
   padding: 0;
}

body {
   margin-top: 220px;
   background: #000000 url(images/poker_head.jpg) no-repeat center top;
   font: normal small Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
}

h1, h2, h3 {
   color: #FFFFFF;
   font-size:1.5em;
}

h2 {
   font-size:1.3em;
}

h3 {
   font-size:1.1em;
}

p, blockquote, ul, ol {
   margin-bottom: 1.4em;
   line-height: 1.8em;
   /*	text-align: justify;   */
}

p {
}

blockquote {
   margin-left: 2em;
   margin-right: 2em;
   font-style: italic;

}

ul {
   margin-left: 3em;
}

ul li {
}

ol {
   margin-left: 3em;
}

ol li {
}

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

a:hover {
   text-decoration: underline;
}

img {
   border: 1px solid #C4C2C2;
   padding:2px;
}

/* Boxed Style */

.boxed {
   margin-bottom: 20px;
   border:1px solid #aaa;
   background:#444;
}

.boxed .title {
   margin: 0;
   padding: 5px 8px;
   background: url(images/img04.gif) repeat-x left bottom;
   font-size: 1em;

}

.boxed .content {
   padding: 15px;

}

/* Post */

.post {

}

.post .title {
   padding: 10px 0;
   background: url(images/img07.gif) repeat-x left bottom;
   font-size: 1.5em;
   font-weight: normal;
}

.post .date {
   padding-top: 5px;
   font-size: .8em;
   font-weight: normal;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
   padding-bottom: 10px;
   background: url(images/img07.gif) repeat-x left bottom;
   font-size: .8em;
}

.post .meta p {
   margin: 0;
   line-height: normal;
}

.post .story {
   padding: 20px;
}

/* Header */

#header {
   height: 61px;
   background: url(images/img02.gif) repeat-x;
}

/* Header > Logo */

#logo {
   width: 900px;
   height: 19px;
   margin: 0 auto;
   padding: 6px 0 0 0;
}

#logo h1, #logo h2 {
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 11px;
}

#logo h1 {
   float: left;
}

#logo h2 {
   float: right;
}

#logo a {
}


/* Wrapper */

#wrapper {
   background: url(images/img06.gif) repeat-x;

}

/* Content */

#content {
   width:900px;
   margin: 0 auto;
   padding: 20px 0 0 0;

}

/* Content > Right */

#right {
   float: right;
   width: 122px;
   border:0px solid #aaa;
   padding:0;
   margin-left:5px;
}


/* Content > Main */

#main {
   float: left;
   width: 520px;
   background: /*#333*/ #424242;
   border:1px solid #aaa;
   padding:10px;
   margin-left:15px;
}
#ads {

   width: 468px;
   height:32px;
   background:#333;
   padding:10px;
   margin-left:20px;
   overflow:hidden;
}
/* Content > Main > Welcome */

#welcome {
   padding-top: 5px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
   float: left;
   width: 200px;
}

/* Content > Sidebar > Support */

#support {
   padding: 20px 15px;
   color: #FF8A00;
}

#support h2 {
   margin: 0;
   font-size: 1.3em;
   color: #FF8A00;
}

#support h3 {
   margin: 0;
   font-size: 1em;
   color: #FF8A00;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
   border: none;
}

#login legend {
   display: none;
}

#login label {
   font-size: x-small;
   font-weight: bold;
}

#login input {
   margin-bottom: 5px;
   padding: 2px 5px;
   border: 1px solid #aaaaaa;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
   color: #385B88;
}

#inputsubmit1 {
   background: #385B88;
   color: #FFFFFF;
}
.button{
   margin-bottom: 5px;
   padding: 2px 5px;
   border: 1px solid #aaaaaa;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   background: #385B88;
   color: #FFFFFF;
}

#login p {
   font-size: .8em;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
   margin: 0;
   list-style: none;
}

#updates h3 {
   margin: 0;
   font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
   margin-bottom: 1.4em;
   font-size: smaller;
   line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
   padding: 10px 0;
}

#partners ul {
   margin: 0;
   border-bottom: 1px solid #D1BC5C;
   list-style: none;
   line-height: normal;
}

#partners li {
   padding: 10px;
   border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
   clear: both;
   padding: 20px 50px;
   border-top: 4px solid #393F4D;
   background: #444C5D;
}

#footer p {
   width: 900px;
   margin: 0 auto;
   font-size: x-small;
   color: #FFFFFF;
}

#footer a {
   text-decoration: underline;
   color: #FFFFFF;
}

#footer a:hover {
   text-decoration: underline;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}






/**************************** MENU *******************************/


/* Header > Menu */

/*

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 5px 0 0;
	padding: 2px 20px 0 20px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid #222222;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}
#menu .active a {
	background-image: url(images/img05.gif);
}

*/

#menu {
   width: 900px;
   height: 27px;
   color: #FFFFFF;
   text-decoration: none;
   font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   font-size:10;
   font-weight:bold;
   text-align: center;
   padding: 0;
   margin: 0 auto;
}

#nav{

   width:900px;
   font-weight:bold;
   filter:alpha(opacity=90);-moz-opacity:0.9;
   color: #FFFFFF;
   text-align:left;
   height:25px;
   overflow:hidden;
   margin: 0;
   padding: 7px 0 0 0;
   list-style: none;
}
#nav ul {
   list-style: none;
   color: #000;
   padding: 0;
}
#nav li li {
   /*	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;  */
   background: none;
   filter:alpha(opacity=90);-moz-opacity:0.9;
   height:25px;
   font-weight:normal;
   color:#FFFFFF;
}

#nav a {
   display: block;
   float: left;
   text-decoration: none;
   background: url(images/img03.gif) repeat-x;
   border: 1px solid #222222;
   height: 25px;
   margin: 0 3px 0 0;
   padding: 2px 15px 0 15px;
   text-align: center;
   font-size: 0.75em;
   font-weight: bold;
   color: #FFFFFF;

}
#nav a:hover {
   background-image: url(images/img04.gif);
   text-decoration: none;
}

#nav li {
   float: left;
   padding: 0;
   display: inline;
}

#nav ul li a {
   text-align:left;
   width: 135px;
   height:25px;
   padding: 0 0 0 10px;
   margin:0;


}

#nav li li:hover, #nav li li.sfhover, #nav li li.sfhover a {
   background: none;
   color: #ffffff;
   filter:none;
   -moz-opacity:1.0;
}

#nav li ul {
   position: absolute;
   left: -999em;
   width: 125px;
   margin: 0;

}

#nav li ul li {
   width: 165px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
   left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
   left: auto;
   margin-top:24px;

}
/*
#nav li:hover, #nav li.sfhover {
	height:25px;
	background: #999999;
		width: 125px;
}
*/


#nav li ul, #nav_bottom li ul {
   position: absolute;
   left: -999em;
   width: 125px;
   margin: 0;
}

#nav li li, #nav_bottom li li {
   width: 125px;
}
.rangliste {
   background: url(../images/header-rank.jpg) no-repeat;
   width: 541px;
   height: 170px;
   margin: -15px 0 0 -10px;
   border-bottom: 1px solid;
}

div.no-border img {border: none;}

.rang-wrapper {margin: 20px auto; width: 520px; }
.rang-wrapper img {border: none; padding: 0;}
.rang {border: 1px solid; margin-bottom: 10px;}
.rang .top {background: url("../images/img04.gif") repeat-x; padding:5px 8px;}
.rang .top strong {color: #fff;  }
.rang .content {padding: 5px 8px; color: #fff; background: #555555; border-bottom: 1px solid #424242;}
.rang .content strong {font-size: 14px; margin-right: 20px;}
.rang .content span.right {float: right;}
.rang .bottom  { background: #555555; height: 36px; position: relative; }
.rang .bottom a {border:1px solid #aaa; background: #385B88; padding: 2px 8px; margin-left: 8px; position: absolute; bottom: 6px; }
.rang-detail {color: #fff; margin-top: 20px;}
.rang-detail tr th,
.rang-detail tr td {padding: 2px 8px;}
.rang-detail tr th {background: #666666;}
.rang-detail tr td {background: #555555;}
.rang-detail tr td.center {text-align: center;}
.fancy-left {float: left; font-weight: bold; color: #808080; font-size: 14px; margin-top: 2px;}
.fancy-right {float: right;}
.fancy-right img {border: none; padding: 0;}
#tip7-title strong {color: #fff; font-size: 14px; position: relative; top: 3px;}
