/*
    knaack.org - Web Service &amp; Development
    Author: Fabian Knaack
    http://www.knaack.org
    Copyright: 2007-2009 by knaack
    Coding: Knaack http://www.knaack.org
*/

/* =======| LAYOUT |======= */
body { background: url(bg.jpg) no-repeat 0 0; font: normal 11px Tahoma, Verdana, Helvetica, sans-serif; text-align: center; margin: 0 auto; overflow: auto; }
div.cbox { background: url(logo_knaack.png) no-repeat 0 0; position: absolute; height: 260px; width: 705px; margin:-140px 0px 0px -350px; top: 50%; left: 50%; }
div.cbox a { display: block; height: 260px; width: 705px;  }

/* =======| FIXES |======= */
.clear { clear: both; height: 1px; }
.clear_none { clear: both; }
.hidden { display: none; overflow: hidden; }
.invisible { text-indent: -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; }

