/* ------------------------- */
/* quelle: http://www.thenoodleincident.com/tutorials/typography/template.html */
/* ------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;

	font-family: arial, verdana, helvetica, sans-serif;

	/* font sizing in ems, baby. if you want to change anything, just change this. */
	/* --------------------------------------------------------------------------- */
	/* funny thing happens at 75% and lower.                                       */
	/* opera goes to a nice small size, but moz and ie pc change almost not at all.*/
	/* Seems 76% is as small as you can go and stay the same across browsers. poop.*/
	font-size: 76%;


	}


/* ------------------------- */



/*
#---------------------------------------------------------- 
#
#            ####
#             ### 
#             ### 
#             ### 
#             ### 
#             ### 
#             ### 
#             ###      ###
#             ############
#           ############ Layout
#
#---------------------------------------------------------- 
*/



		/**************************************************************************
		*
		*  BGCOLORS
		*
		***************************************************************************/
		body
		{
   		/* background-color: #FFFFFF;   */
			background-attachment: scroll;
			background-image: url(/fileadmin/pgi/layout_img/DOMAIN1/bg/bg_body2.gif);
			background-repeat: repeat-y;
			background-position: left top;
			 
		}


