/* -------------------------------------------------------------------- */
/* css for wss homepage - navigation frame                              */
/* -------------------------------------------------------------------- */
/* (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;
	font-size: 10pt;
	color: darkblue;
	
	margin: 5pt;
	
	/* 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: #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;
}

TABLE
{
	font-family: Verdana, Arial, Helvetica;
}

TABLE.buttons
{	
	font-size: 10pt;
	color: darkblue;

	width: 140px;

	border: none;
	
	background-color: #99CCFF;
	background-image: url('../images/design/layout/light_001.png');
	background-repeat: no-repeat;
	background-position: top right;
	
	margin-left: 3px;
}

TABLE.top
{	
	font-size: 1pt;

	border: none;
	
	margin-left: 0px;
}

TD
{
}	

TD.buttons
{
	width: 100%;
	height: 28px;
	
	border-top-width: 2px;
	border-top-color: orange;
	border-top-style: groove;

	border-right-width: 4px;
	border-right-width: 3px; /* new */
	border-right-color: orange;
	border-right-style: groove;
	
	border-bottom-width: 4px;
	border-bottom-width: 3px; /* new */
	border-bottom-color: orange;
	border-bottom-style: groove;

	border-left-width: 2px;
	border-left-color: orange;
	border-left-style: groove;

	text-align: center;
}

TD.top
{
}

a
{
}

a.buttons
{
	font-family: Verdana, Arial, Helvetica;
	/* font-weight: strong; */
	font-weight: normal;  /* - changed 31 JAN 2009 to be css 2.0 compliant - */
	text-decoration: none;
}
a:link.buttons
{
	color: darkblue;
}
a:visited.buttons
{
	color: darkblue;
}
a:hover.buttons
{
	color: orange;
}
a:active.buttons
{
	color: darkblue;
}
