@charset "UTF-8";
/* --------------------- ALLGEMEINES */

* {
    margin:0px; padding:0px; border:0px;  
}	

html, body {
    width:100%;
    height:100%;
}

body {
    font-family:Arial,Verdana,sans-serif;
    color:#787878;
    font-size:13px;
    background-image:url(../img/body_bg.png);
    background-position:center top;
    background-repeat:no-repeat;
}