/* =============================================================================================================== */
/* 	BASIS										CSS AGES INTERNET												   */
/* 											Basis Seiteneigenschaften											   */
/* =============================================================================================================== */
@import url(font.css);
@import url(layer.css);
/* =============================================================================================================== */


/* _______________________________________________________________________________________________________________ */
/* 											SEITENGRUNDEIGENSCHAFTEN										   	   */
/* _______________________________________________________________________________________________________________ */
html {
 	height: 100%;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	
	/*text-align: center;*/
	height: 100%;
	
	background-image: url(/img/hinter/hellgrau.gif);
}
/* _______________________________________________________________________________________________________________ */

/* *************************************************************************************************************** */

