@charset "UTF-8";
/* --------------------- ALLGEMEINES */

* { margin:0px; padding:0px; border:0px;  }

body {  
        background-image:url(../images/bg.gif);
        background-repeat:no-repeat;
        background-position:-50px top;
}	

html, body {
	width:100%;
	height:100%;
	font-family:Arial,Verdana,sans-serif;
	color:#828281;
	font-size:11px;     
}
