/*
    sYntex-clan.de - Put the blame on the game!
    Author: sYntex
    http://www.syntex-clan.de
    Copyright: 2008-2009 by sYntex.
    Coding: oVario - http://www.ovario.de
*/

/* =======| LAYOUT |======= */

body { background: #FFF url(../images/bg_main.png) repeat-x; font: 10px Tahoma, Verdana, Helvetica, sans-serif; text-align: center;	margin: 0 auto;	overflow: auto; }
div#page { background: url(../images/bg_content.png) repeat-y; width: 962px; padding: 8px 18px 0 18px; text-align: left; margin: auto; overflow: auto; }

/* =======| HEADER |======= */

div#page div#language_switch { width: 962px; text-align: right; font-weight: bold; }
div#page div#header { background: url(../images/header.png) no-repeat; width: 962px; height: 127px; }
div#page div#header div#header_left { background: url(../images/syntex_logo.png) no-repeat 8px 7px; width: 680px; float: left; }
div#page div#header div#header_left div#header_main { width: 680px; height: 90px; }
div#page div#header div#header_right { width: 282px; height: 119px; padding: 6px 0 2px 0; float: left; }
div#page div#subnavi { background: #F6F331; border: 1px solid #C1C1C1; margin: 3px 0; width: 960px; height: 32px; }
div#page div#content { width: 962px; overflow: auto; }
div#page div#content_main { border: 1px solid #C1C1C1; background: #E3E3E3; width: 713px; margin-right: 7px; overflow: auto; float: left; }
div#page div#feld_rechts { width: 240px; overflow: auto; float: left; }
div#page div#footer { background: url(../images/bg_footer.png) no-repeat; width: 962px; height: 37px; line-height: 37px; margin: 5px 0; text-align: center; }

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

* { margin: 0; padding: 0; }

.left { float: left; }
.right { float: right; }
