/*
    JMK Moneycrew - Gaming since 2208
    Author: JMK
    Copyright: 2007-2009 by JMK Moneycrew
    
    Design:  - http://cor3ydesigns.com
    Adapting: knaack - http://www.knaack.org
*/

/* =======| LAYOUT |======= */
body { background: #00457B url(../Bilder/bg_main.png) repeat; font: normal 11px Tahoma, Verdana, Helvetica, sans-serif; text-align: center; margin: 0 auto; overflow: auto; }
div#page { background: url(../Bilder/bg_page.png) repeat-x top center; text-align: center; margin: 0 auto; overflow: auto; }
div#page div#wrapper { background: url(../Bilder/header.png) no-repeat; width: 762px; margin:50px auto; padding-right: 126px;}

div#page div#wrapper div#header { width: 762px; height: 181px; }
div#page div#wrapper div#content_wrapper { background: url(../Bilder/bg_content_end.png) no-repeat bottom; padding-bottom: 12px; overflow: auto; }
div#page div#wrapper div#content_wrapper div#content { background: url(../Bilder/bg_content.png) repeat-y; overflow: auto; }
div#content_wrapper div#content div#content_main div#footer { background: url(../Bilder/bg_footer.gif) no-repeat; width: 737px; height: 36px; }

/* =======| HEADER |======= */
div#wrapper div#header div#jmk_monecrew { width: 762px; height: 144px;}

html, body, #page { height: 100%; }
body > #page { height: auto; min-height: 100%; }

/* =======| FIXES |======= */
.clear { clear: both; height: 1px; }
.clear_none { clear: both; }
.hidden { display: none; overflow: hidden; }
.invisible, ul.navigation li a span { position: absolute; left: -9999px; }
img, img a, form { border: none; }
a {	outline: none; }

* { margin: 0; padding: 0; }

.left { float: left; }
.right { float: right; }
.tleft { text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }

.clearfix:after { content: ".";	display: block;	height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */
