
/* -- MARKUP -------------------------------- */
* {
    margin: 0;
    padding: 0;
    border:none;
}

body {
    background: #e9eae9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 62.5%;
}
h1 {
    display:none;
}
h2 {
    font-size: 1.3em;
    margin: 0 0 10px 0;
}
p {
    margin: 0 0 1.0em 0;
}
ul {
    list-style: none;
}
ul.content_list {
    margin: 0 3.0em 1.0em 3.0em;
}
ul.content_list li {
    margin: 0 0 0.5em 0;
}
a:link, a:visited {
    color:#ffa800;
}
a:hover {
    color:#FFF;
}
th {
    text-align: left;
    font-weight: bold;
}


/* -- LAYOUT -------------------------------- */
#main {
    margin-left:auto;
    margin-right:auto;
    width: 796px;
    padding: 35px 0 10px 0;
}

/* -- menu -- */
ul#menu {
    height: 25px;
    padding: 0 0 0 309px;
}
ul#menu li {
    height: 25px;
    display:block;
    background: #1b0d0a;
    font-weight:bold;
    font-size:1.1em;
    text-align:center;
    float:left;
    line-height: 2.1em;
    margin: 0 1px 0 0;
}
ul#menu li a {
    text-decoration:none;
}
ul#menu li.current {
    background: #68534f;
}

ul#menu li#menu-start {
    width:49px;
    background-image: url(../img/layout/menu-start.png);
    background-repeat: no-repeat;
}
ul#menu li#menu-anmalan {
    width:76px;
    background-image: url(../img/layout/menu-anmalan.png);
    background-repeat: no-repeat;  
}
ul#menu li#menu-tavlingsschema {
    width:124px;
    background-image: url(../img/layout/menu-tavlingsschema.png);   
    background-repeat: no-repeat; 
}
ul#menu li#menu-regler {
    width:124px;
    background-image: url(../img/layout/menu-tavlingsschema.png);   
    background-repeat: no-repeat; 
}
ul#menu li#menu-topplistor {
    width:87px;
    background-image: url(../img/layout/menu-topplistor.png);  
    background-repeat: no-repeat;  
}

/* -- content -- */
#content {
    background: #371a15 url(../img/layout/content-background.gif) repeat-y 0 10px;
    width: 796px;
    position:relative;
}
#content div#intro_text {
    position:relative;
    padding: 83px 20px 0 20px;
    margin: 0 0 20px 0;
}

#content #content-container {
    background: url(../img/layout/content-header.jpg) no-repeat;
}
#content-header {
    height:103px;
}
#content #content-main {
    width:526px;
    margin: 0 10px 0 20px;
    float:left;
    display:inline;
}
#content #content-main-paragraph {
    width:506px;
    margin: 0 20px 0 30px;
    float:left;
    display:inline;
}
#content #content-main-full {
    width:750px;
    margin: 0 0 0 25px;
    float:left;
    display:inline;
}
#content #content-side {
    width:214px;
    margin: 0 0 0 0 ;
    float:left;
    display:inline;
}
#content #content-bottom {
    clear:both;
    width:796px;
    height:28px;
    background: url(../img/layout/content-bottom.gif) no-repeat;    
}
.subpage {
    margin: 0 0 0 10px;
}
/* -- COMMON -------------------------------- */
#winner_puff {
    width: 214px;
    height: 296px;
    background: url(../img/winner_puff.jpg) no-repeat;
    position:relative;   
}
#link_slitz ,
#link_pokerloco ,
#winner_puff #link_anmalan  {
    display:block;
}
#winner_puff #link_anmalan {
    width: 214px;
    height: 253px;
}
#link_slitz {
    width: 100px;
    height: 23px;
    position:absolute;
    left: 0;
    bottom: 5px;    
}
#link_pokerloco {
    width: 100px;
    height: 23px;
    position:absolute;
    right: 10px;
    bottom: 5px;    
}
#link_slitz span,
#link_pokerloco span,
#winner_puff #link_anmalan span {
    display:none;
}



li.even {
    background:#2e1815;
    padding: 1px 0 1px 20px;
}
li.odd {
    background:#1b0d0a;
    padding: 5px 0 5px 20px;
}
tr.even {
    background:#1b0d0a;
}
tr.odd {
    background:#4c2a25;
}
li .position, li .pos {
    font-weight:bold;
}

/* -- PAGE SPECIFIC -------------------------------- */
/* -- anmalan -- */
table#tournament_schedule {
    width: 506px;
    border-collapse: collapse;
}
table#tournament_schedule th {
    height: 29px;
    background: #000;
    padding: 0 0 0 18px;
    border:1px solid #371a15;    
}
table#tournament_schedule th.date {
    background: #000 url(../img/th_schedule_date_bg.gif) no-repeat left top;
}
table#tournament_schedule th.register {
    background: #000 url(../img/th_schedule_register_bg.gif) no-repeat right top;
}
table#tournament_schedule td {
    height: 29px;
    border:1px solid #371a15;
    padding:0px;
}
table#tournament_schedule td.date {
    font-weight:bold;
    padding: 0 0 0 18px;
    width: 74px;
}
table#tournament_schedule td.tournament {
    padding: 0 0 0 18px;
    width: 341px;
}
table#tournament_schedule td.register {
    padding: 0 0 0 9px;
    width: 109px;
}
table#tournament_schedule a.register_button {
    display:block;
    background:#1b0d0a url(../img/register_button_on.gif) no-repeat;
    width: 91px;
    height:23px;
}
table#tournament_schedule span.register_button {
    display:block;
    background:#1b0d0a url(../img/register_button_off.gif) no-repeat;
    width: 91px;
    height:23px;
}
table#tournament_schedule .register_button span {
    display:none;
}
/* -- topplistor -- */
#topplistor ul.toplist {
    height:360px;
    overflow:auto;
}

#wildcards_list_full,
#block_list_full {
    width:214px;
    float:left;
    display:inline;
    margin: 10px 10px 20px 0;
}

.toplist_full_header {
    margin: 0;
    padding: 0 0 0 18px;
    overflow:hidden;
    clear:both;
    height:36px;
    background:#1b0d0a url(../img/toplist_header.gif) no-repeat;
    line-height: 3.0em;
}
.toplist_full_header .note {
    font-size: 0.7em;
}
.display_more_full {
    background:#1b0d0a;
    margin: 0 0 20px 0;
    padding: 13px 0 13px 20px;
    color:#ffa800;   
}
#qualified_and_winners {
    position:relative; 
    width: 300px;
    height:317px;
    float:left;
    display:inline;
    margin: 10px 0 0 0;
}
#qualified {
	background:#1b0d0a url(../img/qualified_final_background.png) no-repeat bottom left;
	width: 300px;
    margin: 0 0 10px 0;	
    padding: 0 0 50px 0 ;
}
#qualified h2.toplist_full_header {
	background:#1b0d0a url(../img/qualified_final_header.png) no-repeat ;
    margin: 0 0 5px 0;
}
#qualified h3{
    font-size:10px;
    margin: 0 0 5px 0;
}
#qualified ul{
    margin: 0 0 0 18px;
}
#qualified ul li {
    margin: 0 0 12px 0;
}

#qualified h2 {
    background:none;
    margin: 0 0 5px 0;
}

#block_winners {
    background:#1b0d0a;
    padding: 10px
}

#block_winners ul li {
    padding: 3px 0 3px 0;
}
/* -- regler -- */
.question {
    font-weight:bold;
    cursor:pointer;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 11px;   
}
.hide .question {
    background: url(../img/layout/arrow.png) no-repeat 0 3px;
}
.show .question {
    background: url(../img/layout/arrow.png) no-repeat 0 -21px;
}

.rules {
    border-bottom: 1px solid #4c2a25;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.8em 0;    
}
.rules p {
    margin: 3px 0 1.0em 11px;
}
.question:hover, .rules .q_mouseover {
    color:#ffa800;    
}
.hide ul,
.hide p {
    display:none;    
}

/* -- start -- */
#content .inactive_toplist,
#content .active_toplist {
    background-color:transparent;
    display:block;
    width: 107px;
    height: 34px;
    float:left;
    text-align:center;
    font-weight:bold;
}

#content .active_toplist {
    background: url(../img/layout/active_toplist.jpg) no-repeat;
    font-size:1.1em;
    line-height: 3.0em;
    color: #FFF;
}
#content .inactive_toplist {
    background: url(../img/layout/inactive_toplist.png) no-repeat;
    text-decoration:none;
    cursor:pointer;
    line-height: 3.2em;    
}
#content #switch_view {
    color:#ffa800;
}
.mouseover {
    color: #FFF;
}
#content h2.toplist_header {
    margin: 0;
    padding: 11px 0 12px 20px;
    background:#1b0d0a;
    clear:both;
}

#content #content-side #display_more {
    background:#1b0d0a;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 20px;
    color:#ffa800;
}
#content img.side {
    margin: 0 0 10px 0;
}
#content img.middle {
    margin: 0 11px 0 11px;
}
#big-image {
    width:526px;
    height:493px;
    background: #000;
    margin: 0 0 10px 0;
}

#big-image p {
    padding: 20px;
}
