/* -------------------------------------------------------------------- */
/* css for wss homepage - startpage                                     */                              
/* -------------------------------------------------------------------- */
/* (c) hans-dieter baran                                                */
/*                                                                      */
/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */
/* changes in this version of the stylesheet                            */ 
/* -------------------------------------------------------------------- */
/* 31 DEZ 2009: several changes to be 100 % css 2.0 compliant           */
/* 13 JAN 2012: background in body tag changed                          */
/* 14 JAN 2012: BODY.bottom changed                                     */

/* -------------------------------------------------------------------- */
/* -------------------------------------------------------------------- */


BODY
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: darkblue;

	/* scroll: auto; - deleted 31 JAN 2009 as not css 2.0 compliant - */
	/* scrollbar-arrow-color: red; - deleted 31 JAN 2009 as not css 2.0 compliant - */
	/* scrollbar-base-color: darkblue; - old design - */
	/* scrollbar-base-color: #037BB2; - new design -  - deleted 31 JAN 2009 as not css 2.0 compliant - */
	/* scrollbar-face-color: lightsteelblue; - old design - */
	/* scrollbar-face-color: #99CCFF;  - new design - - deleted 31 JAN 2009 as not css 2.0 compliant - */

	/* background-color: white; /*  - new design - - deleted 13 JAN 2012 - */
	/* background-image: url('../images/design/layout/background_001.gif'); - new design - - deleted 13 JAN 2012 - */
	background-color:#F5F8FB; /*  - new design - - added 13 JAN 2012 - */

	/* margins-top: 0px; */
	margin-top:0px; /* - corrected 31 JAN 2009 - */
	/*margins-left: 10px; */
	margin-left: 0px; /* - corrected 31 JAN 2009 - */
	/* margins-right: 10px; */
	margin-right: 0px; /* - corrected 31 JAN 2009 - */
	/* margins-bottom: 10px; */
	margin-bottom:0px; /* - corrected 31 JAN 2009 - */

}
BODY.bottom
{
	/* body.bottom added for new design */

	font-size: 9pt;
	color: darkblue;

	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;/* - corrected 14 JAN 2011 - */

		
	/* background-color: white; /*  - new design - - deleted 13 JAN 2012 - */
	/* background-image: url('../images/design/layout/background_001.gif'); - new design - - deleted 13 JAN 2012 - */
	background-color:#F0F8FF /*  - new design - - added 13 JAN 2012 - */
}

TABLE
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	color: darkblue;
	
	border: none;
}

a
{
}

a.textlink
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
}
a:link.textlink
{
	color: darkblue;
	text-decoration: none;
}
a:visited.textlink
{
	color: darkblue;
	text-decoration: none;
}
a:hover.textlink
{
	color: gray;
	text-decoration: underline;
}
a:active.textlink
{
	color: darkblue;
	text-decoration: none;
}
