/* -------------------------------------------------------------------- */
/* css for wss homepage - top and bottom frames                         */               
/* -------------------------------------------------------------------- */
/* (c) hans-dieter baran                                                */
/*                                                                      */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* changes in this version of the stylesheet                            */
/* -------------------------------------------------------------------- */
/* 31 DEZ 2009: several changes to be 100 % css 2.0 compliant           */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */

BODY
{
	font-family: Verdana, Arial, Helvetica;
}

BODY.topframes
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
		
	/* background-color: #99CCFF; - old design - */
	background-color: white; /* - new design - */
	background-image: url('../images/design/layout/line_blue.gif');
	/* background-repeat: repeat-y; - old design - */
	/* background-repeat: repeat-y, x; - new design - */
	background-repeat: repeat; /* - changed 31 JAN 2009 to be css 2.0 compliant - */
	background-position: top left;
}

BODY.bottomframes
{
	font-size: 9pt;
	/* color: darkblue; - old design - */
	color: white; /* - new design */

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
		
	/* background-color: #99CCFF; - old design - */
	background-color: white; /* - new design - */
	background-image: url('../images/design/layout/line_blue.gif');
	/* background-repeat: repeat-y; - old - */
	/* background-repeat: repeat-y, x; - new design - */
	background-repeat: repeat; /* - changed 31 JAN 2009 to be css 2.0 compliant - */
	background-position: top left;
}
